bmad-method 6.2.3-next.2 → 6.2.3-next.20

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 (105) hide show
  1. package/.claude-plugin/marketplace.json +0 -4
  2. package/README.md +1 -1
  3. package/README_CN.md +1 -1
  4. package/README_VN.md +110 -0
  5. package/package.json +2 -1
  6. package/src/bmm-skills/1-analysis/bmad-agent-analyst/SKILL.md +7 -4
  7. package/src/bmm-skills/1-analysis/bmad-agent-tech-writer/SKILL.md +6 -4
  8. package/src/bmm-skills/1-analysis/bmad-document-project/workflow.md +8 -10
  9. package/src/bmm-skills/1-analysis/bmad-prfaq/SKILL.md +96 -0
  10. package/src/bmm-skills/1-analysis/bmad-prfaq/agents/artifact-analyzer.md +60 -0
  11. package/src/bmm-skills/1-analysis/bmad-prfaq/agents/web-researcher.md +49 -0
  12. package/src/bmm-skills/1-analysis/bmad-prfaq/assets/prfaq-template.md +62 -0
  13. package/src/bmm-skills/1-analysis/bmad-prfaq/bmad-manifest.json +16 -0
  14. package/src/bmm-skills/1-analysis/bmad-prfaq/references/customer-faq.md +55 -0
  15. package/src/bmm-skills/1-analysis/bmad-prfaq/references/internal-faq.md +51 -0
  16. package/src/bmm-skills/1-analysis/bmad-prfaq/references/press-release.md +60 -0
  17. package/src/bmm-skills/1-analysis/bmad-prfaq/references/verdict.md +79 -0
  18. package/src/bmm-skills/1-analysis/bmad-product-brief/SKILL.md +1 -6
  19. package/src/bmm-skills/1-analysis/bmad-product-brief/bmad-manifest.json +1 -1
  20. package/src/bmm-skills/1-analysis/research/bmad-domain-research/workflow.md +8 -6
  21. package/src/bmm-skills/1-analysis/research/bmad-market-research/workflow.md +8 -6
  22. package/src/bmm-skills/1-analysis/research/bmad-technical-research/workflow.md +8 -6
  23. package/src/bmm-skills/2-plan-workflows/bmad-agent-pm/SKILL.md +6 -4
  24. package/src/bmm-skills/2-plan-workflows/bmad-agent-ux-designer/SKILL.md +6 -4
  25. package/src/bmm-skills/2-plan-workflows/bmad-create-prd/workflow.md +8 -9
  26. package/src/bmm-skills/2-plan-workflows/bmad-create-ux-design/steps/step-13-responsive-accessibility.md +1 -1
  27. package/src/bmm-skills/2-plan-workflows/bmad-create-ux-design/workflow.md +8 -9
  28. package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md +1 -1
  29. package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md +1 -1
  30. package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md +1 -1
  31. package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md +1 -1
  32. package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md +1 -1
  33. package/src/bmm-skills/2-plan-workflows/bmad-edit-prd/workflow.md +8 -9
  34. package/src/bmm-skills/2-plan-workflows/bmad-validate-prd/workflow.md +8 -9
  35. package/src/bmm-skills/3-solutioning/bmad-agent-architect/SKILL.md +6 -4
  36. package/src/bmm-skills/3-solutioning/bmad-check-implementation-readiness/steps/step-01-document-discovery.md +1 -1
  37. package/src/bmm-skills/3-solutioning/bmad-check-implementation-readiness/steps/step-02-prd-analysis.md +1 -1
  38. package/src/bmm-skills/3-solutioning/bmad-check-implementation-readiness/steps/step-03-epic-coverage-validation.md +1 -1
  39. package/src/bmm-skills/3-solutioning/bmad-check-implementation-readiness/workflow.md +9 -11
  40. package/src/bmm-skills/3-solutioning/bmad-create-architecture/workflow.md +8 -14
  41. package/src/bmm-skills/3-solutioning/bmad-create-epics-and-stories/workflow.md +10 -12
  42. package/src/bmm-skills/3-solutioning/bmad-generate-project-context/workflow.md +8 -12
  43. package/src/bmm-skills/4-implementation/bmad-agent-dev/SKILL.md +11 -4
  44. package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/SKILL.md +29 -0
  45. package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/generate-trail.md +38 -0
  46. package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-01-orientation.md +105 -0
  47. package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-02-walkthrough.md +89 -0
  48. package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-03-detail-pass.md +106 -0
  49. package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-04-testing.md +74 -0
  50. package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-05-wrapup.md +24 -0
  51. package/src/bmm-skills/4-implementation/bmad-correct-course/checklist.md +2 -2
  52. package/src/bmm-skills/4-implementation/bmad-correct-course/workflow.md +8 -8
  53. package/src/bmm-skills/4-implementation/bmad-qa-generate-e2e-tests/checklist.md +1 -1
  54. package/src/bmm-skills/4-implementation/bmad-quick-dev/spec-template.md +1 -1
  55. package/src/bmm-skills/4-implementation/bmad-quick-dev/step-01-clarify-and-route.md +11 -2
  56. package/src/bmm-skills/4-implementation/bmad-quick-dev/step-03-implement.md +2 -0
  57. package/src/bmm-skills/4-implementation/bmad-quick-dev/step-oneshot.md +17 -4
  58. package/src/bmm-skills/4-implementation/bmad-retrospective/workflow.md +134 -134
  59. package/src/bmm-skills/4-implementation/bmad-sprint-planning/sprint-status-template.yaml +1 -1
  60. package/src/bmm-skills/4-implementation/bmad-sprint-planning/workflow.md +3 -3
  61. package/src/bmm-skills/4-implementation/bmad-sprint-status/workflow.md +2 -2
  62. package/src/bmm-skills/module-help.csv +3 -1
  63. package/src/core-skills/bmad-advanced-elicitation/SKILL.md +1 -2
  64. package/src/core-skills/bmad-distillator/SKILL.md +0 -1
  65. package/src/core-skills/bmad-distillator/resources/distillate-format-reference.md +9 -9
  66. package/src/core-skills/bmad-party-mode/SKILL.md +121 -2
  67. package/tools/installer/core/installer.js +6 -53
  68. package/tools/installer/core/manifest-generator.js +9 -0
  69. package/tools/installer/external-official-modules.yaml +1 -1
  70. package/tools/installer/ide/platform-codes.yaml +6 -4
  71. package/tools/installer/modules/custom-modules.js +105 -0
  72. package/tools/installer/modules/external-manager.js +34 -3
  73. package/tools/platform-codes.yaml +6 -0
  74. package/src/bmm-skills/2-plan-workflows/create-prd/data/domain-complexity.csv +0 -15
  75. package/src/bmm-skills/2-plan-workflows/create-prd/data/prd-purpose.md +0 -197
  76. package/src/bmm-skills/2-plan-workflows/create-prd/data/project-types.csv +0 -11
  77. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +0 -224
  78. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +0 -191
  79. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +0 -209
  80. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +0 -174
  81. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +0 -214
  82. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +0 -228
  83. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +0 -217
  84. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +0 -205
  85. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +0 -243
  86. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +0 -263
  87. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +0 -209
  88. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +0 -264
  89. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +0 -242
  90. package/src/bmm-skills/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +0 -232
  91. package/src/bmm-skills/2-plan-workflows/create-prd/workflow-validate-prd.md +0 -65
  92. package/src/bmm-skills/4-implementation/bmad-agent-qa/SKILL.md +0 -59
  93. package/src/bmm-skills/4-implementation/bmad-agent-qa/bmad-skill-manifest.yaml +0 -11
  94. package/src/bmm-skills/4-implementation/bmad-agent-quick-flow-solo-dev/SKILL.md +0 -51
  95. package/src/bmm-skills/4-implementation/bmad-agent-quick-flow-solo-dev/bmad-skill-manifest.yaml +0 -11
  96. package/src/bmm-skills/4-implementation/bmad-agent-sm/SKILL.md +0 -53
  97. package/src/bmm-skills/4-implementation/bmad-agent-sm/bmad-skill-manifest.yaml +0 -11
  98. package/src/core-skills/bmad-init/SKILL.md +0 -100
  99. package/src/core-skills/bmad-init/resources/core-module.yaml +0 -25
  100. package/src/core-skills/bmad-init/scripts/bmad_init.py +0 -624
  101. package/src/core-skills/bmad-init/scripts/tests/test_bmad_init.py +0 -393
  102. package/src/core-skills/bmad-party-mode/steps/step-01-agent-loading.md +0 -138
  103. package/src/core-skills/bmad-party-mode/steps/step-02-discussion-orchestration.md +0 -187
  104. package/src/core-skills/bmad-party-mode/steps/step-03-graceful-exit.md +0 -167
  105. package/src/core-skills/bmad-party-mode/workflow.md +0 -190
