From roach
Use when you have a written implementation plan to execute in a separate session with review checkpoints
How this skill is triggered — by the user, by Claude, or both
Slash command
/roach:executing-plansThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**You MUST NOT call `EnterPlanMode` or `ExitPlanMode` during this skill.** This skill operates in normal mode, executing a plan that already exists on disk. Plan mode is unnecessary and dangerous here — it restricts Write/Edit tools needed for implementation.
You MUST NOT call EnterPlanMode or ExitPlanMode during this skill. This skill operates in normal mode, executing a plan that already exists on disk. Plan mode is unnecessary and dangerous here — it restricts Write/Edit tools needed for implementation.
Load plan, review critically, execute tasks in batches, report for review between batches.
Core principle: Batch execution with checkpoints for architect review.
Announce at start: "I'm using the executing-plans skill to implement this plan."
<plan-path>.tasks.json co-located with the plan filepending/in_progress.tasks.json — read file, update status and lastUpdated, write backDefault: First 3 tasks
For each task:
When batch complete:
Based on feedback:
When all tasks are done, announce completion and ask the user how they'd like to proceed (commit, further testing, etc.).
STOP executing immediately when:
Ask for clarification rather than guessing.
Return to Review (Step 1) when:
Don't force through blockers - stop and ask.
When executing a plan and reality doesn't match (wrong paths, missing deps, etc.):
Auto-fix (continue, note in batch report):
Escalate (stop batch, ask for guidance):
The rule: if the fix is local to the current task, fix it and note it. If it has cross-task implications, stop and ask.
When reporting at batch checkpoint, include any deviations:
[AUTO-FIX] what differed and what you did[ESCALATED] what you stopped to ask aboutCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.
npx claudepluginhub stefanfaur/roach-marketplace --plugin roach