diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 56cceafb..ee84e445 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -121,6 +121,41 @@ CCW can help you analyze and fix bugs. /workflow:execute ``` +### Scenario 4: Multi-Agent Brainstorming + +Before implementing complex features, use multi-agent brainstorming to explore different perspectives and generate comprehensive specifications. + +```bash +# Automatic role selection and parallel analysis (auto-creates session) +/workflow:brainstorm:auto-parallel "Design a real-time collaborative document editing system with conflict resolution" + +# Specify number of expert roles (default: 3, max: 9) +/workflow:brainstorm:auto-parallel "Build scalable microservices platform" --count 5 +``` + +**How It Works**: +- **Auto role selection**: Analyzes your topic and selects relevant expert roles +- **Parallel execution**: Multiple AI agents analyze simultaneously from different perspectives +- **Comprehensive output**: Generates integrated specification with cross-role insights + +**Available Expert Roles**: +- Technical: `system-architect`, `data-architect`, `subject-matter-expert` +- Product & Design: `ui-designer`, `ux-expert`, `product-manager`, `product-owner` +- Agile & Quality: `scrum-master`, `test-strategist` +- API Design: `api-designer` + +**Workflow Phases**: +1. **Framework Generation**: Creates structured discussion framework +2. **Parallel Analysis**: Multiple experts analyze simultaneously +3. **Synthesis**: Integrates all perspectives into comprehensive specification +4. **Action Planning**: Use `/workflow:plan` to generate implementation tasks + +**When to Use**: +- Complex features requiring multiple perspectives +- Architectural decisions with significant impact +- New product features needing comprehensive analysis +- When you want thorough requirements and design specifications + --- ## 🔧 Workflow-Free Usage: Standalone Tools diff --git a/GETTING_STARTED_CN.md b/GETTING_STARTED_CN.md index 930a433f..d9f10ec2 100644 --- a/GETTING_STARTED_CN.md +++ b/GETTING_STARTED_CN.md @@ -117,6 +117,41 @@ CCW 可以帮助您分析并修复 Bug。 /workflow:execute ``` +### 场景 4:多智能体头脑风暴 + +在实现复杂功能之前,使用多智能体头脑风暴从不同视角探索需求,生成全面的规格说明。 + +```bash +# 自动角色选择和并行分析(自动创建会话) +/workflow:brainstorm:auto-parallel "设计一个支持冲突解决的实时协作文档编辑系统" + +# 指定专家角色数量(默认:3,最大:9) +/workflow:brainstorm:auto-parallel "构建可扩展的微服务平台" --count 5 +``` + +**工作原理**: +- **自动角色选择**:分析您的主题并选择相关的专家角色 +- **并行执行**:多个 AI 智能体从不同视角同时分析 +- **综合输出**:生成包含跨角色洞察的综合规格说明 + +**可用专家角色**: +- 技术类:`system-architect`(系统架构师)、`data-architect`(数据架构师)、`subject-matter-expert`(领域专家) +- 产品设计类:`ui-designer`(UI 设计师)、`ux-expert`(UX 专家)、`product-manager`(产品经理)、`product-owner`(产品负责人) +- 敏捷与质量:`scrum-master`(敏捷教练)、`test-strategist`(测试策略师) +- API 设计:`api-designer`(API 设计师) + +**工作流阶段**: +1. **框架生成**:创建结构化讨论框架 +2. **并行分析**:多个专家同时进行分析 +3. **综合整合**:将所有视角整合为综合规格说明 +4. **行动计划**:使用 `/workflow:plan` 生成实现任务 + +**使用时机**: +- 需要多视角分析的复杂功能 +- 具有重大影响的架构决策 +- 需要全面分析的新产品功能 +- 希望获得详尽的需求和设计规格 + --- ## 🔧 无工作流协作:独立工具使用