ワンクリックで
write-plan
Create or refine a planning file. Use to start the planning phase or to reflect inline annotations back into an existing plan.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create or refine a planning file. Use to start the planning phase or to reflect inline annotations back into an existing plan.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use for GitHub operations: creating issues, posting issue comments, creating draft PRs, and adding PR review comments.
Facilitate structured divergent idea generation using the SCAMPER technique (Bob Eberle). An orchestrator elicits a concrete target, applies seven transformation lenses (Substitute, Combine, Adapt, Modify, Put to another use, Eliminate, Reverse) in parallel via focused subagents, then converges into evaluated, prioritized ideas. Use when the user asks for a SCAMPER analysis, systematic ideation, or improvement ideas for an existing product, service, process, or idea.
Facilitate structured multi-perspective analysis using Edward de Bono's Six Thinking Hats. A Blue Hat orchestrator applies one hat at a time in sequence over a single shared record, using five focused hat subagents. Use when the user asks for a Six Hats or 6 hat analysis, a multi-perspective breakdown of a decision, idea, or problem, or systematic structured thinking on a topic.
Author markmap-format Markdown. Use when writing a mindmap (マインドマップ / markmap) in Markdown.
Sample skill for verifying plugin wiring. Trigger when the user asks to run the sample greeting or test the sample plugin.
Use when resolving or addressing PR review comments.
| name | write-plan |
| description | Create or refine a planning file. Use to start the planning phase or to reflect inline annotations back into an existing plan. |
| user-invocable | true |
| disable-model-invocation | false |
Create a detailed implementation plan, or update an existing plan by processing
inline annotations. Follow the planning template at references/template.md as
a starting point — it is intentionally minimal; add sections freely to produce a
complete handoff document.
Identify the planning file from the user's prompt (default: docs/planning.md).
Read the file if it exists.
PLAN_REVIEW: annotationsPLAN_REVIEW: annotations and inline annotations.## Log.references/template.md as a starting point; add sections freely.## Log (never delete or modify existing entries).A plan must be useful both as a design note and as an implementation guide.
Keep background and design decisions concise but sufficient. Make the execution plan concrete enough that executing plan does not need to invent missing design.
Before writing the execution plan, choose an execution style:
Do not force TDD. Choose based on complexity, risk, and testability.
The execution plan must be ordered by safe build-and-verify sequence, not only by architecture layers. Avoid generic layer-only plans such as DB → gateway → usecase → controller → tests.
For each non-trivial task, include:
Do not put all tests only at the end as a generic phase. Attach tests or verification to the relevant tasks or phases where practical.
PLAN_REVIEW: annotations must not be left in the file after processing.