一键导入
executing-plans
Use when executing a written implementation plan inline in the current session with checkpoints and verification.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when executing a written implementation plan inline in the current session with checkpoints and verification.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when a request needs product/design exploration, unclear requirements, multiple viable approaches, UI/UX choices, or new behavior whose intent is not yet bounded.
Use when 2+ independent tasks, failures, research lanes, exploration lanes, or path-scoped investigations can run without shared state, shared files, or sequential dependency.
Use when adding or changing a capability surface such as a public function, API, command, prompt, workflow, schema/helper, policy, or reusable instruction.
Use when implementation is complete, verification passes, and the remaining decision is how to integrate, merge, PR, clean up, or finish the branch.
Use when creating or revising docs, plans, records, PR text, handoffs, or other prose that should be sparse, direct, and low-context.
Use when changing prompt templates, AGENTS.md, CLAUDE.md, MCP/tool instructions, skills, governance docs, or any instruction surface where verbosity, duplicated doctrine, hidden exemptions, unclear provenance, or weak enforcement could affect agent behavior.
| name | executing-plans |
| description | Use when executing a written implementation plan inline in the current session with checkpoints and verification. |
Purpose: Execute a written plan step-by-step with verification checkpoints when subagents are unavailable or the plan is small enough for inline execution. Consumer: Main agent with no subagent access, or small plans where subagent dispatch overhead exceeds savings. Failure consequence: Steps skipped, ordering broken, or verification missed because no external review gates the work; partial completion claimed as full. Falsifier: The plan has fewer than 3 tasks, no shared state across steps, or no critical verification gate.
Load plan, review critically, execute all tasks, report when complete.
Announce at start: "I'm using the executing-plans skill to implement this plan."
Use subagent-driven-development instead when a written plan needs per-task
implementer/reviewer subagents. Use this skill for inline plan execution.
Status:, Owner:, Last verified:, Source:, and
Canonical issue/ADR/spec:.Status:, Proof:, and Blocker:.For each task:
Status: active.Proof: with the command, trace, commit, PR, or file path that proves
the result.Status: implemented only after proof exists.Status: blocked and set Blocker: to the concrete
failing command, missing input, or unresolved decision.After all tasks complete and verified:
Status: implemented.Last verified: YYYY-MM-DD.Done When checkbox is checked or the plan remains non-final.finishing-a-development-branchSTOP executing immediately when:
Ask for clarification rather than guessing.
Return to Review (Step 1) when:
Don't force through blockers - stop and ask.
Status:, Proof:, Blocker:, and Last verified: currentRequired workflow skills:
using-git-worktrees - Ensures isolated workspace (creates one or verifies existing)writing-plans - Creates the plan this skill executesfinishing-a-development-branch - Complete development after all tasks