一键导入
exec-plan
Use when you have a written implementation plan to execute in a separate session with review checkpoints
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when you have a written implementation plan to execute in a separate session with review checkpoints
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Discover files with trigger_phrase and/or refresh frontmatter, let the user choose which to schedule for periodic re-injection via CronCreate. Prevents behavioral drift by keeping core rules and goals fresh in context.
Write trigger phrases from .claude/triggers.json into file frontmatter as model-scoped trigger_phrase fields. Bridges trigger generation (scan) with scheduled injection (zenflow:schedule).
Build a GitHub issue into a PR. User-launched with an issue number — reads the issue, confirms with user, creates branch, implements against acceptance criteria, runs verification, and opens a PR. Every decision surfaces via AskUserQuestion.
Collaborative working session — you and the user are a team exploring, researching, and planning together. When implementation work is needed, create well-structured GitHub issues. The user launches Builder agents to implement and Reviewer agents to verify.
Shed accumulated context mid-session. Writes a knowledge handoff document capturing session state, decisions, observations, and behavioral calibration, then guides the user through /clear and resumption.
Runtime verification using Playwright MCP + proof artifacts. Use when acceptance criteria mention UI behavior, when claiming runtime verification, or when independently verifying a PR's claims. Produces artifact-backed proof — screenshots, DOM snapshots — not prose claims.
| name | exec-plan |
| description | Use when you have a written implementation plan to execute in a separate session with review checkpoints |
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.