一键导入
executing-plans
Use to implement a multi-step task sequentially in one session when subagents aren't available — plans in context, then executes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use to implement a multi-step task sequentially in one session when subagents aren't available — plans in context, then executes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when the user wants to deeply research a topic OR brainstorm/explore ideas WITHOUT building anything yet — produces a cited briefing or idea-landscape (an exploration doc), never a spec, plan, or implementation. Triggers on "do deep research on X", "research X", "let's brainstorm ideas around X", "explore X", "what are some ideas for X". NOT for "build/implement/add/fix X" — that is the brainstorming skill. Set wildness with `--wild 0.1–1.0`.
Use when executing implementation plans with independent tasks in the current session
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
The planning rubric the execution skills run in-context at the start of a run — turns the tech spec (tech.md) when present, else the logic spec / requirements, into a task breakdown (contracts, acceptance, parallelism) before code
The rubric the execution skills run in-context — only when the work warrants it — to author the code-anchored tech spec from the approved logic spec, before planning.
| name | executing-plans |
| description | Use to implement a multi-step task sequentially in one session when subagents aren't available — plans in context, then executes |
Plan in context, execute all tasks sequentially, report when complete. This is the no-subagents path: it builds the plan itself (no separate planning step) and runs the tasks in the same session. A persisted plan file is an optional input — used only when a plan was handed off from a separate session.
Announce at start: "I'm using the executing-plans skill to implement this plan."
Note: Tell your human partner that Quirk works much better with access to subagents. The quality of its work will be significantly higher if run on a platform with subagent support (such as Claude Code or Codex). If subagents are available, use quirk:subagent-driven-development instead of this skill.
Step 0 is the first half of the stage that authors a tech spec when warranted, then plans in context.
logic.md Status when a tech spec is authored).tech.md already exists as the sibling of the actual
logic.md (wherever it was saved — by default docs/quirk/specs/YYYY-MM-DD-<topic>/tech.md
next to docs/quirk/specs/YYYY-MM-DD-<topic>/logic.md, handed off from another session),
load it — do not re-author — unless it's absent or your human partner requests a rewrite.tech.md next to the logic spec, in
the same directory the logic spec was actually saved to (the path above is the default
example, not a hard-coded location).Explore subagents aren't required here.logic.md Decisions-Locked entry surfaces, STOP and escalate
(feasibility escalation) — record the resolution as a dated logic.md Amendments entry
before continuing.tech.md when Step 0
authored one, else from the logic spec / requirements; the task breakdown goes into this
conversation + a TodoWrite list, no file by default. (If a persisted plan file was handed off
from another session, read it once to seed the in-context plan + TodoWrite instead.)
tech.md, and re-plan the affected tasks.../writing-plans/plan-document-reviewer-prompt.md) on the in-context plan; apply its fixes
inline. No human approval gate.For each task:
After all tasks complete and verified:
STOP executing immediately when:
logic.md Decisions-Locked entry — record the resolution as a dated
entry in the logic spec's Amendments log before continuing, never a silent plan editAsk for clarification rather than guessing.
Return to Review (Step 1) when:
Don't force through blockers - stop and ask.
Required workflow skills: