From 6833d94cf4beadd327770cc0a637d38d2c83e476 Mon Sep 17 00:00:00 2001 From: Sheldon Finlay Date: Sat, 28 Mar 2026 12:26:40 -0400 Subject: [PATCH] docs: mention using Claude or /plan to generate specs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40a5996..18925ed 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ That's it. The single command handles setup, planning, and execution. ## 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 3. Say "go" — the loop launches in tmux and runs autonomously