speckit_plan
Create or update technical implementation plans by generating markdown specs for architecture, tech stack, and approach. Also supports writing research and design artifacts.
Instructions
Create or update a technical implementation plan. Creates specs/{feature}/plan.md with architecture, tech stack, and implementation approach. Also supports writing research and design artifacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phase | No | Phase to write: research (research.md), design (data-model.md, contracts/, quickstart.md), plan (plan.md), all (plan.md, backward compat). | all |
| content | No | Plan content in markdown. If omitted, creates from template. | |
| contracts | No | Array of contract documents to write under contracts/ (used when phase=design). | |
| feature_name | Yes | Name of the feature to plan. | |
| plan_content | No | Explicit plan.md content. Supplements or replaces content param for the plan phase. | |
| project_path | No | Path to the spec-kit project root. | |
| research_content | No | Content for research.md (used when phase=research). | |
| data_model_content | No | Content for data-model.md (used when phase=design). | |
| quickstart_content | No | Content for quickstart.md (used when phase=design). |