What problem does it solve?
This Skill automates the execution of complex plans, ensuring tasks are completed atomically with proper version control, deviation handling, and progress tracking.
Core Features & Use Cases
- Atomic Task Execution: Executes plans task by task, committing each completed unit.
- Deviation Handling: Automatically fixes bugs, adds critical missing features, or resolves blocking issues based on predefined rules.
- Checkpoint Protocols: Pauses execution at designated checkpoints for verification, decision-making, or human action.
- State Management: Loads and updates project state to maintain execution context across sessions.
- Use Case: A software development team can use this Skill to execute a feature development plan, where each sub-task (e.g., "Implement API endpoint", "Write unit tests", "Update documentation") is automatically committed to the repository, with the Skill handling minor bugs or asking for architectural decisions when necessary.
Quick Start
Execute the plan located at .planning/PLAN.md, handling deviations automatically.