674 B
674 B
description
| description |
|---|
| Execute the implementation plan by processing all tasks in tasks.md. |
User Input
$ARGUMENTS
Outline
-
Read
.specify/feature.jsonto get the feature directory path. -
Load context:
.specify/memory/constitution.mdand<feature_directory>/spec.mdand<feature_directory>/plan.mdand<feature_directory>/tasks.md. -
Execute tasks in order:
- Complete each task before moving to the next
- Mark completed tasks by changing
- [ ]to- [x]in<feature_directory>/tasks.md - Halt on failure and report the issue
-
Validate: Verify all tasks are completed and the implementation matches the spec.