bmad-method 6.0.0-alpha.1 → 6.0.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/.claude/settings.local.json +11 -1
  2. package/README.md +115 -165
  3. package/docs/BMad-Method-V6-Quick-Start.md +341 -0
  4. package/docs/index.md +229 -0
  5. package/docs/v4-to-v6-upgrade.md +9 -7
  6. package/package.json +1 -1
  7. package/src/modules/bmb/README.md +135 -73
  8. package/src/modules/bmb/workflows/create-agent/README.md +126 -243
  9. package/src/modules/bmb/workflows/create-agent/instructions.md +25 -12
  10. package/src/modules/bmb/workflows/create-module/README.md +163 -154
  11. package/src/modules/bmb/workflows/create-workflow/instructions.md +16 -8
  12. package/src/modules/bmm/README.md +86 -83
  13. package/src/modules/bmm/workflows/1-analysis/brainstorm-game/instructions.md +45 -26
  14. package/src/modules/bmm/workflows/1-analysis/brainstorm-project/README.md +100 -16
  15. package/src/modules/bmm/workflows/1-analysis/brainstorm-project/instructions.md +42 -23
  16. package/src/modules/bmm/workflows/1-analysis/game-brief/instructions.md +42 -28
  17. package/src/modules/bmm/workflows/1-analysis/product-brief/instructions.md +38 -27
  18. package/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +24 -34
  19. package/src/modules/bmm/workflows/1-analysis/research/instructions-market.md +23 -34
  20. package/src/modules/bmm/workflows/1-analysis/research/instructions-router.md +30 -14
  21. package/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md +23 -34
  22. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +42 -24
  23. package/src/modules/bmm/workflows/2-plan-workflows/gdd/instructions-gdd.md +35 -22
  24. package/src/modules/bmm/workflows/2-plan-workflows/narrative/instructions-narrative.md +73 -22
  25. package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +45 -63
  26. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +46 -62
  27. package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +46 -53
  28. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +78 -47
  29. package/src/modules/bmm/workflows/4-implementation/create-story/README.md +99 -82
  30. package/src/modules/bmm/workflows/4-implementation/create-story/instructions.md +2 -0
  31. package/src/modules/bmm/workflows/4-implementation/story-context/instructions.md +3 -0
  32. package/src/modules/bmm/workflows/README.md +149 -511
  33. package/src/modules/bmm/workflows/workflow-status/README.md +38 -19
  34. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +117 -24
  35. package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +2 -2
  36. package/src/modules/bmm/workflows/workflow-status/instructions.md +173 -111
  37. package/src/modules/bmm/workflows/workflow-status/sample-level-3-workflow.yaml +49 -0
  38. package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +31 -0
  39. package/src/modules/bmm/workflows/workflow-status/workflow.yaml +3 -3
  40. package/src/modules/cis/README.md +153 -0
  41. package/src/modules/cis/workflows/README.md +102 -30
  42. package/src/modules/cis/workflows/storytelling/instructions.md +10 -2
  43. package/tools/bmad-npx-wrapper.js +10 -98
  44. package/tools/cli/installers/lib/core/manifest-generator.js +4 -1
  45. package/src/modules/bmm/workflows/workflow-status/workflow-status-template.md +0 -30
  46. package/src/modules/cis/readme.md +0 -86
  47. /package/src/modules/bmm/sub-modules/claude-code/{readme.md → README.md} +0 -0
  48. /package/src/modules/bmm/workflows/3-solutioning/architecture/{readme.md → README.md} +0 -0
