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.
- package/.claude/agents/bmad-analysis/api-documenter.md +102 -0
- package/.claude/agents/bmad-analysis/codebase-analyzer.md +82 -0
- package/.claude/agents/bmad-analysis/data-analyst.md +101 -0
- package/.claude/agents/bmad-analysis/pattern-detector.md +84 -0
- package/.claude/agents/bmad-planning/dependency-mapper.md +83 -0
- package/.claude/agents/bmad-planning/epic-optimizer.md +81 -0
- package/.claude/agents/bmad-planning/requirements-analyst.md +61 -0
- package/.claude/agents/bmad-planning/technical-decisions-curator.md +168 -0
- package/.claude/agents/bmad-planning/trend-spotter.md +115 -0
- package/.claude/agents/bmad-planning/user-journey-mapper.md +123 -0
- package/.claude/agents/bmad-planning/user-researcher.md +72 -0
- package/.claude/agents/bmad-research/market-researcher.md +51 -0
- package/.claude/agents/bmad-research/tech-debt-auditor.md +106 -0
- package/.claude/agents/bmad-review/document-reviewer.md +102 -0
- package/.claude/agents/bmad-review/technical-evaluator.md +68 -0
- package/.claude/agents/bmad-review/test-coverage-analyzer.md +108 -0
- package/.claude/commands/bmad/bmm/agents/architect.md +0 -1
- package/.claude/commands/bmad/bmm/agents/sm.md +1 -1
- package/.claude/commands/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/README.md +3 -3
- package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/prd.md +1 -1
- package/.claude/commands/bmad/bmm/workflows/tech-spec.md +3 -3
- package/.claude/settings.local.json +3 -8
- package/CHANGELOG.md +305 -0
- package/CONTRIBUTING.md +1 -13
- package/README.md +88 -39
- package/bmad/_cfg/agent-manifest.csv +1 -6
- package/bmad/_cfg/files-manifest.csv +40 -114
- package/bmad/_cfg/ides/claude-code.yaml +4 -3
- package/bmad/_cfg/manifest.yaml +3 -4
- package/bmad/_cfg/task-manifest.csv +0 -1
- package/bmad/_cfg/workflow-manifest.csv +3 -7
- package/bmad/bmb/config.yaml +2 -2
- package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
- package/bmad/bmm/README.md +79 -120
- package/bmad/bmm/agents/architect.md +0 -1
- package/bmad/bmm/agents/sm.md +1 -1
- package/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
- package/bmad/bmm/config.yaml +4 -3
- package/bmad/bmm/tasks/daily-standup.xml +1 -1
- package/bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
- package/bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
- package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
- package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
- package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
- package/bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
- package/bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +1 -1
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
- package/bmad/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
- package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
- package/bmad/bmm/workflows/techdoc/documentation-standards.md +26 -2
- package/bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
- package/bmad/bmm/workflows/workflow-status/init/instructions.md +623 -242
- package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
- package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
- package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
- package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
- package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
- package/bmad/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
- package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
- package/bmad/core/config.yaml +2 -2
- package/bmad/core/tasks/workflow.xml +1 -11
- package/package.json +1 -1
- package/src/core/tasks/workflow.xml +1 -11
- package/src/modules/bmb/workflows/audit-workflow/instructions.md +1 -1
- package/src/modules/bmm/README.md +1 -1
- package/src/modules/bmm/_module-installer/install-config.yaml +5 -0
- package/src/modules/bmm/agents/architect.agent.yaml +0 -4
- package/src/modules/bmm/agents/game-dev.agent.yaml +8 -12
- package/src/modules/bmm/agents/sm.agent.yaml +1 -1
- package/src/modules/bmm/agents/{paige.agent.yaml → tech-writer.agent.yaml} +4 -4
- package/src/modules/bmm/docs/README.md +19 -18
- package/src/modules/bmm/docs/agents-guide.md +47 -99
- package/src/modules/bmm/docs/brownfield-guide.md +216 -96
- package/src/modules/bmm/docs/enterprise-agentic-development.md +380 -740
- package/src/modules/bmm/docs/faq.md +16 -16
- package/src/modules/bmm/docs/glossary.md +44 -50
- package/src/modules/bmm/docs/party-mode.md +110 -1122
- package/src/modules/bmm/docs/quick-spec-flow.md +36 -36
- package/src/modules/bmm/docs/quick-start.md +34 -34
- package/src/modules/bmm/docs/scale-adaptive-system.md +304 -454
- package/{bmad/bmm/testarch/README.md → src/modules/bmm/docs/test-architecture.md} +56 -38
- package/src/modules/bmm/docs/troubleshooting.md +7 -7
- package/src/modules/bmm/docs/workflows-analysis.md +64 -28
- package/src/modules/bmm/docs/workflows-implementation.md +196 -1671
- package/src/modules/bmm/docs/workflows-planning.md +74 -35
- package/src/modules/bmm/docs/workflows-solutioning.md +47 -17
- package/src/modules/bmm/tasks/daily-standup.xml +1 -1
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
- package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
- package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
- package/src/modules/bmm/workflows/techdoc/documentation-standards.md +25 -2
- package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +623 -242
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
- package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
- package/{bmad/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
- package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
- package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
- package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
- package/tools/cli/installers/lib/core/config-collector.js +39 -11
- package/tools/cli/installers/lib/core/ide-config-manager.js +3 -1
- package/tools/cli/installers/lib/core/installer.js +20 -9
- package/tools/cli/installers/lib/core/manifest-generator.js +3 -1
- package/tools/cli/installers/lib/core/manifest.js +6 -2
- package/tools/cli/installers/lib/modules/manager.js +6 -0
- package/tools/cli/lib/config.js +3 -1
- package/tools/cli/lib/ui.js +5 -5
- package/tools/cli/lib/yaml-format.js +2 -1
- package/tools/schema/agent.js +2 -0
- package/.claude/commands/bmad/bmm/workflows/tech-spec-sm.md +0 -15
- package/bmad/_cfg/agents/cis-brainstorming-coach.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-creative-problem-solver.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-design-thinking-coach.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-innovation-strategist.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-storyteller.customize.yaml +0 -42
- package/bmad/bmb/agents/bmad-builder.md.bak +0 -70
- package/bmad/bmb/workflows/audit-workflow/workflow.yaml.bak +0 -23
- package/bmad/bmb/workflows/create-module/workflow.yaml.bak +0 -42
- package/bmad/bmb/workflows/create-workflow/workflow-template/workflow.yaml.bak +0 -39
- package/bmad/bmb/workflows/create-workflow/workflow.yaml.bak +0 -40
- package/bmad/bmb/workflows/edit-agent/workflow.yaml.bak +0 -33
- package/bmad/bmb/workflows/edit-module/workflow.yaml.bak +0 -34
- package/bmad/bmb/workflows/edit-workflow/workflow.yaml.bak +0 -27
- package/bmad/bmb/workflows/module-brief/workflow.yaml.bak +0 -29
- package/bmad/bmb/workflows/redoc/workflow.yaml.bak +0 -32
- package/bmad/bmm/docs/brownfield-guide.md +0 -1260
- package/bmad/bmm/docs/quick-spec-flow.md +0 -645
- package/bmad/bmm/docs/quick-start.md +0 -341
- package/bmad/bmm/docs/scale-adaptive-system.md +0 -1045
- package/bmad/bmm/tasks/retrospective.xml +0 -104
- package/bmad/bmm/workflows/1-analysis/brainstorm-project/README.md +0 -113
- package/bmad/bmm/workflows/1-analysis/product-brief/README.md +0 -180
- package/bmad/bmm/workflows/1-analysis/research/README.md +0 -454
- package/bmad/bmm/workflows/2-plan-workflows/README.md +0 -258
- package/bmad/bmm/workflows/3-solutioning/README.md +0 -1
- package/bmad/bmm/workflows/3-solutioning/architecture/README.md +0 -318
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -177
- package/bmad/bmm/workflows/4-implementation/README.md +0 -221
- package/bmad/bmm/workflows/4-implementation/code-review/README.md +0 -69
- package/bmad/bmm/workflows/4-implementation/correct-course/README.md +0 -73
- package/bmad/bmm/workflows/4-implementation/create-story/README.md +0 -146
- package/bmad/bmm/workflows/4-implementation/dev-story/README.md +0 -206
- package/bmad/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -195
- package/bmad/bmm/workflows/4-implementation/retrospective/README.md +0 -77
- package/bmad/bmm/workflows/4-implementation/sprint-planning/README.md +0 -156
- package/bmad/bmm/workflows/4-implementation/story-context/README.md +0 -234
- package/bmad/bmm/workflows/README.md +0 -256
- package/bmad/bmm/workflows/document-project/README.md +0 -444
- package/bmad/bmm/workflows/document-project/templates/README.md +0 -38
- package/bmad/bmm/workflows/testarch/README.md +0 -26
- package/bmad/bmm/workflows/testarch/atdd/README.md +0 -672
- package/bmad/bmm/workflows/testarch/automate/README.md +0 -869
- package/bmad/bmm/workflows/testarch/ci/README.md +0 -493
- package/bmad/bmm/workflows/testarch/framework/README.md +0 -340
- package/bmad/bmm/workflows/testarch/nfr-assess/README.md +0 -469
- package/bmad/bmm/workflows/testarch/test-design/README.md +0 -493
- package/bmad/bmm/workflows/testarch/test-review/README.md +0 -775
- package/bmad/bmm/workflows/testarch/trace/README.md +0 -802
- package/bmad/bmm/workflows/workflow-status/README.md +0 -260
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
- package/bmad/cis/README.md +0 -153
- package/bmad/cis/agents/README.md +0 -104
- package/bmad/cis/agents/brainstorming-coach.md +0 -62
- package/bmad/cis/agents/creative-problem-solver.md +0 -62
- package/bmad/cis/agents/design-thinking-coach.md +0 -62
- package/bmad/cis/agents/innovation-strategist.md +0 -62
- package/bmad/cis/agents/storyteller.md +0 -59
- package/bmad/cis/config.yaml +0 -10
- package/bmad/cis/teams/creative-squad.yaml +0 -6
- package/bmad/cis/workflows/README.md +0 -139
- package/bmad/cis/workflows/design-thinking/README.md +0 -56
- package/bmad/cis/workflows/design-thinking/design-methods.csv +0 -31
- package/bmad/cis/workflows/design-thinking/instructions.md +0 -200
- package/bmad/cis/workflows/design-thinking/template.md +0 -111
- package/bmad/cis/workflows/design-thinking/workflow.yaml +0 -32
- package/bmad/cis/workflows/innovation-strategy/README.md +0 -56
- package/bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -31
- package/bmad/cis/workflows/innovation-strategy/instructions.md +0 -274
- package/bmad/cis/workflows/innovation-strategy/template.md +0 -189
- package/bmad/cis/workflows/innovation-strategy/workflow.yaml +0 -32
- package/bmad/cis/workflows/problem-solving/README.md +0 -56
- package/bmad/cis/workflows/problem-solving/instructions.md +0 -250
- package/bmad/cis/workflows/problem-solving/solving-methods.csv +0 -31
- package/bmad/cis/workflows/problem-solving/template.md +0 -165
- package/bmad/cis/workflows/problem-solving/workflow.yaml +0 -32
- package/bmad/cis/workflows/storytelling/README.md +0 -58
- package/bmad/cis/workflows/storytelling/instructions.md +0 -291
- package/bmad/cis/workflows/storytelling/story-types.csv +0 -26
- package/bmad/cis/workflows/storytelling/template.md +0 -113
- package/bmad/cis/workflows/storytelling/workflow.yaml +0 -32
- package/bmad/core/agents/bmad-master.md.bak +0 -69
- package/src/modules/bmm/docs/brownfield-guide.md.backup +0 -1324
- package/src/modules/bmm/docs/workflows-testing.md +0 -1572
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
- /package/bmad/_cfg/agents/{bmm-paige.customize.yaml → bmm-tech-writer.customize.yaml} +0 -0
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
<task id="bmad/bmm/tasks/retrospective.xml" name="Team Retrospective">
|
|
2
|
-
<llm critical="true">
|
|
3
|
-
<i>MANDATORY: Execute ALL steps in the flow section IN EXACT ORDER</i>
|
|
4
|
-
<i>DO NOT skip steps or change the sequence</i>
|
|
5
|
-
<i>HALT immediately when halt-conditions are met</i>
|
|
6
|
-
<i>Each andlt;actionandgt; within andlt;stepandgt; is a REQUIRED action to complete that step</i>
|
|
7
|
-
<i>Sections outside flow (validation, output, critical-context) provide essential context - review and apply throughout execution</i>
|
|
8
|
-
</llm>
|
|
9
|
-
<flow>
|
|
10
|
-
<step n="1" title="Epic Context Discovery">
|
|
11
|
-
<action>Check {project-root}{output_folder}/stories/ for highest completed story</action>
|
|
12
|
-
<action>Extract epic number from story (e.g., "Epic: 003")</action>
|
|
13
|
-
<action>Read epic from {project-root}{output_folder}/prd/epic{number}.md</action>
|
|
14
|
-
<action>List all stories for this epic in {project-root}{output_folder}/stories/</action>
|
|
15
|
-
<action>Check completion status of each story</action>
|
|
16
|
-
<action>Extract key metrics (velocity, blockers encountered)</action>
|
|
17
|
-
<action>Review epic goals and success criteria</action>
|
|
18
|
-
<action>Compare actual outcomes vs. planned</action>
|
|
19
|
-
<action>Note technical debt incurred</action>
|
|
20
|
-
<action>Document architectural decisions made</action>
|
|
21
|
-
</step>
|
|
22
|
-
|
|
23
|
-
<step n="2" title="Preview Next Epic">
|
|
24
|
-
<action>Read next epic from d{project-root}{output_folder}/prd/epic{next-number}.md</action>
|
|
25
|
-
<action>Identify dependencies on completed work</action>
|
|
26
|
-
<action>Note potential gaps or preparation needed</action>
|
|
27
|
-
<action>Check for technical prerequisites</action>
|
|
28
|
-
</step>
|
|
29
|
-
|
|
30
|
-
<step n="3" title="Initialize Retrospective with Context">
|
|
31
|
-
<output>
|
|
32
|
-
🔄 TEAM RETROSPECTIVE - Epic {{number}}: {{Epic Name}}
|
|
33
|
-
|
|
34
|
-
Bob (Scrum Master) facilitating
|
|
35
|
-
|
|
36
|
-
Epic Summary:
|
|
37
|
-
- Completed: {{completed}}/{{total}} stories ({{percentage}}%)
|
|
38
|
-
- Velocity: {{actual-points}} story points (planned: {{planned-points}})
|
|
39
|
-
- Duration: {{actual-sprints}} sprints (planned: {{planned-sprints}})
|
|
40
|
-
- Technical Debt: {{debt-items}}
|
|
41
|
-
|
|
42
|
-
Next Epic Preview: Epic {{next-number}}: {{Next Epic Name}}
|
|
43
|
-
- Dependencies on Epic {{number}}: {{dependencies}}
|
|
44
|
-
- Preparation needed: {{preparation-gaps}}
|
|
45
|
-
|
|
46
|
-
Team assembled for reflection:
|
|
47
|
-
{{agents-based-on-story-records}}
|
|
48
|
-
|
|
49
|
-
Focus: Learning from Epic {{number}} and preparing for Epic {{next-number}}
|
|
50
|
-
</output>
|
|
51
|
-
</step>
|
|
52
|
-
|
|
53
|
-
<step n="4" title="Epic Review Discussion">
|
|
54
|
-
<action>Each agent shares referencing actual story data</action>
|
|
55
|
-
<action>What Went Well: Successes from completed stories, effective practices, velocity achievements</action>
|
|
56
|
-
<action>What Could Improve: Challenges from story records, blockers that slowed progress, technical debt incurred</action>
|
|
57
|
-
<action>Lessons Learned: Key insights for future epics, patterns to repeat or avoid</action>
|
|
58
|
-
</step>
|
|
59
|
-
|
|
60
|
-
<step n="5" title="Next Epic Preparation Discussion">
|
|
61
|
-
<action>Each agent addresses preparation needs</action>
|
|
62
|
-
<action>Dependencies Check: What from completed epic is needed for next epic, any incomplete blocking work</action>
|
|
63
|
-
<action>Preparation Needs: Technical setup required, knowledge gaps to fill, refactoring needed</action>
|
|
64
|
-
<action>Risk Assessment: Potential issues based on experience, mitigation strategies</action>
|
|
65
|
-
</step>
|
|
66
|
-
|
|
67
|
-
<step n="6" title="Synthesize Action Items">
|
|
68
|
-
<action>Bob identifies patterns across feedback</action>
|
|
69
|
-
<action>Synthesizes into team agreements</action>
|
|
70
|
-
<action>Assigns ownership to action items</action>
|
|
71
|
-
<action>Creates preparation sprint tasks if needed</action>
|
|
72
|
-
<output>
|
|
73
|
-
📝 EPIC {{number}} ACTION ITEMS:
|
|
74
|
-
{{numbered-action-items-with-owners}}
|
|
75
|
-
|
|
76
|
-
🚀 EPIC {{next-number}} PREPARATION SPRINT:
|
|
77
|
-
{{preparation-tasks-with-timeline}}
|
|
78
|
-
|
|
79
|
-
⚠️ CRITICAL PATH:
|
|
80
|
-
{{critical-dependencies-and-timeline}}
|
|
81
|
-
</output>
|
|
82
|
-
</step>
|
|
83
|
-
|
|
84
|
-
<step n="7" title="Critical User Verification">
|
|
85
|
-
<validation>
|
|
86
|
-
<i>Testing Verification: Has full regression testing been completed?</i>
|
|
87
|
-
<i>Deployment Status: Has epic been deployed to production?</i>
|
|
88
|
-
<i>Business Validation: Have stakeholders reviewed and accepted deliverables?</i>
|
|
89
|
-
<i>Technical Health: Is codebase in stable, maintainable state?</i>
|
|
90
|
-
<i>Final Checks: Any unresolved blockers that will impact next epic?</i>
|
|
91
|
-
</validation>
|
|
92
|
-
</step>
|
|
93
|
-
</flow>
|
|
94
|
-
|
|
95
|
-
<llm critical="true">
|
|
96
|
-
<i>This task extends party-mode with retrospective-specific structure</i>
|
|
97
|
-
<i>Bob (Scrum Master) facilitates the discussion ensuring psychological safety</i>
|
|
98
|
-
<i>No blame, focus on systems and processes</i>
|
|
99
|
-
<i>Everyone contributes with specific examples preferred</i>
|
|
100
|
-
<i>Action items must be achievable with clear ownership</i>
|
|
101
|
-
<i>End with team agreements and clear next steps</i>
|
|
102
|
-
<i>Two-part format: Epic Review + Next Epic Preparation</i>
|
|
103
|
-
</llm>
|
|
104
|
-
</task>
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
# Project Brainstorming Workflow
|
|
2
|
-
|
|
3
|
-
Structured ideation for software projects exploring problem spaces, architectures, and innovative solutions beyond traditional requirements gathering.
|
|
4
|
-
|
|
5
|
-
## Table of Contents
|
|
6
|
-
|
|
7
|
-
- [Purpose](#purpose)
|
|
8
|
-
- [Usage](#usage)
|
|
9
|
-
- [Process](#process)
|
|
10
|
-
- [Inputs & Outputs](#inputs--outputs)
|
|
11
|
-
- [Integration](#integration)
|
|
12
|
-
|
|
13
|
-
## Purpose
|
|
14
|
-
|
|
15
|
-
Generate multiple solution approaches for software projects through:
|
|
16
|
-
|
|
17
|
-
- Parallel ideation tracks (architecture, UX, integration, value delivery)
|
|
18
|
-
- Technical-business alignment from inception
|
|
19
|
-
- Hidden assumption discovery
|
|
20
|
-
- Innovation beyond obvious solutions
|
|
21
|
-
|
|
22
|
-
## Usage
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
# Run brainstorming session
|
|
26
|
-
bmad bmm *brainstorm-project
|
|
27
|
-
|
|
28
|
-
# Or via Analyst agent
|
|
29
|
-
*brainstorm-project
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
## Process
|
|
33
|
-
|
|
34
|
-
### 1. Context Capture
|
|
35
|
-
|
|
36
|
-
- Business objectives and constraints
|
|
37
|
-
- Technical environment
|
|
38
|
-
- Stakeholder needs
|
|
39
|
-
- Success criteria
|
|
40
|
-
|
|
41
|
-
### 2. Parallel Ideation
|
|
42
|
-
|
|
43
|
-
- **Architecture Track**: Technical approaches with trade-offs
|
|
44
|
-
- **UX Track**: Interface paradigms and user journeys
|
|
45
|
-
- **Integration Track**: System connection patterns
|
|
46
|
-
- **Value Track**: Feature prioritization and delivery
|
|
47
|
-
|
|
48
|
-
### 3. Solution Synthesis
|
|
49
|
-
|
|
50
|
-
- Evaluate feasibility and impact
|
|
51
|
-
- Align with strategic objectives
|
|
52
|
-
- Surface hidden assumptions
|
|
53
|
-
- Generate recommendations
|
|
54
|
-
|
|
55
|
-
## Inputs & Outputs
|
|
56
|
-
|
|
57
|
-
### Inputs
|
|
58
|
-
|
|
59
|
-
| Input | Type | Purpose |
|
|
60
|
-
| ----------------- | -------- | --------------------------------------------- |
|
|
61
|
-
| Project Context | Document | Business objectives, environment, constraints |
|
|
62
|
-
| Problem Statement | Optional | Core challenge or opportunity |
|
|
63
|
-
|
|
64
|
-
### Outputs
|
|
65
|
-
|
|
66
|
-
| Output | Content |
|
|
67
|
-
| ------------------------ | ------------------------------------------- |
|
|
68
|
-
| Architecture Proposals | Multiple approaches with trade-off analysis |
|
|
69
|
-
| Value Framework | Prioritized features aligned to objectives |
|
|
70
|
-
| Risk Analysis | Dependencies, challenges, opportunities |
|
|
71
|
-
| Strategic Recommendation | Synthesized direction with rationale |
|
|
72
|
-
|
|
73
|
-
## Integration
|
|
74
|
-
|
|
75
|
-
### Workflow Chain
|
|
76
|
-
|
|
77
|
-
1. **brainstorm-project** ← Current step
|
|
78
|
-
2. research (optional deep dive)
|
|
79
|
-
3. product-brief (strategic document)
|
|
80
|
-
4. Phase 2 planning (PRD/tech-spec)
|
|
81
|
-
|
|
82
|
-
### Feed Into
|
|
83
|
-
|
|
84
|
-
- Product Brief development
|
|
85
|
-
- Architecture decisions
|
|
86
|
-
- PRD requirements
|
|
87
|
-
- Epic prioritization
|
|
88
|
-
|
|
89
|
-
## Best Practices
|
|
90
|
-
|
|
91
|
-
1. **Prepare context** - Gather business and technical background
|
|
92
|
-
2. **Think broadly** - Explore non-obvious approaches
|
|
93
|
-
3. **Document assumptions** - Capture implicit beliefs
|
|
94
|
-
4. **Consider constraints** - Technical, organizational, resource
|
|
95
|
-
5. **Focus on value** - Align to business objectives
|
|
96
|
-
|
|
97
|
-
## Configuration
|
|
98
|
-
|
|
99
|
-
```yaml
|
|
100
|
-
# bmad/bmm/config.yaml
|
|
101
|
-
output_folder: ./output
|
|
102
|
-
project_name: Your Project
|
|
103
|
-
```
|
|
104
|
-
|
|
105
|
-
## Related Workflows
|
|
106
|
-
|
|
107
|
-
- [Research](../research/README.md) - Deep investigation
|
|
108
|
-
- [Product Brief](../product-brief/README.md) - Strategic planning
|
|
109
|
-
- [PRD](../../2-plan-workflows/prd/README.md) - Requirements document
|
|
110
|
-
|
|
111
|
-
---
|
|
112
|
-
|
|
113
|
-
Part of BMad Method v6 - Phase 1 Analysis workflows
|
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
# Product Brief Workflow
|
|
2
|
-
|
|
3
|
-
## Overview
|
|
4
|
-
|
|
5
|
-
Interactive product brief creation workflow that guides users through defining their product vision with multiple input sources and conversational collaboration. Supports both structured interactive mode and rapid "YOLO" mode for quick draft generation.
|
|
6
|
-
|
|
7
|
-
## Key Features
|
|
8
|
-
|
|
9
|
-
- **Dual Mode Operation** - Interactive step-by-step or rapid draft generation
|
|
10
|
-
- **Multi-Input Support** - Integrates market research, competitive analysis, and brainstorming results
|
|
11
|
-
- **Conversational Design** - Guides users through strategic thinking with probing questions
|
|
12
|
-
- **Executive Summary Generation** - Creates compelling summaries for stakeholder communication
|
|
13
|
-
- **Comprehensive Coverage** - Addresses all critical product planning dimensions
|
|
14
|
-
- **Stakeholder Ready** - Generates professional briefs suitable for PM handoff
|
|
15
|
-
|
|
16
|
-
## Usage
|
|
17
|
-
|
|
18
|
-
### Basic Invocation
|
|
19
|
-
|
|
20
|
-
```bash
|
|
21
|
-
workflow product-brief
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
### With Input Documents
|
|
25
|
-
|
|
26
|
-
```bash
|
|
27
|
-
# With market research
|
|
28
|
-
workflow product-brief --input market-research.md
|
|
29
|
-
|
|
30
|
-
# With multiple inputs
|
|
31
|
-
workflow product-brief --input market-research.md --input competitive-analysis.md
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
### Configuration
|
|
35
|
-
|
|
36
|
-
- **brief_format**: "comprehensive" (full detail) or "executive" (3-page limit)
|
|
37
|
-
- **autonomous**: false (requires user collaboration)
|
|
38
|
-
- **output_folder**: Location for generated brief
|
|
39
|
-
|
|
40
|
-
## Workflow Structure
|
|
41
|
-
|
|
42
|
-
### Files Included
|
|
43
|
-
|
|
44
|
-
```
|
|
45
|
-
product-brief/
|
|
46
|
-
├── workflow.yaml # Configuration and metadata
|
|
47
|
-
├── instructions.md # Interactive workflow steps
|
|
48
|
-
├── template.md # Product brief document structure
|
|
49
|
-
├── checklist.md # Validation criteria
|
|
50
|
-
└── README.md # This file
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
## Workflow Process
|
|
54
|
-
|
|
55
|
-
### Phase 1: Initialization and Context (Steps 0-2)
|
|
56
|
-
|
|
57
|
-
- **Project Setup**: Captures project name and basic context
|
|
58
|
-
- **Input Gathering**: Collects and analyzes available documents
|
|
59
|
-
- **Mode Selection**: Chooses interactive or YOLO collaboration approach
|
|
60
|
-
- **Context Extraction**: Identifies core problems and opportunities
|
|
61
|
-
|
|
62
|
-
### Phase 2: Interactive Development (Steps 3-12) - Interactive Mode
|
|
63
|
-
|
|
64
|
-
- **Problem Definition**: Deep dive into user pain points and market gaps
|
|
65
|
-
- **Solution Articulation**: Develops clear value proposition and approach
|
|
66
|
-
- **User Segmentation**: Defines primary and secondary target audiences
|
|
67
|
-
- **Success Metrics**: Establishes measurable goals and KPIs
|
|
68
|
-
- **MVP Scoping**: Ruthlessly defines minimum viable features
|
|
69
|
-
- **Financial Planning**: Assesses ROI and strategic alignment
|
|
70
|
-
- **Technical Context**: Captures platform and technology considerations
|
|
71
|
-
- **Risk Assessment**: Identifies constraints, assumptions, and unknowns
|
|
72
|
-
|
|
73
|
-
### Phase 3: Rapid Generation (Steps 3-4) - YOLO Mode
|
|
74
|
-
|
|
75
|
-
- **Complete Draft**: Generates full brief based on initial context
|
|
76
|
-
- **Iterative Refinement**: User-guided section improvements
|
|
77
|
-
- **Quality Validation**: Ensures completeness and consistency
|
|
78
|
-
|
|
79
|
-
### Phase 4: Finalization (Steps 13-15)
|
|
80
|
-
|
|
81
|
-
- **Executive Summary**: Creates compelling overview for stakeholders
|
|
82
|
-
- **Supporting Materials**: Compiles research summaries and references
|
|
83
|
-
- **Final Review**: Quality check and handoff preparation
|
|
84
|
-
|
|
85
|
-
## Output
|
|
86
|
-
|
|
87
|
-
### Generated Files
|
|
88
|
-
|
|
89
|
-
- **Primary output**: product-brief-{project_name}-{date}.md
|
|
90
|
-
- **Supporting files**: Research summaries and stakeholder input documentation
|
|
91
|
-
|
|
92
|
-
### Output Structure
|
|
93
|
-
|
|
94
|
-
1. **Executive Summary** - High-level product concept and value proposition
|
|
95
|
-
2. **Problem Statement** - Detailed problem analysis with evidence
|
|
96
|
-
3. **Proposed Solution** - Core approach and key differentiators
|
|
97
|
-
4. **Target Users** - Primary and secondary user segments with personas
|
|
98
|
-
5. **Goals and Success Metrics** - Business objectives and measurable KPIs
|
|
99
|
-
6. **MVP Scope** - Must-have features and out-of-scope items
|
|
100
|
-
7. **Post-MVP Vision** - Phase 2 features and long-term roadmap
|
|
101
|
-
8. **Financial Impact** - Investment requirements and ROI projections
|
|
102
|
-
9. **Strategic Alignment** - Connection to company OKRs and initiatives
|
|
103
|
-
10. **Technical Considerations** - Platform requirements and preferences
|
|
104
|
-
11. **Constraints and Assumptions** - Resource limits and key assumptions
|
|
105
|
-
12. **Risks and Open Questions** - Risk assessment and research needs
|
|
106
|
-
13. **Supporting Materials** - Research summaries and references
|
|
107
|
-
|
|
108
|
-
## Requirements
|
|
109
|
-
|
|
110
|
-
No special requirements - designed to work with or without existing documentation.
|
|
111
|
-
|
|
112
|
-
## Best Practices
|
|
113
|
-
|
|
114
|
-
### Before Starting
|
|
115
|
-
|
|
116
|
-
1. **Gather Available Research**: Collect any market research, competitive analysis, or user feedback
|
|
117
|
-
2. **Define Stakeholder Audience**: Know who will use this brief for decision-making
|
|
118
|
-
3. **Set Time Boundaries**: Interactive mode requires 60-90 minutes for quality results
|
|
119
|
-
|
|
120
|
-
### During Execution
|
|
121
|
-
|
|
122
|
-
1. **Be Specific**: Avoid generic statements - provide concrete examples and data
|
|
123
|
-
2. **Think Strategically**: Focus on "why" and "what" rather than "how"
|
|
124
|
-
3. **Challenge Assumptions**: Use the conversation to test and refine your thinking
|
|
125
|
-
4. **Scope Ruthlessly**: Resist feature creep in MVP definition
|
|
126
|
-
|
|
127
|
-
### After Completion
|
|
128
|
-
|
|
129
|
-
1. **Validate with Checklist**: Use included criteria to ensure completeness
|
|
130
|
-
2. **Stakeholder Review**: Share executive summary first, then full brief
|
|
131
|
-
3. **Iterate Based on Feedback**: Product briefs should evolve with new insights
|
|
132
|
-
|
|
133
|
-
## Troubleshooting
|
|
134
|
-
|
|
135
|
-
### Common Issues
|
|
136
|
-
|
|
137
|
-
**Issue**: Brief lacks specificity or contains vague statements
|
|
138
|
-
|
|
139
|
-
- **Solution**: Restart problem definition with concrete examples and measurable impacts
|
|
140
|
-
- **Check**: Ensure each section answers "so what?" and provides actionable insights
|
|
141
|
-
|
|
142
|
-
**Issue**: MVP scope is too large or undefined
|
|
143
|
-
|
|
144
|
-
- **Solution**: Use the "what's the minimum to validate core hypothesis?" filter
|
|
145
|
-
- **Check**: Verify that each MVP feature is truly essential for initial value delivery
|
|
146
|
-
|
|
147
|
-
**Issue**: Missing strategic context or business justification
|
|
148
|
-
|
|
149
|
-
- **Solution**: Return to financial impact and strategic alignment sections
|
|
150
|
-
- **Check**: Ensure connection to company goals and clear ROI potential
|
|
151
|
-
|
|
152
|
-
## Customization
|
|
153
|
-
|
|
154
|
-
To customize this workflow:
|
|
155
|
-
|
|
156
|
-
1. **Modify Questions**: Update instructions.md to add industry-specific or company-specific prompts
|
|
157
|
-
2. **Adjust Template**: Customize template.md sections for organizational brief standards
|
|
158
|
-
3. **Add Validation**: Extend checklist.md with company-specific quality criteria
|
|
159
|
-
4. **Configure Modes**: Adjust brief_format settings for different output styles
|
|
160
|
-
|
|
161
|
-
## Version History
|
|
162
|
-
|
|
163
|
-
- **v6.0.0** - Interactive conversational design with dual modes
|
|
164
|
-
- Interactive and YOLO mode support
|
|
165
|
-
- Multi-input document integration
|
|
166
|
-
- Executive summary generation
|
|
167
|
-
- Strategic alignment focus
|
|
168
|
-
|
|
169
|
-
## Support
|
|
170
|
-
|
|
171
|
-
For issues or questions:
|
|
172
|
-
|
|
173
|
-
- Review the workflow creation guide at `/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md`
|
|
174
|
-
- Validate output using `checklist.md`
|
|
175
|
-
- Consider running market research workflow first if lacking business context
|
|
176
|
-
- Consult BMAD documentation for product planning methodology
|
|
177
|
-
|
|
178
|
-
---
|
|
179
|
-
|
|
180
|
-
_Part of the BMad Method v6 - BMM (Method) Module_
|