From zenflow
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
/zenflow:exec-planThe 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 zenflow:exec-plan skill to implement this plan."
Note: This skill works best with subagent support. If subagents are available, consider using zenflow:dispatch instead for higher quality parallel execution.
TaskCreate for each section of the plan, then proceedCheck if the plan includes a Subagent Recommendation section (specifying which agents, skills, and parallelization to use).
For each task:
in_progress via TaskUpdatecompleted via TaskUpdate⚠️ A Stop hook will BLOCK you from finishing if you skip this step. You cannot complete a zenflow:exec-plan session without invoking zenflow:check-work.
After all tasks complete, do these in order:
skill: "zenflow:check-work". Do NOT manually run lint/format/test — the skill handles all 5 gates including the journal entry. Announce completion of each gate by name (Lint, Format, Tests, Docs, Journal) as you pass it. Skipping the journal gate is a rule violation.---
status: complete
completed: YYYY-MM-DD
---
STOP executing immediately when:
Ask for clarification rather than guessing.
Return to Review (Step 1) when:
Don't force through blockers - stop and ask.
zenflow:check-work before finishing. A hook enforces this.npx claudepluginhub brewpirate/zen-flow --plugin zenflowExecutes a written implementation plan step-by-step with review checkpoints, stopping for help on blockers.
Executes written implementation plans: loads and critically reviews them, runs tasks in dependency order with parallel dispatch, separate worker-validator subagents, and verifies completion.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.