625 B
625 B
description
| description |
|---|
| Create a unified implementation plan. |
User Input
$ARGUMENTS
Instructions
- Read: Load the
spec.mdprovided by the user. - Draft Plan:
- Create/Update ONE file:
specs/[feature_name]/plan.md. - Section 1: Architecture: Briefly list changed files and data models.
- Section 2: Step-by-Step: List the implementation steps (Todo list) directly in this file.
- Create/Update ONE file:
- Format:
- Use checkboxes
- [ ]for the steps so they are clickable. - Mark steps as
[Frontend]or[Backend].
- Use checkboxes
- Constraint: Do NOT create
tasks.md. Keep it all inplan.md.