원클릭으로
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