ワンクリックで
plan
Select and create a plan from templates
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Select and create a plan from templates
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create Architecture Decision Record
Design API contracts with OpenAPI specifications
Assess architecture decisions tradeoffs and edge cases
Design database schemas with migrations and repository interfaces
Break requests into parallel tasks for team execution
Audit dependencies for vulnerabilities and plan upgrades
| name | plan |
| description | Select and create a plan from templates |
| allowed-tools | Read, Write, Glob |
Help select the right plan template and create a plan file.
Read the available templates in docs/spec/.llm/templates/:
| Template | Use When |
|---|---|
idea.plan.llm | Starting from scratch -- idea to working project |
fullstack.plan.llm | Full-stack feature (DB -> API -> UI -> E2E) |
feature.plan.llm | Backend-focused feature (6 phases) |
review.plan.llm | Review/iteration cycle with quality gates |
bugfix.plan.llm | Bug investigation and fix |
self-review.plan.llm | Audit the LLM orchestration system |
codegen.plan.llm | Spec-first code generation (requires spec before code) |
requirements.plan.llm | Multi-session requirement gathering to produce a spec |
plan.template.llm | Generic -- anything else |
Based on the user's description, recommend the best template.
Create the plan file:
cp docs/spec/.llm/templates/<template> docs/spec/.llm/plans/<name>.plan.llm
Pre-fill the plan with:
Present the plan to the user for review before proceeding.
$ARGUMENTS