implement-execplan
Installation
SKILL.md
Implement ExecPlan
Execute the pending execution plan located at .agent/execplan-pending.md in the current repository OR if the user mentioned another execplan at a different file path, implement that one.
Workflow
- Read the execplan
- Implement each step in order, marking progress as you go
- When uncertain about the best approach, make a reasonable decision and proceed
- Use web search when external information would help (API docs, library usage, etc.)
- Continue until the entire plan is complete
- Once the execplan is implemented completely, rename it (with a name that makes sense), and move it to .agent/done. If the 'done' folder does not exist, create it.
Decision Making
If a step is ambiguous or has multiple valid approaches proceed with your best judgment rather than stopping to ask