Executing Plans
This skill allows the agent to load a pre-defined plan, critically review it, and execute all tasks within the plan, reporting upon completion. It...
Install
npx promptshop add executing-plansDetails
What This Skill Does
This skill allows the agent to load a pre-defined plan, critically review it, and execute all tasks within the plan, reporting upon completion. It emphasizes following the plan exactly, verifying each step, and stopping to ask for help when encountering blockers. This is useful for implementing well-defined development tasks.
When to Use
- Implementing a new feature according to a detailed plan.
- Following a step-by-step guide to fix a bug.
- Executing a deployment checklist.
- Setting up a new development environment.
- Migrating data according to a migration plan.
- Refactoring code according to a refactoring plan.
Key Features
- Loads and critically reviews the plan.
- Marks tasks as in_progress and completed.
- Follows each step in the plan exactly.
- Runs verifications as specified in the plan.
- Uses superpowers:finishing-a-development-branch to complete.
- Stops and asks for help when blocked.