From 392d682e10e94f0390535ff629713049e445b550 Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Wed, 11 Mar 2026 09:20:27 -0700 Subject: [PATCH] docs: add brainstorm workflow to root README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd314666..a0dc09bc 100644 --- a/README.md +++ b/README.md @@ -158,17 +158,20 @@ Notes: ## Workflow ``` -Plan → Work → Review → Compound → Repeat +Brainstorm → Plan → Work → Review → Compound → Repeat ``` | Command | Purpose | |---------|---------| +| `/ce:brainstorm` | Explore requirements and approaches before planning | | `/ce:plan` | Turn feature ideas into detailed implementation plans | | `/ce:work` | Execute plans with worktrees and task tracking | | `/ce:review` | Multi-agent code review before merging | | `/ce:compound` | Document learnings to make future work easier | -Each cycle compounds: plans inform future plans, reviews catch more issues, patterns get documented. +The `brainstorming` skill supports `/ce:brainstorm` with collaborative dialogue to clarify requirements and compare approaches before committing to a plan. + +Each cycle compounds: brainstorms sharpen plans, plans inform future plans, reviews catch more issues, patterns get documented. ## Philosophy