What problem does it solve?
This Skill guides an AI to systematically execute a detailed implementation plan, ensuring each task is reviewed, tracked, and completed without missing steps or making unsafe assumptions.
Core Features & Use Cases
- Load and Review: Reads the plan file, raises any concerns, and creates a TodoWrite before proceeding.
- Task Execution: Marks each task as in_progress, follows bite‑sized steps, runs verifications, and marks tasks as completed.
- Integration with Git: Requires
superpowers:using-git-worktrees to set up an isolated workspace and later invokes superpowers:finishing-a-development-branch to finalize development.
- Safety Controls: Stops execution on blockers, asks for clarification, and never operates on main/master without explicit consent.
- Use Case Example: When a software team provides a step‑by‑step development plan for a new feature, this Skill can autonomously carry out the work while keeping the human in the loop.
Quick Start
Use the executing-plans skill to run the development plan in 'feature-plan.md'.