@@ -19,7 +19,6 @@
19
19
  },
20
20
  "skills": [
21
21
  "./src/core-skills/bmad-help",
22
- "./src/core-skills/bmad-init",
23
22
  "./src/core-skills/bmad-brainstorming",
24
23
  "./src/core-skills/bmad-distillator",
25
24
  "./src/core-skills/bmad-party-mode",
@@ -60,9 +59,6 @@
60
59
  "./src/bmm-skills/3-solutioning/bmad-create-epics-and-stories",
61
60
  "./src/bmm-skills/3-solutioning/bmad-generate-project-context",
62
61
  "./src/bmm-skills/4-implementation/bmad-agent-dev",
63
- "./src/bmm-skills/4-implementation/bmad-agent-sm",
64
- "./src/bmm-skills/4-implementation/bmad-agent-qa",
65
- "./src/bmm-skills/4-implementation/bmad-agent-quick-flow-solo-dev",
66
62
  "./src/bmm-skills/4-implementation/bmad-dev-story",
67
63
  "./src/bmm-skills/4-implementation/bmad-quick-dev",
68
64
  "./src/bmm-skills/4-implementation/bmad-sprint-planning",
package/README.md CHANGED
@@ -16,7 +16,7 @@ Traditional AI tools do the thinking for you, producing average results. BMad ag
16
16
  - **AI Intelligent Help** — Invoke the `bmad-help` skill anytime for guidance on what's next
17
17
  - **Scale-Domain-Adaptive** — Automatically adjusts planning depth based on project complexity
18
18
  - **Structured Workflows** — Grounded in agile best practices across analysis, planning, architecture, and implementation
19
- - **Specialized Agents** — 12+ domain experts (PM, Architect, Developer, UX, Scrum Master, and more)
19
+ - **Specialized Agents** — 12+ domain experts (PM, Architect, Developer, UX, and more)
20
20
  - **Party Mode** — Bring multiple agent personas into one session to collaborate and discuss
21
21
  - **Complete Lifecycle** — From brainstorming to deployment
22
22
 
package/README_CN.md CHANGED
@@ -16,7 +16,7 @@
16
16
  - **AI 智能引导** —— 随时调用 `bmad-help` 获取下一步建议
17
17
  - **规模与领域自适应** —— 按项目复杂度自动调整规划深度
18
18
  - **结构化工作流** —— 覆盖分析、规划、架构、实施全流程
19
- - **专业角色智能体** —— 提供 PM、架构师、开发者、UX、Scrum Master 等 12+ 角色
19
+ - **专业角色智能体** —— 提供 PM、架构师、开发者、UX 等 12+ 角色
20
20
  - **派对模式** —— 多个智能体可在同一会话协作讨论
21
21
  - **完整生命周期** —— 从头脑风暴一路到交付上线
22
22
 
package/README_VN.md ADDED
@@ -0,0 +1,110 @@
1
+ ![BMad Method](banner-bmad-method.png)
2
+
3
+ [![Version](https://img.shields.io/npm/v/bmad-method?color=blue&label=version)](https://www.npmjs.com/package/bmad-method)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
5
+ [![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen)](https://nodejs.org)
6
+ [![Discord](https://img.shields.io/badge/Discord-Join%20Community-7289da?logo=discord&logoColor=white)](https://discord.gg/gk8jAdXWmj)
7
+
8
+ [English](README.md) | [简体中文](README_CN.md) | Tiếng Việt
9
+
10
+ **Build More Architect Dreams** - một mô-đun khung phát triển hướng AI trong hệ sinh thái BMad, có khả năng thích ứng theo quy mô từ sửa lỗi nhỏ đến các hệ thống doanh nghiệp.
11
+
12
+ **100% miễn phí và mã nguồn mở.** Không có tường phí. Không có nội dung bị khóa. Không có Discord giới hạn quyền truy cập. Chúng tôi tin vào việc trao quyền cho mọi người, không chỉ cho những ai có thể trả tiền để vào một cộng đồng hay khóa học khép kín.
13
+
14
+ ## Vì sao chọn BMad Method?
15
+
16
+ Các công cụ AI truyền thống thường làm thay phần suy nghĩ của bạn và tạo ra kết quả ở mức trung bình. Các agent chuyên biệt và quy trình làm việc có hướng dẫn của BMad hoạt động như những cộng tác viên chuyên gia, dẫn dắt bạn qua một quy trình có cấu trúc để khai mở tư duy tốt nhất của bạn cùng với AI.
17
+
18
+ - **Trợ giúp AI thông minh** - Gọi skill `bmad-help` bất kỳ lúc nào để biết bước tiếp theo
19
+ - **Thích ứng theo quy mô và miền bài toán** - Tự động điều chỉnh độ sâu lập kế hoạch theo độ phức tạp của dự án
20
+ - **Quy trình có cấu trúc** - Dựa trên các thực hành tốt nhất của agile xuyên suốt phân tích, lập kế hoạch, kiến trúc và triển khai
21
+ - **Agent chuyên biệt** - Hơn 12 chuyên gia theo vai trò như PM, Architect, Developer, UX, Scrum Master và nhiều vai trò khác
22
+ - **Party Mode** - Đưa nhiều persona agent vào cùng một phiên để cộng tác và thảo luận
23
+ - **Vòng đời hoàn chỉnh** - Từ động não ý tưởng cho đến triển khai
24
+
25
+ [Tìm hiểu thêm tại **docs.bmad-method.org**](https://docs.bmad-method.org/vi-vn/)
26
+
27
+ ---
28
+
29
+ ## 🚀 Điều gì tiếp theo cho BMad?
30
+
31
+ **V6 đã có mặt và đây mới chỉ là khởi đầu!** BMad Method đang phát triển rất nhanh với các cải tiến như đội agent đa nền tảng và tích hợp sub-agent, kiến trúc Skills, BMad Builder v1, tự động hóa vòng lặp phát triển và nhiều thứ khác vẫn đang được xây dựng.
32
+
33
+ **[📍 Xem lộ trình đầy đủ →](https://docs.bmad-method.org/vi-vn/roadmap/)**
34
+
35
+ ---
36
+
37
+ ## Bắt đầu nhanh
38
+
39
+ **Điều kiện tiên quyết**: [Node.js](https://nodejs.org) v20+
40
+
41
+ ```bash
42
+ npx bmad-method install
43
+ ```
44
+
45
+ > Muốn dùng bản prerelease mới nhất? Hãy dùng `npx bmad-method@next install`. Hãy kỳ vọng mức độ biến động cao hơn bản cài đặt mặc định.
46
+
47
+ Làm theo các lời nhắc của trình cài đặt, sau đó mở AI IDE của bạn như Claude Code hoặc Cursor trong thư mục dự án.
48
+
49
+ **Cài đặt không tương tác** (cho CI/CD):
50
+
51
+ ```bash
52
+ npx bmad-method install --directory /path/to/project --modules bmm --tools claude-code --yes
53
+ ```
54
+
55
+ [Xem toàn bộ tùy chọn cài đặt](https://docs.bmad-method.org/vi-vn/how-to/non-interactive-installation/)
56
+
57
+ > **Chưa chắc nên làm gì?** Hãy hỏi `bmad-help` - nó sẽ cho bạn biết chính xác bước nào tiếp theo và bước nào là tùy chọn. Bạn cũng có thể hỏi kiểu như `bmad-help Tôi vừa hoàn thành phần kiến trúc, tiếp theo tôi cần làm gì?`
58
+
59
+ ## Mô-đun
60
+
61
+ BMad Method có thể được mở rộng bằng các mô-đun chính thức cho những miền chuyên biệt. Chúng có sẵn trong lúc cài đặt hoặc bất kỳ lúc nào sau đó.
62
+
63
+ | Module | Mục đích |
64
+ | ----------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
65
+ | **[BMad Method (BMM)](https://github.com/bmad-code-org/BMAD-METHOD)** | Khung lõi với hơn 34 quy trình |
66
+ | **[BMad Builder (BMB)](https://github.com/bmad-code-org/bmad-builder)** | Tạo agent và quy trình BMad tùy chỉnh |
67
+ | **[Test Architect (TEA)](https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise)** | Chiến lược kiểm thử và tự động hóa dựa trên rủi ro |
68
+ | **[Game Dev Studio (BMGD)](https://github.com/bmad-code-org/bmad-module-game-dev-studio)** | Quy trình phát triển game (Unity, Unreal, Godot) |
69
+ | **[Creative Intelligence Suite (CIS)](https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite)** | Đổi mới, động não ý tưởng, tư duy thiết kế |
70
+
71
+ ## Tài liệu
72
+
73
+ [Trang tài liệu BMad Method](https://docs.bmad-method.org/vi-vn/) - bài hướng dẫn, hướng dẫn tác vụ, giải thích khái niệm và tài liệu tham chiếu
74
+
75
+ **Liên kết nhanh:**
76
+ - [Hướng dẫn bắt đầu](https://docs.bmad-method.org/vi-vn/tutorials/getting-started/)
77
+ - [Nâng cấp từ các phiên bản trước](https://docs.bmad-method.org/vi-vn/how-to/upgrade-to-v6/)
78
+ - [Tài liệu Test Architect](https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/)
79
+
80
+ ## Cộng đồng
81
+
82
+ - [Discord](https://discord.gg/gk8jAdXWmj) - Nhận trợ giúp, chia sẻ ý tưởng, cộng tác
83
+ - [Đăng ký trên YouTube](https://www.youtube.com/@BMadCode) - video hướng dẫn, lớp chuyên sâu và podcast (ra mắt tháng 2 năm 2025)
84
+ - [GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues) - Báo lỗi và yêu cầu tính năng
85
+ - [Discussions](https://github.com/bmad-code-org/BMAD-METHOD/discussions) - Trao đổi cộng đồng
86
+
87
+ ## Hỗ trợ BMad
88
+
89
+ BMad miễn phí cho tất cả mọi người - và sẽ luôn như vậy. Nếu bạn muốn hỗ trợ quá trình phát triển:
90
+
91
+ - ⭐ Hãy nhấn sao cho dự án ở góc trên bên phải của trang này
92
+ - ☕ [Buy Me a Coffee](https://buymeacoffee.com/bmad) - Tiếp thêm năng lượng cho quá trình phát triển
93
+ - 🏢 Tài trợ doanh nghiệp - Nhắn riêng trên Discord
94
+ - 🎤 Diễn thuyết và truyền thông - Sẵn sàng cho hội nghị, podcast, phỏng vấn (BM trên Discord)
95
+
96
+ ## Đóng góp
97
+
98
+ Chúng tôi luôn chào đón đóng góp. Xem [CONTRIBUTING.md](CONTRIBUTING.md) để biết hướng dẫn.
99
+
100
+ ## Giấy phép
101
+
102
+ Giấy phép MIT - xem [LICENSE](LICENSE) để biết chi tiết.
103
+
104
+ ---
105
+
106
+ **BMad** và **BMAD-METHOD** là các nhãn hiệu của BMad Code, LLC. Xem [TRADEMARK.md](TRADEMARK.md) để biết chi tiết.
107
+
108
+ [![Contributors](https://contrib.rocks/image?repo=bmad-code-org/BMAD-METHOD)](https://github.com/bmad-code-org/BMAD-METHOD/graphs/contributors)
109
+
110
+ Xem [CONTRIBUTORS.md](CONTRIBUTORS.md) để biết thông tin về những người đóng góp.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-method",
4
- "version": "6.2.3-next.2",
4
+ "version": "6.2.3-next.20",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -97,6 +97,7 @@
97
97
  "prettier": "^3.7.4",
98
98
  "prettier-plugin-packagejson": "^2.5.19",
99
99
  "sharp": "^0.33.5",
100
+ "unist-util-visit": "^5.1.0",
100
101
  "yaml-eslint-parser": "^1.2.3",
101
102
  "yaml-lint": "^1.7.0"
102
103
  },
@@ -36,14 +36,17 @@ When you are in this persona and the user calls a skill, this persona must carry
36
36
  | DR | Industry domain deep dive, subject matter expertise and terminology | bmad-domain-research |
37
37
  | TR | Technical feasibility, architecture options and implementation approaches | bmad-technical-research |
38
38
  | CB | Create or update product briefs through guided or autonomous discovery | bmad-product-brief-preview |
39
+ | WB | Working Backwards PRFAQ challenge — forge and stress-test product concepts | bmad-prfaq |
39
40
  | DP | Analyze an existing project to produce documentation for human and LLM consumption | bmad-document-project |
40
41
 
41
42
  ## On Activation
42
43
 
43
- 1. **Load config via bmad-init skill** — Store all returned vars for use:
44
- - Use `{user_name}` from config for greeting
45
- - Use `{communication_language}` from config for all communications
46
- - Store any other config variables as `{var-name}` and use appropriately
44
+ 1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
45
+ - Use `{user_name}` for greeting
46
+ - Use `{communication_language}` for all communications
47
+ - Use `{document_output_language}` for output documents
48
+ - Use `{planning_artifacts}` for output location and artifact scanning
49
+ - Use `{project_knowledge}` for additional context scanning
47
50
 
48
51
  2. **Continue with steps below:**
49
52
  - **Load project context** — Search for `**/project-context.md`. If found, load as foundational reference for project standards and conventions. If not found, continue without it.
@@ -39,10 +39,12 @@ When you are in this persona and the user calls a skill, this persona must carry
39
39
 
40
40
  ## On Activation
41
41
 
42
- 1. **Load config via bmad-init skill** — Store all returned vars for use:
43
- - Use `{user_name}` from config for greeting
44
- - Use `{communication_language}` from config for all communications
45
- - Store any other config variables as `{var-name}` and use appropriately
42
+ 1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
43
+ - Use `{user_name}` for greeting
44
+ - Use `{communication_language}` for all communications
45
+ - Use `{document_output_language}` for output documents
46
+ - Use `{planning_artifacts}` for output location and artifact scanning
47
+ - Use `{project_knowledge}` for additional context scanning
46
48
 
47
49
  2. **Continue with steps below:**
48
50
  - **Load project context** — Search for `**/project-context.md`. If found, load as foundational reference for project standards and conventions. If not found, continue without it.
@@ -9,16 +9,14 @@
9
9
 
10
10
  ## INITIALIZATION
11
11
 
12
- ### Configuration Loading
13
-
14
- Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
15
-
16
- - `project_knowledge`
17
- - `user_name`
18
- - `communication_language`
19
- - `document_output_language`
20
- - `user_skill_level`
21
- - `date` as system-generated current datetime
12
+ 1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
13
+ - Use `{user_name}` for greeting
14
+ - Use `{communication_language}` for all communications
15
+ - Use `{document_output_language}` for output documents
16
+ - Use `{planning_artifacts}` for output location and artifact scanning
17
+ - Use `{project_knowledge}` for additional context scanning
18
+
19
+ 2. **Greet user** as `{user_name}`, speaking in `{communication_language}`.
22
20
 
23
21
  ---
24
22
 
@@ -0,0 +1,96 @@
1
+ ---
2
+ name: bmad-prfaq
3
+ description: Working Backwards PRFAQ challenge to forge product concepts. Use when the user requests to 'create a PRFAQ', 'work backwards', or 'run the PRFAQ challenge'.
4
+ ---
5
+
6
+ # Working Backwards: The PRFAQ Challenge
7
+
8
+ ## Overview
9
+
10
+ This skill forges product concepts through Amazon's Working Backwards methodology — the PRFAQ (Press Release / Frequently Asked Questions). Act as a relentless but constructive product coach who stress-tests every claim, challenges vague thinking, and refuses to let weak ideas pass unchallenged. The user walks in with an idea. They walk out with a battle-hardened concept — or the honest realization they need to go deeper. Both are wins.
11
+
12
+ The PRFAQ forces customer-first clarity: write the press release announcing the finished product before building it. If you can't write a compelling press release, the product isn't ready. The customer FAQ validates the value proposition from the outside in. The internal FAQ addresses feasibility, risks, and hard trade-offs.
13
+
14
+ **This is hardcore mode.** The coaching is direct, the questions are hard, and vague answers get challenged. But when users are stuck, offer concrete suggestions, reframings, and alternatives — tough love, not tough silence. The goal is to strengthen the concept, not to gatekeep it.
15
+
16
+ **Args:** Accepts `--headless` / `-H` for autonomous first-draft generation from provided context.
17
+
18
+ **Output:** A complete PRFAQ document + PRD distillate for downstream pipeline consumption.
19
+
20
+ **Research-grounded.** All competitive, market, and feasibility claims in the output must be verified against current real-world data. Proactively research to fill knowledge gaps — the user deserves a PRFAQ informed by today's landscape, not yesterday's assumptions.
21
+
22
+ ## On Activation
23
+
24
+ 1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
25
+ - Use `{user_name}` for greeting
26
+ - Use `{communication_language}` for all communications
27
+ - Use `{document_output_language}` for output documents
28
+ - Use `{planning_artifacts}` for output location and artifact scanning
29
+ - Use `{project_knowledge}` for additional context scanning
30
+
31
+ 2. **Greet user** as `{user_name}`, speaking in `{communication_language}`. Be warm but efficient — dream builder energy.
32
+
33
+ 3. **Resume detection:** Check if `{planning_artifacts}/prfaq-{project_name}.md` already exists. If it does, read only the first 20 lines to extract the frontmatter `stage` field and offer to resume from the next stage. Do not read the full document. If the user confirms, route directly to that stage's reference file.
34
+
35
+ 4. **Mode detection:**
36
+ - `--headless` / `-H`: Produce complete first-draft PRFAQ from provided inputs without interaction. Validate the input schema only (customer, problem, stakes, solution concept present and non-vague) — do not read any referenced files or documents yourself. If required fields are missing or too vague, return an error with specific guidance on what's needed. Fan out artifact analyzer and web researcher subagents in parallel (see Contextual Gathering below) to process all referenced materials, then create the output document at `{planning_artifacts}/prfaq-{project_name}.md` using `./assets/prfaq-template.md` and route to `./references/press-release.md`.
37
+ - Default: Full interactive coaching — the gauntlet.
38
+
39
+ **Headless input schema:**
40
+ - **Required:** customer (specific persona), problem (concrete), stakes (why it matters), solution (concept)
41
+ - **Optional:** competitive context, technical constraints, team/org context, target market, existing research
42
+
43
+ **Set the tone immediately.** This isn't a warm, exploratory greeting. Frame it as a challenge — the user is about to stress-test their thinking by writing the press release for a finished product before building anything. Convey that surviving this process means the concept is ready, and failing here saves wasted effort. Be direct and energizing.
44
+
45
+ Then briefly ground the user on what a PRFAQ actually is — Amazon's Working Backwards method where you write the finished-product press release first, then answer the hardest customer and stakeholder questions. The point is forcing clarity before committing resources.
46
+
47
+ Then proceed to Stage 1 below.
48
+
49
+ ## Stage 1: Ignition
50
+
51
+ **Goal:** Get the raw concept on the table and immediately establish customer-first thinking. This stage ends when you have enough clarity on the customer, their problem, and the proposed solution to draft a press release headline.
52
+
53
+ **Customer-first enforcement:**
54
+
55
+ - If the user leads with a solution ("I want to build X"): redirect to the customer's problem. Don't let them skip the pain.
56
+ - If the user leads with a technology ("I want to use AI/blockchain/etc"): challenge harder. Technology is a "how", not a "why" — push them to articulate the human problem. Strip away the buzzword and ask whether anyone still cares.
57
+ - If the user leads with a customer problem: dig deeper into specifics — how they cope today, what they've tried, why it hasn't been solved.
58
+
59
+ When the user gets stuck, offer concrete suggestions based on what they've shared so far. Draft a hypothesis for them to react to rather than repeating the question harder.
60
+
61
+ **Concept type detection:** Early in the conversation, identify whether this is a commercial product, internal tool, open-source project, or community/nonprofit initiative. Store this as `{concept_type}` — it calibrates FAQ question generation in Stages 3 and 4. Non-commercial concepts don't have "unit economics" or "first 100 customers" — adapt the framing to stakeholder value, adoption paths, and sustainability instead.
62
+
63
+ **Essentials to capture before progressing:**
64
+ - Who is the customer/user? (specific persona, not "everyone")
65
+ - What is their problem? (concrete and felt, not abstract)
66
+ - Why does this matter to them? (stakes and consequences)
67
+ - What's the initial concept for a solution? (even rough)
68
+
69
+ **Fast-track:** If the user provides all four essentials in their opening message (or via structured input), acknowledge and confirm understanding, then move directly to document creation and Stage 2 without extended discovery.
70
+
71
+ **Graceful redirect:** If after 2-3 exchanges the user can't articulate a customer or problem, don't force it — suggest the idea may need more exploration first and recommend they invoke the `bmad-brainstorming` skill to develop it further.
72
+
73
+ **Contextual Gathering:** Once you understand the concept, gather external context before drafting begins.
74
+
75
+ 1. **Ask about inputs:** Ask the user whether they have existing documents, research, brainstorming, or other materials to inform the PRFAQ. Collect paths for subagent scanning — do not read user-provided files yourself; that's the Artifact Analyzer's job.
76
+ 2. **Fan out subagents in parallel:**
77
+ - **Artifact Analyzer** (`./agents/artifact-analyzer.md`) — Scans `{planning_artifacts}` and `{project_knowledge}` for relevant documents, plus any user-provided paths. Receives the product intent summary so it knows what's relevant.
78
+ - **Web Researcher** (`./agents/web-researcher.md`) — Searches for competitive landscape, market context, and current industry data relevant to the concept. Receives the product intent summary.
79
+ 3. **Graceful degradation:** If subagents are unavailable, scan the most relevant 1-2 documents inline and do targeted web searches directly. Never block the workflow.
80
+ 4. **Merge findings** with what the user shared. Surface anything surprising that enriches or challenges their assumptions before proceeding.
81
+
82
+ **Create the output document** at `{planning_artifacts}/prfaq-{project_name}.md` using `./assets/prfaq-template.md`. Write the frontmatter (populate `inputs` with any source documents used) and any initial content captured during Ignition. This document is the working artifact — update it progressively through all stages.
83
+
84
+ **Coaching Notes Capture:** Before moving on, append a `<!-- coaching-notes-stage-1 -->` block to the output document: concept type and rationale, initial assumptions challenged, why this direction over alternatives discussed, key subagent findings that shaped the concept framing, and any user context captured that doesn't fit the PRFAQ itself.
85
+
86
+ **When you have enough to draft a press release headline**, route to `./references/press-release.md`.
87
+
88
+ ## Stages
89
+
90
+ | # | Stage | Purpose | Location |
91
+ |---|-------|---------|----------|
92
+ | 1 | Ignition | Raw concept, enforce customer-first thinking | SKILL.md (above) |
93
+ | 2 | The Press Release | Iterative drafting with hard coaching | `./references/press-release.md` |
94
+ | 3 | Customer FAQ | Devil's advocate customer questions | `./references/customer-faq.md` |
95
+ | 4 | Internal FAQ | Skeptical stakeholder questions | `./references/internal-faq.md` |
96
+ | 5 | The Verdict | Synthesis, strength assessment, final output | `./references/verdict.md` |
@@ -0,0 +1,60 @@
1
+ # Artifact Analyzer
2
+
3
+ You are a research analyst. Your job is to scan project documents and extract information relevant to a product concept being stress-tested through the PRFAQ process.
4
+
5
+ ## Input
6
+
7
+ You will receive:
8
+ - **Product intent:** A summary of the concept — customer, problem, solution direction
9
+ - **Scan paths:** Directories to search for relevant documents (e.g., planning artifacts, project knowledge folders)
10
+ - **User-provided paths:** Any specific files the user pointed to
11
+
12
+ ## Process
13
+
14
+ 1. **Scan the provided directories** for documents that could be relevant:
15
+ - Brainstorming reports (`*brainstorm*`, `*ideation*`)
16
+ - Research documents (`*research*`, `*analysis*`, `*findings*`)
17
+ - Project context (`*context*`, `*overview*`, `*background*`)
18
+ - Existing briefs or summaries (`*brief*`, `*summary*`)
19
+ - Any markdown, text, or structured documents that look relevant
20
+
21
+ 2. **For sharded documents** (a folder with `index.md` and multiple files), read the index first to understand what's there, then read only the relevant parts.
22
+
23
+ 3. **For very large documents** (estimated >50 pages), read the table of contents, executive summary, and section headings first. Read only sections directly relevant to the stated product intent. Note which sections were skimmed vs read fully.
24
+
25
+ 4. **Read all relevant documents in parallel** — issue all Read calls in a single message rather than one at a time. Extract:
26
+ - Key insights that relate to the product intent
27
+ - Market or competitive information
28
+ - User research or persona information
29
+ - Technical context or constraints
30
+ - Ideas, both accepted and rejected (rejected ideas are valuable — they prevent re-proposing)
31
+ - Any metrics, data points, or evidence
32
+
33
+ 5. **Ignore documents that aren't relevant** to the stated product intent. Don't waste tokens on unrelated content.
34
+
35
+ ## Output
36
+
37
+ Return ONLY the following JSON object. No preamble, no commentary. Keep total response under 1,500 tokens. Maximum 5 bullets per section — prioritize the most impactful findings.
38
+
39
+ ```json
40
+ {
41
+ "documents_found": [
42
+ {"path": "file path", "relevance": "one-line summary"}
43
+ ],
44
+ "key_insights": [
45
+ "bullet — grouped by theme, each self-contained"
46
+ ],
47
+ "user_market_context": [
48
+ "bullet — users, market, competition found in docs"
49
+ ],
50
+ "technical_context": [
51
+ "bullet — platforms, constraints, integrations"
52
+ ],
53
+ "ideas_and_decisions": [
54
+ {"idea": "description", "status": "accepted|rejected|open", "rationale": "brief why"}
55
+ ],
56
+ "raw_detail_worth_preserving": [
57
+ "bullet — specific details, data points, quotes for the distillate"
58
+ ]
59
+ }
60
+ ```
@@ -0,0 +1,49 @@
1
+ # Web Researcher
2
+
3
+ You are a market research analyst. Your job is to find current, relevant competitive, market, and industry context for a product concept being stress-tested through the PRFAQ process.
4
+
5
+ ## Input
6
+
7
+ You will receive:
8
+ - **Product intent:** A summary of the concept — customer, problem, solution direction, and the domain it operates in
9
+
10
+ ## Process
11
+
12
+ 1. **Identify search angles** based on the product intent:
13
+ - Direct competitors (products solving the same problem)
14
+ - Adjacent solutions (different approaches to the same pain point)
15
+ - Market size and trends for the domain
16
+ - Industry news or developments that create opportunity or risk
17
+ - User sentiment about existing solutions (what's frustrating people)
18
+
19
+ 2. **Execute 3-5 targeted web searches** — quality over quantity. Search for:
20
+ - "[problem domain] solutions comparison"
21
+ - "[competitor names] alternatives" (if competitors are known)
22
+ - "[industry] market trends [current year]"
23
+ - "[target user type] pain points [domain]"
24
+
25
+ 3. **Synthesize findings** — don't just list links. Extract the signal.
26
+
27
+ ## Output
28
+
29
+ Return ONLY the following JSON object. No preamble, no commentary. Keep total response under 1,000 tokens. Maximum 5 bullets per section.
30
+
31
+ ```json
32
+ {
33
+ "competitive_landscape": [
34
+ {"name": "competitor", "approach": "one-line description", "gaps": "where they fall short"}
35
+ ],
36
+ "market_context": [
37
+ "bullet — market size, growth trends, relevant data points"
38
+ ],
39
+ "user_sentiment": [
40
+ "bullet — what users say about existing solutions"
41
+ ],
42
+ "timing_and_opportunity": [
43
+ "bullet — why now, enabling shifts"
44
+ ],
45
+ "risks_and_considerations": [
46
+ "bullet — market risks, competitive threats, regulatory concerns"
47
+ ]
48
+ }
49
+ ```
@@ -0,0 +1,62 @@
1
+ ---
2
+ title: "PRFAQ: {project_name}"
3
+ status: "{status}"
4
+ created: "{timestamp}"
5
+ updated: "{timestamp}"
6
+ stage: "{current_stage}"
7
+ inputs: []
8
+ ---
9
+
10
+ # {Headline}
11
+
12
+ ## {Subheadline — one sentence: who benefits and what changes for them}
13
+
14
+ **{City, Date}** — {Opening paragraph: announce the product/initiative, state the user's problem, and the key benefit.}
15
+
16
+ {Problem paragraph: the user's pain today. Specific, concrete, felt. No mention of the solution yet.}
17
+
18
+ {Solution paragraph: what changes for the user. Benefits, not features. Outcomes, not implementation.}
19
+
20
+ > "{Leader/founder quote — the vision beyond the feature list.}"
21
+ > — {Name, Title/Role}
22
+
23
+ ### How It Works
24
+
25
+ {The user experience, step by step. Written from THEIR perspective. How they discover it, start using it, and get value from it.}
26
+
27
+ > "{User quote — what a real person would say after using this. Must sound human, not like marketing copy.}"
28
+ > — {Name, Role}
29
+
30
+ ### Getting Started
31
+
32
+ {Clear, concrete path to first value. How to access, try, adopt, or contribute.}
33
+
34
+ ---
35
+
36
+ ## Customer FAQ
37
+
38
+ ### Q: {Hardest customer question first}
39
+
40
+ A: {Honest, specific answer}
41
+
42
+ ### Q: {Next question}
43
+
44
+ A: {Answer}
45
+
46
+ ---
47
+
48
+ ## Internal FAQ
49
+
50
+ ### Q: {Hardest internal question first}
51
+
52
+ A: {Honest, specific answer}
53
+
54
+ ### Q: {Next question}
55
+
56
+ A: {Answer}
57
+
58
+ ---
59
+
60
+ ## The Verdict
61
+
62
+ {Concept strength assessment — what's forged in steel, what needs more heat, what has cracks in the foundation.}
@@ -0,0 +1,16 @@
1
+ {
2
+ "module-code": "bmm",
3
+ "capabilities": [
4
+ {
5
+ "name": "working-backwards",
6
+ "menu-code": "WB",
7
+ "description": "Produces battle-tested PRFAQ document and optional LLM distillate for PRD input.",
8
+ "supports-headless": true,
9
+ "phase-name": "1-analysis",
10
+ "after": ["brainstorming", "perform-research"],
11
+ "before": ["create-prd"],
12
+ "is-required": false,
13
+ "output-location": "{planning_artifacts}"
14
+ }
15
+ ]
16
+ }
@@ -0,0 +1,55 @@
1
+ **Language:** Use `{communication_language}` for all output.
2
+ **Output Language:** Use `{document_output_language}` for documents.
3
+ **Output Location:** `{planning_artifacts}`
4
+ **Coaching stance:** Be direct, challenge vague thinking, but offer concrete alternatives when the user is stuck — tough love, not tough silence.
5
+ **Concept type:** Check `{concept_type}` — calibrate all question framing to match (commercial, internal tool, open-source, community/nonprofit).
6
+
7
+ # Stage 3: Customer FAQ
8
+
9
+ **Goal:** Validate the value proposition by asking the hardest questions a real user would ask — and crafting answers that hold up under scrutiny.
10
+
11
+ ## The Devil's Advocate
12
+
13
+ You are now the customer. Not a friendly early-adopter — a busy, skeptical person who has been burned by promises before. You've read the press release. Now you have questions.
14
+
15
+ **Generate 6-10 customer FAQ questions** that cover these angles:
16
+
17
+ - **Skepticism:** "How is this different from [existing solution]?" / "Why should I switch from what I use today?"
18
+ - **Trust:** "What happens to my data?" / "What if this shuts down?" / "Who's behind this?"
19
+ - **Practical concerns:** "How much does it cost?" / "How long does it take to get started?" / "Does it work with [thing I already use]?"
20
+ - **Edge cases:** "What if I need to [uncommon but real scenario]?" / "Does it work for [adjacent use case]?"
21
+ - **The hard question they're afraid of:** Every product has one question the team hopes nobody asks. Find it and ask it.
22
+
23
+ **Don't generate softball questions.** "How do I sign up?" is not a FAQ — it's a CTA. Real customer FAQs are the objections standing between interest and adoption.
24
+
25
+ **Calibrate to concept type.** For non-commercial concepts (internal tools, open-source, community projects), adapt question framing: replace "cost" with "effort to adopt," replace "competitor switching" with "why change from current workflow," replace "trust/company viability" with "maintenance and sustainability."
26
+
27
+ ## Coaching the Answers
28
+
29
+ Present the questions and work through answers with the user:
30
+
31
+ 1. **Present all questions at once** — let the user see the full landscape of customer concern.
32
+ 2. **Work through answers together.** The user drafts (or you draft and they react). For each answer:
33
+ - Is it honest? If the answer is "we don't do that yet," say so — and explain the roadmap or alternative.
34
+ - Is it specific? "We have enterprise-grade security" is not an answer. What certifications? What encryption? What SLA?
35
+ - Would a customer believe it? Marketing language in FAQ answers destroys credibility.
36
+ 3. **If an answer reveals a real gap in the concept**, name it directly and force a decision: is this a launch blocker, a fast-follow, or an accepted trade-off?
37
+ 4. **The user can add their own questions too.** Often they know the scary questions better than anyone.
38
+
39
+ ## Headless Mode
40
+
41
+ Generate questions and best-effort answers from available context. Flag answers with low confidence so a human can review.
42
+
43
+ ## Updating the Document
44
+
45
+ Append the Customer FAQ section to the output document. Update frontmatter: `status: "customer-faq"`, `stage: 3`, `updated` timestamp.
46
+
47
+ ## Coaching Notes Capture
48
+
49
+ Before moving on, append a `<!-- coaching-notes-stage-3 -->` block to the output document: gaps revealed by customer questions, trade-off decisions made (launch blocker vs fast-follow vs accepted), competitive intelligence surfaced, and any scope or requirements signals.
50
+
51
+ ## Stage Complete
52
+
53
+ This stage is complete when every question has an honest, specific answer — and the user has confronted the hardest customer objections their concept faces. No softballs survived.
54
+
55
+ Route to `./internal-faq.md`.
@@ -0,0 +1,51 @@
1
+ **Language:** Use `{communication_language}` for all output.
2
+ **Output Language:** Use `{document_output_language}` for documents.
3
+ **Output Location:** `{planning_artifacts}`
4
+ **Coaching stance:** Be direct, challenge vague thinking, but offer concrete alternatives when the user is stuck — tough love, not tough silence.
5
+ **Concept type:** Check `{concept_type}` — calibrate all question framing to match (commercial, internal tool, open-source, community/nonprofit).
6
+
7
+ # Stage 4: Internal FAQ
8
+
9
+ **Goal:** Stress-test the concept from the builder's side. The customer FAQ asked "should I use this?" The internal FAQ asks "can we actually pull this off — and should we?"
10
+
11
+ ## The Skeptical Stakeholder
12
+
13
+ You are now the internal stakeholder panel — engineering lead, finance, legal, operations, the CEO who's seen a hundred pitches. The press release was inspiring. Now prove it's real.
14
+
15
+ **Generate 6-10 internal FAQ questions** that cover these angles:
16
+
17
+ - **Feasibility:** "What's the hardest technical problem here?" / "What do we not know how to build yet?" / "What are the key dependencies and risks?"
18
+ - **Business viability:** "What does the unit economics look like?" / "How do we acquire the first 100 customers?" / "What's the competitive moat — and how durable is it?"
19
+ - **Resource reality:** "What does the team need to look like?" / "What's the realistic timeline to a usable product?" / "What do we have to say no to in order to do this?"
20
+ - **Risk:** "What kills this?" / "What's the worst-case scenario if we ship and it doesn't work?" / "What regulatory or legal exposure exists?"
21
+ - **Strategic fit:** "Why us? Why now?" / "What does this cannibalize?" / "If this succeeds, what does the company look like in 3 years?"
22
+ - **The question the founder avoids:** The internal counterpart to the hard customer question. The thing that keeps them up at night but hasn't been said out loud.
23
+
24
+ **Calibrate questions to context.** A solo founder building an MVP needs different internal questions than a team inside a large organization. Don't ask about "board alignment" for a weekend project. Don't ask about "weekend viability" for an enterprise product. For non-commercial concepts (internal tools, open-source, community projects), replace "unit economics" with "maintenance burden," replace "customer acquisition" with "adoption strategy," and replace "competitive moat" with "sustainability and contributor/stakeholder engagement."
25
+
26
+ ## Coaching the Answers
27
+
28
+ Same approach as Customer FAQ — draft, challenge, refine:
29
+
30
+ 1. **Present all questions at once.**
31
+ 2. **Work through answers.** Demand specificity. "We'll figure it out" is not an answer. Neither is "we'll hire for that." What's the actual plan?
32
+ 3. **Honest unknowns are fine — unexamined unknowns are not.** If the answer is "we don't know yet," the follow-up is: "What would it take to find out, and when do you need to know by?"
33
+ 4. **Watch for hand-waving on resources and timeline.** These are the most commonly over-optimistic answers. Push for concrete scoping.
34
+
35
+ ## Headless Mode
36
+
37
+ Generate questions calibrated to context and best-effort answers. Flag high-risk areas and unknowns prominently.
38
+
39
+ ## Updating the Document
40
+
41
+ Append the Internal FAQ section to the output document. Update frontmatter: `status: "internal-faq"`, `stage: 4`, `updated` timestamp.
42
+
43
+ ## Coaching Notes Capture
44
+
45
+ Before moving on, append a `<!-- coaching-notes-stage-4 -->` block to the output document: feasibility risks identified, resource/timeline estimates discussed, unknowns flagged with "what would it take to find out" answers, strategic positioning decisions, and any technical constraints or dependencies surfaced.
46
+
47
+ ## Stage Complete
48
+
49
+ This stage is complete when the internal questions have honest, specific answers — and the user has a clear-eyed view of what it actually takes to execute this concept. Optimism is fine. Delusion is not.
50
+
51
+ Route to `./verdict.md`.