一键导入
create-plan
Create a structured plan (plan.md, phases/, todo.md) for a feature or change. Use this skill when planning non-trivial work before implementation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a structured plan (plan.md, phases/, todo.md) for a feature or change. Use this skill when planning non-trivial work before implementation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Non-interactive orchestrator for structured planning and gated implementation. Acts and reports; asks only for genuine choices. Use when you want forward momentum without confirmation prompts.
Interactive orchestrator for structured planning, documentation, and gated implementation using docs/ and plans/. Use when planning features, documenting codebases, executing plan phases, or resuming multi-session work.
Author and verify per-phase implementation plans by cross-checking the gated phase intent against the current source code and existing docs inventories.
Skill-driven exploration, targeted reading, web research, and deep-dive analysis for delegate agents. Use when the primary delegates investigation or information gathering rather than artifact review or code execution.
Apply accepted related findings from an implementation or implementation-plan review by resuming the same reviewer task_id. Use after review-implementation or review-implementation-plan returns Needs Rework or Needs Revision.
Independent review of a phase implementation plan against its scope, codebase reality, and actionability. Produces a structured review with severity-rated findings. Use after author-and-verify-implementation-plan to validate quality before execution.
| name | create-plan |
| description | Create a structured plan (plan.md, phases/, todo.md) for a feature or change. Use this skill when planning non-trivial work before implementation. |
| license | MIT |
| compatibility | opencode |
| metadata | {"category":"planning","phase":"initial"} |
Creates a complete plan with the artifacts required to execute work in phases. This documentation shall serve Agents and Humans when working in consecutive sessions with the project:
plans/<name>/plan.md) - Objective, requirements, DoD, phases overviewplans/<name>/phases/phase-N.md) - Scope definition per phase (what/why)plans/<name>/todo.md) - Trackable items with statusThis skill intentionally does not author per-phase implementation plans (plans/<name>/implementation/phase-N-impl.md).
Default next step (second pass): use author-and-verify-implementation-plan to author/verify the per-phase implementation plan against current repo reality.
Do NOT use for simple, one-shot tasks that don't need formal planning.
plans/<name>/.doc-explorer for codebase impact/symbol analysis when the plan touches existing code (doc-explorer writes findings to docs/, keeping analysis out of the primary's context).doc-explorer only to materialize/format a large set of plan files after the primary has finalized content and structure.plans/<name>/plan.md, plans/<name>/phases/**, plans/<name>/todo.md, and creates directories under plans/<name>/.plans/<name>/implementation/** (use author-and-verify-implementation-plan).docs/** and/or mechanical plan materialization.Gather requirements from the user using the question tool:
If the user provided a detailed brief, extract these from the brief and confirm with the question tool.
If the plan involves changes to existing code:
doc-explorer to analyze the affected modules and symbols (results are written to docs/)docs/overview.md, module docs) if availableDetermine if phasing is needed:
Single-phase plans (simple features):
Multi-phase plans (complex features):
Guidelines for phase sizing:
Create plans/<name>/plan.md:
For each phase, create plans/<name>/phases/phase-N.md:
Create the implementation directory structure (no files yet):
plans/<name>/implementation/Then, as the default second pass (before execution), author and verify per-phase implementation plans via author-and-verify-implementation-plan.
Create plans/<name>/todo.md:
author-and-verify-implementation-plan before execution)Create plans/<name>/handovers/ directory with a .gitkeep file.
Present the plan summary to the user:
Use the question tool to confirm the plan or gather adjustments.
plans/<name>/ directory structure. The directory name should be lowercase, hyphenated, descriptive.author-and-verify-implementation-plan.explore subagent type in this framework.doc-explorer for codebase analysis: Delegate deep symbol/dependency analysis via the Task tool. Results are written to docs/, not returned as text.author-and-verify-implementation-plan before executing a phase.question tool to validate requirements, phase structure, and scope with the user before creating artifacts.plans/<name>/, phases/, implementation/, handovers/.This skill includes normative templates as bundled files. Only read the templates when processing them. Output MUST follow the template headings and frontmatter keys:
tpl-plan.md - Structure for the plan documenttpl-phase.md - Structure for phase documentstpl-todo.md - Structure for the todo list