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

  1. Read the execplan
  2. Implement each step in order, marking progress as you go
  3. When uncertain about the best approach, make a reasonable decision and proceed
  4. Use web search when external information would help (API docs, library usage, etc.)
  5. Continue until the entire plan is complete
  6. 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

Installs
1
GitHub Stars
23
First Seen
Mar 18, 2026
implement-execplan — grp06/slop-janitor