com um clique
plan
Select and create a plan from templates
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Select and create a plan from templates
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
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
Baseado na classificação ocupacional SOC
| 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