From aigroup-workflow
Executes a written implementation plan step-by-step with review checkpoints, stopping at blockers for clarification.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aigroup-workflow:executing-plansThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load plan, review critically, execute all tasks, report when complete.
Load plan, review critically, execute all tasks, report when complete.
Announce at start: "I'm using the executing-plans skill to implement this plan."
Note: When subagents are available (Claude Code / Codex), prefer dispatching per docs/rules/agents.md over inline execution — fresh context per task and two-stage review yield higher-quality output. Use this skill when subagent dispatch is unavailable or batched checkpoint execution is preferred.
For each task:
After all tasks complete and verified:
STOP executing immediately when:
Ask for clarification rather than guessing.
Return to Review (Step 1) when:
Don't force through blockers - stop and ask.
Required workflow skills:
npx claudepluginhub codeape-7/ai-agent-workflowgroupExecutes a written implementation plan step-by-step with review checkpoints, stopping for help on blockers.
Executes a written implementation plan step-by-step with review checkpoints. Use when you have a plan file ready and need isolated execution with verification.
Executes a written implementation plan with review checkpoints, reporting progress. Use when working from a plan file and stopping to review each task.