execute-plan-tasks
FeaturedExecute one task from a plan's task breakdown, verify it, tick it off, and hand back for review before the next one.
AI & Automation 46 stars
6 forks Updated today MIT
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Execute plan tasks
One task per run — implement it, verify it, tick it, stop. The review between tasks is the point;
never carry on into the next.
Invocation: `/execute-plan-tasks <plan-path> [task-id]`
## Pick the task
Read the plan whole — summary, conventions and overrides, the steps the task cites, acceptance
criteria — then its `## Tasks` section. Ambiguous or missing plan path → ask. Several task sections
→ ask which one this run works from. No task section → stop and point at `/split-plan-tasks`.
`task-id` given → that task; none → the first unticked one in order. A range or a whole group → run
its first task only, saying the rest need their own runs; a task already ticked → say so and ask
whether to redo it. Its dependencies — earlier tasks in its group, plus every task in each group its
*Depends on* line names — must be ticked; name any unticked dependency and ask before proceeding.
Done when the chosen task, its steps, its acceptance criteria and its dependency state are stated.
## Execute
- **Scope is the task's steps, nothing else**: no work belonging to a later task, no drive-by
refactors. Work the plan calls for that no task covers → report it, don't absorb it.
- The plan's conventions and overrides bind every task, this one included.
- **Never guess.** What the code settles, settle by reading it; what it doesn't goes to the user as
one question carrying your recommendation. Append each settled deviation from the plan, and its
why, as one line to...
Details
- Author
- eai-org
- Repository
- eai-org/agent-toolkit
- Created
- 3 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
executing-plans
Use when you have a written implementation plan to execute in a separate session with review checkpoints
7 Updated yesterday
minhtran3124 AI & Automation Listed
executing-plans
Execute detailed plans in batches with review checkpoints
0 Updated 4 weeks ago
leandrodslv AI & Automation Listed
executing-plans
Execute a written implementation plan task by task, reviewing it critically first, following each step exactly, running every verification, and stopping to ask rather than guessing when blocked. Use when you have a plan document (such as one from the writing-plans skill) and need to implement it in this session.
5 Updated 3 days ago
KhaledSaeed18