بنقرة واحدة
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.