What problem does it solve? Coding tasks often get inconsistent treatment depending on their size or type, leading to skipped design steps, missing tests, and unreviewed merges. This Skill enforces a uniform, rigorous workflow for every task by auto-detecting the work type and routing it through a full pipeline of design, isolation, test-driven implementation, verification, and code review. ## Core Features & Use Cases - Automatic Flow Routing: Detects keywords like "fix", "add", "refactor", or "parallel" to select one of six flows: Bug Fix, Feature Development, Quick Fix, Refactor, Investigation, or Parallel Work. - Mandatory Skill Orchestration: Every flow uses 10-11 sub-skills including brainstorming, writing-plans, git worktrees, test-driven development, verification, and code review. - Comprehensive Testing Gates: Enforces unit, integration, regression, and E2E tests with a 90% coverage target before any merge. - Use Case: A developer says "use superpowers-workflow for fix login redirect bug" and the agent automatically runs root-cause debugging, writes a fix plan with regression tests, implements via TDD in an isolated worktree, verifies the full suite, and requests code review before merging. ## Quick Start Ask the agent to use superpowers-workflow for your task, such as "use superpowers-workflow for add two-factor authentication", and it will auto-detect the flow and execute the full pipeline.