What problem does it solve?
This Skill helps teams execute a written implementation plan in a controlled, auditable fashion, reducing drift and miscommunication.
Core Features & Use Cases
- Batch execution with checkpoints for critical review between batches.
- Automatic status tracking (in_progress, completed) and verification steps.
- Announce at start and require a review before proceeding to the next batch.
- Optional: signal completion and trigger a follow-up sub-skill when the plan is finished.
Quick Start
Use the executing-plans skill to implement the provided plan, following these steps:
- Load the plan file, examine it, identify questions or concerns; raise blockers with your partner if needed.
- If the plan is approved, create a TodoWrite and begin the first batch (default: first 3 tasks).
- For each task: mark as in_progress, follow each step exactly, run verifications, and mark completed.
- After finishing a batch, report what was implemented and the verification results; await feedback.
- Continue with subsequent batches until the plan is fully implemented and verified.
- Complete development work and announce completion; optionally trigger finishing-a-development-branch sub-skill per the plan.