diff --git a/README.md b/README.md index b527a7fe..faec6154 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ ### 🌟 Key Innovations -- **πŸ”„ Enhanced Workflow Lifecycle**: Complete development cycle: Brainstorm β†’ Plan β†’ Verify β†’ Execute β†’ Test β†’ Review +- **πŸ”„ Enhanced Workflow Lifecycle**: Complete development cycle: Brainstorm β†’ Plan β†’ Execute β†’ Test β†’ Review - **πŸ§ͺ Automated Test Generation**: Comprehensive test workflow generation (`/workflow:test-gen`) with full coverage planning -- **βœ… Plan Verification System**: Pre-execution validation using dual Gemini/Codex analysis (`/workflow:plan-verify`) - **🎯 JSON-First Architecture**: Single source of truth with atomic session management - **πŸ’‘ Brainstorm Artifacts**: Multi-perspective planning with synthesis and structured document generation +- **πŸ€– Intelligent Agent Orchestration**: Automated agent assignment and task coordination - **πŸ”§ MCP Tools Integration** *(Experimental)*: Enhanced codebase analysis through Model Context Protocol tools --- @@ -105,10 +105,9 @@ Complete development lifecycle with quality gates at each phase: 1. **πŸ’‘ Brainstorm Phase** - Multi-perspective conceptual planning with role-based analysis 2. **πŸ“‹ Plan Phase** - Structured implementation planning with task decomposition -3. **βœ… Verify Phase** - Pre-execution validation using Gemini (strategic) + Codex (technical) -4. **⚑ Execute Phase** - Autonomous implementation with multi-agent orchestration -5. **πŸ§ͺ Test Phase** - Automated test workflow generation with comprehensive coverage -6. **πŸ” Review Phase** - Quality assurance and completion validation +3. **⚑ Execute Phase** - Autonomous implementation with multi-agent orchestration +4. **πŸ§ͺ Test Phase** - Automated test workflow generation with comprehensive coverage +5. **πŸ” Review Phase** - Quality assurance and completion validation ### πŸ§ͺ **Automated Test Generation** Comprehensive test workflow creation: @@ -117,12 +116,6 @@ Comprehensive test workflow creation: - **Agent Assignment**: Specialized test agents for different test types - **Dependency Mapping**: Test execution follows implementation dependency chains -### βœ… **Plan Verification System** -Dual-engine validation before execution: -- **Gemini Strategic Analysis**: High-level feasibility and architectural soundness -- **Codex Technical Analysis**: Implementation details and technical feasibility -- **Cross-Validation**: Identifies conflicts between strategic vision and technical constraints -- **Improvement Suggestions**: Actionable recommendations before implementation begins --- @@ -145,7 +138,6 @@ CCW automatically adapts workflow structure based on project complexity: | Command | Function | Example | |---|---|---| | `🎯 /enhance-prompt` | Technical context enhancement | `/enhance-prompt "add auth system"` | -| `πŸ“Š /context` | Unified context management | `/context --analyze --format=tree` | | `πŸ“ /update-memory-full` | Complete documentation update | `/update-memory-full` | | `πŸ”„ /update-memory-related` | Smart context-aware updates | `/update-memory-related` | @@ -194,6 +186,7 @@ The commands `/gemini:mode:auto` and `/gemini:mode:plan-precise` have been remov | `πŸš€ /workflow:session:start` | Create new session | `/workflow:session:start "OAuth2 System"` | | `⏸️ /workflow:session:pause` | Pause current session | `/workflow:session:pause` | | `▢️ /workflow:session:resume` | Resume session | `/workflow:session:resume "OAuth2 System"` | +| `βœ… /workflow:session:complete` | Complete current session | `/workflow:session:complete` | | `πŸ“‹ /workflow:session:list` | List all sessions | `/workflow:session:list --active` | | `πŸ”„ /workflow:session:switch` | Switch sessions | `/workflow:session:switch "Payment Fix"` | @@ -201,17 +194,26 @@ The commands `/gemini:mode:auto` and `/gemini:mode:plan-precise` have been remov | Command | Function | Usage | |---|---|---| | `πŸ’­ /workflow:brainstorm:*` | Multi-perspective planning with role experts | `/workflow:brainstorm:system-architect "microservices"` | +| `πŸš€ /workflow:brainstorm:auto-parallel` | Automated parallel brainstorming | `/workflow:brainstorm:auto-parallel "topic"` | +| `πŸ”„ /workflow:brainstorm:auto-squeeze` | Automated sequential brainstorming | `/workflow:brainstorm:auto-squeeze "topic"` | | `🀝 /workflow:brainstorm:synthesis` | Synthesize all brainstorming perspectives | `/workflow:brainstorm:synthesis` | | `🎨 /workflow:brainstorm:artifacts` | Generate structured planning documents | `/workflow:brainstorm:artifacts "topic description"` | | `πŸ“‹ /workflow:plan` | Convert to executable implementation plans | `/workflow:plan "description" \| file.md \| ISS-001` | -| `πŸ” /workflow:plan-deep` | Deep technical planning with Gemini analysis | `/workflow:plan-deep "requirements description"` | -| `βœ… /workflow:plan-verify` | Pre-execution validation using dual analysis | `/workflow:plan-verify` | | `⚑ /workflow:execute` | Coordinate agents for implementation | `/workflow:execute` | | `πŸ”„ /workflow:resume` | Intelligent workflow resumption | `/workflow:resume [--from TASK-ID] [--retry]` | -| `πŸ“Š /workflow:status` | Generate on-demand views from task data | `/workflow:status [task-id] [format] [validation]` | +| `πŸ“Š /workflow:status` | Generate on-demand views from task data | `/workflow:status [task-id]` | | `πŸ§ͺ /workflow:test-gen` | Generate comprehensive test workflows | `/workflow:test-gen WFS-session-id` | | `πŸ” /workflow:review` | Execute review phase for quality validation | `/workflow:review` | -| `πŸ“š /workflow:docs` | Generate hierarchical documentation | `/workflow:docs "architecture" \| "api" \| "all"` | + +#### πŸ”§ Workflow Tools (Internal) +| Command | Function | Usage | +|---|---|---| +| `πŸ” /workflow:tools:context-gather` | Intelligent context collection | `/workflow:tools:context-gather --session WFS-id "task"` | +| `πŸ§ͺ /workflow:tools:concept-enhanced` | Enhanced concept analysis | `/workflow:tools:concept-enhanced --session WFS-id` | +| `πŸ“ /workflow:tools:task-generate` | Manual task generation | `/workflow:tools:task-generate --session WFS-id` | +| `πŸ€– /workflow:tools:task-generate-agent` | Autonomous task generation | `/workflow:tools:task-generate-agent --session WFS-id` | +| `πŸ“Š /workflow:tools:status` | Advanced status reporting | `/workflow:tools:status [task-id]` | +| `πŸ“š /workflow:tools:docs` | Generate hierarchical documentation | `/workflow:tools:docs "architecture" \| "api" \| "all"` | #### 🏷️ Task Management | Command | Function | Usage | @@ -255,11 +257,10 @@ graph TD SESSION --> BRAINSTORM["/workflow:brainstorm:system-architect topic"] BRAINSTORM --> SYNTHESIS["/workflow:brainstorm:synthesis"] SYNTHESIS --> PLAN["/workflow:plan description"] - PLAN --> VERIFY["/workflow:plan-verify"] - VERIFY --> EXECUTE["/workflow:execute"] + PLAN --> EXECUTE["/workflow:execute"] EXECUTE --> TEST["/workflow:test-gen WFS-session-id"] TEST --> REVIEW["/workflow:review"] - REVIEW --> DOCS["/workflow:docs all"] + REVIEW --> DOCS["/workflow:tools:docs all"] DOCS --> COMPLETE[βœ… Complete] ``` @@ -293,20 +294,17 @@ graph LR # 4. Create executable implementation plan /workflow:plan "user dashboard with analytics and real-time data" -# 5. Verify plan before execution -/workflow:plan-verify - -# 6. Execute implementation with agent coordination +# 5. Execute implementation with agent coordination /workflow:execute -# 7. Generate comprehensive test suite +# 6. Generate comprehensive test suite /workflow:test-gen WFS-user-dashboard-feature -# 8. Quality assurance and review +# 7. Quality assurance and review /workflow:review -# 9. Generate documentation -/workflow:docs "all" +# 8. Generate documentation +/workflow:tools:docs "all" ``` #### **⚑ Rapid Bug Resolution** @@ -323,8 +321,7 @@ graph LR # Deep architecture workflow /workflow:session:start "API Refactoring Initiative" /cli:analyze "current API architecture patterns and technical debt" --tool gemini -/workflow:plan-deep "microservices transition strategy" -/workflow:plan-verify +/workflow:plan "microservices transition strategy" /cli:execute "Refactor monolith to microservices architecture" --tool qwen /workflow:test-gen WFS-api-refactoring-initiative /workflow:review