| name | smol-auto |
| description | Full pipeline non-stop — plan, build every atomic task, review. No mid-pipeline pauses. Use when you trust the agent to take a feature from idea to reviewed implementation in one shot. |
/smol-auto
Conductor enters Auto mode:
- Invoke
planner → produce .smol/plans/<date>-<topic>.md (via smol_plan tool).
- For each atomic task in plan order:
- Invoke
coder to run RED → GREEN.
- On test failure that the coder cannot resolve in one retry, halt the pipeline and report.
- Invoke
reviewer once across the full diff.
- Emit a single final summary:
- Tasks completed / skipped
- Files changed
- Reviewer verdict and issues
- Wiki entries appended
Do not pause for user confirmation between tasks.