20 lines
471 B
Markdown
20 lines
471 B
Markdown
---
|
|
description: Create a plan and store it in plan.md.
|
|
---
|
|
|
|
## User Input
|
|
|
|
```text
|
|
$ARGUMENTS
|
|
```
|
|
|
|
## Outline
|
|
|
|
1. Read `.specify/feature.json` to get the feature directory path.
|
|
|
|
2. **Load context**: `.specify/memory/constitution.md` and `<feature_directory>/spec.md`.
|
|
|
|
3. Create an implementation plan and store it in `<feature_directory>/plan.md`.
|
|
- Technical context: tech stack, dependencies, project structure
|
|
- Design decisions, architecture, file structure
|