From superpowers-symfony
Executes an implementation plan step by step using TDD and continuous validation, producing verified progress.
How this command is triggered — by the user, by Claude, or both
Slash command
/superpowers-symfony:execute-planThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use the `symfony:executing-plans` skill exactly as written.
Use the symfony:executing-plans skill exactly as written.
npx claudepluginhub koreanbbque/superpowers-symfony5plugins reuse this command
First indexed Jan 1, 2026
/execute-planExecutes an implementation plan step by step using TDD and continuous validation, producing verified progress.
/implementGenerates a scope-aware implementation plan with test-driven development, breaking down work into actionable steps.
/buildBuilds features with TDD discipline — writes failing tests, implements minimal code, then verifies through a 6-step quality gate covering static analysis, security, and coverage.
/buildExecutes implementation plan from docs/plans/ using TDD (RED-GREEN-REFACTOR), parallel agents for independent tasks, and 2-stage code reviews. Produces code, tests, atomic git commits, and review reports.
/validate-planValidates an implementation plan against DRY, YAGNI, and TDD principles, ensuring code quality and maintainability before execution.
/coderImplements code strictly per an approved plan, running VERIFY checks and producing a structured handoff for code review.