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
|
@@ -14,44 +14,62 @@ last-redoc-date: 2025-10-14
|
|
|
14
14
|
|
|
15
15
|
TEA integrates across the entire BMad development lifecycle, providing quality assurance at every phase:
|
|
16
16
|
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
17
|
+
```mermaid
|
|
18
|
+
%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#fff','primaryTextColor':'#000','primaryBorderColor':'#000','lineColor':'#000','secondaryColor':'#fff','tertiaryColor':'#fff','fontSize':'16px','fontFamily':'arial'}}}%%
|
|
19
|
+
graph TB
|
|
20
|
+
subgraph Phase2["<b>Phase 2: PLANNING</b>"]
|
|
21
|
+
PM["<b>PM: *prd</b>"]
|
|
22
|
+
Framework["<b>TEA: *framework</b>"]
|
|
23
|
+
CI["<b>TEA: *ci</b>"]
|
|
24
|
+
TestDesign["<b>TEA: *test-design</b>"]
|
|
25
|
+
PM --> Framework
|
|
26
|
+
Framework --> CI
|
|
27
|
+
CI --> TestDesign
|
|
28
|
+
SetupNote["<b>Setup once per project</b>"]
|
|
29
|
+
TestDesign -.-> SetupNote
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
subgraph Phase4["<b>Phase 4: IMPLEMENTATION - Per Story Cycle</b>"]
|
|
33
|
+
CreateStory["<b>SM: *create-story</b>"]
|
|
34
|
+
ATDD["<b>TEA: *atdd (optional, before dev)</b>"]
|
|
35
|
+
DevImpl["<b>DEV: implements story</b>"]
|
|
36
|
+
Automate["<b>TEA: *automate</b>"]
|
|
37
|
+
TestReview1["<b>TEA: *test-review (optional)</b>"]
|
|
38
|
+
Trace1["<b>TEA: *trace (refresh coverage)</b>"]
|
|
39
|
+
|
|
40
|
+
CreateStory --> ATDD
|
|
41
|
+
ATDD --> DevImpl
|
|
42
|
+
DevImpl --> Automate
|
|
43
|
+
Automate --> TestReview1
|
|
44
|
+
TestReview1 --> Trace1
|
|
45
|
+
Trace1 -.->|next story| CreateStory
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
subgraph Gate["<b>EPIC/RELEASE GATE</b>"]
|
|
49
|
+
NFR["<b>TEA: *nfr-assess (if not done earlier)</b>"]
|
|
50
|
+
TestReview2["<b>TEA: *test-review (final audit, optional)</b>"]
|
|
51
|
+
TraceGate["<b>TEA: *trace - Phase 2: Gate</b>"]
|
|
52
|
+
GateDecision{"<b>Gate Decision</b>"}
|
|
53
|
+
|
|
54
|
+
NFR --> TestReview2
|
|
55
|
+
TestReview2 --> TraceGate
|
|
56
|
+
TraceGate --> GateDecision
|
|
57
|
+
GateDecision -->|PASS| Pass["<b>PASS ✅</b>"]
|
|
58
|
+
GateDecision -->|CONCERNS| Concerns["<b>CONCERNS ⚠️</b>"]
|
|
59
|
+
GateDecision -->|FAIL| Fail["<b>FAIL ❌</b>"]
|
|
60
|
+
GateDecision -->|WAIVED| Waived["<b>WAIVED ⏭️</b>"]
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
Phase2 --> Phase4
|
|
64
|
+
Phase4 --> Gate
|
|
65
|
+
|
|
66
|
+
style Phase2 fill:#bbdefb,stroke:#0d47a1,stroke-width:3px,color:#000
|
|
67
|
+
style Phase4 fill:#e1bee7,stroke:#4a148c,stroke-width:3px,color:#000
|
|
68
|
+
style Gate fill:#ffe082,stroke:#f57c00,stroke-width:3px,color:#000
|
|
69
|
+
style Pass fill:#4caf50,stroke:#1b5e20,stroke-width:3px,color:#000
|
|
70
|
+
style Concerns fill:#ffc107,stroke:#f57f17,stroke-width:3px,color:#000
|
|
71
|
+
style Fail fill:#f44336,stroke:#b71c1c,stroke-width:3px,color:#000
|
|
72
|
+
style Waived fill:#9c27b0,stroke:#4a148c,stroke-width:3px,color:#000
|
|
55
73
|
```
|
|
56
74
|
|
|
57
75
|
### TEA Integration with BMad v6 Workflow
|
|
@@ -30,18 +30,18 @@ flowchart TD
|
|
|
30
30
|
|
|
31
31
|
## Table of Contents
|
|
32
32
|
|
|
33
|
-
- [Setup
|
|
33
|
+
- [Setup and Installation Issues](#setup-and-installation-issues)
|
|
34
34
|
- [Level Detection Problems](#level-detection-problems)
|
|
35
35
|
- [Workflow Issues](#workflow-issues)
|
|
36
|
-
- [Context
|
|
36
|
+
- [Context and Documentation Issues](#context-and-documentation-issues)
|
|
37
37
|
- [Implementation Issues](#implementation-issues)
|
|
38
|
-
- [File
|
|
38
|
+
- [File and Path Issues](#file-and-path-issues)
|
|
39
39
|
- [Agent Behavior Issues](#agent-behavior-issues)
|
|
40
40
|
- [Integration Issues (Brownfield)](#integration-issues-brownfield)
|
|
41
41
|
|
|
42
42
|
---
|
|
43
43
|
|
|
44
|
-
## Setup
|
|
44
|
+
## Setup and Installation Issues
|
|
45
45
|
|
|
46
46
|
### Problem: BMM not found after installation
|
|
47
47
|
|
|
@@ -238,7 +238,7 @@ workflow-init asks: "Is this work in progress or previous effort?"
|
|
|
238
238
|
|
|
239
239
|
---
|
|
240
240
|
|
|
241
|
-
## Context
|
|
241
|
+
## Context and Documentation Issues
|
|
242
242
|
|
|
243
243
|
### Problem: AI agents lack codebase understanding (Brownfield)
|
|
244
244
|
|
|
@@ -393,7 +393,7 @@ For most brownfield projects, **Deep scan is sufficient**.
|
|
|
393
393
|
|
|
394
394
|
---
|
|
395
395
|
|
|
396
|
-
## File
|
|
396
|
+
## File and Path Issues
|
|
397
397
|
|
|
398
398
|
### Problem: Output files in wrong location
|
|
399
399
|
|
|
@@ -545,7 +545,7 @@ To change locations, edit config.yaml then re-run workflows.
|
|
|
545
545
|
- Read docs/architecture.md (from document-project)
|
|
546
546
|
- Understand current system design
|
|
547
547
|
3. **For Level 3-4**:
|
|
548
|
-
- Run architecture
|
|
548
|
+
- Run validate-architecture workflow before planning
|
|
549
549
|
- Use integration-planning workflow
|
|
550
550
|
4. **Explicitly document integration strategy** in architecture:
|
|
551
551
|
- How new components fit existing structure
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
# BMM Analysis Workflows (Phase 1)
|
|
2
2
|
|
|
3
|
-
**Reading Time:** ~12 minutes
|
|
4
|
-
|
|
5
3
|
## Overview
|
|
6
4
|
|
|
7
5
|
Phase 1 (Analysis) workflows are **optional** exploration and discovery tools that help you understand your project space before committing to detailed planning. These workflows facilitate creative thinking, market validation, and strategic alignment.
|
|
@@ -17,17 +15,61 @@ Phase 1 (Analysis) workflows are **optional** exploration and discovery tools th
|
|
|
17
15
|
|
|
18
16
|
- Continuing an existing project with clear requirements
|
|
19
17
|
- Working on well-defined features with known solutions
|
|
20
|
-
-
|
|
18
|
+
- Working under strict constraints where discovery is complete
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
## Phase 1 Workflow Map
|
|
23
|
+
|
|
24
|
+
```mermaid
|
|
25
|
+
%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#fff','primaryTextColor':'#000','primaryBorderColor':'#000','lineColor':'#000','fontSize':'16px','fontFamily':'arial'}}}%%
|
|
26
|
+
graph TB
|
|
27
|
+
subgraph Creative["<b>CREATIVE EXPLORATION</b>"]
|
|
28
|
+
direction TB
|
|
29
|
+
BrainstormProject["<b>Analyst: brainstorm-project</b><br/>Multi-track solution exploration"]
|
|
30
|
+
BrainstormGame["<b>Analyst: brainstorm-game</b><br/>Game concept generation"]
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
subgraph Strategic["<b>STRATEGIC PLANNING</b>"]
|
|
34
|
+
direction TB
|
|
35
|
+
ProductBrief["<b>Analyst: product-brief</b><br/>Product vision and strategy"]
|
|
36
|
+
GameBrief["<b>Game Designer: game-brief</b><br/>Game vision capture"]
|
|
37
|
+
end
|
|
38
|
+
|
|
39
|
+
subgraph Research["<b>RESEARCH AND INVESTIGATION</b>"]
|
|
40
|
+
direction TB
|
|
41
|
+
ResearchWF["<b>Analyst: research</b><br/>Market, technical, competitive analysis"]
|
|
42
|
+
end
|
|
43
|
+
|
|
44
|
+
Creative -.->|Software projects| ProductBrief
|
|
45
|
+
Creative -.->|Game projects| GameBrief
|
|
46
|
+
BrainstormProject -.->|May inform| ResearchWF
|
|
47
|
+
BrainstormGame -.->|May inform| ResearchWF
|
|
48
|
+
ResearchWF -.->|Feeds into| ProductBrief
|
|
49
|
+
ResearchWF -.->|Feeds into| GameBrief
|
|
50
|
+
|
|
51
|
+
style Creative fill:#e1f5fe,stroke:#01579b,stroke-width:3px,color:#000
|
|
52
|
+
style Strategic fill:#f3e5f5,stroke:#4a148c,stroke-width:3px,color:#000
|
|
53
|
+
style Research fill:#fff9c4,stroke:#f57f17,stroke-width:3px,color:#000
|
|
54
|
+
|
|
55
|
+
style BrainstormProject fill:#81d4fa,stroke:#0277bd,stroke-width:2px,color:#000
|
|
56
|
+
style BrainstormGame fill:#81d4fa,stroke:#0277bd,stroke-width:2px,color:#000
|
|
57
|
+
style ProductBrief fill:#ce93d8,stroke:#6a1b9a,stroke-width:2px,color:#000
|
|
58
|
+
style GameBrief fill:#ce93d8,stroke:#6a1b9a,stroke-width:2px,color:#000
|
|
59
|
+
style ResearchWF fill:#fff59d,stroke:#f57f17,stroke-width:2px,color:#000
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
---
|
|
21
63
|
|
|
22
64
|
## Quick Reference
|
|
23
65
|
|
|
24
|
-
| Workflow | Agent
|
|
25
|
-
| ------------------ |
|
|
26
|
-
| brainstorm-project | Analyst
|
|
27
|
-
| brainstorm-game | Analyst
|
|
28
|
-
| product-brief |
|
|
29
|
-
| game-brief |
|
|
30
|
-
| research | Analyst
|
|
66
|
+
| Workflow | Agent | Required | Purpose |
|
|
67
|
+
| ------------------ | ------------- | ----------- | ----------------------------------------------------------- |
|
|
68
|
+
| brainstorm-project | Analyst | No | Explore solution approaches and architectures |
|
|
69
|
+
| brainstorm-game | Analyst | No | Generate game concepts using creative techniques |
|
|
70
|
+
| product-brief | Analyst | Recommended | Define product vision and strategy |
|
|
71
|
+
| game-brief | Game Designer | Recommended | Capture game vision before GDD |
|
|
72
|
+
| research | Analyst | No | Multi-type research system (market, technical, competitive) |
|
|
31
73
|
|
|
32
74
|
---
|
|
33
75
|
|
|
@@ -40,7 +82,6 @@ Generate multiple solution approaches for software projects through parallel ide
|
|
|
40
82
|
**Agent:** Analyst
|
|
41
83
|
**Phase:** 1 (Analysis)
|
|
42
84
|
**Required:** No
|
|
43
|
-
**Typical Duration:** 30-60 minutes
|
|
44
85
|
|
|
45
86
|
### When to Use
|
|
46
87
|
|
|
@@ -125,7 +166,6 @@ Generate and refine game concepts through systematic creative exploration using
|
|
|
125
166
|
**Agent:** Analyst
|
|
126
167
|
**Phase:** 1 (Analysis)
|
|
127
168
|
**Required:** No
|
|
128
|
-
**Typical Duration:** 45-90 minutes
|
|
129
169
|
|
|
130
170
|
### When to Use
|
|
131
171
|
|
|
@@ -196,10 +236,9 @@ Each method generates distinct artifacts that are then evaluated against design
|
|
|
196
236
|
|
|
197
237
|
Interactive product brief creation that guides users through defining their product vision with multiple input sources and conversational collaboration.
|
|
198
238
|
|
|
199
|
-
**Agent:**
|
|
239
|
+
**Agent:** Analyst
|
|
200
240
|
**Phase:** 1 (Analysis)
|
|
201
241
|
**Required:** Recommended (skip only if PRD already exists)
|
|
202
|
-
**Typical Duration:** 60-90 minutes (Interactive), 20-30 minutes (YOLO)
|
|
203
242
|
|
|
204
243
|
### When to Use
|
|
205
244
|
|
|
@@ -222,13 +261,13 @@ Interactive product brief creation that guides users through defining their prod
|
|
|
222
261
|
- Step-by-step collaborative development
|
|
223
262
|
- Probing questions to refine thinking
|
|
224
263
|
- Deep exploration of problem/solution fit
|
|
225
|
-
-
|
|
264
|
+
- High-quality output with thorough exploration
|
|
226
265
|
|
|
227
266
|
**YOLO Mode**:
|
|
228
267
|
|
|
229
268
|
- AI generates complete draft from initial context
|
|
230
269
|
- User reviews and refines sections iteratively
|
|
231
|
-
-
|
|
270
|
+
- Faster for rapid draft generation
|
|
232
271
|
- Best for time-constrained situations or when you have clear vision
|
|
233
272
|
|
|
234
273
|
### Process Overview
|
|
@@ -317,10 +356,9 @@ Interactive product brief creation that guides users through defining their prod
|
|
|
317
356
|
|
|
318
357
|
Lightweight, interactive brainstorming and planning session that captures game vision before diving into detailed Game Design Documents.
|
|
319
358
|
|
|
320
|
-
**Agent:**
|
|
359
|
+
**Agent:** Game Designer
|
|
321
360
|
**Phase:** 1 (Analysis)
|
|
322
361
|
**Required:** Recommended for game projects
|
|
323
|
-
**Typical Duration:** 60-90 minutes
|
|
324
362
|
|
|
325
363
|
### When to Use
|
|
326
364
|
|
|
@@ -338,15 +376,14 @@ Lightweight, interactive brainstorming and planning session that captures game v
|
|
|
338
376
|
|
|
339
377
|
### Comparison: Game Brief vs GDD
|
|
340
378
|
|
|
341
|
-
| Aspect
|
|
342
|
-
|
|
|
343
|
-
| Purpose
|
|
344
|
-
| Detail Level
|
|
345
|
-
|
|
|
346
|
-
|
|
|
347
|
-
|
|
|
348
|
-
|
|
|
349
|
-
| Output | 3-5 pages | 10-30+ pages |
|
|
379
|
+
| Aspect | Game Brief | GDD |
|
|
380
|
+
| ------------ | --------------------------- | ------------------------- |
|
|
381
|
+
| Purpose | Validate concept | Design for implementation |
|
|
382
|
+
| Detail Level | High-level vision | Detailed specifications |
|
|
383
|
+
| Audience | Self, team, stakeholders | Development team |
|
|
384
|
+
| Scope | Concept validation | Implementation roadmap |
|
|
385
|
+
| Format | Conversational, exploratory | Structured, comprehensive |
|
|
386
|
+
| Output | Concise vision document | Comprehensive design doc |
|
|
350
387
|
|
|
351
388
|
### Comparison: Game Brief vs Product Brief
|
|
352
389
|
|
|
@@ -441,7 +478,6 @@ Comprehensive, adaptive multi-type research system that consolidates various res
|
|
|
441
478
|
**Agent:** Analyst
|
|
442
479
|
**Phase:** 1 (Analysis)
|
|
443
480
|
**Required:** No
|
|
444
|
-
**Typical Duration:** Varies by type (Quick: 30-60 min, Standard: 2-4 hours, Comprehensive: 4-8 hours)
|
|
445
481
|
|
|
446
482
|
### Research Types
|
|
447
483
|
|