23
23
24
24
### 🌟 Key Innovations
25
25
26
- - ** 🔄 Enhanced Workflow Lifecycle** : Complete development cycle: Brainstorm → Plan → Verify → Execute → Test → Review
26
+ - ** 🔄 Enhanced Workflow Lifecycle** : Complete development cycle: Brainstorm → Plan → Execute → Test → Review
27
27
- ** 🧪 Automated Test Generation** : Comprehensive test workflow generation (` /workflow:test-gen ` ) with full coverage planning
28
- - ** ✅ Plan Verification System** : Pre-execution validation using dual Gemini/Codex analysis (` /workflow:plan-verify ` )
29
28
- ** 🎯 JSON-First Architecture** : Single source of truth with atomic session management
30
29
- ** 💡 Brainstorm Artifacts** : Multi-perspective planning with synthesis and structured document generation
30
+ - ** 🤖 Intelligent Agent Orchestration** : Automated agent assignment and task coordination
31
31
- ** 🔧 MCP Tools Integration** * (Experimental)* : Enhanced codebase analysis through Model Context Protocol tools
32
32
33
33
---
@@ -105,10 +105,9 @@ Complete development lifecycle with quality gates at each phase:
105
105
106
106
1 . ** 💡 Brainstorm Phase** - Multi-perspective conceptual planning with role-based analysis
107
107
2 . ** 📋 Plan Phase** - Structured implementation planning with task decomposition
108
- 3 . ** ✅ Verify Phase** - Pre-execution validation using Gemini (strategic) + Codex (technical)
109
- 4 . ** ⚡ Execute Phase** - Autonomous implementation with multi-agent orchestration
110
- 5 . ** 🧪 Test Phase** - Automated test workflow generation with comprehensive coverage
111
- 6 . ** 🔍 Review Phase** - Quality assurance and completion validation
108
+ 3 . ** ⚡ Execute Phase** - Autonomous implementation with multi-agent orchestration
109
+ 4 . ** 🧪 Test Phase** - Automated test workflow generation with comprehensive coverage
110
+ 5 . ** 🔍 Review Phase** - Quality assurance and completion validation
112
111
113
112
### 🧪 ** Automated Test Generation**
114
113
Comprehensive test workflow creation:
@@ -117,12 +116,6 @@ Comprehensive test workflow creation:
117
116
- ** Agent Assignment** : Specialized test agents for different test types
118
117
- ** Dependency Mapping** : Test execution follows implementation dependency chains
119
118
120
- ### ✅ ** Plan Verification System**
121
- Dual-engine validation before execution:
122
- - ** Gemini Strategic Analysis** : High-level feasibility and architectural soundness
123
- - ** Codex Technical Analysis** : Implementation details and technical feasibility
124
- - ** Cross-Validation** : Identifies conflicts between strategic vision and technical constraints
125
- - ** Improvement Suggestions** : Actionable recommendations before implementation begins
126
119
127
120
---
128
121
@@ -145,7 +138,6 @@ CCW automatically adapts workflow structure based on project complexity:
145
138
| Command | Function | Example |
146
139
| ---| ---| ---|
147
140
| ` 🎯 /enhance-prompt ` | Technical context enhancement | ` /enhance-prompt "add auth system" ` |
148
- | ` 📊 /context ` | Unified context management | ` /context --analyze --format=tree ` |
149
141
| ` 📝 /update-memory-full ` | Complete documentation update | ` /update-memory-full ` |
150
142
| ` 🔄 /update-memory-related ` | Smart context-aware updates | ` /update-memory-related ` |
151
143
@@ -194,24 +186,34 @@ The commands `/gemini:mode:auto` and `/gemini:mode:plan-precise` have been remov
194
186
| ` 🚀 /workflow:session:start ` | Create new session | ` /workflow:session:start "OAuth2 System" ` |
195
187
| ` ⏸️ /workflow:session:pause ` | Pause current session | ` /workflow:session:pause ` |
196
188
| ` ▶️ /workflow:session:resume ` | Resume session | ` /workflow:session:resume "OAuth2 System" ` |
189
+ | ` ✅ /workflow:session:complete ` | Complete current session | ` /workflow:session:complete ` |
197
190
| ` 📋 /workflow:session:list ` | List all sessions | ` /workflow:session:list --active ` |
198
191
| ` 🔄 /workflow:session:switch ` | Switch sessions | ` /workflow:session:switch "Payment Fix" ` |
199
192
200
193
#### 🎯 Workflow Operations
201
194
| Command | Function | Usage |
202
195
| ---| ---| ---|
203
196
| ` 💭 /workflow:brainstorm:* ` | Multi-perspective planning with role experts | ` /workflow:brainstorm:system-architect "microservices" ` |
197
+ | ` 🚀 /workflow:brainstorm:auto-parallel ` | Automated parallel brainstorming | ` /workflow:brainstorm:auto-parallel "topic" ` |
198
+ | ` 🔄 /workflow:brainstorm:auto-squeeze ` | Automated sequential brainstorming | ` /workflow:brainstorm:auto-squeeze "topic" ` |
204
199
| ` 🤝 /workflow:brainstorm:synthesis ` | Synthesize all brainstorming perspectives | ` /workflow:brainstorm:synthesis ` |
205
200
| ` 🎨 /workflow:brainstorm:artifacts ` | Generate structured planning documents | ` /workflow:brainstorm:artifacts "topic description" ` |
206
201
| ` 📋 /workflow:plan ` | Convert to executable implementation plans | ` /workflow:plan "description" \| file.md \| ISS-001 ` |
207
- | ` 🔍 /workflow:plan-deep ` | Deep technical planning with Gemini analysis | ` /workflow:plan-deep "requirements description" ` |
208
- | ` ✅ /workflow:plan-verify ` | Pre-execution validation using dual analysis | ` /workflow:plan-verify ` |
209
202
| ` ⚡ /workflow:execute ` | Coordinate agents for implementation | ` /workflow:execute ` |
210
203
| ` 🔄 /workflow:resume ` | Intelligent workflow resumption | ` /workflow:resume [--from TASK-ID] [--retry] ` |
211
- | ` 📊 /workflow:status ` | Generate on-demand views from task data | ` /workflow:status [task-id] [format] [validation] ` |
204
+ | ` 📊 /workflow:status ` | Generate on-demand views from task data | ` /workflow:status [task-id] ` |
212
205
| ` 🧪 /workflow:test-gen ` | Generate comprehensive test workflows | ` /workflow:test-gen WFS-session-id ` |
213
206
| ` 🔍 /workflow:review ` | Execute review phase for quality validation | ` /workflow:review ` |
214
- | ` 📚 /workflow:docs ` | Generate hierarchical documentation | ` /workflow:docs "architecture" \| "api" \| "all" ` |
207
+
208
+ #### 🔧 Workflow Tools (Internal)
209
+ | Command | Function | Usage |
210
+ | ---| ---| ---|
211
+ | ` 🔍 /workflow:tools:context-gather ` | Intelligent context collection | ` /workflow:tools:context-gather --session WFS-id "task" ` |
212
+ | ` 🧪 /workflow:tools:concept-enhanced ` | Enhanced concept analysis | ` /workflow:tools:concept-enhanced --session WFS-id ` |
213
+ | ` 📝 /workflow:tools:task-generate ` | Manual task generation | ` /workflow:tools:task-generate --session WFS-id ` |
214
+ | ` 🤖 /workflow:tools:task-generate-agent ` | Autonomous task generation | ` /workflow:tools:task-generate-agent --session WFS-id ` |
215
+ | ` 📊 /workflow:tools:status ` | Advanced status reporting | ` /workflow:tools:status [task-id] ` |
216
+ | ` 📚 /workflow:tools:docs ` | Generate hierarchical documentation | ` /workflow:tools:docs "architecture" \| "api" \| "all" ` |
215
217
216
218
#### 🏷️ Task Management
217
219
| Command | Function | Usage |
@@ -255,11 +257,10 @@ graph TD
255
257
SESSION --> BRAINSTORM["/workflow:brainstorm:system-architect topic"]
256
258
BRAINSTORM --> SYNTHESIS["/workflow:brainstorm:synthesis"]
257
259
SYNTHESIS --> PLAN["/workflow:plan description"]
258
- PLAN --> VERIFY["/workflow:plan-verify"]
259
- VERIFY --> EXECUTE["/workflow:execute"]
260
+ PLAN --> EXECUTE["/workflow:execute"]
260
261
EXECUTE --> TEST["/workflow:test-gen WFS-session-id"]
261
262
TEST --> REVIEW["/workflow:review"]
262
- REVIEW --> DOCS["/workflow:docs all"]
263
+ REVIEW --> DOCS["/workflow:tools: docs all"]
263
264
DOCS --> COMPLETE[✅ Complete]
264
265
```
265
266
@@ -293,20 +294,17 @@ graph LR
293
294
# 4. Create executable implementation plan
294
295
/workflow:plan " user dashboard with analytics and real-time data"
295
296
296
- # 5. Verify plan before execution
297
- /workflow:plan-verify
298
-
299
- # 6. Execute implementation with agent coordination
297
+ # 5. Execute implementation with agent coordination
300
298
/workflow:execute
301
299
302
- # 7 . Generate comprehensive test suite
300
+ # 6 . Generate comprehensive test suite
303
301
/workflow:test-gen WFS-user-dashboard-feature
304
302
305
- # 8 . Quality assurance and review
303
+ # 7 . Quality assurance and review
306
304
/workflow:review
307
305
308
- # 9 . Generate documentation
309
- /workflow:docs " all"
306
+ # 8 . Generate documentation
307
+ /workflow:tools: docs " all"
310
308
```
311
309
312
310
#### ** ⚡ Rapid Bug Resolution**
@@ -323,8 +321,7 @@ graph LR
323
321
# Deep architecture workflow
324
322
/workflow:session:start " API Refactoring Initiative"
325
323
/cli:analyze " current API architecture patterns and technical debt" --tool gemini
326
- /workflow:plan-deep " microservices transition strategy"
327
- /workflow:plan-verify
324
+ /workflow:plan " microservices transition strategy"
328
325
/cli:execute " Refactor monolith to microservices architecture" --tool qwen
329
326
/workflow:test-gen WFS-api-refactoring-initiative
330
327
/workflow:review
0 commit comments