From f1401bb7f6e3e1351ae1fc9dd841fe21db73ba26 Mon Sep 17 00:00:00 2001 From: Lex Christopherson Date: Sun, 15 Mar 2026 20:28:14 -0600 Subject: [PATCH] docs: add /gsd steer to commands table Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f14071a0f..e9aa8173a 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ On first run, GSD launches a branded setup wizard that walks you through LLM pro | `/gsd next` | Explicit step mode (same as bare `/gsd`) | | `/gsd auto` | Autonomous mode — researches, plans, executes, commits, repeats | | `/gsd stop` | Stop auto mode gracefully | +| `/gsd steer` | Hard-steer plan documents during execution | | `/gsd discuss` | Discuss architecture and decisions (works alongside auto mode) | | `/gsd status` | Progress dashboard | | `/gsd queue` | Queue future milestones (safe during auto mode) |