bmad-method 6.6.1-next.2 → 6.6.1-next.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/evals/bmm-skills/bmad-product-brief/evals.json +267 -0
  2. package/evals/bmm-skills/bmad-product-brief/files/branfield-memo.md +46 -0
  3. package/evals/bmm-skills/bmad-product-brief/files/forkbird-brief/addendum.md +40 -0
  4. package/evals/bmm-skills/bmad-product-brief/files/forkbird-brief/brief.md +56 -0
  5. package/evals/bmm-skills/bmad-product-brief/files/forkbird-brief/decision-log.md +27 -0
  6. package/evals/bmm-skills/bmad-product-brief/files/forkbird-brief/distillate.md +28 -0
  7. package/evals/bmm-skills/bmad-product-brief/files/meridian-mobility-report.md +116 -0
  8. package/evals/bmm-skills/bmad-product-brief/files/mossridge-brief/addendum.md +41 -0
  9. package/evals/bmm-skills/bmad-product-brief/files/mossridge-brief/brief.md +57 -0
  10. package/evals/bmm-skills/bmad-product-brief/files/mossridge-brief/decision-log.md +29 -0
  11. package/evals/bmm-skills/bmad-product-brief/files/pantry-bridge-interviews.md +90 -0
  12. package/evals/bmm-skills/bmad-product-brief/files/q2-brainstorm.md +101 -0
  13. package/evals/bmm-skills/bmad-product-brief/triggers.json +18 -0
  14. package/package.json +1 -1
  15. package/src/bmm-skills/1-analysis/bmad-product-brief/SKILL.md +48 -93
  16. package/src/bmm-skills/1-analysis/bmad-product-brief/assets/brief-template.md +41 -0
  17. package/src/bmm-skills/1-analysis/bmad-product-brief/customize.toml +48 -29
  18. package/src/bmm-skills/1-analysis/bmad-product-brief/agents/artifact-analyzer.md +0 -60
  19. package/src/bmm-skills/1-analysis/bmad-product-brief/agents/opportunity-reviewer.md +0 -44
  20. package/src/bmm-skills/1-analysis/bmad-product-brief/agents/skeptic-reviewer.md +0 -44
  21. package/src/bmm-skills/1-analysis/bmad-product-brief/agents/web-researcher.md +0 -49
  22. package/src/bmm-skills/1-analysis/bmad-product-brief/bmad-manifest.json +0 -17
  23. package/src/bmm-skills/1-analysis/bmad-product-brief/prompts/contextual-discovery.md +0 -58
  24. package/src/bmm-skills/1-analysis/bmad-product-brief/prompts/draft-and-review.md +0 -87
  25. package/src/bmm-skills/1-analysis/bmad-product-brief/prompts/finalize.md +0 -78
  26. package/src/bmm-skills/1-analysis/bmad-product-brief/prompts/guided-elicitation.md +0 -71
  27. package/src/bmm-skills/1-analysis/bmad-product-brief/resources/brief-template.md +0 -60
@@ -1,60 +0,0 @@
1
- # Product Brief Template
2
-
3
- This is a flexible guide for the executive product brief — adapt it to serve the product's story. Merge sections, add new ones, reorder as needed. The product determines the structure, not the template.
4
-
5
- ## Sensible Default Structure
6
-
7
- ```markdown
8
- # Product Brief: {Product Name}
9
-
10
- ## Executive Summary
11
-
12
- [2-3 paragraph narrative: What is this? What problem does it solve? Why does it matter? Why now?
13
- This should be compelling enough to stand alone — if someone reads only this section, they should understand the vision.]
14
-
15
- ## The Problem
16
-
17
- [What pain exists? Who feels it? How are they coping today? What's the cost of the status quo?
18
- Be specific — real scenarios, real frustrations, real consequences.]
19
-
20
- ## The Solution
21
-
22
- [What are we building? How does it solve the problem?
23
- Focus on the experience and outcome, not the implementation.]
24
-
25
- ## What Makes This Different
26
-
27
- [Key differentiators. Why this approach vs alternatives? What's the unfair advantage?
28
- Be honest — if the moat is execution speed, say so. Don't fabricate technical moats.]
29
-
30
- ## Who This Serves
31
-
32
- [Primary users — vivid but brief. Who are they, what do they need, what does success look like for them?
33
- Secondary users if relevant.]
34
-
35
- ## Success Criteria
36
-
37
- [How do we know this is working? What metrics matter?
38
- Mix of user success signals and business objectives. Be measurable.]
39
-
40
- ## Scope
41
-
42
- [What's in for the first version? What's explicitly out?
43
- Keep this tight — it's a boundary document, not a feature list.]
44
-
45
- ## Vision
46
-
47
- [Where does this go if it succeeds? What does it become in 2-3 years?
48
- Inspiring but grounded.]
49
- ```
50
-
51
- ## Adaptation Guidelines
52
-
53
- - **For B2B products:** Consider adding a "Buyer vs User" section if they're different people
54
- - **For platforms/marketplaces:** Consider a "Network Effects" or "Ecosystem" section
55
- - **For technical products:** May need a brief "Technical Approach" section (keep it high-level)
56
- - **For regulated industries:** Consider a "Compliance & Regulatory" section
57
- - **If scope is well-defined:** Merge "Scope" and "Vision" into "Roadmap Thinking"
58
- - **If the problem is well-known:** Shorten "The Problem" and expand "What Makes This Different"
59
-
60
- The brief should be 1-2 pages. If it's longer, you're putting in too much detail — that's what the distillate is for.