docs: mention using Claude or /plan to generate specs

This commit is contained in:
2026-03-28 12:26:40 -04:00
parent c293f53d90
commit 6833d94cf4

View File

@@ -28,7 +28,7 @@ That's it. The single command handles setup, planning, and execution.
## How It Works ## How It Works
1. Write a spec describing what you want to build (`SPEC.md`, `docs/specs/*.md`, or similar) 1. Write a spec describing what you want to build (`SPEC.md`, `docs/specs/*.md`, or similar). You can write it yourself, ask Claude to draft one, or use planning tools like `/plan`.
2. Run `/agent-loop:run` — it scaffolds `.loop/`, generates stories from your spec, and presents them for review 2. Run `/agent-loop:run` — it scaffolds `.loop/`, generates stories from your spec, and presents them for review
3. Say "go" — the loop launches in tmux and runs autonomously 3. Say "go" — the loop launches in tmux and runs autonomously