DevFlow Agile

Development Lifecycle · $49 · 10 skills · Free skill: developer

Complete agile development toolkit for sprints, code review, debugging, and delivery.

Installation

bash
skillstore install devflow-agile

Or install only the free skill:

bash
skillstore install devflow-agile --free-only

Skills

developer (FREE)

Full-stack development assistant with best practices built in.

Example:

/developer implement user authentication with JWT access tokens, bcrypt password hashing, and silent refresh token rotation

code-review (Premium)

Automated code review with security and performance checks.

Example:

/devflow agile:review review this PR adding a payment webhook handler — check for idempotency, signature verification, and error handling gaps

debugger (Premium)

Systematic debugging with root cause analysis and fix suggestions.

Example:

/devflow agile:debug investigate intermittent 502 errors on the checkout endpoint under load — trace through logs, identify root cause, and propose fix

security-audit (Premium)

Comprehensive security audit for vulnerabilities and compliance.

Example:

/devflow agile:review audit the user upload feature for path traversal, MIME type spoofing, and stored XSS before shipping to production

performance-optimizer (Premium)

Analyze and optimize application performance bottlenecks.

Example:

/devflow agile:debug profile why the dashboard API takes 4s — identify N+1 queries, missing indexes, and propose an optimization plan

test-generator (Premium)

Generate comprehensive test suites from source code.

Example:

/devflow agile:test generate unit and integration tests for the OrderService class — cover happy paths, edge cases, and error scenarios

sprint-planner (Premium)

Plan and manage sprints with story points and velocity tracking.

Example:

/agile:sprint plan sprint 12 based on velocity 42 — distribute 18 backlog items across the team accounting for 3 days of PTO

codebase-analyzer (Premium)

Deep analysis of codebase architecture and dependencies.

Example:

/devflow agile:review analyze the dependency graph of this monorepo — identify circular dependencies, outdated packages, and coupling hotspots

refactor-assistant (Premium)

Guided refactoring with safety checks and pattern detection.

Example:

/devflow agile:dev refactor the legacy authentication module to use dependency injection without breaking existing integration tests

ci-cd-setup (Premium)

Configure CI/CD pipelines for automated testing and deployment.

Example:

/devflow agile:dev set up a GitHub Actions pipeline with parallel test sharding, Docker layer caching, and zero-downtime Fly.io deployment

Commands

  • /devflow agile:dev — full-stack development, refactoring, and CI/CD setup
  • /devflow agile:review — code review, security audit, and codebase analysis
  • /devflow agile:debug — systematic debugging and performance optimization
  • /devflow agile:test — generate comprehensive test suites