Skip to main content
Code Guide
Command Recommended

plan-execute.md

/plan-execute - Execute plan with TDD, parallel agents, PR creation

When to use this

  • When you have a validated plan and want TDD-driven parallel execution with automatic PR creation
  • When the implementation spans multiple modules and benefits from parallelized agent work
  • After plan-start and plan-validate to complete the full planning pipeline

How to use

  1. Open the template on GitHub and copy its content: commands/plan-execute.md
  2. Place the file inside .claude/skills/ in your project (or globally in ~/.claude/ to share across all projects).
  3. Edit the Markdown content to match your project conventions, team constraints, and specific context.

Related templates