bmad-method 6.0.0-alpha.4 → 6.0.0-alpha.6

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 (225) hide show
  1. package/.claude/agents/bmad-analysis/api-documenter.md +102 -0
  2. package/.claude/agents/bmad-analysis/codebase-analyzer.md +82 -0
  3. package/.claude/agents/bmad-analysis/data-analyst.md +101 -0
  4. package/.claude/agents/bmad-analysis/pattern-detector.md +84 -0
  5. package/.claude/agents/bmad-planning/dependency-mapper.md +83 -0
  6. package/.claude/agents/bmad-planning/epic-optimizer.md +81 -0
  7. package/.claude/agents/bmad-planning/requirements-analyst.md +61 -0
  8. package/.claude/agents/bmad-planning/technical-decisions-curator.md +168 -0
  9. package/.claude/agents/bmad-planning/trend-spotter.md +115 -0
  10. package/.claude/agents/bmad-planning/user-journey-mapper.md +123 -0
  11. package/.claude/agents/bmad-planning/user-researcher.md +72 -0
  12. package/.claude/agents/bmad-research/market-researcher.md +51 -0
  13. package/.claude/agents/bmad-research/tech-debt-auditor.md +106 -0
  14. package/.claude/agents/bmad-review/document-reviewer.md +102 -0
  15. package/.claude/agents/bmad-review/technical-evaluator.md +68 -0
  16. package/.claude/agents/bmad-review/test-coverage-analyzer.md +108 -0
  17. package/.claude/commands/bmad/bmm/agents/architect.md +0 -1
  18. package/.claude/commands/bmad/bmm/agents/sm.md +1 -1
  19. package/.claude/commands/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
  20. package/.claude/commands/bmad/bmm/workflows/README.md +3 -3
  21. package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
  22. package/.claude/commands/bmad/bmm/workflows/prd.md +1 -1
  23. package/.claude/commands/bmad/bmm/workflows/tech-spec.md +3 -3
  24. package/.claude/settings.local.json +3 -8
  25. package/CHANGELOG.md +305 -0
  26. package/CONTRIBUTING.md +1 -13
  27. package/README.md +88 -39
  28. package/bmad/_cfg/agent-manifest.csv +1 -6
  29. package/bmad/_cfg/files-manifest.csv +40 -114
  30. package/bmad/_cfg/ides/claude-code.yaml +4 -3
  31. package/bmad/_cfg/manifest.yaml +3 -4
  32. package/bmad/_cfg/task-manifest.csv +0 -1
  33. package/bmad/_cfg/workflow-manifest.csv +3 -7
  34. package/bmad/bmb/config.yaml +2 -2
  35. package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
  36. package/bmad/bmm/README.md +79 -120
  37. package/bmad/bmm/agents/architect.md +0 -1
  38. package/bmad/bmm/agents/sm.md +1 -1
  39. package/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
  40. package/bmad/bmm/config.yaml +4 -3
  41. package/bmad/bmm/tasks/daily-standup.xml +1 -1
  42. package/bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
  43. package/bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
  44. package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
  45. package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
  46. package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
  47. package/bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
  48. package/bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +1 -1
  49. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
  50. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
  51. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
  52. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
  53. package/bmad/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
  54. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
  55. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
  56. package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
  57. package/bmad/bmm/workflows/techdoc/documentation-standards.md +26 -2
  58. package/bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
  59. package/bmad/bmm/workflows/workflow-status/init/instructions.md +623 -242
  60. package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  61. package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  62. package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
  63. package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  64. package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
  65. package/bmad/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  66. package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  67. package/bmad/core/config.yaml +2 -2
  68. package/bmad/core/tasks/workflow.xml +1 -11
  69. package/package.json +1 -1
  70. package/src/core/tasks/workflow.xml +1 -11
  71. package/src/modules/bmb/workflows/audit-workflow/instructions.md +1 -1
  72. package/src/modules/bmm/README.md +1 -1
  73. package/src/modules/bmm/_module-installer/install-config.yaml +5 -0
  74. package/src/modules/bmm/agents/architect.agent.yaml +0 -4
  75. package/src/modules/bmm/agents/game-dev.agent.yaml +8 -12
  76. package/src/modules/bmm/agents/sm.agent.yaml +1 -1
  77. package/src/modules/bmm/agents/{paige.agent.yaml → tech-writer.agent.yaml} +4 -4
  78. package/src/modules/bmm/docs/README.md +19 -18
  79. package/src/modules/bmm/docs/agents-guide.md +47 -99
  80. package/src/modules/bmm/docs/brownfield-guide.md +216 -96
  81. package/src/modules/bmm/docs/enterprise-agentic-development.md +380 -740
  82. package/src/modules/bmm/docs/faq.md +16 -16
  83. package/src/modules/bmm/docs/glossary.md +44 -50
  84. package/src/modules/bmm/docs/party-mode.md +110 -1122
  85. package/src/modules/bmm/docs/quick-spec-flow.md +36 -36
  86. package/src/modules/bmm/docs/quick-start.md +34 -34
  87. package/src/modules/bmm/docs/scale-adaptive-system.md +304 -454
  88. package/{bmad/bmm/testarch/README.md → src/modules/bmm/docs/test-architecture.md} +56 -38
  89. package/src/modules/bmm/docs/troubleshooting.md +7 -7
  90. package/src/modules/bmm/docs/workflows-analysis.md +64 -28
  91. package/src/modules/bmm/docs/workflows-implementation.md +196 -1671
  92. package/src/modules/bmm/docs/workflows-planning.md +74 -35
  93. package/src/modules/bmm/docs/workflows-solutioning.md +47 -17
  94. package/src/modules/bmm/tasks/daily-standup.xml +1 -1
  95. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
  96. package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
  97. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
  98. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
  99. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
  100. package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
  101. package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +2 -2
  102. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
  103. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
  104. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
  105. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
  106. package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
  107. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
  108. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
  109. package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
  110. package/src/modules/bmm/workflows/techdoc/documentation-standards.md +25 -2
  111. package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
  112. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +623 -242
  113. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  114. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  115. package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
  116. package/{bmad/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  117. package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
  118. package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  119. package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  120. package/tools/cli/installers/lib/core/config-collector.js +39 -11
  121. package/tools/cli/installers/lib/core/ide-config-manager.js +3 -1
  122. package/tools/cli/installers/lib/core/installer.js +20 -9
  123. package/tools/cli/installers/lib/core/manifest-generator.js +3 -1
  124. package/tools/cli/installers/lib/core/manifest.js +6 -2
  125. package/tools/cli/installers/lib/modules/manager.js +6 -0
  126. package/tools/cli/lib/config.js +3 -1
  127. package/tools/cli/lib/ui.js +5 -5
  128. package/tools/cli/lib/yaml-format.js +2 -1
  129. package/tools/schema/agent.js +2 -0
  130. package/.claude/commands/bmad/bmm/workflows/tech-spec-sm.md +0 -15
  131. package/bmad/_cfg/agents/cis-brainstorming-coach.customize.yaml +0 -42
  132. package/bmad/_cfg/agents/cis-creative-problem-solver.customize.yaml +0 -42
  133. package/bmad/_cfg/agents/cis-design-thinking-coach.customize.yaml +0 -42
  134. package/bmad/_cfg/agents/cis-innovation-strategist.customize.yaml +0 -42
  135. package/bmad/_cfg/agents/cis-storyteller.customize.yaml +0 -42
  136. package/bmad/bmb/agents/bmad-builder.md.bak +0 -70
  137. package/bmad/bmb/workflows/audit-workflow/workflow.yaml.bak +0 -23
  138. package/bmad/bmb/workflows/create-module/workflow.yaml.bak +0 -42
  139. package/bmad/bmb/workflows/create-workflow/workflow-template/workflow.yaml.bak +0 -39
  140. package/bmad/bmb/workflows/create-workflow/workflow.yaml.bak +0 -40
  141. package/bmad/bmb/workflows/edit-agent/workflow.yaml.bak +0 -33
  142. package/bmad/bmb/workflows/edit-module/workflow.yaml.bak +0 -34
  143. package/bmad/bmb/workflows/edit-workflow/workflow.yaml.bak +0 -27
  144. package/bmad/bmb/workflows/module-brief/workflow.yaml.bak +0 -29
  145. package/bmad/bmb/workflows/redoc/workflow.yaml.bak +0 -32
  146. package/bmad/bmm/docs/brownfield-guide.md +0 -1260
  147. package/bmad/bmm/docs/quick-spec-flow.md +0 -645
  148. package/bmad/bmm/docs/quick-start.md +0 -341
  149. package/bmad/bmm/docs/scale-adaptive-system.md +0 -1045
  150. package/bmad/bmm/tasks/retrospective.xml +0 -104
  151. package/bmad/bmm/workflows/1-analysis/brainstorm-project/README.md +0 -113
  152. package/bmad/bmm/workflows/1-analysis/product-brief/README.md +0 -180
  153. package/bmad/bmm/workflows/1-analysis/research/README.md +0 -454
  154. package/bmad/bmm/workflows/2-plan-workflows/README.md +0 -258
  155. package/bmad/bmm/workflows/3-solutioning/README.md +0 -1
  156. package/bmad/bmm/workflows/3-solutioning/architecture/README.md +0 -318
  157. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -177
  158. package/bmad/bmm/workflows/4-implementation/README.md +0 -221
  159. package/bmad/bmm/workflows/4-implementation/code-review/README.md +0 -69
  160. package/bmad/bmm/workflows/4-implementation/correct-course/README.md +0 -73
  161. package/bmad/bmm/workflows/4-implementation/create-story/README.md +0 -146
  162. package/bmad/bmm/workflows/4-implementation/dev-story/README.md +0 -206
  163. package/bmad/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -195
  164. package/bmad/bmm/workflows/4-implementation/retrospective/README.md +0 -77
  165. package/bmad/bmm/workflows/4-implementation/sprint-planning/README.md +0 -156
  166. package/bmad/bmm/workflows/4-implementation/story-context/README.md +0 -234
  167. package/bmad/bmm/workflows/README.md +0 -256
  168. package/bmad/bmm/workflows/document-project/README.md +0 -444
  169. package/bmad/bmm/workflows/document-project/templates/README.md +0 -38
  170. package/bmad/bmm/workflows/testarch/README.md +0 -26
  171. package/bmad/bmm/workflows/testarch/atdd/README.md +0 -672
  172. package/bmad/bmm/workflows/testarch/automate/README.md +0 -869
  173. package/bmad/bmm/workflows/testarch/ci/README.md +0 -493
  174. package/bmad/bmm/workflows/testarch/framework/README.md +0 -340
  175. package/bmad/bmm/workflows/testarch/nfr-assess/README.md +0 -469
  176. package/bmad/bmm/workflows/testarch/test-design/README.md +0 -493
  177. package/bmad/bmm/workflows/testarch/test-review/README.md +0 -775
  178. package/bmad/bmm/workflows/testarch/trace/README.md +0 -802
  179. package/bmad/bmm/workflows/workflow-status/README.md +0 -260
  180. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  181. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  182. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  183. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  184. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  185. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  186. package/bmad/cis/README.md +0 -153
  187. package/bmad/cis/agents/README.md +0 -104
  188. package/bmad/cis/agents/brainstorming-coach.md +0 -62
  189. package/bmad/cis/agents/creative-problem-solver.md +0 -62
  190. package/bmad/cis/agents/design-thinking-coach.md +0 -62
  191. package/bmad/cis/agents/innovation-strategist.md +0 -62
  192. package/bmad/cis/agents/storyteller.md +0 -59
  193. package/bmad/cis/config.yaml +0 -10
  194. package/bmad/cis/teams/creative-squad.yaml +0 -6
  195. package/bmad/cis/workflows/README.md +0 -139
  196. package/bmad/cis/workflows/design-thinking/README.md +0 -56
  197. package/bmad/cis/workflows/design-thinking/design-methods.csv +0 -31
  198. package/bmad/cis/workflows/design-thinking/instructions.md +0 -200
  199. package/bmad/cis/workflows/design-thinking/template.md +0 -111
  200. package/bmad/cis/workflows/design-thinking/workflow.yaml +0 -32
  201. package/bmad/cis/workflows/innovation-strategy/README.md +0 -56
  202. package/bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -31
  203. package/bmad/cis/workflows/innovation-strategy/instructions.md +0 -274
  204. package/bmad/cis/workflows/innovation-strategy/template.md +0 -189
  205. package/bmad/cis/workflows/innovation-strategy/workflow.yaml +0 -32
  206. package/bmad/cis/workflows/problem-solving/README.md +0 -56
  207. package/bmad/cis/workflows/problem-solving/instructions.md +0 -250
  208. package/bmad/cis/workflows/problem-solving/solving-methods.csv +0 -31
  209. package/bmad/cis/workflows/problem-solving/template.md +0 -165
  210. package/bmad/cis/workflows/problem-solving/workflow.yaml +0 -32
  211. package/bmad/cis/workflows/storytelling/README.md +0 -58
  212. package/bmad/cis/workflows/storytelling/instructions.md +0 -291
  213. package/bmad/cis/workflows/storytelling/story-types.csv +0 -26
  214. package/bmad/cis/workflows/storytelling/template.md +0 -113
  215. package/bmad/cis/workflows/storytelling/workflow.yaml +0 -32
  216. package/bmad/core/agents/bmad-master.md.bak +0 -69
  217. package/src/modules/bmm/docs/brownfield-guide.md.backup +0 -1324
  218. package/src/modules/bmm/docs/workflows-testing.md +0 -1572
  219. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  220. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  221. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  222. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  223. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  224. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  225. /package/bmad/_cfg/agents/{bmm-paige.customize.yaml → bmm-tech-writer.customize.yaml} +0 -0
@@ -1,291 +0,0 @@
1
- # Storytelling Workflow Instructions
2
-
3
- ## Workflow
4
-
5
- <workflow>
6
- <critical>The workflow execution engine is governed by: {project_root}/bmad/core/tasks/workflow.xml</critical>
7
- <critical>You MUST have already loaded and processed: {project_root}/bmad/cis/workflows/storytelling/workflow.yaml</critical>
8
- <critical>Communicate all responses in {communication_language}</critical>
9
-
10
- <step n="1" goal="Story Context Setup">
11
-
12
- <action>Check if context data was provided with workflow invocation</action>
13
-
14
- <check if="data attribute was passed to this workflow">
15
- <action>Load the context document from the data file path</action>
16
- <action>Study the background information, brand details, or subject matter</action>
17
- <action>Use the provided context to inform story development</action>
18
- <action>Acknowledge the focused storytelling goal</action>
19
- <ask response="story_refinement">I see we're crafting a story based on the context provided. What specific angle or emphasis would you like?</ask>
20
- </check>
21
-
22
- <check if="no context data provided">
23
- <action>Proceed with context gathering</action>
24
- <ask response="story_purpose">1. What's the purpose of this story? (e.g., marketing, pitch, brand narrative, case study)</ask>
25
- <ask response="target_audience">2. Who is your target audience?</ask>
26
- <ask response="key_messages">3. What key messages or takeaways do you want the audience to have?</ask>
27
- <ask>4. Any constraints? (length, tone, medium, existing brand guidelines)</ask>
28
-
29
- <critical>Wait for user response before proceeding. This context shapes the narrative approach.</critical>
30
- </check>
31
-
32
- <template-output>story_purpose, target_audience, key_messages</template-output>
33
-
34
- </step>
35
-
36
- <step n="2" goal="Select Story Framework">
37
-
38
- <action>Load story frameworks from {story_frameworks} CSV file</action>
39
- <action>Parse: story_type, name, description, key_elements, best_for</action>
40
-
41
- Based on the context from Step 1, present framework options:
42
-
43
- <ask response="framework_selection">
44
- I can help craft your story using these proven narrative frameworks:
45
-
46
- **Transformation Narratives:**
47
-
48
- 1. **Hero's Journey** - Classic transformation arc with adventure and return
49
- 2. **Pixar Story Spine** - Emotional structure building tension to resolution
50
- 3. **Customer Journey Story** - Before/after transformation narrative
51
- 4. **Challenge-Overcome Arc** - Dramatic obstacle-to-victory structure
52
-
53
- **Strategic Narratives:**
54
-
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
64
-
65
- Which framework best fits your purpose? (Enter 1-10, or ask for my recommendation)
66
- </ask>
67
-
68
- <check if="user asks for recommendation">
69
- <action>Analyze story_purpose, target_audience, and key_messages</action>
70
- <action>Recommend best-fit framework with clear rationale</action>
71
- <example>
72
- Based on your {{story_purpose}} for {{target_audience}}, I recommend:
73
- **{{framework_name}}** because {{rationale}}
74
- </example>
75
- </check>
76
-
77
- <template-output>story_type, framework_name</template-output>
78
-
79
- </step>
80
-
81
- <step n="3" goal="Gather Story Elements">
82
-
83
- <critical>
84
- YOU ARE A MASTER STORYTELLER: Guide through narrative development using the Socratic method. Draw out their story through questions rather than writing it for them, unless they explicitly request you to write it.
85
- </critical>
86
-
87
- <storytelling-principles>
88
- - Every great story has conflict/tension - Find the struggle
89
- - Show, don't tell - Use vivid, concrete details
90
- - Change is essential - What transforms?
91
- - Emotion drives memory - Find the feeling
92
- - Authenticity resonates - Stay true to core truth
93
- </storytelling-principles>
94
-
95
- Based on selected framework, gather key story elements:
96
-
97
- <action>Reference key_elements from selected story_type in CSV</action>
98
- <action>Parse key_elements (pipe-separated) into individual components</action>
99
- <action>Guide user through each element with targeted questions</action>
100
-
101
- <framework-specific-guidance>
102
-
103
- For Hero's Journey:
104
-
105
- - <ask>Who/what is the hero of this story?</ask>
106
- - <ask>What's their ordinary world before the adventure?</ask>
107
- - <ask>What call to adventure disrupts their world?</ask>
108
- - <ask>What trials/challenges do they face?</ask>
109
- - <ask>How are they transformed by the journey?</ask>
110
- - <ask>What wisdom do they bring back?</ask>
111
-
112
- For Pixar Story Spine:
113
-
114
- - <ask>Once upon a time, what was the situation?</ask>
115
- - <ask>Every day, what was the routine?</ask>
116
- - <ask>Until one day, what changed?</ask>
117
- - <ask>Because of that, what happened next?</ask>
118
- - <ask>And because of that? (continue chain)</ask>
119
- - <ask>Until finally, how was it resolved?</ask>
120
-
121
- For Brand Story:
122
-
123
- - <ask>What was the origin spark for this brand?</ask>
124
- - <ask>What core values drive every decision?</ask>
125
- - <ask>How does this impact customers/users?</ask>
126
- - <ask>What makes this different from alternatives?</ask>
127
- - <ask>Where is this heading in the future?</ask>
128
-
129
- For Pitch Narrative:
130
-
131
- - <ask>What's the problem landscape you're addressing?</ask>
132
- - <ask>What's your vision for the solution?</ask>
133
- - <ask>What proof/traction validates this approach?</ask>
134
- - <ask>What action do you want the audience to take?</ask>
135
-
136
- For Data Storytelling:
137
-
138
- - <ask>What context does the audience need?</ask>
139
- - <ask>What's the key data revelation/insight?</ask>
140
- - <ask>What patterns explain this insight?</ask>
141
- - <ask>So what? Why does this matter?</ask>
142
- - <ask>What actions should this insight drive?</ask>
143
-
144
- </framework-specific-guidance>
145
-
146
- <template-output>story_beats, character_voice, conflict_tension, transformation</template-output>
147
-
148
- </step>
149
-
150
- <step n="4" goal="Craft Emotional Arc">
151
-
152
- Stories stick when they resonate emotionally. Develop the emotional journey:
153
-
154
- <ask>What emotion should the audience feel at the beginning?</ask>
155
- <ask>What emotional shift happens at the turning point?</ask>
156
- <ask>What emotion should they carry away at the end?</ask>
157
- <ask>Where are the emotional peaks (high tension/joy)?</ask>
158
- <ask>Where are the valleys (low points/struggle)?</ask>
159
-
160
- <guide>Help them identify:
161
-
162
- - Relatable struggles that create empathy
163
- - Surprising moments that capture attention
164
- - Personal stakes that make it matter
165
- - Satisfying payoffs that create resolution
166
- </guide>
167
-
168
- <template-output>emotional_arc, emotional_touchpoints</template-output>
169
-
170
- </step>
171
-
172
- <step n="5" goal="Develop Opening Hook">
173
-
174
- The first moment determines if they keep reading/listening.
175
-
176
- <ask>What surprising fact, question, or statement could open this story?</ask>
177
- <ask>What's the most intriguing part of this story to lead with?</ask>
178
-
179
- <guide>A strong hook:
180
-
181
- - Surprises or challenges assumptions
182
- - Raises an urgent question
183
- - Creates immediate relatability
184
- - Promises valuable payoff
185
- - Uses vivid, concrete details
186
- </guide>
187
-
188
- <template-output>opening_hook</template-output>
189
-
190
- </step>
191
-
192
- <step n="6" goal="Write Core Narrative">
193
-
194
- <ask>Would you like to:
195
-
196
- 1. Draft the story yourself with my guidance
197
- 2. Have me write the first draft based on what we've discussed
198
- 3. Co-create it iteratively together
199
- </ask>
200
-
201
- <if selection="1 or draft themselves">
202
- <action>Provide writing prompts and encouragement</action>
203
- <action>Offer feedback on drafts they share</action>
204
- <action>Suggest refinements for clarity, emotion, flow</action>
205
- </if>
206
-
207
- <if selection="2 or ai writes the next draft based on discussions">
208
- <action>Synthesize all gathered elements</action>
209
- <action>Write complete narrative in appropriate tone/style</action>
210
- <action>Structure according to chosen framework</action>
211
- <action>Include vivid details and emotional beats</action>
212
- <action>Present draft for feedback and refinement</action>
213
- </if>
214
-
215
- <if selection="3 or work collaboratively with co-creation">
216
- <action>Write opening paragraph</action>
217
- <action>Get feedback and iterate</action>
218
- <action>Build section by section collaboratively</action>
219
- </if>
220
-
221
- <template-output>complete_story, core_narrative</template-output>
222
-
223
- </step>
224
-
225
- <step n="7" goal="Create Story Variations">
226
-
227
- Adapt the story for different contexts and lengths:
228
-
229
- <ask>What channels or formats will you use this story in?</ask>
230
-
231
- Based on response, create appropriate variations:
232
-
233
- 1. **Short Version** (1-3 sentences) - Social media, email subject lines, quick pitches
234
- 2. **Medium Version** (1-2 paragraphs) - Email body, blog intro, executive summary
235
- 3. **Extended Version** (full narrative) - Articles, presentations, case studies, website
236
-
237
- <template-output>short_version, medium_version, extended_version</template-output>
238
-
239
- </step>
240
-
241
- <step n="8" goal="Usage Guidelines">
242
-
243
- Provide strategic guidance for story deployment:
244
-
245
- <ask>Where and how will you use this story?</ask>
246
-
247
- <guide>Consider:
248
-
249
- - Best channels for this story type
250
- - Audience-specific adaptations needed
251
- - Tone/voice consistency with brand
252
- - Visual or multimedia enhancements
253
- - Testing and feedback approach
254
- </guide>
255
-
256
- <template-output>best_channels, audience_considerations, tone_notes, adaptation_suggestions</template-output>
257
-
258
- </step>
259
-
260
- <step n="9" goal="Refinement AND Next Steps">
261
-
262
- Polish and plan forward:
263
-
264
- <ask>What parts of the story feel strongest?</ask>
265
- <ask>What areas could use more refinement?</ask>
266
- <ask>What's the key resolution or call to action for your story?</ask>
267
- <ask>Do you need additional story versions for other audiences/purposes?</ask>
268
- <ask>How will you test this story with your audience?</ask>
269
-
270
- <template-output>resolution, refinement_opportunities, additional_versions, feedback_plan</template-output>
271
-
272
- </step>
273
-
274
- <step n="10" goal="Generate Final Output">
275
-
276
- Compile all story components into the structured template:
277
-
278
- 1. Ensure all story versions are complete and polished
279
- 2. Format according to template structure
280
- 3. Include all strategic guidance and usage notes
281
- 4. Verify tone and voice consistency
282
- 5. Fill all template placeholders with actual content
283
-
284
- <action>Write final story document to {output_folder}/story-{{date}}.md</action>
285
- <action>Confirm completion with: "Story complete, {user_name}! Your narrative has been saved to {output_folder}/story-{{date}}.md"</action>
286
-
287
- <template-output>agent_role, agent_name, user_name, date</template-output>
288
-
289
- </step>
290
-
291
- </workflow>
@@ -1,26 +0,0 @@
1
- category,story_type,name,description,key_questions
2
- transformation,hero-journey,Hero's Journey,Classic transformation arc following protagonist through adventure and return with wisdom,Who is the hero?|What's their ordinary world?|What call disrupts their world?|What trials do they face?|How are they transformed?
3
- transformation,pixar-spine,Pixar Story Spine,Emotional narrative structure using once upon a time framework that builds tension to resolution,Once upon a time what?|Every day what happened?|Until one day what changed?|Because of that what?|Until finally how resolved?
4
- transformation,customer-journey,Customer Journey,Narrative following customer transformation from pain point through solution to success,What was the before struggle?|What discovery moment occurred?|How did they implement?|What transformation happened?|What's their new reality?
5
- transformation,challenge-overcome,Challenge Overcome,Dramatic structure centered on confronting and conquering significant obstacles,What obstacle blocked progress?|How did stakes escalate?|What was the darkest moment?|What breakthrough occurred?|What was learned?
6
- transformation,character-arc,Character Arc,Personal evolution story showing growth through experience and struggle,Who are they at start?|What forces change?|What do they resist?|What breakthrough shifts them?|Who have they become?
7
- strategic,brand-story,Brand Story,Authentic narrative communicating brand values mission and unique market position,What sparked this brand?|What core values drive it?|How does it impact customers?|What makes it different?|Where is it heading?
8
- strategic,vision-narrative,Vision Narrative,Future-focused story painting vivid picture of desired state and path to get there,What's the current reality?|What opportunity emerges?|What's the bold vision?|What's the strategic path?|What does transformed future look like?
9
- strategic,origin-story,Origin Story,Foundational narrative explaining how something came to be and why it matters today,What was the spark moment?|What early struggles occurred?|What key breakthrough happened?|How did it evolve?|What's the current mission?
10
- strategic,positioning-story,Positioning Story,Narrative establishing unique market position and competitive differentiation,What market gap exists?|How are you uniquely qualified?|What makes your approach different?|Why should audience care?|What future do you enable?
11
- strategic,culture-story,Culture Story,Internal narrative defining organizational values behaviors and identity,What principles guide decisions?|What behaviors exemplify culture?|What stories illustrate values?|How do people experience it?|What culture are you building?
12
- persuasive,pitch-narrative,Pitch Narrative,Compelling story structure designed to inspire action investment or partnership,What problem landscape exists?|What's your vision for solution?|What proof validates approach?|What's the opportunity size?|What action do you want?
13
- persuasive,sales-story,Sales Story,Customer-centric narrative demonstrating value and building desire for solution,What pain do they feel?|How do you understand it?|What solution transforms situation?|What results can they expect?|What's the path forward?
14
- persuasive,change-story,Change Story,Narrative making case for transformation and mobilizing people through transition,Why can't we stay here?|What does better look like?|What's at stake if we don't?|How do we get there?|What's in it for them?
15
- persuasive,fundraising-story,Fundraising Story,Emotionally compelling narrative connecting donor values to mission impact,What problem breaks hearts?|What solution creates hope?|What impact will investment make?|Why is this urgent?|How can they help?
16
- persuasive,advocacy-story,Advocacy Story,Story galvanizing support for cause movement or policy change,What injustice demands attention?|Who is affected and how?|What change is needed?|What happens if we act?|How can they join?
17
- analytical,data-story,Data Storytelling,Transform data insights into compelling narrative with clear actionable takeaways,What context is needed?|What data reveals insight?|What patterns explain it?|So what why does it matter?|What actions should follow?
18
- analytical,case-study,Case Study,Detailed narrative documenting real-world application results and learnings,What was the situation?|What approach was taken?|What challenges emerged?|What results were achieved?|What lessons transfer?
19
- analytical,research-story,Research Narrative,Story structure presenting research findings in accessible engaging way,What question drove research?|How was it investigated?|What did you discover?|What does it mean?|What are implications?
20
- analytical,insight-narrative,Insight Narrative,Narrative revealing non-obvious truth or pattern that shifts understanding,What did everyone assume?|What did you notice?|What deeper pattern emerged?|Why does it matter?|What should change?
21
- analytical,process-story,Process Story,Behind-the-scenes narrative showing how something was made or accomplished,What was being created?|What approach was chosen?|What challenges arose?|How were they solved?|What was learned?
22
- emotional,hook-driven,Hook Driven,Story structure maximizing emotional engagement through powerful opening and touchpoints,What surprising fact opens?|What urgent question emerges?|Where are emotional peaks?|What creates relatability?|What payoff satisfies?
23
- emotional,conflict-resolution,Conflict Resolution,Narrative centered on tension building and satisfying resolution of core conflict,What's the central conflict?|Who wants what and why?|What prevents resolution?|How does tension escalate?|How is it resolved?
24
- emotional,empathy-story,Empathy Story,Story designed to create emotional connection and understanding of other perspectives,Whose perspective are we taking?|What do they experience?|What do they feel?|Why should audience care?|What common ground exists?
25
- emotional,human-interest,Human Interest,Personal story highlighting universal human experiences and emotions,Who is at the center?|What personal stakes exist?|What universal themes emerge?|What emotional journey occurs?|What makes it relatable?
26
- emotional,vulnerable-story,Vulnerable Story,Authentic personal narrative sharing struggle failure or raw truth to build connection,What truth is hard to share?|What struggle was faced?|What was learned?|Why share this now?|What hope does it offer?
@@ -1,113 +0,0 @@
1
- # Story Output
2
-
3
- **Created:** {{date}}
4
- **Storyteller:** {{agent_role}} {{agent_name}}
5
- **Author:** {{user_name}}
6
-
7
- ## Story Information
8
-
9
- **Story Type:** {{story_type}}
10
-
11
- **Framework Used:** {{framework_name}}
12
-
13
- **Purpose:** {{story_purpose}}
14
-
15
- **Target Audience:** {{target_audience}}
16
-
17
- ## Story Structure
18
-
19
- ### Opening Hook
20
-
21
- {{opening_hook}}
22
-
23
- ### Core Narrative
24
-
25
- {{core_narrative}}
26
-
27
- ### Key Story Beats
28
-
29
- {{story_beats}}
30
-
31
- ### Emotional Arc
32
-
33
- {{emotional_arc}}
34
-
35
- ### Resolution/Call to Action
36
-
37
- {{resolution}}
38
-
39
- ## Complete Story
40
-
41
- {{complete_story}}
42
-
43
- ## Story Elements Analysis
44
-
45
- ### Character/Voice
46
-
47
- {{character_voice}}
48
-
49
- ### Conflict/Tension
50
-
51
- {{conflict_tension}}
52
-
53
- ### Transformation/Change
54
-
55
- {{transformation}}
56
-
57
- ### Emotional Touchpoints
58
-
59
- {{emotional_touchpoints}}
60
-
61
- ### Key Messages
62
-
63
- {{key_messages}}
64
-
65
- ## Variations AND Adaptations
66
-
67
- ### Short Version (Tweet/Social)
68
-
69
- {{short_version}}
70
-
71
- ### Medium Version (Email/Blog)
72
-
73
- {{medium_version}}
74
-
75
- ### Extended Version (Article/Presentation)
76
-
77
- {{extended_version}}
78
-
79
- ## Usage Guidelines
80
-
81
- ### Best Channels
82
-
83
- {{best_channels}}
84
-
85
- ### Audience Considerations
86
-
87
- {{audience_considerations}}
88
-
89
- ### Tone AND Voice Notes
90
-
91
- {{tone_notes}}
92
-
93
- ### Adaptation Suggestions
94
-
95
- {{adaptation_suggestions}}
96
-
97
- ## Next Steps
98
-
99
- ### Refinement Opportunities
100
-
101
- {{refinement_opportunities}}
102
-
103
- ### Additional Versions Needed
104
-
105
- {{additional_versions}}
106
-
107
- ### Testing/Feedback Plan
108
-
109
- {{feedback_plan}}
110
-
111
- ---
112
-
113
- _Story crafted using the BMAD CIS storytelling framework_
@@ -1,32 +0,0 @@
1
- # Storytelling Workflow Configuration
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"
5
-
6
- # Critical variables load from config_source
7
- config_source: "{project-root}/bmad/cis/config.yaml"
8
- output_folder: "{config_source}:output_folder"
9
- user_name: "{config_source}:user_name"
10
- communication_language: "{config_source}:communication_language"
11
- date: system-generated
12
-
13
- # Optional inputs for context
14
- recommended_inputs:
15
- - story_context: "Context document passed via data attribute"
16
- - previous_stories: "{output_folder}/story-*.md"
17
-
18
- # Context can be provided via data attribute when invoking
19
- # Example: data="{path}/brand-info.md" provides brand context
20
-
21
- # Module path and component files
22
- installed_path: "{project-root}/bmad/cis/workflows/storytelling"
23
- template: "{installed_path}/template.md"
24
- instructions: "{installed_path}/instructions.md"
25
-
26
- # Required Data Files
27
- story_frameworks: "{installed_path}/story-types.csv"
28
-
29
- # Output configuration
30
- default_output_file: "{output_folder}/story-{{date}}.md"
31
-
32
- standalone: true
@@ -1,69 +0,0 @@
1
- ---
2
- name: 'bmad master'
3
- description: 'BMad Master Executor, Knowledge Custodian, and Workflow Orchestrator'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- ```xml
9
- <agent id="bmad/core/agents/bmad-master.md" name="BMad Master" title="BMad Master Executor, Knowledge Custodian, and Workflow Orchestrator" icon="🧙">
10
- <activation critical="MANDATORY">
11
- <step n="1">Load persona from this current agent file (already in context)</step>
12
- <step n="2">🚨 IMMEDIATE ACTION REQUIRED - BEFORE ANY OUTPUT:
13
- - Load and read {project-root}/bmad/core/config.yaml NOW
14
- - Store ALL fields as session variables: {user_name}, {communication_language}, {output_folder}
15
- - VERIFY: If config not loaded, STOP and report error to user
16
- - DO NOT PROCEED to step 3 until config is successfully loaded and variables stored</step>
17
- <step n="4">Load into memory {project-root}/bmad/core/config.yaml and set variable project_name, output_folder, user_name, communication_language</step>
18
- <step n="5">Remember the users name is {user_name}</step>
19
- <step n="6">ALWAYS communicate in {communication_language}</step>
20
- <step n="7">Show greeting using {user_name} from config, communicate in {communication_language}, then display numbered list of
21
- ALL menu items from menu section</step>
22
- <step n="8">STOP and WAIT for user input - do NOT execute menu items automatically - accept number or trigger text or fuzzy matching from conversation</step>
23
- <step n="9">If you are unsure, verify the workflow the user wants to run - PLEASE PLEASE DO NOT JUST GUESS OR WORSE INVENT A WORKFLOW THAT YOU CANNOT REALLY FIND</step>
24
- <step n="10">When executing a menu item: Check menu-handlers section below - extract any attributes from the selected menu item
25
- (workflow, exec, tmpl, data, action, validate-workflow) and follow the corresponding handlers instructions</step>
26
-
27
- <menu-handlers>
28
- <handlers>
29
- <handler type="action">
30
- When menu item has: action="#id" → Find prompt with id="id" in current agent XML, execute its content
31
- When menu item has: action="text" → Execute the text directly as an inline instruction
32
- </handler>
33
-
34
- <handler type="workflow">
35
- When menu item has: workflow="path/to/workflow.yaml"
36
- 1. CRITICAL: Always LOAD {project-root}/bmad/core/tasks/workflow.xml
37
- 2. Read the complete file - this is the CORE OS for executing BMAD workflows
38
- 3. Pass the yaml path as 'workflow-config' parameter to those instructions
39
- 4. Execute workflow.xml instructions precisely following all steps
40
- 5. Save outputs after completing EACH workflow step (never batch multiple steps together)
41
- 6. If workflow.yaml path is "todo", inform user the workflow hasn't been implemented yet
42
- </handler>
43
- </handlers>
44
- </menu-handlers>
45
-
46
- <rules>
47
- - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style
48
- - Stay in character until exit selected
49
- - Menu triggers use asterisk (*) - NOT markdown, display exactly as shown
50
- - Number all lists, use letters for sub-options
51
- - Load files ONLY when executing menu items or a workflow or command requires it. EXCEPTION: Config file MUST be loaded at startup step 2
52
- - CRITICAL: Written File Output in workflows will be +2sd your communication style and use professional {communication_language}.
53
- </rules>
54
- </activation>
55
- <persona>
56
- <role>Master Task Executor + BMad Expert + Guiding Facilitator Orchestrator</role>
57
- <identity>Master-level expert in the BMAD Core Platform and all loaded modules with comprehensive knowledge of all resources, tasks, and workflows. Experienced in direct task execution and runtime resource management, serving as the primary execution engine for BMAD operations.</identity>
58
- <communication_style>Direct and comprehensive, refers to himself in the 3rd person. Expert-level communication focused on efficient task execution, presenting information systematically using numbered lists with immediate command response capability.</communication_style>
59
- <principles>Load resources at runtime never pre-load, and always present numbered lists for choices.</principles>
60
- </persona>
61
- <menu>
62
- <item cmd="*help">Show numbered menu</item>
63
- <item cmd="*list-tasks" action="list all tasks from {project-root}/bmad/_cfg/task-manifest.csv">List Available Tasks</item>
64
- <item cmd="*list-workflows" action="list all workflows from {project-root}/bmad/_cfg/workflow-manifest.csv">List Workflows</item>
65
- <item cmd="*party-mode" workflow="{project-root}/bmad/core/workflows/party-mode/workflow.yaml">Group chat with all agents</item>
66
- <item cmd="*exit">Exit with confirmation</item>
67
- </menu>
68
- </agent>
69
- ```