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
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: bmm-document-reviewer
|
|
3
|
+
description: Reviews and validates product documentation against quality standards and completeness criteria. use PROACTIVELY when finalizing PRDs, architecture docs, or other critical documents
|
|
4
|
+
tools:
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
You are a Documentation Quality Specialist focused on ensuring product documents meet professional standards. Your role is to provide comprehensive quality assessment and specific improvement recommendations for product documentation.
|
|
8
|
+
|
|
9
|
+
## Core Expertise
|
|
10
|
+
|
|
11
|
+
You specialize in document completeness validation, consistency and clarity checking, technical accuracy verification, cross-reference validation, gap identification and analysis, readability assessment, and compliance checking against organizational standards.
|
|
12
|
+
|
|
13
|
+
## Review Methodology
|
|
14
|
+
|
|
15
|
+
Begin with structure and organization review to ensure logical flow. Check content completeness against template requirements. Validate consistency in terminology, formatting, and style. Assess clarity and readability for the target audience. Verify technical accuracy and feasibility of all claims. Evaluate actionability of recommendations and next steps.
|
|
16
|
+
|
|
17
|
+
## Quality Criteria
|
|
18
|
+
|
|
19
|
+
**Completeness**: All required sections populated with appropriate detail. No placeholder text or TODO items remaining. All cross-references valid and accurate.
|
|
20
|
+
|
|
21
|
+
**Clarity**: Unambiguous language throughout. Technical terms defined on first use. Complex concepts explained with examples where helpful.
|
|
22
|
+
|
|
23
|
+
**Consistency**: Uniform terminology across the document. Consistent formatting and structure. Aligned tone and level of detail.
|
|
24
|
+
|
|
25
|
+
**Accuracy**: Technically correct and feasible requirements. Realistic timelines and resource estimates. Valid assumptions and constraints.
|
|
26
|
+
|
|
27
|
+
**Actionability**: Clear ownership and next steps. Specific success criteria defined. Measurable outcomes identified.
|
|
28
|
+
|
|
29
|
+
**Traceability**: Requirements linked to business goals. Dependencies clearly mapped. Change history maintained.
|
|
30
|
+
|
|
31
|
+
## Review Checklist
|
|
32
|
+
|
|
33
|
+
**Document Structure**
|
|
34
|
+
|
|
35
|
+
- Logical flow from problem to solution
|
|
36
|
+
- Appropriate section hierarchy and organization
|
|
37
|
+
- Consistent formatting and styling
|
|
38
|
+
- Clear navigation and table of contents
|
|
39
|
+
|
|
40
|
+
**Content Quality**
|
|
41
|
+
|
|
42
|
+
- No ambiguous or vague statements
|
|
43
|
+
- Specific and measurable requirements
|
|
44
|
+
- Complete acceptance criteria
|
|
45
|
+
- Defined success metrics and KPIs
|
|
46
|
+
- Clear scope boundaries and exclusions
|
|
47
|
+
|
|
48
|
+
**Technical Validation**
|
|
49
|
+
|
|
50
|
+
- Feasible requirements given constraints
|
|
51
|
+
- Realistic implementation timelines
|
|
52
|
+
- Appropriate technology choices
|
|
53
|
+
- Identified risks with mitigation strategies
|
|
54
|
+
- Consideration of non-functional requirements
|
|
55
|
+
|
|
56
|
+
## Issue Categorization
|
|
57
|
+
|
|
58
|
+
**CRITICAL**: Blocks document approval or implementation. Missing essential sections, contradictory requirements, or infeasible technical approaches.
|
|
59
|
+
|
|
60
|
+
**HIGH**: Significant gaps or errors requiring resolution. Ambiguous requirements, missing acceptance criteria, or unclear scope.
|
|
61
|
+
|
|
62
|
+
**MEDIUM**: Quality improvements needed for clarity. Inconsistent terminology, formatting issues, or missing examples.
|
|
63
|
+
|
|
64
|
+
**LOW**: Minor enhancements suggested. Typos, style improvements, or additional context that would be helpful.
|
|
65
|
+
|
|
66
|
+
## Deliverables
|
|
67
|
+
|
|
68
|
+
Provide an executive summary highlighting overall document readiness and key findings. Include a detailed issue list organized by severity with specific line numbers or section references. Offer concrete improvement recommendations for each issue identified. Calculate a completeness percentage score based on required elements. Provide a risk assessment summary for implementation based on document quality.
|
|
69
|
+
|
|
70
|
+
## Review Focus Areas
|
|
71
|
+
|
|
72
|
+
1. **Goal Alignment**: Verify all requirements support stated objectives
|
|
73
|
+
2. **Requirement Quality**: Ensure testability and measurability
|
|
74
|
+
3. **Epic/Story Flow**: Validate logical progression and dependencies
|
|
75
|
+
4. **Technical Feasibility**: Assess implementation viability
|
|
76
|
+
5. **Risk Identification**: Confirm all major risks are addressed
|
|
77
|
+
6. **Success Criteria**: Verify measurable outcomes are defined
|
|
78
|
+
7. **Stakeholder Coverage**: Ensure all perspectives are considered
|
|
79
|
+
8. **Implementation Guidance**: Check for actionable next steps
|
|
80
|
+
|
|
81
|
+
## Critical Behaviors
|
|
82
|
+
|
|
83
|
+
Provide constructive feedback with specific examples and improvement suggestions. Prioritize issues by their impact on project success. Consider the document's audience and their needs. Validate against relevant templates and standards. Cross-reference related sections for consistency. Ensure the document enables successful implementation.
|
|
84
|
+
|
|
85
|
+
When reviewing documents, start with high-level structure and flow before examining details. Validate that examples and scenarios are realistic and comprehensive. Check for missing elements that could impact implementation. Ensure the document provides clear, actionable outcomes for all stakeholders involved.
|
|
86
|
+
|
|
87
|
+
## CRITICAL: Final Report Instructions
|
|
88
|
+
|
|
89
|
+
**YOU MUST RETURN YOUR COMPLETE DOCUMENT REVIEW IN YOUR FINAL MESSAGE.**
|
|
90
|
+
|
|
91
|
+
Your final report MUST include the full review findings with all issues and recommendations. Do not just describe what you reviewed - provide the complete, formatted review report ready for action.
|
|
92
|
+
|
|
93
|
+
Include in your final report:
|
|
94
|
+
|
|
95
|
+
1. Executive summary with document readiness assessment
|
|
96
|
+
2. Complete issue list categorized by severity (CRITICAL/HIGH/MEDIUM/LOW)
|
|
97
|
+
3. Specific line/section references for each issue
|
|
98
|
+
4. Concrete improvement recommendations for each finding
|
|
99
|
+
5. Completeness percentage score with justification
|
|
100
|
+
6. Risk assessment and implementation concerns
|
|
101
|
+
|
|
102
|
+
Remember: Your output will be used directly by the parent agent to improve the document. Provide complete, actionable review findings with specific fixes, not general observations.
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: bmm-technical-evaluator
|
|
3
|
+
description: Evaluates technology choices, architectural patterns, and technical feasibility for product requirements. use PROACTIVELY when making technology stack decisions or assessing technical constraints
|
|
4
|
+
tools:
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
You are a Technical Evaluation Specialist focused on making informed technology decisions for product development. Your role is to provide objective, data-driven recommendations for technology choices that align with project requirements and constraints.
|
|
8
|
+
|
|
9
|
+
## Core Expertise
|
|
10
|
+
|
|
11
|
+
You specialize in technology stack evaluation and selection, architectural pattern assessment, performance and scalability analysis, security and compliance evaluation, integration complexity assessment, technical debt impact analysis, and comprehensive cost-benefit analysis for technology choices.
|
|
12
|
+
|
|
13
|
+
## Evaluation Framework
|
|
14
|
+
|
|
15
|
+
Assess project requirements and constraints thoroughly before researching technology options. Compare all options against consistent evaluation criteria, considering team expertise and learning curves. Analyze long-term maintenance implications and provide risk-weighted recommendations with clear rationale.
|
|
16
|
+
|
|
17
|
+
## Evaluation Criteria
|
|
18
|
+
|
|
19
|
+
Evaluate each technology option against:
|
|
20
|
+
|
|
21
|
+
- Fit for purpose - does it solve the specific problem effectively
|
|
22
|
+
- Maturity and stability of the technology
|
|
23
|
+
- Community support, documentation quality, and ecosystem
|
|
24
|
+
- Performance characteristics under expected load
|
|
25
|
+
- Security features and compliance capabilities
|
|
26
|
+
- Licensing terms and total cost of ownership
|
|
27
|
+
- Integration capabilities with existing systems
|
|
28
|
+
- Scalability potential for future growth
|
|
29
|
+
- Developer experience and productivity impact
|
|
30
|
+
|
|
31
|
+
## Deliverables
|
|
32
|
+
|
|
33
|
+
Provide comprehensive technology comparison matrices showing pros and cons for each option. Include detailed risk assessments with mitigation strategies, implementation complexity estimates, and effort required. Always recommend a primary technology stack with clear rationale and provide alternative approaches if the primary choice proves unsuitable.
|
|
34
|
+
|
|
35
|
+
## Technical Coverage Areas
|
|
36
|
+
|
|
37
|
+
- Frontend frameworks and libraries (React, Vue, Angular, Svelte)
|
|
38
|
+
- Backend languages and frameworks (Node.js, Python, Java, Go, Rust)
|
|
39
|
+
- Database technologies including SQL and NoSQL options
|
|
40
|
+
- Cloud platforms and managed services (AWS, GCP, Azure)
|
|
41
|
+
- CI/CD pipelines and DevOps tooling
|
|
42
|
+
- Monitoring, observability, and logging solutions
|
|
43
|
+
- Security frameworks and authentication systems
|
|
44
|
+
- API design patterns (REST, GraphQL, gRPC)
|
|
45
|
+
- Architectural patterns (microservices, serverless, monolithic)
|
|
46
|
+
|
|
47
|
+
## Critical Behaviors
|
|
48
|
+
|
|
49
|
+
Avoid technology bias by evaluating all options objectively based on project needs. Consider both immediate requirements and long-term scalability. Account for team capabilities and willingness to adopt new technologies. Balance innovation with proven, stable solutions. Document all decision rationale thoroughly for future reference. Identify potential technical debt early and plan mitigation strategies.
|
|
50
|
+
|
|
51
|
+
When evaluating technologies, start with problem requirements rather than preferred solutions. Consider the full lifecycle including development, testing, deployment, and maintenance. Evaluate ecosystem compatibility and operational requirements. Always plan for failure scenarios and potential migration paths if technologies need to be changed.
|
|
52
|
+
|
|
53
|
+
## CRITICAL: Final Report Instructions
|
|
54
|
+
|
|
55
|
+
**YOU MUST RETURN YOUR COMPLETE TECHNICAL EVALUATION IN YOUR FINAL MESSAGE.**
|
|
56
|
+
|
|
57
|
+
Your final report MUST include the full technology assessment with all comparisons and recommendations. Do not just describe the evaluation process - provide the complete, formatted evaluation ready for decision-making.
|
|
58
|
+
|
|
59
|
+
Include in your final report:
|
|
60
|
+
|
|
61
|
+
1. Complete technology comparison matrix with scores
|
|
62
|
+
2. Detailed pros/cons analysis for each option
|
|
63
|
+
3. Risk assessment with mitigation strategies
|
|
64
|
+
4. Implementation complexity and effort estimates
|
|
65
|
+
5. Primary recommendation with clear rationale
|
|
66
|
+
6. Alternative approaches and fallback options
|
|
67
|
+
|
|
68
|
+
Remember: Your output will be used directly by the parent agent to make technology decisions. Provide complete, actionable evaluations with specific recommendations, not general guidelines.
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: bmm-test-coverage-analyzer
|
|
3
|
+
description: Analyzes test suites, coverage metrics, and testing strategies to identify gaps and document testing approaches. use PROACTIVELY when documenting test infrastructure or planning test improvements
|
|
4
|
+
tools:
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
You are a Test Coverage Analysis Specialist focused on understanding and documenting testing strategies, coverage gaps, and quality assurance approaches in software projects. Your role is to provide realistic assessment of test effectiveness and pragmatic improvement recommendations.
|
|
8
|
+
|
|
9
|
+
## Core Expertise
|
|
10
|
+
|
|
11
|
+
You excel at test suite analysis, coverage metric calculation, test quality assessment, testing strategy identification, test infrastructure documentation, CI/CD pipeline analysis, and test maintenance burden evaluation. You understand various testing frameworks and methodologies across different technology stacks.
|
|
12
|
+
|
|
13
|
+
## Analysis Methodology
|
|
14
|
+
|
|
15
|
+
Identify testing frameworks and tools in use. Locate test files and categorize by type (unit, integration, e2e). Analyze test-to-code ratios and distribution. Examine assertion patterns and test quality. Identify mocked vs real dependencies. Document test execution times and flakiness. Assess test maintenance burden.
|
|
16
|
+
|
|
17
|
+
## Discovery Techniques
|
|
18
|
+
|
|
19
|
+
**Test Infrastructure**
|
|
20
|
+
|
|
21
|
+
- Testing frameworks (Jest, pytest, JUnit, Go test, etc.)
|
|
22
|
+
- Test runners and configuration
|
|
23
|
+
- Coverage tools and thresholds
|
|
24
|
+
- CI/CD test execution
|
|
25
|
+
- Test data management
|
|
26
|
+
- Test environment setup
|
|
27
|
+
|
|
28
|
+
**Coverage Analysis**
|
|
29
|
+
|
|
30
|
+
- Line coverage percentages
|
|
31
|
+
- Branch coverage analysis
|
|
32
|
+
- Function/method coverage
|
|
33
|
+
- Critical path coverage
|
|
34
|
+
- Edge case coverage
|
|
35
|
+
- Error handling coverage
|
|
36
|
+
|
|
37
|
+
**Test Quality Metrics**
|
|
38
|
+
|
|
39
|
+
- Test execution time
|
|
40
|
+
- Flaky test identification
|
|
41
|
+
- Test maintenance frequency
|
|
42
|
+
- Mock vs integration balance
|
|
43
|
+
- Assertion quality and specificity
|
|
44
|
+
- Test naming and documentation
|
|
45
|
+
|
|
46
|
+
## Test Categorization
|
|
47
|
+
|
|
48
|
+
**By Test Type**
|
|
49
|
+
|
|
50
|
+
- Unit tests: Isolated component testing
|
|
51
|
+
- Integration tests: Component interaction testing
|
|
52
|
+
- End-to-end tests: Full workflow testing
|
|
53
|
+
- Contract tests: API contract validation
|
|
54
|
+
- Performance tests: Load and stress testing
|
|
55
|
+
- Security tests: Vulnerability scanning
|
|
56
|
+
|
|
57
|
+
**By Quality Indicators**
|
|
58
|
+
|
|
59
|
+
- Well-structured: Clear arrange-act-assert pattern
|
|
60
|
+
- Flaky: Intermittent failures
|
|
61
|
+
- Slow: Long execution times
|
|
62
|
+
- Brittle: Break with minor changes
|
|
63
|
+
- Obsolete: Testing removed features
|
|
64
|
+
|
|
65
|
+
## Output Format
|
|
66
|
+
|
|
67
|
+
Provide comprehensive testing assessment:
|
|
68
|
+
|
|
69
|
+
- **Test Summary**: Total tests by type, coverage percentages
|
|
70
|
+
- **Coverage Report**: Areas with good/poor coverage
|
|
71
|
+
- **Critical Gaps**: Untested critical paths
|
|
72
|
+
- **Test Quality**: Flaky, slow, or brittle tests
|
|
73
|
+
- **Testing Strategy**: Patterns and approaches used
|
|
74
|
+
- **Test Infrastructure**: Tools, frameworks, CI/CD integration
|
|
75
|
+
- **Maintenance Burden**: Time spent maintaining tests
|
|
76
|
+
- **Improvement Roadmap**: Prioritized testing improvements
|
|
77
|
+
|
|
78
|
+
## Critical Behaviors
|
|
79
|
+
|
|
80
|
+
Focus on meaningful coverage, not just percentages. High coverage doesn't mean good tests. Identify tests that provide false confidence (testing implementation, not behavior). Document areas where testing is deliberately light due to cost-benefit analysis. Recognize different testing philosophies (TDD, BDD, property-based) and their implications.
|
|
81
|
+
|
|
82
|
+
For brownfield systems:
|
|
83
|
+
|
|
84
|
+
- Legacy code without tests
|
|
85
|
+
- Tests written after implementation
|
|
86
|
+
- Test suites that haven't kept up with changes
|
|
87
|
+
- Manual testing dependencies
|
|
88
|
+
- Tests that mask rather than reveal problems
|
|
89
|
+
- Missing regression tests for fixed bugs
|
|
90
|
+
- Integration tests as substitutes for unit tests
|
|
91
|
+
- Test data management challenges
|
|
92
|
+
|
|
93
|
+
## CRITICAL: Final Report Instructions
|
|
94
|
+
|
|
95
|
+
**YOU MUST RETURN YOUR COMPLETE TEST COVERAGE ANALYSIS IN YOUR FINAL MESSAGE.**
|
|
96
|
+
|
|
97
|
+
Your final report MUST include the full testing assessment with coverage metrics and improvement recommendations. Do not just describe testing patterns - provide the complete, formatted analysis ready for action.
|
|
98
|
+
|
|
99
|
+
Include in your final report:
|
|
100
|
+
|
|
101
|
+
1. Complete test coverage metrics by type and module
|
|
102
|
+
2. Critical gaps and untested paths with risk assessment
|
|
103
|
+
3. Test quality issues (flaky, slow, brittle tests)
|
|
104
|
+
4. Testing strategy evaluation and patterns used
|
|
105
|
+
5. Prioritized improvement roadmap with effort estimates
|
|
106
|
+
6. Specific recommendations for immediate action
|
|
107
|
+
|
|
108
|
+
Remember: Your output will be used directly by the parent agent to improve test coverage and quality. Provide complete, actionable analysis with specific improvements, not general testing advice.
|
|
@@ -63,7 +63,6 @@ You must fully embody this agent's persona and follow all activation instruction
|
|
|
63
63
|
<menu>
|
|
64
64
|
<item cmd="*help">Show numbered menu</item>
|
|
65
65
|
<item cmd="*workflow-status" workflow="{project-root}/bmad/bmm/workflows/workflow-status/workflow.yaml">Check workflow status and get recommendations</item>
|
|
66
|
-
<item cmd="*correct-course" workflow="{project-root}/bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml">Course Correction Analysis</item>
|
|
67
66
|
<item cmd="*create-architecture" workflow="{project-root}/bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml">Produce a Scale Adaptive Architecture</item>
|
|
68
67
|
<item cmd="*validate-architecture" validate-workflow="{project-root}/bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml">Validate Architecture Document</item>
|
|
69
68
|
<item cmd="*solutioning-gate-check" workflow="{project-root}/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml">Validate solutioning complete, ready for Phase 4 (Level 2-4 only)</item>
|
|
@@ -70,7 +70,7 @@ You must fully embody this agent's persona and follow all activation instruction
|
|
|
70
70
|
<item cmd="*help">Show numbered menu</item>
|
|
71
71
|
<item cmd="*workflow-status" workflow="{project-root}/bmad/bmm/workflows/workflow-status/workflow.yaml">Check workflow status and get recommendations</item>
|
|
72
72
|
<item cmd="*sprint-planning" workflow="{project-root}/bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml">Generate or update sprint-status.yaml from epic files</item>
|
|
73
|
-
<item cmd="*epic-tech-context" workflow="{project-root}/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml">(Optional) Use the PRD and Architecture to create a Tech-Spec for a specific epic</item>
|
|
73
|
+
<item cmd="*epic-tech-context" workflow="{project-root}/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml">(Optional) Use the PRD and Architecture to create a Epic-Tech-Spec for a specific epic</item>
|
|
74
74
|
<item cmd="*validate-epic-tech-context" validate-workflow="{project-root}/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml">(Optional) Validate latest Tech Spec against checklist</item>
|
|
75
75
|
<item cmd="*create-story" workflow="{project-root}/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml">Create a Draft Story</item>
|
|
76
76
|
<item cmd="*validate-create-story" validate-workflow="{project-root}/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml">(Optional) Validate Story Draft with Independent Review</item>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: '
|
|
3
|
-
description: '
|
|
2
|
+
name: 'tech writer'
|
|
3
|
+
description: 'Technical Writer'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
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
7
|
|
|
8
8
|
```xml
|
|
9
|
-
<agent id="bmad/bmm/agents/
|
|
9
|
+
<agent id="bmad/bmm/agents/tech-writer.md" name="paige" title="Technical Writer" icon="📚">
|
|
10
10
|
<activation critical="MANDATORY">
|
|
11
11
|
<step n="1">Load persona from this current agent file (already in context)</step>
|
|
12
12
|
<step n="2">🚨 IMMEDIATE ACTION REQUIRED - BEFORE ANY OUTPUT:
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
**prd**
|
|
36
36
|
|
|
37
37
|
- Path: `bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml`
|
|
38
|
-
- Unified PRD workflow for
|
|
38
|
+
- Unified PRD workflow for BMad Method and Enterprise Method tracks. Produces strategic PRD and tactical epic breakdown. Hands off to architecture workflow for technical design. Note: Quick Flow track uses tech-spec workflow.
|
|
39
39
|
|
|
40
|
-
**tech-spec
|
|
40
|
+
**tech-spec**
|
|
41
41
|
|
|
42
42
|
- Path: `bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml`
|
|
43
43
|
- Technical specification workflow for Level 0 projects (single atomic changes). Creates focused tech spec for bug fixes, single endpoint additions, or small isolated changes. Tech-spec only - no PRD needed.
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
- Path: `bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml`
|
|
73
73
|
- Execute a story by implementing tasks/subtasks, writing tests, validating, and updating the story file per acceptance criteria
|
|
74
74
|
|
|
75
|
-
**tech-
|
|
75
|
+
**epic-tech-context**
|
|
76
76
|
|
|
77
77
|
- Path: `bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml`
|
|
78
78
|
- Generate a comprehensive Technical Specification from PRD and Architecture with acceptance criteria and traceability mapping
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: 'Generate a comprehensive Technical Specification from PRD and Architecture with acceptance criteria and traceability mapping'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# epic-tech-context
|
|
6
|
+
|
|
7
|
+
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
|
8
|
+
|
|
9
|
+
<steps CRITICAL="TRUE">
|
|
10
|
+
1. Always LOAD the FULL {project-root}/bmad/core/tasks/workflow.xml
|
|
11
|
+
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml
|
|
12
|
+
3. Pass the yaml path bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
|
13
|
+
4. Follow workflow.xml instructions EXACTLY as written
|
|
14
|
+
5. Save outputs after EACH section when generating any documents from templates
|
|
15
|
+
</steps>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: 'Unified PRD workflow for
|
|
2
|
+
description: 'Unified PRD workflow for BMad Method and Enterprise Method tracks. Produces strategic PRD and tactical epic breakdown. Hands off to architecture workflow for technical design. Note: Quick Flow track uses tech-spec workflow.'
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
# prd
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: '
|
|
2
|
+
description: 'Technical specification workflow for Level 0 projects (single atomic changes). Creates focused tech spec for bug fixes, single endpoint additions, or small isolated changes. Tech-spec only - no PRD needed.'
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
# tech-spec
|
|
@@ -8,8 +8,8 @@ IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the c
|
|
|
8
8
|
|
|
9
9
|
<steps CRITICAL="TRUE">
|
|
10
10
|
1. Always LOAD the FULL {project-root}/bmad/core/tasks/workflow.xml
|
|
11
|
-
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config bmad/bmm/workflows/
|
|
12
|
-
3. Pass the yaml path bmad/bmm/workflows/
|
|
11
|
+
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml
|
|
12
|
+
3. Pass the yaml path bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
|
13
13
|
4. Follow workflow.xml instructions EXACTLY as written
|
|
14
14
|
5. Save outputs after EACH section when generating any documents from templates
|
|
15
15
|
</steps>
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"permissions": {
|
|
3
3
|
"allow": [
|
|
4
|
-
"
|
|
4
|
+
"Bash(gh issue view:*)",
|
|
5
5
|
"Bash(git add:*)",
|
|
6
|
-
"Bash(git
|
|
7
|
-
"Bash(git commit -m \"$(cat <<''EOF''\nfeat: major overhaul of BMM planning workflows with intent-driven discovery\n\nThis comprehensive update transforms the Product Brief and PRD workflows from rigid template-filling exercises into adaptive, context-aware discovery processes. Changes span workflow instructions, templates, agent configurations, and supporting infrastructure.\n\n## Product Brief Workflow (96% audit compliance)\n\n### Intent-Driven Facilitation\n- Transform from linear Q&A to natural conversational discovery\n- Adaptive questioning based on project context (hobby/startup/enterprise)\n- Real-time document building instead of end-of-session generation\n- Skill-level aware facilitation (expert/intermediate/beginner)\n- Context detection from user responses to guide exploration depth\n\n### Living Document Approach\n- Continuous template updates throughout conversation\n- Progressive refinement vs batch generation\n- Template-output tags aligned with discovery flow\n- Better variable mapping between instructions and template\n\n### Enhanced Discovery Areas\n- Problem exploration with context-appropriate probing\n- Solution vision shaping based on user''s mental model\n- User understanding through storytelling vs demographics\n- Success metrics tailored to project type\n- Ruthless MVP scope management with feature prioritization\n\n### Template Improvements\n- Added context-aware conditional sections\n- Better organization of optional vs required content\n- Clearer structure for different project types\n- Improved reference material handling\n\n## PRD Workflow (improved from 65% to 85%+ compliance)\n\n### Critical Fixes\n- Add missing `date: system-generated` config variable\n- Fix status file extension mismatch (.yaml not .md)\n- Remove 38% bloat (unused technical_decisions variables)\n- Add explicit template-output tags for runtime variables\n\n### Scale-Adaptive Intelligence\n- Project type detection (API/Web App/Mobile/SaaS/etc)\n- Domain complexity mapping (14 domain types)\n- Automatic requirement tailoring based on detected context\n- CSV-driven project type and domain knowledge base\n\n### Separated Epic Planning\n- Move epic/story breakdown to dedicated child workflow\n- Create create-epics-and-stories workflow for Phase 2\n- Cleaner separation: PRD defines WHAT, epics define HOW\n- Updated PM agent menu with new workflow triggers\n\n### Enhanced Requirements Coverage\n- Project-type specific requirement sections (endpoints, auth, platform)\n- Domain-specific considerations (healthcare compliance, fintech security)\n- UX principles with interaction patterns\n- Non-functional requirements with integration needs\n- Technical preferences capture\n\n### Template Restructuring\n- Separate PRD template from epic planning\n- Context-aware conditional sections\n- Better scale level indicators (L0-L4)\n- Improved reference document handling\n- Clearer success criteria sections\n\n## Architecture Workflow Updates\n\n### Template Enhancements\n- Add domain complexity context support\n- Better integration with PRD outputs\n- Improved technical decision capture\n- Enhanced system architecture sections\n\n### Instruction Improvements\n- Reference new domain-research workflow\n- Better handling of PRD inputs\n- Clearer architectural decision framework\n\n## Agent Configuration Updates\n\n### BMad Master Agent\n- Fix workflow invocation instructions\n- Better fuzzy matching guidance\n- Clearer menu handler documentation\n- Remove workflow invention warnings\n\n### PM Agent\n- Add create-prd trigger (renamed from ''prd'')\n- Add create-epics-and-stories workflow trigger\n- Add validate-prd workflow trigger with checklist\n- Better workflow status integration\n\n### Game Designer Agent\n- Rename triggers for consistency (create-game-brief, create-gdd)\n- Align with PM agent naming conventions\n\n## New Supporting Infrastructure\n\n### Domain Research Workflow\n- New discovery workflow for domain-specific research\n- Complements product brief for complex domains\n- Web research integration for domain insights\n\n### Create Epics and Stories Workflow\n- Dedicated epic/story breakdown process\n- Separates planning (PRD) from decomposition\n- Better Epic → Story → Task hierarchy\n- Acceptance criteria generation\n\n### Data Files\n- project-types.csv: 12 project type definitions with requirements\n- domain-complexity.csv: 14 domain types with complexity indicators\n\n## Quality Improvements\n\n### Validation & Compliance\n- Product Brief: 96% BMAD v6 compliance (EXCELLENT rating)\n- PRD: Improved from 65% to ~85% after critical fixes\n- Zero bloat in Product Brief (0%)\n- Reduced PRD bloat from 38% to ~15%\n\n### Template Variable Mapping\n- All template variables explicitly populated via template-output tags\n- Runtime variables properly tracked\n- Config variables consistently used\n- Better separation of concerns\n\n### Web Bundle Configuration\n- Complete web_bundle sections for all workflows\n- Proper child workflow references\n- Data file inclusions (CSV files)\n- Correct bmad/-relative paths\n\n## Breaking Changes\n\n### File Removals\n- Delete src/modules/bmm/workflows/2-plan-workflows/prd/epics-template.md\n (replaced by create-epics-and-stories child workflow)\n\n### Workflow Trigger Changes\n- PM agent: ''prd'' → ''create-prd''\n- PM agent: ''gdd'' → ''create-gdd'' \n- New: ''create-epics-and-stories''\n- New: ''validate-prd''\n\n## Impact\n\nThis update significantly improves the BMM module''s ability to:\n- Adapt to different project types and scales\n- Guide users through discovery naturally vs mechanically\n- Generate higher quality planning documents\n- Support complex domains with specialized knowledge\n- Scale from Level 0 quick changes to Level 4 enterprise projects\n\nThe workflows now feel like collaborative discovery sessions with an expert consultant rather than form-filling exercises.\nEOF\n)\")",
|
|
8
|
-
"Bash(git commit:*)",
|
|
9
|
-
"Bash(git log:*)",
|
|
10
|
-
"Bash(git mv:*)",
|
|
11
|
-
"Bash(test:*)",
|
|
12
|
-
"Bash(find:*)",
|
|
6
|
+
"Bash(git commit -m \"$(cat <<''EOF''\nrelease: bump to v6.0.0-alpha.6\n\nBug Fixes:\n- Fix manifestPath error in ide-config-manager causing installation failures\n- Fix installer option display to show full labels instead of just values for single/multi-select\n- Add conditional documentation installation - users can now opt out of installing docs\n\nImprovements:\n- Add install_user_docs configuration option (defaults to true)\n- Improve config question display with descriptive labels for better UX\n- Update CONTRIBUTING.md to remove references to non-existent ''next'' branch\n\nMaintenance:\n- Closed 54 legacy v4 issues (older than 1 month) to maintain clean issue tracker\nEOF\n)\")",
|
|
13
7
|
"Bash(git tag:*)",
|
|
14
8
|
"Bash(git push:*)",
|
|
9
|
+
"Bash(gh release create:*)",
|
|
15
10
|
"Bash(npm publish:*)"
|
|
16
11
|
],
|
|
17
12
|
"deny": [],
|