What problem does it solve?
This skill defines and enforces the development execution phase, ensuring required plan packages exist, pre-checks verify legality, and changes are auditable through a deterministic workflow, with safeguards for backups and rollback.
Core Features & Use Cases
- Pre-checks and gating: Validates required plan packages exist and routing conditions are met.
- Execution orchestration: Sequences plan steps, updates task statuses, and logs outcomes for deterministic delivery.
- Migration and auditing: Safely migrates completed packages to history, keeps knowledge bases in sync, and performs consistency checks for traceability.
- Backup and rollback: Encourages backups before changes and provides rollback guidance in case of failures.
Quick Start
Identify a complete plan under plan/, ensure plan.md and why.md exist, then trigger the development execution flow through Claude Code with this skill activated. Follow prompts to select the plan package if multiple exist, execute tasks as defined in task.md, and migrate the completed package to history/ upon successful completion.