Skip to content

Commit e426799

Browse files
authored
Merge pull request #253 from EveryInc/tmchow/readme-brainstorm-docs
docs: add brainstorm workflow to root README
2 parents 42cc74c + 392d682 commit e426799

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,17 +158,20 @@ Notes:
158158
## Workflow
159159

160160
```
161-
Plan → Work → Review → Compound → Repeat
161+
Brainstorm → Plan → Work → Review → Compound → Repeat
162162
```
163163

164164
| Command | Purpose |
165165
|---------|---------|
166+
| `/ce:brainstorm` | Explore requirements and approaches before planning |
166167
| `/ce:plan` | Turn feature ideas into detailed implementation plans |
167168
| `/ce:work` | Execute plans with worktrees and task tracking |
168169
| `/ce:review` | Multi-agent code review before merging |
169170
| `/ce:compound` | Document learnings to make future work easier |
170171

171-
Each cycle compounds: plans inform future plans, reviews catch more issues, patterns get documented.
172+
The `brainstorming` skill supports `/ce:brainstorm` with collaborative dialogue to clarify requirements and compare approaches before committing to a plan.
173+
174+
Each cycle compounds: brainstorms sharpen plans, plans inform future plans, reviews catch more issues, patterns get documented.
172175

173176
## Philosophy
174177

0 commit comments

Comments
 (0)