13 lines
379 B
Markdown
13 lines
379 B
Markdown
|
|
---
|
||
|
|
description: Build the feature from the plan.
|
||
|
|
---
|
||
|
|
|
||
|
|
## Instructions
|
||
|
|
|
||
|
|
1. **Read**: Open `specs/[feature_name]/plan.md`.
|
||
|
|
2. **Execute**:
|
||
|
|
* Look for the **Step-by-Step** section with checkboxes.
|
||
|
|
* Execute the unchecked items `- [ ]`.
|
||
|
|
3. **Vibe Check**:
|
||
|
|
* After every 2-3 steps, verify the code visually.
|
||
|
|
* Mark steps as `- [x]` in `plan.md` as you finish them.
|