@@ -0,0 +1,153 @@
1
+ # CIS - Creative Intelligence Suite
2
+
3
+ AI-powered creative facilitation transforming strategic thinking through expert coaching across five specialized domains.
4
+
5
+ ## Table of Contents
6
+
7
+ - [Core Capabilities](#core-capabilities)
8
+ - [Specialized Agents](#specialized-agents)
9
+ - [Interactive Workflows](#interactive-workflows)
10
+ - [Quick Start](#quick-start)
11
+ - [Key Differentiators](#key-differentiators)
12
+ - [Configuration](#configuration)
13
+
14
+ ## Core Capabilities
15
+
16
+ CIS provides structured creative methodologies through distinctive agent personas who act as master facilitators, drawing out insights through strategic questioning rather than generating solutions directly.
17
+
18
+ ## Specialized Agents
19
+
20
+ [View detailed agent descriptions →](./agents/README.md)
21
+
22
+ - **Carson** - Brainstorming Specialist (energetic facilitator)
23
+ - **Maya** - Design Thinking Maestro (jazz-like improviser)
24
+ - **Dr. Quinn** - Problem Solver (detective-scientist hybrid)
25
+ - **Victor** - Innovation Oracle (bold strategic precision)
26
+ - **Sophia** - Master Storyteller (whimsical narrator)
27
+
28
+ ## Interactive Workflows
29
+
30
+ [View all workflows →](./workflows/README.md)
31
+
32
+ **5 Workflows** with **150+ Creative Techniques:**
33
+
34
+ ### Brainstorming
35
+
36
+ 36 techniques across 7 categories for ideation
37
+
38
+ - Divergent/convergent thinking
39
+ - Lateral connections
40
+ - Forced associations
41
+
42
+ ### Design Thinking
43
+
44
+ Complete 5-phase human-centered process
45
+
46
+ - Empathize → Define → Ideate → Prototype → Test
47
+ - User journey mapping
48
+ - Rapid iteration
49
+
50
+ ### Problem Solving
51
+
52
+ Systematic root cause analysis
53
+
54
+ - 5 Whys, Fishbone diagrams
55
+ - Solution generation
56
+ - Impact assessment
57
+
58
+ ### Innovation Strategy
59
+
60
+ Business model disruption
61
+
62
+ - Blue Ocean Strategy
63
+ - Jobs-to-be-Done
64
+ - Disruptive innovation patterns
65
+
66
+ ### Storytelling
67
+
68
+ 25 narrative frameworks
69
+
70
+ - Hero's Journey
71
+ - Story circles
72
+ - Compelling pitch structures
73
+
74
+ ## Quick Start
75
+
76
+ ### Direct Workflow
77
+
78
+ ```bash
79
+ # Start interactive session
80
+ workflow brainstorming
81
+
82
+ # With context document
83
+ workflow design-thinking --data /path/to/context.md
84
+ ```
85
+
86
+ ### Agent-Facilitated
87
+
88
+ ```bash
89
+ # Load agent
90
+ agent cis/brainstorming-coach
91
+
92
+ # Start workflow
93
+ > *brainstorm
94
+ ```
95
+
96
+ ## Key Differentiators
97
+
98
+ - **Facilitation Over Generation** - Guides discovery through questions
99
+ - **Energy-Aware Sessions** - Adapts to engagement levels
100
+ - **Context Integration** - Domain-specific guidance support
101
+ - **Persona-Driven** - Unique communication styles
102
+ - **Rich Method Libraries** - 150+ proven techniques
103
+
104
+ ## Configuration
105
+
106
+ Edit `/bmad/cis/config.yaml`:
107
+
108
+ ```yaml
109
+ output_folder: ./creative-outputs
110
+ user_name: Your Name
111
+ communication_language: english
112
+ ```
113
+
114
+ ## Module Structure
115
+
116
+ ```
117
+ cis/
118
+ ├── agents/ # 5 specialized facilitators
119
+ ├── workflows/ # 5 interactive processes
120
+ │ ├── brainstorming/
121
+ │ ├── design-thinking/
122
+ │ ├── innovation-strategy/
123
+ │ ├── problem-solving/
124
+ │ └── storytelling/
125
+ ├── tasks/ # Supporting operations
126
+ └── teams/ # Agent collaborations
127
+ ```
128
+
129
+ ## Integration Points
130
+
131
+ CIS workflows integrate with:
132
+
133
+ - **BMM** - Powers project brainstorming
134
+ - **BMB** - Creative module design
135
+ - **Custom Modules** - Shared creative resource
136
+
137
+ ## Best Practices
138
+
139
+ 1. **Set clear objectives** before starting sessions
140
+ 2. **Provide context documents** for domain relevance
141
+ 3. **Trust the process** - Let facilitation guide you
142
+ 4. **Take breaks** when energy flags
143
+ 5. **Document insights** as they emerge
144
+
145
+ ## Related Documentation
146
+
147
+ - **[Workflow Guide](./workflows/README.md)** - Detailed workflow instructions
148
+ - **[Agent Personas](./agents/README.md)** - Full agent descriptions
149
+ - **[BMM Integration](../bmm/README.md)** - Development workflow connection
150
+
151
+ ---
152
+
153
+ Part of BMad Method v6.0 - Transform creative potential through expert AI facilitation.
@@ -1,67 +1,139 @@
1
- ---
2
- last-redoc-date: 2025-09-28
3
- ---
4
-
5
1
  # CIS Workflows
6
2
 
7
- The Creative Intelligence System includes five interactive workflows that facilitate different creative and strategic processes. Each workflow uses curated technique libraries and structured facilitation to guide users through proven methodologies.
3
+ Five interactive workflows facilitating creative and strategic processes through curated technique libraries and structured facilitation.
4
+
5
+ ## Table of Contents
6
+
7
+ - [Workflow Overview](#workflow-overview)
8
+ - [Common Features](#common-features)
9
+ - [Usage](#usage)
10
+ - [Configuration](#configuration)
8
11
 
9
- ## Available Workflows
12
+ ## Workflow Overview
10
13
 
11
14
  ### [Brainstorming](./brainstorming)
12
15
 
13
- Facilitates interactive ideation sessions using 36 creative techniques across 7 categories. AI acts as master facilitator using "Yes, and..." methodology. Supports user-selected, AI-recommended, random, or progressive technique flows.
16
+ **Purpose:** Interactive ideation using 36 techniques across 7 categories
14
17
 
15
- **Key Feature:** Comprehensive technique library spanning collaborative, structured, creative, deep, theatrical, wild, and introspective approaches.
18
+ **Approach:** Master facilitation with "Yes, and..." methodology
19
+
20
+ **Techniques:** Collaborative, structured, creative, deep, theatrical, wild, introspective
21
+
22
+ **Selection Modes:** User-selected, AI-recommended, random, or progressive
16
23
 
17
24
  ### [Design Thinking](./design-thinking)
18
25
 
19
- Guides human-centered design through the complete five-phase methodology: Empathize, Define, Ideate, Prototype, and Test. Emphasizes divergent thinking before convergent action with rapid prototyping focus.
26
+ **Purpose:** Human-centered design through five phases
27
+
28
+ **Process:** Empathize → Define → Ideate → Prototype → Test
29
+
30
+ **Focus:** Divergent thinking before convergent action
20
31
 
21
- **Key Feature:** Phase-specific method library and systematic user empathy development.
32
+ **Output:** User empathy insights and rapid prototypes
22
33
 
23
34
  ### [Innovation Strategy](./innovation-strategy)
24
35
 
25
- Identifies disruption opportunities and architects business model innovation. Analyzes markets, competitive dynamics, and value chains using frameworks like Jobs-to-be-Done and Blue Ocean Strategy.
36
+ **Purpose:** Identify disruption opportunities and business model innovation
26
37
 
27
- **Key Feature:** Strategic focus on sustainable competitive advantage over feature innovation.
38
+ **Frameworks:** Jobs-to-be-Done, Blue Ocean Strategy, Value Chain Analysis
39
+
40
+ **Focus:** Sustainable competitive advantage over features
41
+
42
+ **Output:** Strategic innovation roadmap
28
43
 
29
44
  ### [Problem Solving](./problem-solving)
30
45
 
31
- Applies systematic problem-solving methodologies combining TRIZ, Theory of Constraints, Systems Thinking, and Root Cause Analysis. Detective approach treats challenges as elegant puzzles.
46
+ **Purpose:** Systematic challenge resolution
47
+
48
+ **Methods:** TRIZ, Theory of Constraints, Systems Thinking, Root Cause Analysis
32
49
 
33
- **Key Feature:** Relentless root cause focus using framework-driven analysis.
50
+ **Approach:** Detective-style puzzle solving
51
+
52
+ **Output:** Root cause identification and solution strategies
34
53
 
35
54
  ### [Storytelling](./storytelling)
36
55
 
37
- Crafts compelling narratives using proven story frameworks (Hero's Journey, Three-Act Structure, Story Brand). Tailors emotional psychology and structure to platform and audience.
56
+ **Purpose:** Craft compelling narratives
57
+
58
+ **Frameworks:** Hero's Journey, Three-Act Structure, Story Brand (25 total)
38
59
 
39
- **Key Feature:** Whimsical facilitation style that embodies master storytelling craft.
60
+ **Customization:** Platform and audience-specific adaptation
40
61
 
41
- ## Common Patterns
62
+ **Style:** Whimsical master storyteller facilitation
42
63
 
43
- All CIS workflows share these characteristics:
64
+ ## Common Features
44
65
 
45
- - **Interactive Facilitation**: AI guides rather than generates, asking questions to draw out user insights
46
- - **Technique Libraries**: CSV databases of methods, frameworks, and approaches
47
- - **Context Awareness**: Accept optional context documents via data attribute
48
- - **Structured Output**: Comprehensive reports capturing insights, decisions, and action plans
49
- - **Energy Monitoring**: Check-ins throughout to adapt pace and approach
66
+ All workflows share:
67
+
68
+ - **Interactive Facilitation** - AI guides through questions, not generation
69
+ - **Technique Libraries** - CSV databases of proven methods
70
+ - **Context Integration** - Optional document input for domain relevance
71
+ - **Structured Output** - Comprehensive reports with insights and actions
72
+ - **Energy Monitoring** - Adaptive pacing based on engagement
50
73
 
51
74
  ## Usage
52
75
 
76
+ ### Basic Invocation
77
+
53
78
  ```bash
54
- # Basic invocation
55
- workflow [workflow-name]
79
+ workflow brainstorming
80
+ workflow design-thinking
81
+ workflow innovation-strategy
82
+ workflow problem-solving
83
+ workflow storytelling
84
+ ```
85
+
86
+ ### With Context
56
87
 
57
- # With context document
88
+ ```bash
58
89
  workflow [workflow-name] --data /path/to/context.md
59
90
  ```
60
91
 
92
+ ### Via Agent
93
+
94
+ ```bash
95
+ agent cis/brainstorming-coach
96
+ > *brainstorm
97
+ ```
98
+
61
99
  ## Configuration
62
100
 
63
- All workflows reference `/bmad/cis/config.yaml` for:
101
+ Edit `/bmad/cis/config.yaml`:
102
+
103
+ | Setting | Purpose | Default |
104
+ | ---------------------- | ----------------------- | ------------------ |
105
+ | output_folder | Result storage location | ./creative-outputs |
106
+ | user_name | Session participant | User |
107
+ | communication_language | Facilitation language | english |
108
+
109
+ ## Workflow Structure
110
+
111
+ Each workflow contains:
112
+
113
+ ```
114
+ workflow-name/
115
+ ├── workflow.yaml # Configuration
116
+ ├── instructions.md # Facilitation guide
117
+ ├── techniques.csv # Method library
118
+ └── README.md # Documentation
119
+ ```
120
+
121
+ ## Best Practices
122
+
123
+ 1. **Prepare context** - Provide background documents for better results
124
+ 2. **Set clear objectives** - Define goals before starting
125
+ 3. **Trust the process** - Let facilitation guide discovery
126
+ 4. **Capture everything** - Document insights as they emerge
127
+ 5. **Take breaks** - Pause when energy drops
128
+
129
+ ## Integration
130
+
131
+ CIS workflows integrate with:
132
+
133
+ - **BMM** - Project brainstorming and ideation
134
+ - **BMB** - Creative module design
135
+ - **Custom Modules** - Shared creative resource
136
+
137
+ ---
64
138
 
65
- - `output_folder` - Where workflow results are saved
66
- - `user_name` - Session participant identification
67
- - `communication_language` - Facilitation language preference
139
+ For detailed workflow instructions, see individual workflow directories.
@@ -50,9 +50,17 @@ I can help craft your story using these proven narrative frameworks:
50
50
  3. **Customer Journey Story** - Before/after transformation narrative
51
51
  4. **Challenge-Overcome Arc** - Dramatic obstacle-to-victory structure
52
52
 
53
- **Strategic Narratives:** 5. **Brand Story** - Values, mission, and unique positioning 6. **Pitch Narrative** - Persuasive problem-to-solution structure 7. **Vision Narrative** - Future-focused aspirational story 8. **Origin Story** - Foundational narrative of how it began
53
+ **Strategic Narratives:**
54
54
 
55
- **Specialized Narratives:** 9. **Data Storytelling** - Transform insights into compelling narrative 10. **Emotional Hooks** - Craft powerful opening and touchpoints
55
+ 5. **Brand Story** - Values, mission, and unique positioning
56
+ 6. **Pitch Narrative** - Persuasive problem-to-solution structure
57
+ 7. **Vision Narrative** - Future-focused aspirational story
58
+ 8. **Origin Story** - Foundational narrative of how it began
59
+
60
+ **Specialized Narratives:**
61
+
62
+ 9. **Data Storytelling** - Transform insights into compelling narrative
63
+ 10. **Emotional Hooks** - Craft powerful opening and touchpoints
56
64
 
57
65
  Which framework best fits your purpose? (Enter 1-10, or ask for my recommendation)
58
66
  </ask>
@@ -3,7 +3,6 @@
3
3
  /**
4
4
  * BMad Method CLI - Direct execution wrapper for npx
5
5
  * This file ensures proper execution when run via npx from GitHub or npm registry
6
- * Supports version selection between stable (v4) and beta (v6)
7
6
  */
8
7
 
9
8
  const { execSync } = require('node:child_process');
@@ -13,114 +12,27 @@ const fs = require('node:fs');
13
12
  // Check if we're running in an npx temporary directory
14
13
  const isNpxExecution = __dirname.includes('_npx') || __dirname.includes('.npm');
15
14
 
16
- async function promptVersionSelection() {
17
- const inquirer = require('inquirer');
18
- const chalk = require('chalk');
19
-
20
- console.log(
21
- chalk.cyan(`
22
- ██████╗ ███╗ ███╗ █████╗ ██████╗ ™
23
- ██╔══██╗████╗ ████║██╔══██╗██╔══██╗
24
- ██████╔╝██╔████╔██║███████║██║ ██║
25
- ██╔══██╗██║╚██╔╝██║██╔══██║██║ ██║
26
- ██████╔╝██║ ╚═╝ ██║██║ ██║██████╔╝
27
- ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝
28
- `),
29
- );
30
-
31
- console.log(chalk.dim(' Build More, Architect Dreams\n'));
32
-
33
- const answers = await inquirer.prompt([
34
- {
35
- type: 'list',
36
- name: 'version',
37
- message: 'Which version would you like to install?',
38
- choices: [
39
- {
40
- name: chalk.green('Stable (v4.x) - Production Ready'),
41
- value: 'stable',
42
- short: 'Stable v4.x',
43
- },
44
- {
45
- name: chalk.yellow('Beta (v6.0.0-beta) - Latest Features (Early Access)'),
46
- value: 'beta',
47
- short: 'Beta v6.0.0-beta',
48
- },
49
- ],
50
- default: 'stable',
51
- },
52
- ]);
53
-
54
- return answers.version;
55
- }
56
-
57
- async function installStableVersion(args) {
58
- const chalk = require('chalk');
59
-
60
- console.log(chalk.cyan('\n📦 Installing BMad Method v4 (Stable)...\n'));
61
-
62
- // Use npx to install the stable version from npm registry
63
- // The @4 tag will fetch the latest v4.x.x version
64
- const npxCommand = `npx bmad-method@4 ${args.join(' ')}`;
65
-
66
- try {
67
- execSync(npxCommand, {
68
- stdio: 'inherit',
69
- cwd: process.cwd(),
70
- });
71
- } catch (error) {
72
- console.error(chalk.red('Failed to install stable version'));
73
- process.exit(error.status || 1);
74
- }
75
- }
76
-
77
- async function installBetaVersion(args) {
78
- const chalk = require('chalk');
79
-
80
- console.log(chalk.yellow('\n📦 Installing BMad Method v6 Beta (Early Access)...\n'));
81
-
82
- // Use the v6 installer from the current installation
15
+ if (isNpxExecution) {
16
+ // Running via npx - spawn child process to preserve user's working directory
17
+ const args = process.argv.slice(2);
83
18
  const bmadCliPath = path.join(__dirname, 'cli', 'bmad-cli.js');
84
19
 
85
20
  if (!fs.existsSync(bmadCliPath)) {
86
- console.error(chalk.red('Error: Could not find bmad-cli.js at'), bmadCliPath);
87
- console.error(chalk.dim('Current directory:'), __dirname);
21
+ console.error('Error: Could not find bmad-cli.js at', bmadCliPath);
22
+ console.error('Current directory:', __dirname);
88
23
  process.exit(1);
89
24
  }
90
25
 
91
26
  try {
27
+ // Execute CLI from user's working directory (process.cwd()), not npm cache
92
28
  execSync(`node "${bmadCliPath}" ${args.join(' ')}`, {
93
29
  stdio: 'inherit',
94
- cwd: path.dirname(__dirname),
30
+ cwd: process.cwd(), // This preserves the user's working directory
95
31
  });
96
32
  } catch (error) {
97
33
  process.exit(error.status || 1);
98
34
  }
35
+ } else {
36
+ // Local execution - use require
37
+ require('./cli/bmad-cli.js');
99
38
  }
100
-
101
- async function main() {
102
- const args = process.argv.slice(2);
103
-
104
- // Check if user wants to skip version prompt
105
- const skipPrompt = args.includes('--skip-version-prompt');
106
- const filteredArgs = args.filter((arg) => arg !== '--skip-version-prompt');
107
-
108
- if (isNpxExecution && !skipPrompt) {
109
- // Running via npx - prompt for version selection unless skipped
110
- const selectedVersion = await promptVersionSelection();
111
-
112
- if (selectedVersion === 'stable') {
113
- await installStableVersion(filteredArgs);
114
- } else {
115
- await installBetaVersion(filteredArgs);
116
- }
117
- } else {
118
- // Local execution or skipped prompt - use the v6 installer directly
119
- require('./cli/bmad-cli.js');
120
- }
121
- }
122
-
123
- main().catch((error) => {
124
- console.error('Unexpected error:', error);
125
- process.exit(1);
126
- });
@@ -4,6 +4,9 @@ const yaml = require('js-yaml');
4
4
  const crypto = require('node:crypto');
5
5
  const { getSourcePath, getModulePath } = require('../../../lib/project-root');
6
6
 
7
+ // Load package.json for version info
8
+ const packageJson = require('../../../../../package.json');
9
+
7
10
  /**
8
11
  * Generates manifest files for installed workflows, agents, and tasks
9
12
  */
@@ -451,7 +454,7 @@ class ManifestGenerator {
451
454
 
452
455
  const manifest = {
453
456
  installation: {
454
- version: '6.0.0-alpha.0',
457
+ version: packageJson.version,
455
458
  installDate: new Date().toISOString(),
456
459
  lastUpdated: new Date().toISOString(),
457
460
  },
@@ -1,30 +0,0 @@
1
- # BMM Workflow Status
2
-
3
- ## Project Configuration
4
-
5
- PROJECT_NAME: {{project_name}}
6
- PROJECT_TYPE: {{project_type}}
7
- PROJECT_LEVEL: {{project_level}}
8
- FIELD_TYPE: {{field_type}}
9
- START_DATE: {{start_date}}
10
- WORKFLOW_PATH: {{workflow_path_file}}
11
-
12
- ## Current State
13
-
14
- CURRENT_PHASE: {{current_phase}}
15
- CURRENT_WORKFLOW: {{current_workflow}}
16
- CURRENT_AGENT: {{current_agent}}
17
- PHASE_1_COMPLETE: {{phase_1_complete}}
18
- PHASE_2_COMPLETE: {{phase_2_complete}}
19
- PHASE_3_COMPLETE: {{phase_3_complete}}
20
- PHASE_4_COMPLETE: {{phase_4_complete}}
21
-
22
- ## Next Action
23
-
24
- NEXT_ACTION: {{next_action}}
25
- NEXT_COMMAND: {{next_command}}
26
- NEXT_AGENT: {{next_agent}}
27
-
28
- ---
29
-
30
- _Last Updated: {{last_updated}}_
@@ -1,86 +0,0 @@
1
- ---
2
- last-redoc-date: 2025-09-28
3
- ---
4
-
5
- <!-- Powered by BMAD-CORE™ -->
6
-
7
- # Creative Intelligence System (CIS)
8
-
9
- **Purpose:** Transform creative and strategic thinking through AI-powered facilitation across five specialized domains. The CIS module provides expert coaching for brainstorming, design thinking, problem-solving, innovation strategy, and storytelling.
10
-
11
- **Overview:** The Creative Intelligence System equips teams and individuals with structured creative methodologies delivered through distinctive agent personas. Each agent facilitates interactive workflows that guide users through proven techniques while adapting to context, energy levels, and goals. Unlike traditional creative tools, CIS agents act as master facilitators who ask questions to draw out insights rather than generating solutions directly.
12
-
13
- ## Workflows
14
-
15
- [View all workflows →](./workflows/README.md)
16
-
17
- The module includes **5 interactive workflows** with over 150 creative techniques and frameworks:
18
-
19
- - **Brainstorming** - 36 creative techniques across 7 categories for ideation
20
- - **Design Thinking** - Complete 5-phase human-centered design process
21
- - **Problem Solving** - Systematic root cause analysis and solution generation
22
- - **Innovation Strategy** - Business model innovation and disruption analysis
23
- - **Storytelling** - 25 story frameworks for compelling narratives
24
-
25
- ## Agents
26
-
27
- [View all agents →](./agents/README.md)
28
-
29
- Five specialized agents with unique personas and communication styles:
30
-
31
- - **Carson** - Elite Brainstorming Specialist (energetic facilitator)
32
- - **Maya** - Design Thinking Maestro (jazz-like improviser)
33
- - **Dr. Quinn** - Master Problem Solver (detective-scientist hybrid)
34
- - **Victor** - Disruptive Innovation Oracle (bold strategic precision)
35
- - **Sophia** - Master Storyteller (flowery, whimsical narrator)
36
-
37
- ## Configuration
38
-
39
- The module uses `/bmad/cis/config.yaml` for:
40
-
41
- - `output_folder` - Where workflow results are saved
42
- - `user_name` - Session participant identification
43
- - `communication_language` - Facilitation language preference
44
-
45
- ## Usage
46
-
47
- ```bash
48
- # Direct workflow invocation
49
- workflow brainstorming
50
- workflow design-thinking --data /path/to/context.md
51
-
52
- # Agent-facilitated sessions
53
- agent cis/brainstorming-coach
54
- > *brainstorm
55
- ```
56
-
57
- ## Key Differentiators
58
-
59
- - **Facilitation Over Generation:** Agents guide users to discover their own insights through strategic questioning
60
- - **Energy-Aware Sessions:** Built-in checkpoints monitor and adapt to user engagement levels
61
- - **Context Integration:** All workflows accept optional context documents for domain-specific guidance
62
- - **Persona-Driven Experience:** Each agent embodies a unique communication style matching their expertise
63
- - **Rich Method Libraries:** 150+ proven techniques and frameworks across creative disciplines
64
-
65
- ## Installation
66
-
67
- The CIS module installer (`_module-installer/`) configures the complete creative intelligence suite including all agents, workflows, and technique libraries.
68
-
69
- ## Module Architecture
70
-
71
- ```
72
- cis/
73
- ├── agents/ # 5 specialized creative agents
74
- ├── workflows/ # 5 interactive workflows
75
- │ ├── brainstorming/
76
- │ ├── design-thinking/
77
- │ ├── innovation-strategy/
78
- │ ├── problem-solving/
79
- │ └── storytelling/
80
- ├── tasks/ # Supporting task operations
81
- └── teams/ # Agent team configurations
82
- ```
83
-
84
- ---
85
-
86
- _Part of the BMAD Method v6.0 - Transform your creative potential with expert AI facilitation_