301301
302302### Strategic Mode Usage Patterns
303303
304- ** Brainstorming Mode for Requirements Discovery:**
304+ ** analysis mode for Requirements Discovery:**
305305``` bash
306306# Activate for: Vague requirements, project planning, creative exploration
307- /sg:brainstorm " productivity solution for remote teams"
307+ /sg:analyze " productivity solution for remote teams"
308308# Triggers: uncertainty keywords ("maybe", "thinking about", "not sure")
309309
310310# Expected behavior:
368368
369369** Explicit Mode Activation:**
370370``` bash
371- # Force brainstorming mode for systematic exploration
372- /sg:brainstorm " well-defined requirements" --mode brainstorming
371+ # Force analysis mode for systematic exploration
372+ /sg:analyze " well-defined requirements" --mode brainstorming
373373# Override automatic mode selection when exploration needed
374374
375375# Force task management mode for simple tasks requiring tracking
391391
392392** Sequential Mode Progression for Complex Projects:**
393393``` bash
394- # Phase 1: Brainstorming mode for discovery
395- Phase 1: /sg:brainstorm " project concept" --requirements-focus
394+ # Phase 1: analysis mode for discovery
395+ Phase 1: /sg:analyze " project concept" --requirements-focus
396396# Mode: Collaborative discovery, requirements elicitation
397397
398398# Phase 2: Task management mode for structured development
@@ -413,14 +413,14 @@ Phase 4: /sg:reflect "project completion" --introspect --lessons-learned
413413** Context-Sensitive Mode Selection:**
414414``` bash
415415# Startup MVP Development Context
416- Week 1: /sg:brainstorm " SaaS platform for small businesses" # Discovery mode
416+ Week 1: /sg:analyze " SaaS platform for small businesses" # Discovery mode
417417Week 2-3: /sg:workflow " MVP development plan" --6-week-timeline # Task management
418418Week 4-5: /sg:spawn " frontend-backend integration" --orchestrate # Coordination mode
419419Week 6: /sg:reflect " MVP development process" --lessons-learned # Introspection
420420
421421# Enterprise Application Modernization Context
422422Discovery: /sg:analyze legacy-system/ --introspect --modernization-assessment
423- Planning: /sg:brainstorm " modernization approaches for legacy monolith"
423+ Planning: /sg:analyze " modernization approaches for legacy monolith"
424424Implementation: /sg:workflow " microservices extraction roadmap" --enterprise-scale
425425Integration: /sg:spawn " microservices deployment with monitoring" --orchestrate
426426Optimization: /sg:analyze complete-system/ --uc --performance-focus
@@ -434,7 +434,7 @@ Optimization: /sg:analyze complete-system/ --uc --performance-focus
434434Understanding: /sg:load open-source-project/ --introspect --contributor-perspective
435435# Deep understanding with transparent reasoning about project patterns
436436
437- Planning: /sg:brainstorm " feature contribution that benefits community"
437+ Planning: /sg:analyze " feature contribution that benefits community"
438438# Explore contribution opportunities with community value focus
439439
440440Implementation: /sg:implement " community feature" --orchestrate --comprehensive
@@ -453,7 +453,7 @@ Review: /sg:workflow "pull request preparation" --task-manage --community-standa
453453** Project Phase Adaptation:**
454454``` bash
455455# Early Development (Exploration Phase)
456- /sg:brainstorm " new product concept" --exploration-focus
456+ /sg:analyze " new product concept" --exploration-focus
457457# Mode automatically emphasizes:
458458# - Creative problem solving
459459# - Requirement discovery
0 commit comments