bmad-creative-intelligence-suite 0.1.6 → 0.1.7

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-creative-intelligence-suite",
4
- "version": "0.1.6",
4
+ "version": "0.1.7",
5
5
  "description": "A BMad MEthod Core Module that offers a suite of very creative agents and workflows",
6
6
  "keywords": [
7
7
  "bmad",
@@ -1,7 +1,6 @@
1
1
  # Design Thinking Workflow Configuration
2
2
  name: "design-thinking"
3
- description: "Guide human-centered design processes using empathy-driven methodologies. This workflow walks through the design thinking phases - Empathize, Define, Ideate, Prototype, and Test - to create solutions deeply rooted in user needs."
4
- author: "BMad"
3
+ description: "Guide human-centered design processes using empathy-driven methodologies. Use when the user says 'lets run design thinking' or 'I want to apply design thinking'"
5
4
 
6
5
  # Critical variables load from config_source
7
6
  config_source: "{project-root}/_bmad/cis/config.yaml"
@@ -25,14 +24,3 @@ design_methods: "{installed_path}/design-methods.csv"
25
24
  default_output_file: "{output_folder}/design-thinking-{{date}}.md"
26
25
 
27
26
  standalone: true
28
-
29
- web_bundle:
30
- name: "design-thinking"
31
- description: "Guide human-centered design processes using empathy-driven methodologies. This workflow walks through the design thinking phases - Empathize, Define, Ideate, Prototype, and Test - to create solutions deeply rooted in user needs."
32
- author: "BMad"
33
- instructions: "_bmad/cis/workflows/design-thinking/instructions.md"
34
- template: "_bmad/cis/workflows/design-thinking/template.md"
35
- web_bundle_files:
36
- - "_bmad/cis/workflows/design-thinking/instructions.md"
37
- - "_bmad/cis/workflows/design-thinking/template.md"
38
- - "_bmad/cis/workflows/design-thinking/design-methods.csv"
@@ -1,7 +1,6 @@
1
1
  # Innovation Strategy Workflow Configuration
2
2
  name: "innovation-strategy"
3
- description: "Identify disruption opportunities and architect business model innovation. This workflow guides strategic analysis of markets, competitive dynamics, and business model innovation to uncover sustainable competitive advantages and breakthrough opportunities."
4
- author: "BMad"
3
+ description: "Identify disruption opportunities and architect business model innovation. Use when the user says 'lets create an innovation strategy' or 'I want to find disruption opportunities'"
5
4
 
6
5
  # Critical variables load from config_source
7
6
  config_source: "{project-root}/_bmad/cis/config.yaml"
@@ -25,14 +24,3 @@ innovation_frameworks: "{installed_path}/innovation-frameworks.csv"
25
24
  default_output_file: "{output_folder}/innovation-strategy-{{date}}.md"
26
25
 
27
26
  standalone: true
28
-
29
- web_bundle:
30
- name: "innovation-strategy"
31
- description: "Identify disruption opportunities and architect business model innovation. This workflow guides strategic analysis of markets, competitive dynamics, and business model innovation to uncover sustainable competitive advantages and breakthrough opportunities."
32
- author: "BMad"
33
- instructions: "_bmad/cis/workflows/innovation-strategy/instructions.md"
34
- template: "_bmad/cis/workflows/innovation-strategy/template.md"
35
- web_bundle_files:
36
- - "_bmad/cis/workflows/innovation-strategy/instructions.md"
37
- - "_bmad/cis/workflows/innovation-strategy/template.md"
38
- - "_bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv"
@@ -1,7 +1,6 @@
1
1
  # Problem Solving Workflow Configuration
2
2
  name: "problem-solving"
3
- description: "Apply systematic problem-solving methodologies to crack complex challenges. This workflow guides through problem diagnosis, root cause analysis, creative solution generation, evaluation, and implementation planning using proven frameworks."
4
- author: "BMad"
3
+ description: "Apply systematic problem-solving methodologies to complex challenges. Use when the user says 'guide me through structured problem solving' or 'I want to crack this challenge with guided problem solving techniques'"
5
4
 
6
5
  # Critical variables load from config_source
7
6
  config_source: "{project-root}/_bmad/cis/config.yaml"
@@ -25,14 +24,3 @@ solving_methods: "{installed_path}/solving-methods.csv"
25
24
  default_output_file: "{output_folder}/problem-solution-{{date}}.md"
26
25
 
27
26
  standalone: true
28
-
29
- web_bundle:
30
- name: "problem-solving"
31
- description: "Apply systematic problem-solving methodologies to crack complex challenges. This workflow guides through problem diagnosis, root cause analysis, creative solution generation, evaluation, and implementation planning using proven frameworks."
32
- author: "BMad"
33
- instructions: "_bmad/cis/workflows/problem-solving/instructions.md"
34
- template: "_bmad/cis/workflows/problem-solving/template.md"
35
- web_bundle_files:
36
- - "_bmad/cis/workflows/problem-solving/instructions.md"
37
- - "_bmad/cis/workflows/problem-solving/template.md"
38
- - "_bmad/cis/workflows/problem-solving/solving-methods.csv"
@@ -1,7 +1,6 @@
1
1
  # Storytelling Workflow Configuration
2
2
  name: "storytelling"
3
- description: "Craft compelling narratives using proven story frameworks and techniques. This workflow guides users through structured narrative development, applying appropriate story frameworks to create emotionally resonant and engaging stories for any purpose."
4
- author: "BMad"
3
+ description: "Craft compelling narratives using story frameworks. Use when the user says 'help me with storytelling' or 'I want to create a narrative through storytelling'"
5
4
 
6
5
  # Critical variables load from config_source
7
6
  config_source: "{project-root}/_bmad/cis/config.yaml"
@@ -25,14 +24,3 @@ story_frameworks: "{installed_path}/story-types.csv"
25
24
  default_output_file: "{output_folder}/story-{{date}}.md"
26
25
 
27
26
  standalone: true
28
-
29
- web_bundle:
30
- name: "storytelling"
31
- description: "Craft compelling narratives using proven story frameworks and techniques. This workflow guides users through structured narrative development, applying appropriate story frameworks to create emotionally resonant and engaging stories for any purpose."
32
- author: "BMad"
33
- instructions: "_bmad/cis/workflows/storytelling/instructions.md"
34
- template: "_bmad/cis/workflows/storytelling/template.md"
35
- web_bundle_files:
36
- - "_bmad/cis/workflows/storytelling/instructions.md"
37
- - "_bmad/cis/workflows/storytelling/template.md"
38
- - "_bmad/cis/workflows/storytelling/story-types.csv"