What problem does it solve? AI coding agents often jump straight into code without a plan, skip tests, guess at bug fixes, and claim completion without verification. This Skill enforces a disciplined software development methodology by routing every task to the correct workflow sub-skill before any action is taken. ## Core Features & Use Cases - Workflow Routing: A routing index maps task shapes (feature work, bug fixes, plan execution, code review) to exactly one of 14 vendored sub-skills such as test-driven-development, systematic-debugging, writing-plans, and subagent-driven-development. - Process Discipline Contracts: Hard rules protect workflow boundaries, including plan-scoped ledger isolation, bounded review-fix rounds (rounds 1-5 with escalation), and behavior-protecting test requirements. - Vendored and Pinned: Sub-skills are pinned to upstream Superpowers v6.2.0 with recorded tree hashes, a local-only patch removing telemetry, and no runtime downloads. - Use Case: When asked to fix a failing test, the agent loads systematic-debugging, completes root-cause investigation before proposing fixes, writes a failing regression test via TDD, and verifies the fix before claiming completion. ## Quick Start Ask the agent to plan and implement a new feature, and it will load the brainstorming and writing-plans sub-skills before writing any code.