| name | smol-build |
| description | Execute the next pending atomic task from the latest plan in .smol/plans/, using strict TDD. Use after /smol-plan when stepping through tasks one at a time. |
/smol-build
Steps:
- Locate the latest plan file under
.smol/plans/ (most recent date wins).
- Pick the first
- [ ] atomic task.
- Delegate to the
coder agent with that task description.
- Coder runs RED → GREEN; reports tests passing.
- Mark the task
- [x] in the plan file.
- Report which task ran, files changed, test result.
If no plan exists, tell the user to run /smol-plan first or use /smol-fast.