Help select the right plan template and create a plan file.
Instructions
- •
Read the available templates in
docs/spec/.llm/templates/:Template Use When idea.plan.llmStarting from scratch -- idea to working project fullstack.plan.llmFull-stack feature (DB -> API -> UI -> E2E) feature.plan.llmBackend-focused feature (6 phases) review.plan.llmReview/iteration cycle with quality gates bugfix.plan.llmBug investigation and fix self-review.plan.llmAudit the LLM orchestration system codegen.plan.llmSpec-first code generation (requires spec before code) requirements.plan.llmMulti-session requirement gathering to produce a spec plan.template.llmGeneric -- anything else - •
Based on the user's description, recommend the best template.
- •
Create the plan file:
codecp docs/spec/.llm/templates/<template> docs/spec/.llm/plans/<name>.plan.llm
- •
Pre-fill the plan with:
- •Metadata (timestamp, status: planning)
- •Objective from the user's description
- •Initial implementation steps
- •
Present the plan to the user for review before proceeding.
Description
$ARGUMENTS