What problem does it solve?
This Skill automates the execution of project plans, ensuring tasks are completed atomically with proper version control, deviations are handled, and project state is consistently managed.
Core Features & Use Cases
- Atomic Task Execution: Executes tasks defined in a plan one by one, creating a separate Git commit for each.
- Deviation Handling: Automatically fixes bugs, adds missing critical functionality, or resolves blocking issues based on predefined rules. Escalates architectural changes for user approval.
- Checkpointing & State Management: Pauses execution at defined checkpoints for verification or decisions, and maintains project state via
STATE.md.
- Use Case: A developer can use this Skill to execute a complex feature implementation plan. The Skill will automatically commit each sub-task, fix minor bugs encountered, and pause if a significant architectural change is needed, allowing the developer to review and approve before proceeding.
Quick Start
Execute the current plan by running the executor skill.