@ngocsangairvds/vsaf 3.0.0

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 (282) hide show
  1. package/.claude/skills/bmad-advanced-elicitation/SKILL.md +136 -0
  2. package/.claude/skills/bmad-advanced-elicitation/methods.csv +51 -0
  3. package/.claude/skills/bmad-agent-analyst/SKILL.md +59 -0
  4. package/.claude/skills/bmad-agent-analyst/bmad-skill-manifest.yaml +11 -0
  5. package/.claude/skills/bmad-agent-architect/SKILL.md +54 -0
  6. package/.claude/skills/bmad-agent-architect/bmad-skill-manifest.yaml +11 -0
  7. package/.claude/skills/bmad-agent-dev/SKILL.md +69 -0
  8. package/.claude/skills/bmad-agent-dev/bmad-skill-manifest.yaml +11 -0
  9. package/.claude/skills/bmad-agent-pm/SKILL.md +59 -0
  10. package/.claude/skills/bmad-agent-pm/bmad-skill-manifest.yaml +11 -0
  11. package/.claude/skills/bmad-agent-tech-writer/SKILL.md +57 -0
  12. package/.claude/skills/bmad-agent-tech-writer/bmad-skill-manifest.yaml +11 -0
  13. package/.claude/skills/bmad-agent-tech-writer/explain-concept.md +20 -0
  14. package/.claude/skills/bmad-agent-tech-writer/mermaid-gen.md +20 -0
  15. package/.claude/skills/bmad-agent-tech-writer/validate-doc.md +19 -0
  16. package/.claude/skills/bmad-agent-tech-writer/write-document.md +20 -0
  17. package/.claude/skills/bmad-agent-ux-designer/SKILL.md +55 -0
  18. package/.claude/skills/bmad-agent-ux-designer/bmad-skill-manifest.yaml +11 -0
  19. package/.claude/skills/bmad-brainstorming/SKILL.md +6 -0
  20. package/.claude/skills/bmad-brainstorming/brain-methods.csv +62 -0
  21. package/.claude/skills/bmad-brainstorming/steps/step-01-session-setup.md +214 -0
  22. package/.claude/skills/bmad-brainstorming/steps/step-01b-continue.md +124 -0
  23. package/.claude/skills/bmad-brainstorming/steps/step-02a-user-selected.md +229 -0
  24. package/.claude/skills/bmad-brainstorming/steps/step-02b-ai-recommended.md +239 -0
  25. package/.claude/skills/bmad-brainstorming/steps/step-02c-random-selection.md +211 -0
  26. package/.claude/skills/bmad-brainstorming/steps/step-02d-progressive-flow.md +266 -0
  27. package/.claude/skills/bmad-brainstorming/steps/step-03-technique-execution.md +401 -0
  28. package/.claude/skills/bmad-brainstorming/steps/step-04-idea-organization.md +305 -0
  29. package/.claude/skills/bmad-brainstorming/template.md +15 -0
  30. package/.claude/skills/bmad-brainstorming/workflow.md +53 -0
  31. package/.claude/skills/bmad-check-implementation-readiness/SKILL.md +6 -0
  32. package/.claude/skills/bmad-check-implementation-readiness/steps/step-01-document-discovery.md +179 -0
  33. package/.claude/skills/bmad-check-implementation-readiness/steps/step-02-prd-analysis.md +168 -0
  34. package/.claude/skills/bmad-check-implementation-readiness/steps/step-03-epic-coverage-validation.md +169 -0
  35. package/.claude/skills/bmad-check-implementation-readiness/steps/step-04-ux-alignment.md +129 -0
  36. package/.claude/skills/bmad-check-implementation-readiness/steps/step-05-epic-quality-review.md +241 -0
  37. package/.claude/skills/bmad-check-implementation-readiness/steps/step-06-final-assessment.md +126 -0
  38. package/.claude/skills/bmad-check-implementation-readiness/templates/readiness-report-template.md +4 -0
  39. package/.claude/skills/bmad-check-implementation-readiness/workflow.md +47 -0
  40. package/.claude/skills/bmad-checkpoint-preview/SKILL.md +29 -0
  41. package/.claude/skills/bmad-checkpoint-preview/generate-trail.md +38 -0
  42. package/.claude/skills/bmad-checkpoint-preview/step-01-orientation.md +105 -0
  43. package/.claude/skills/bmad-checkpoint-preview/step-02-walkthrough.md +89 -0
  44. package/.claude/skills/bmad-checkpoint-preview/step-03-detail-pass.md +106 -0
  45. package/.claude/skills/bmad-checkpoint-preview/step-04-testing.md +74 -0
  46. package/.claude/skills/bmad-checkpoint-preview/step-05-wrapup.md +24 -0
  47. package/.claude/skills/bmad-code-review/SKILL.md +6 -0
  48. package/.claude/skills/bmad-code-review/steps/step-01-gather-context.md +85 -0
  49. package/.claude/skills/bmad-code-review/steps/step-02-review.md +34 -0
  50. package/.claude/skills/bmad-code-review/steps/step-03-triage.md +49 -0
  51. package/.claude/skills/bmad-code-review/steps/step-04-present.md +129 -0
  52. package/.claude/skills/bmad-code-review/workflow.md +55 -0
  53. package/.claude/skills/bmad-correct-course/SKILL.md +6 -0
  54. package/.claude/skills/bmad-correct-course/checklist.md +288 -0
  55. package/.claude/skills/bmad-correct-course/workflow.md +267 -0
  56. package/.claude/skills/bmad-create-architecture/SKILL.md +6 -0
  57. package/.claude/skills/bmad-create-architecture/architecture-decision-template.md +12 -0
  58. package/.claude/skills/bmad-create-architecture/data/domain-complexity.csv +13 -0
  59. package/.claude/skills/bmad-create-architecture/data/project-types.csv +7 -0
  60. package/.claude/skills/bmad-create-architecture/steps/step-01-init.md +153 -0
  61. package/.claude/skills/bmad-create-architecture/steps/step-01b-continue.md +173 -0
  62. package/.claude/skills/bmad-create-architecture/steps/step-02-context.md +224 -0
  63. package/.claude/skills/bmad-create-architecture/steps/step-03-starter.md +329 -0
  64. package/.claude/skills/bmad-create-architecture/steps/step-04-decisions.md +318 -0
  65. package/.claude/skills/bmad-create-architecture/steps/step-05-patterns.md +359 -0
  66. package/.claude/skills/bmad-create-architecture/steps/step-06-structure.md +379 -0
  67. package/.claude/skills/bmad-create-architecture/steps/step-07-validation.md +359 -0
  68. package/.claude/skills/bmad-create-architecture/steps/step-08-complete.md +76 -0
  69. package/.claude/skills/bmad-create-architecture/workflow.md +32 -0
  70. package/.claude/skills/bmad-create-epics-and-stories/SKILL.md +6 -0
  71. package/.claude/skills/bmad-create-epics-and-stories/steps/step-01-validate-prerequisites.md +255 -0
  72. package/.claude/skills/bmad-create-epics-and-stories/steps/step-02-design-epics.md +212 -0
  73. package/.claude/skills/bmad-create-epics-and-stories/steps/step-03-create-stories.md +255 -0
  74. package/.claude/skills/bmad-create-epics-and-stories/steps/step-04-final-validation.md +131 -0
  75. package/.claude/skills/bmad-create-epics-and-stories/templates/epics-template.md +61 -0
  76. package/.claude/skills/bmad-create-epics-and-stories/workflow.md +51 -0
  77. package/.claude/skills/bmad-create-prd/SKILL.md +6 -0
  78. package/.claude/skills/bmad-create-prd/data/domain-complexity.csv +15 -0
  79. package/.claude/skills/bmad-create-prd/data/prd-purpose.md +197 -0
  80. package/.claude/skills/bmad-create-prd/data/project-types.csv +11 -0
  81. package/.claude/skills/bmad-create-prd/steps-c/step-01-init.md +178 -0
  82. package/.claude/skills/bmad-create-prd/steps-c/step-01b-continue.md +161 -0
  83. package/.claude/skills/bmad-create-prd/steps-c/step-02-discovery.md +208 -0
  84. package/.claude/skills/bmad-create-prd/steps-c/step-02b-vision.md +142 -0
  85. package/.claude/skills/bmad-create-prd/steps-c/step-02c-executive-summary.md +158 -0
  86. package/.claude/skills/bmad-create-prd/steps-c/step-03-success.md +214 -0
  87. package/.claude/skills/bmad-create-prd/steps-c/step-04-journeys.md +201 -0
  88. package/.claude/skills/bmad-create-prd/steps-c/step-05-domain.md +194 -0
  89. package/.claude/skills/bmad-create-prd/steps-c/step-06-innovation.md +211 -0
  90. package/.claude/skills/bmad-create-prd/steps-c/step-07-project-type.md +222 -0
  91. package/.claude/skills/bmad-create-prd/steps-c/step-08-scoping.md +216 -0
  92. package/.claude/skills/bmad-create-prd/steps-c/step-09-functional.md +219 -0
  93. package/.claude/skills/bmad-create-prd/steps-c/step-10-nonfunctional.md +230 -0
  94. package/.claude/skills/bmad-create-prd/steps-c/step-11-polish.md +221 -0
  95. package/.claude/skills/bmad-create-prd/steps-c/step-12-complete.md +115 -0
  96. package/.claude/skills/bmad-create-prd/templates/prd-template.md +10 -0
  97. package/.claude/skills/bmad-create-prd/workflow.md +61 -0
  98. package/.claude/skills/bmad-create-story/SKILL.md +6 -0
  99. package/.claude/skills/bmad-create-story/checklist.md +357 -0
  100. package/.claude/skills/bmad-create-story/discover-inputs.md +88 -0
  101. package/.claude/skills/bmad-create-story/template.md +49 -0
  102. package/.claude/skills/bmad-create-story/workflow.md +380 -0
  103. package/.claude/skills/bmad-create-ux-design/SKILL.md +6 -0
  104. package/.claude/skills/bmad-create-ux-design/steps/step-01-init.md +135 -0
  105. package/.claude/skills/bmad-create-ux-design/steps/step-01b-continue.md +127 -0
  106. package/.claude/skills/bmad-create-ux-design/steps/step-02-discovery.md +190 -0
  107. package/.claude/skills/bmad-create-ux-design/steps/step-03-core-experience.md +217 -0
  108. package/.claude/skills/bmad-create-ux-design/steps/step-04-emotional-response.md +220 -0
  109. package/.claude/skills/bmad-create-ux-design/steps/step-05-inspiration.md +235 -0
  110. package/.claude/skills/bmad-create-ux-design/steps/step-06-design-system.md +253 -0
  111. package/.claude/skills/bmad-create-ux-design/steps/step-07-defining-experience.md +255 -0
  112. package/.claude/skills/bmad-create-ux-design/steps/step-08-visual-foundation.md +225 -0
  113. package/.claude/skills/bmad-create-ux-design/steps/step-09-design-directions.md +225 -0
  114. package/.claude/skills/bmad-create-ux-design/steps/step-10-user-journeys.md +242 -0
  115. package/.claude/skills/bmad-create-ux-design/steps/step-11-component-strategy.md +249 -0
  116. package/.claude/skills/bmad-create-ux-design/steps/step-12-ux-patterns.md +238 -0
  117. package/.claude/skills/bmad-create-ux-design/steps/step-13-responsive-accessibility.md +265 -0
  118. package/.claude/skills/bmad-create-ux-design/steps/step-14-complete.md +171 -0
  119. package/.claude/skills/bmad-create-ux-design/ux-design-template.md +13 -0
  120. package/.claude/skills/bmad-create-ux-design/workflow.md +35 -0
  121. package/.claude/skills/bmad-dev-story/SKILL.md +6 -0
  122. package/.claude/skills/bmad-dev-story/checklist.md +80 -0
  123. package/.claude/skills/bmad-dev-story/workflow.md +450 -0
  124. package/.claude/skills/bmad-distillator/SKILL.md +177 -0
  125. package/.claude/skills/bmad-distillator/agents/distillate-compressor.md +116 -0
  126. package/.claude/skills/bmad-distillator/agents/round-trip-reconstructor.md +68 -0
  127. package/.claude/skills/bmad-distillator/resources/compression-rules.md +51 -0
  128. package/.claude/skills/bmad-distillator/resources/distillate-format-reference.md +227 -0
  129. package/.claude/skills/bmad-distillator/resources/splitting-strategy.md +78 -0
  130. package/.claude/skills/bmad-distillator/scripts/analyze_sources.py +300 -0
  131. package/.claude/skills/bmad-distillator/scripts/tests/test_analyze_sources.py +204 -0
  132. package/.claude/skills/bmad-document-project/SKILL.md +6 -0
  133. package/.claude/skills/bmad-document-project/checklist.md +245 -0
  134. package/.claude/skills/bmad-document-project/documentation-requirements.csv +12 -0
  135. package/.claude/skills/bmad-document-project/instructions.md +128 -0
  136. package/.claude/skills/bmad-document-project/templates/deep-dive-template.md +345 -0
  137. package/.claude/skills/bmad-document-project/templates/index-template.md +169 -0
  138. package/.claude/skills/bmad-document-project/templates/project-overview-template.md +103 -0
  139. package/.claude/skills/bmad-document-project/templates/project-scan-report-schema.json +160 -0
  140. package/.claude/skills/bmad-document-project/templates/source-tree-template.md +135 -0
  141. package/.claude/skills/bmad-document-project/workflow.md +25 -0
  142. package/.claude/skills/bmad-document-project/workflows/deep-dive-instructions.md +299 -0
  143. package/.claude/skills/bmad-document-project/workflows/deep-dive-workflow.md +34 -0
  144. package/.claude/skills/bmad-document-project/workflows/full-scan-instructions.md +1107 -0
  145. package/.claude/skills/bmad-document-project/workflows/full-scan-workflow.md +34 -0
  146. package/.claude/skills/bmad-domain-research/SKILL.md +6 -0
  147. package/.claude/skills/bmad-domain-research/domain-steps/step-01-init.md +137 -0
  148. package/.claude/skills/bmad-domain-research/domain-steps/step-02-domain-analysis.md +229 -0
  149. package/.claude/skills/bmad-domain-research/domain-steps/step-03-competitive-landscape.md +238 -0
  150. package/.claude/skills/bmad-domain-research/domain-steps/step-04-regulatory-focus.md +206 -0
  151. package/.claude/skills/bmad-domain-research/domain-steps/step-05-technical-trends.md +234 -0
  152. package/.claude/skills/bmad-domain-research/domain-steps/step-06-research-synthesis.md +444 -0
  153. package/.claude/skills/bmad-domain-research/research.template.md +29 -0
  154. package/.claude/skills/bmad-domain-research/workflow.md +51 -0
  155. package/.claude/skills/bmad-edit-prd/SKILL.md +6 -0
  156. package/.claude/skills/bmad-edit-prd/data/prd-purpose.md +197 -0
  157. package/.claude/skills/bmad-edit-prd/steps-e/step-e-01-discovery.md +242 -0
  158. package/.claude/skills/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md +204 -0
  159. package/.claude/skills/bmad-edit-prd/steps-e/step-e-02-review.md +245 -0
  160. package/.claude/skills/bmad-edit-prd/steps-e/step-e-03-edit.md +250 -0
  161. package/.claude/skills/bmad-edit-prd/steps-e/step-e-04-complete.md +163 -0
  162. package/.claude/skills/bmad-edit-prd/workflow.md +62 -0
  163. package/.claude/skills/bmad-editorial-review-prose/SKILL.md +86 -0
  164. package/.claude/skills/bmad-editorial-review-structure/SKILL.md +179 -0
  165. package/.claude/skills/bmad-generate-project-context/SKILL.md +6 -0
  166. package/.claude/skills/bmad-generate-project-context/project-context-template.md +21 -0
  167. package/.claude/skills/bmad-generate-project-context/steps/step-01-discover.md +186 -0
  168. package/.claude/skills/bmad-generate-project-context/steps/step-02-generate.md +321 -0
  169. package/.claude/skills/bmad-generate-project-context/steps/step-03-complete.md +278 -0
  170. package/.claude/skills/bmad-generate-project-context/workflow.md +39 -0
  171. package/.claude/skills/bmad-help/SKILL.md +75 -0
  172. package/.claude/skills/bmad-index-docs/SKILL.md +66 -0
  173. package/.claude/skills/bmad-market-research/SKILL.md +6 -0
  174. package/.claude/skills/bmad-market-research/research.template.md +29 -0
  175. package/.claude/skills/bmad-market-research/steps/step-01-init.md +184 -0
  176. package/.claude/skills/bmad-market-research/steps/step-02-customer-behavior.md +239 -0
  177. package/.claude/skills/bmad-market-research/steps/step-03-customer-pain-points.md +251 -0
  178. package/.claude/skills/bmad-market-research/steps/step-04-customer-decisions.md +261 -0
  179. package/.claude/skills/bmad-market-research/steps/step-05-competitive-analysis.md +173 -0
  180. package/.claude/skills/bmad-market-research/steps/step-06-research-completion.md +478 -0
  181. package/.claude/skills/bmad-market-research/workflow.md +51 -0
  182. package/.claude/skills/bmad-party-mode/SKILL.md +125 -0
  183. package/.claude/skills/bmad-prfaq/SKILL.md +96 -0
  184. package/.claude/skills/bmad-prfaq/agents/artifact-analyzer.md +60 -0
  185. package/.claude/skills/bmad-prfaq/agents/web-researcher.md +49 -0
  186. package/.claude/skills/bmad-prfaq/assets/prfaq-template.md +62 -0
  187. package/.claude/skills/bmad-prfaq/bmad-manifest.json +16 -0
  188. package/.claude/skills/bmad-prfaq/references/customer-faq.md +55 -0
  189. package/.claude/skills/bmad-prfaq/references/internal-faq.md +51 -0
  190. package/.claude/skills/bmad-prfaq/references/press-release.md +60 -0
  191. package/.claude/skills/bmad-prfaq/references/verdict.md +79 -0
  192. package/.claude/skills/bmad-product-brief/SKILL.md +82 -0
  193. package/.claude/skills/bmad-product-brief/agents/artifact-analyzer.md +60 -0
  194. package/.claude/skills/bmad-product-brief/agents/opportunity-reviewer.md +44 -0
  195. package/.claude/skills/bmad-product-brief/agents/skeptic-reviewer.md +44 -0
  196. package/.claude/skills/bmad-product-brief/agents/web-researcher.md +49 -0
  197. package/.claude/skills/bmad-product-brief/bmad-manifest.json +17 -0
  198. package/.claude/skills/bmad-product-brief/prompts/contextual-discovery.md +57 -0
  199. package/.claude/skills/bmad-product-brief/prompts/draft-and-review.md +86 -0
  200. package/.claude/skills/bmad-product-brief/prompts/finalize.md +75 -0
  201. package/.claude/skills/bmad-product-brief/prompts/guided-elicitation.md +70 -0
  202. package/.claude/skills/bmad-product-brief/resources/brief-template.md +60 -0
  203. package/.claude/skills/bmad-qa-generate-e2e-tests/SKILL.md +6 -0
  204. package/.claude/skills/bmad-qa-generate-e2e-tests/checklist.md +33 -0
  205. package/.claude/skills/bmad-qa-generate-e2e-tests/workflow.md +136 -0
  206. package/.claude/skills/bmad-quick-dev/SKILL.md +6 -0
  207. package/.claude/skills/bmad-quick-dev/compile-epic-context.md +62 -0
  208. package/.claude/skills/bmad-quick-dev/spec-template.md +88 -0
  209. package/.claude/skills/bmad-quick-dev/step-01-clarify-and-route.md +91 -0
  210. package/.claude/skills/bmad-quick-dev/step-02-plan.md +47 -0
  211. package/.claude/skills/bmad-quick-dev/step-03-implement.md +39 -0
  212. package/.claude/skills/bmad-quick-dev/step-04-review.md +49 -0
  213. package/.claude/skills/bmad-quick-dev/step-05-present.md +63 -0
  214. package/.claude/skills/bmad-quick-dev/step-oneshot.md +61 -0
  215. package/.claude/skills/bmad-quick-dev/workflow.md +75 -0
  216. package/.claude/skills/bmad-retrospective/SKILL.md +6 -0
  217. package/.claude/skills/bmad-retrospective/workflow.md +1479 -0
  218. package/.claude/skills/bmad-review-adversarial-general/SKILL.md +37 -0
  219. package/.claude/skills/bmad-review-edge-case-hunter/SKILL.md +67 -0
  220. package/.claude/skills/bmad-shard-doc/SKILL.md +105 -0
  221. package/.claude/skills/bmad-sprint-planning/SKILL.md +6 -0
  222. package/.claude/skills/bmad-sprint-planning/checklist.md +33 -0
  223. package/.claude/skills/bmad-sprint-planning/sprint-status-template.yaml +56 -0
  224. package/.claude/skills/bmad-sprint-planning/workflow.md +263 -0
  225. package/.claude/skills/bmad-sprint-status/SKILL.md +6 -0
  226. package/.claude/skills/bmad-sprint-status/workflow.md +261 -0
  227. package/.claude/skills/bmad-technical-research/SKILL.md +6 -0
  228. package/.claude/skills/bmad-technical-research/research.template.md +29 -0
  229. package/.claude/skills/bmad-technical-research/technical-steps/step-01-init.md +137 -0
  230. package/.claude/skills/bmad-technical-research/technical-steps/step-02-technical-overview.md +239 -0
  231. package/.claude/skills/bmad-technical-research/technical-steps/step-03-integration-patterns.md +248 -0
  232. package/.claude/skills/bmad-technical-research/technical-steps/step-04-architectural-patterns.md +202 -0
  233. package/.claude/skills/bmad-technical-research/technical-steps/step-05-implementation-research.md +233 -0
  234. package/.claude/skills/bmad-technical-research/technical-steps/step-06-research-synthesis.md +487 -0
  235. package/.claude/skills/bmad-technical-research/workflow.md +52 -0
  236. package/.claude/skills/bmad-validate-prd/SKILL.md +6 -0
  237. package/.claude/skills/bmad-validate-prd/data/domain-complexity.csv +15 -0
  238. package/.claude/skills/bmad-validate-prd/data/prd-purpose.md +197 -0
  239. package/.claude/skills/bmad-validate-prd/data/project-types.csv +11 -0
  240. package/.claude/skills/bmad-validate-prd/steps-v/step-v-01-discovery.md +221 -0
  241. package/.claude/skills/bmad-validate-prd/steps-v/step-v-02-format-detection.md +188 -0
  242. package/.claude/skills/bmad-validate-prd/steps-v/step-v-02b-parity-check.md +206 -0
  243. package/.claude/skills/bmad-validate-prd/steps-v/step-v-03-density-validation.md +171 -0
  244. package/.claude/skills/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md +211 -0
  245. package/.claude/skills/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md +225 -0
  246. package/.claude/skills/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md +214 -0
  247. package/.claude/skills/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md +202 -0
  248. package/.claude/skills/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md +240 -0
  249. package/.claude/skills/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md +260 -0
  250. package/.claude/skills/bmad-validate-prd/steps-v/step-v-10-smart-validation.md +206 -0
  251. package/.claude/skills/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md +261 -0
  252. package/.claude/skills/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md +239 -0
  253. package/.claude/skills/bmad-validate-prd/steps-v/step-v-13-report-complete.md +229 -0
  254. package/.claude/skills/bmad-validate-prd/workflow.md +61 -0
  255. package/.claude/skills/gitnexus/gitnexus-cli/SKILL.md +82 -0
  256. package/.claude/skills/gitnexus/gitnexus-debugging/SKILL.md +89 -0
  257. package/.claude/skills/gitnexus/gitnexus-exploring/SKILL.md +78 -0
  258. package/.claude/skills/gitnexus/gitnexus-guide/SKILL.md +64 -0
  259. package/.claude/skills/gitnexus/gitnexus-impact-analysis/SKILL.md +97 -0
  260. package/.claude/skills/gitnexus/gitnexus-refactoring/SKILL.md +121 -0
  261. package/.claude/skills/openspec-apply-change/SKILL.md +156 -0
  262. package/.claude/skills/openspec-archive-change/SKILL.md +114 -0
  263. package/.claude/skills/openspec-explore/SKILL.md +288 -0
  264. package/.claude/skills/openspec-propose/SKILL.md +110 -0
  265. package/.claude/skills/vsaf-build/SKILL.md +52 -0
  266. package/.claude/skills/vsaf-doc/SKILL.md +66 -0
  267. package/.claude/skills/vsaf-memory-protocol.md +51 -0
  268. package/.claude/skills/vsaf-onboard/SKILL.md +55 -0
  269. package/.claude/skills/vsaf-plan/SKILL.md +68 -0
  270. package/.claude/skills/vsaf-ship/SKILL.md +76 -0
  271. package/.claude/skills/vsaf-test/SKILL.md +70 -0
  272. package/README.md +124 -0
  273. package/assets/templates/.claude/settings.json +82 -0
  274. package/assets/templates/CLAUDE.md +248 -0
  275. package/assets/templates/Makefile +77 -0
  276. package/assets/templates/scripts/session-end-check.sh +28 -0
  277. package/bin/vsaf.js +68 -0
  278. package/package.json +22 -0
  279. package/src/global.js +98 -0
  280. package/src/project.js +94 -0
  281. package/src/status.js +51 -0
  282. package/src/utils.js +42 -0
@@ -0,0 +1,478 @@
1
+ # Market Research Step 6: Research Completion
2
+
3
+ ## MANDATORY EXECUTION RULES (READ FIRST):
4
+
5
+ - 🛑 NEVER generate content without web search verification
6
+
7
+ - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
8
+ - 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
9
+ - ✅ Search the web to verify and supplement your knowledge with current facts
10
+ - 📋 YOU ARE A MARKET RESEARCH STRATEGIST, not content generator
11
+ - 💬 FOCUS on strategic recommendations and actionable insights
12
+ - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
14
+
15
+ ## EXECUTION PROTOCOLS:
16
+
17
+ - 🎯 Show web search analysis before presenting findings
18
+ - ⚠️ Present [C] complete option after completion content generation
19
+ - 💾 ONLY save when user chooses C (Complete)
20
+ - 📖 Update frontmatter `stepsCompleted: [1, 2, 3, 4, 5, 6]` before completing workflow
21
+ - 🚫 FORBIDDEN to complete workflow until C is selected
22
+ - 📚 GENERATE COMPLETE DOCUMENT STRUCTURE with intro, TOC, and summary
23
+
24
+ ## CONTEXT BOUNDARIES:
25
+
26
+ - Current document and frontmatter from previous steps are available
27
+ - **Research topic = "{{research_topic}}"** - comprehensive market analysis
28
+ - **Research goals = "{{research_goals}}"** - achieved through exhaustive market research
29
+ - All market research sections have been completed (customer behavior, pain points, decisions, competitive analysis)
30
+ - Web search capabilities with source verification are enabled
31
+ - This is the final synthesis step producing the complete market research document
32
+
33
+ ## YOUR TASK:
34
+
35
+ Produce a comprehensive, authoritative market research document on **{{research_topic}}** with compelling narrative introduction, detailed TOC, and executive summary based on exhaustive market research.
36
+
37
+ ## MARKET RESEARCH COMPLETION SEQUENCE:
38
+
39
+ ### 1. Begin Strategic Synthesis
40
+
41
+ Start with strategic synthesis approach:
42
+ "Now I'll complete our market research with **strategic synthesis and recommendations** .
43
+
44
+ **Strategic Synthesis Focus:**
45
+
46
+ - Integrated insights from market, customer, and competitive analysis
47
+ - Strategic recommendations based on research findings
48
+ - Market entry or expansion strategies
49
+ - Risk assessment and mitigation approaches
50
+ - Actionable next steps and implementation guidance
51
+
52
+ **Let me search for current strategic insights and best practices.**"
53
+
54
+ ### 2. Web Search for Market Entry Strategies
55
+
56
+ Search for current market strategies:
57
+ Search the web: "market entry strategies best practices"
58
+
59
+ **Strategy focus:**
60
+
61
+ - Market entry timing and approaches
62
+ - Go-to-market strategies and frameworks
63
+ - Market positioning and differentiation tactics
64
+ - Customer acquisition and growth strategies
65
+
66
+ ### 3. Web Search for Risk Assessment
67
+
68
+ Search for current risk approaches:
69
+ Search the web: "market research risk assessment frameworks"
70
+
71
+ **Risk focus:**
72
+
73
+ - Market risks and uncertainty management
74
+ - Competitive threats and mitigation strategies
75
+ - Regulatory and compliance risks
76
+ - Economic and market volatility considerations
77
+
78
+ ### 4. Generate Complete Market Research Document
79
+
80
+ Prepare comprehensive market research document with full structure:
81
+
82
+ #### Complete Document Structure:
83
+
84
+ ```markdown
85
+ # [Compelling Title]: Comprehensive {{research_topic}} Market Research
86
+
87
+ ## Executive Summary
88
+
89
+ [Brief compelling overview of key market findings and strategic implications]
90
+
91
+ ## Table of Contents
92
+
93
+ - Market Research Introduction and Methodology
94
+ - {{research_topic}} Market Analysis and Dynamics
95
+ - Customer Insights and Behavior Analysis
96
+ - Competitive Landscape and Positioning
97
+ - Strategic Market Recommendations
98
+ - Market Entry and Growth Strategies
99
+ - Risk Assessment and Mitigation
100
+ - Implementation Roadmap and Success Metrics
101
+ - Future Market Outlook and Opportunities
102
+ - Market Research Methodology and Source Documentation
103
+ - Market Research Appendices and Additional Resources
104
+
105
+ ## 1. Market Research Introduction and Methodology
106
+
107
+ ### Market Research Significance
108
+
109
+ **Compelling market narrative about why {{research_topic}} research is critical now**
110
+ _Market Importance: [Strategic market significance with up-to-date context]_
111
+ _Business Impact: [Business implications of market research]_
112
+ _Source: [URL]_
113
+
114
+ ### Market Research Methodology
115
+
116
+ [Comprehensive description of market research approach including:]
117
+
118
+ - **Market Scope**: [Comprehensive market coverage areas]
119
+ - **Data Sources**: [Authoritative market sources and verification approach]
120
+ - **Analysis Framework**: [Structured market analysis methodology]
121
+ - **Time Period**: [current focus and market evolution context]
122
+ - **Geographic Coverage**: [Regional/global market scope]
123
+
124
+ ### Market Research Goals and Objectives
125
+
126
+ **Original Market Goals:** {{research_goals}}
127
+
128
+ **Achieved Market Objectives:**
129
+
130
+ - [Market Goal 1 achievement with supporting evidence]
131
+ - [Market Goal 2 achievement with supporting evidence]
132
+ - [Additional market insights discovered during research]
133
+
134
+ ## 2. {{research_topic}} Market Analysis and Dynamics
135
+
136
+ ### Market Size and Growth Projections
137
+
138
+ _[Comprehensive market analysis]_
139
+ _Market Size: [Current market valuation and size]_
140
+ _Growth Rate: [CAGR and market growth projections]_
141
+ _Market Drivers: [Key factors driving market growth]_
142
+ _Market Segments: [Detailed market segmentation analysis]_
143
+ _Source: [URL]_
144
+
145
+ ### Market Trends and Dynamics
146
+
147
+ [Current market trends analysis]
148
+ _Emerging Trends: [Key market trends and their implications]_
149
+ _Market Dynamics: [Forces shaping market evolution]_
150
+ _Consumer Behavior Shifts: [Changes in customer behavior and preferences]_
151
+ _Source: [URL]_
152
+
153
+ ### Pricing and Business Model Analysis
154
+
155
+ [Comprehensive pricing and business model analysis]
156
+ _Pricing Strategies: [Current pricing approaches and models]_
157
+ _Business Model Evolution: [Emerging and successful business models]_
158
+ _Value Proposition Analysis: [Customer value proposition assessment]_
159
+ _Source: [URL]_
160
+
161
+ ## 3. Customer Insights and Behavior Analysis
162
+
163
+ ### Customer Behavior Patterns
164
+
165
+ [Customer insights analysis with current context]
166
+ _Behavior Patterns: [Key customer behavior trends and patterns]_
167
+ _Customer Journey: [Complete customer journey mapping]_
168
+ _Decision Factors: [Factors influencing customer decisions]_
169
+ _Source: [URL]_
170
+
171
+ ### Customer Pain Points and Needs
172
+
173
+ [Comprehensive customer pain point analysis]
174
+ _Pain Points: [Key customer challenges and frustrations]_
175
+ _Unmet Needs: [Unsolved customer needs and opportunities]_
176
+ _Customer Expectations: [Current customer expectations and requirements]_
177
+ _Source: [URL]_
178
+
179
+ ### Customer Segmentation and Targeting
180
+
181
+ [Detailed customer segmentation analysis]
182
+ _Customer Segments: [Detailed customer segment profiles]_
183
+ _Target Market Analysis: [Most attractive customer segments]_
184
+ _Segment-specific Strategies: [Tailored approaches for key segments]_
185
+ _Source: [URL]_
186
+
187
+ ## 4. Competitive Landscape and Positioning
188
+
189
+ ### Competitive Analysis
190
+
191
+ [Comprehensive competitive analysis]
192
+ _Market Leaders: [Dominant competitors and their strategies]_
193
+ _Emerging Competitors: [New entrants and innovative approaches]_
194
+ _Competitive Advantages: [Key differentiators and competitive advantages]_
195
+ _Source: [URL]_
196
+
197
+ ### Market Positioning Strategies
198
+
199
+ [Strategic positioning analysis]
200
+ _Positioning Opportunities: [Opportunities for market differentiation]_
201
+ _Competitive Gaps: [Unserved market needs and opportunities]_
202
+ _Positioning Framework: [Recommended positioning approach]_
203
+ _Source: [URL]_
204
+
205
+ ## 5. Strategic Market Recommendations
206
+
207
+ ### Market Opportunity Assessment
208
+
209
+ [Strategic market opportunities analysis]
210
+ _High-Value Opportunities: [Most attractive market opportunities]_
211
+ _Market Entry Timing: [Optimal timing for market entry or expansion]_
212
+ _Growth Strategies: [Recommended approaches for market growth]_
213
+ _Source: [URL]_
214
+
215
+ ### Strategic Recommendations
216
+
217
+ [Comprehensive strategic recommendations]
218
+ _Market Entry Strategy: [Recommended approach for market entry/expansion]_
219
+ _Competitive Strategy: [Recommended competitive positioning and approach]_
220
+ _Customer Acquisition Strategy: [Recommended customer acquisition approach]_
221
+ _Source: [URL]_
222
+
223
+ ## 6. Market Entry and Growth Strategies
224
+
225
+ ### Go-to-Market Strategy
226
+
227
+ [Comprehensive go-to-market approach]
228
+ _Market Entry Approach: [Recommended market entry strategy and tactics]_
229
+ _Channel Strategy: [Optimal channels for market reach and customer acquisition]_
230
+ _Partnership Strategy: [Strategic partnership and collaboration opportunities]_
231
+ _Source: [URL]_
232
+
233
+ ### Growth and Scaling Strategy
234
+
235
+ [Market growth and scaling analysis]
236
+ _Growth Phases: [Recommended phased approach to market growth]_
237
+ _Scaling Considerations: [Key factors for successful market scaling]_
238
+ _Expansion Opportunities: [Opportunities for geographic or segment expansion]_
239
+ _Source: [URL]_
240
+
241
+ ## 7. Risk Assessment and Mitigation
242
+
243
+ ### Market Risk Analysis
244
+
245
+ [Comprehensive market risk assessment]
246
+ _Market Risks: [Key market-related risks and uncertainties]_
247
+ _Competitive Risks: [Competitive threats and mitigation strategies]_
248
+ _Regulatory Risks: [Regulatory and compliance considerations]_
249
+ _Source: [URL]_
250
+
251
+ ### Mitigation Strategies
252
+
253
+ [Risk mitigation and contingency planning]
254
+ _Risk Mitigation Approaches: [Strategies for managing identified risks]_
255
+ _Contingency Planning: [Backup plans and alternative approaches]_
256
+ _Market Sensitivity Analysis: [Impact of market changes on strategy]_
257
+ _Source: [URL]_
258
+
259
+ ## 8. Implementation Roadmap and Success Metrics
260
+
261
+ ### Implementation Framework
262
+
263
+ [Comprehensive implementation guidance]
264
+ _Implementation Timeline: [Recommended phased implementation approach]_
265
+ _Required Resources: [Key resources and capabilities needed]_
266
+ _Implementation Milestones: [Key milestones and success criteria]_
267
+ _Source: [URL]_
268
+
269
+ ### Success Metrics and KPIs
270
+
271
+ [Comprehensive success measurement framework]
272
+ _Key Performance Indicators: [Critical metrics for measuring success]_
273
+ _Monitoring and Reporting: [Approach for tracking and reporting progress]_
274
+ _Success Criteria: [Clear criteria for determining success]_
275
+ _Source: [URL]_
276
+
277
+ ## 9. Future Market Outlook and Opportunities
278
+
279
+ ### Future Market Trends
280
+
281
+ [Forward-looking market analysis]
282
+ _Near-term Market Evolution: [1-2 year market development expectations]_
283
+ _Medium-term Market Trends: [3-5 year expected market developments]_
284
+ _Long-term Market Vision: [5+ year market outlook for {{research_topic}}]_
285
+ _Source: [URL]_
286
+
287
+ ### Strategic Opportunities
288
+
289
+ [Market opportunity analysis and recommendations]
290
+ _Emerging Opportunities: [New market opportunities and their potential]_
291
+ _Innovation Opportunities: [Areas for market innovation and differentiation]_
292
+ _Strategic Market Investments: [Recommended market investments and priorities]_
293
+ _Source: [URL]_
294
+
295
+ ## 10. Market Research Methodology and Source Verification
296
+
297
+ ### Comprehensive Market Source Documentation
298
+
299
+ [Complete documentation of all market research sources]
300
+ _Primary Market Sources: [Key authoritative market sources used]_
301
+ _Secondary Market Sources: [Supporting market research and analysis]_
302
+ _Market Web Search Queries: [Complete list of market search queries used]_
303
+
304
+ ### Market Research Quality Assurance
305
+
306
+ [Market research quality assurance and validation approach]
307
+ _Market Source Verification: [All market claims verified with multiple sources]_
308
+ _Market Confidence Levels: [Confidence assessments for uncertain market data]_
309
+ _Market Research Limitations: [Market research limitations and areas for further investigation]_
310
+ _Methodology Transparency: [Complete transparency about market research approach]_
311
+
312
+ ## 11. Market Research Appendices and Additional Resources
313
+
314
+ ### Detailed Market Data Tables
315
+
316
+ [Comprehensive market data tables supporting research findings]
317
+ _Market Size Data: [Detailed market size and growth data tables]_
318
+ _Customer Analysis Data: [Detailed customer behavior and segmentation data]_
319
+ _Competitive Analysis Data: [Detailed competitor comparison and positioning data]_
320
+
321
+ ### Market Resources and References
322
+
323
+ [Valuable market resources for continued research and implementation]
324
+ _Market Research Reports: [Authoritative market research reports and publications]_
325
+ _Industry Associations: [Key industry organizations and market resources]_
326
+ _Market Analysis Tools: [Tools and resources for ongoing market analysis]_
327
+
328
+ ---
329
+
330
+ ## Market Research Conclusion
331
+
332
+ ### Summary of Key Market Findings
333
+
334
+ [Comprehensive summary of the most important market research findings]
335
+
336
+ ### Strategic Market Impact Assessment
337
+
338
+ [Assessment of market implications for {{research_topic}}]
339
+
340
+ ### Next Steps Market Recommendations
341
+
342
+ [Specific next steps for leveraging this market research]
343
+
344
+ ---
345
+
346
+ **Market Research Completion Date:** {{date}}
347
+ **Research Period:** current comprehensive market analysis
348
+ **Document Length:** As needed for comprehensive market coverage
349
+ **Source Verification:** All market facts cited with current sources
350
+ **Market Confidence Level:** High - based on multiple authoritative market sources
351
+
352
+ _This comprehensive market research document serves as an authoritative market reference on {{research_topic}} and provides strategic market insights for informed decision-making._
353
+ ```
354
+
355
+ ### 5. Present Complete Market Research Document and Final Option
356
+
357
+ **Market Research Document Completion Presentation:**
358
+
359
+ "I've completed the **comprehensive market research document synthesis** for **{{research_topic}}**, producing an authoritative market research document with:
360
+
361
+ **Document Features:**
362
+
363
+ - **Compelling Market Introduction**: Engaging opening that establishes market research significance
364
+ - **Comprehensive Market TOC**: Complete navigation structure for market reference
365
+ - **Exhaustive Market Research Coverage**: All market aspects of {{research_topic}} thoroughly analyzed
366
+ - **Executive Market Summary**: Key market findings and strategic implications highlighted
367
+ - **Strategic Market Recommendations**: Actionable market insights based on comprehensive research
368
+ - **Complete Market Source Citations**: Every market claim verified with current sources
369
+
370
+ **Market Research Completeness:**
371
+
372
+ - Market analysis and dynamics fully documented
373
+ - Customer insights and behavior analysis comprehensively covered
374
+ - Competitive landscape and positioning detailed
375
+ - Strategic market recommendations and implementation guidance provided
376
+
377
+ **Document Standards Met:**
378
+
379
+ - Exhaustive market research with no critical gaps
380
+ - Professional market structure and compelling narrative
381
+ - As long as needed for comprehensive market coverage
382
+ - Multiple independent sources for all market claims
383
+ - current market data throughout with proper citations
384
+
385
+ **Ready to complete this comprehensive market research document?**
386
+ [C] Complete Research - Save final comprehensive market research document
387
+
388
+ **HALT — wait for user response before proceeding.**
389
+
390
+ ### 6. Handle Complete Selection
391
+
392
+ #### If 'C' (Complete Research):
393
+
394
+ - **Replace** the template placeholder `[Research overview and methodology will be appended here]` in the `## Research Overview` section near the top of the document with a concise 2-3 paragraph overview summarizing the research scope, key findings, and a pointer to the full executive summary in the Research Synthesis section
395
+ - Append the final content to the research document
396
+ - Update frontmatter: `stepsCompleted: [1, 2, 3, 4]`
397
+ - Complete the market research workflow
398
+
399
+ ## APPEND TO DOCUMENT:
400
+
401
+ When user selects 'C', append the content directly to the research document using the structure from step 4. Also replace the `[Research overview and methodology will be appended here]` placeholder in the Research Overview section at the top of the document.
402
+
403
+ ## SUCCESS METRICS:
404
+
405
+ ✅ Compelling market introduction with research significance
406
+ ✅ Comprehensive market table of contents with complete document structure
407
+ ✅ Exhaustive market research coverage across all market aspects
408
+ ✅ Executive market summary with key findings and strategic implications
409
+ ✅ Strategic market recommendations grounded in comprehensive research
410
+ ✅ Complete market source verification with current citations
411
+ ✅ Professional market document structure and compelling narrative
412
+ ✅ [C] complete option presented and handled correctly
413
+ ✅ Market research workflow completed with comprehensive document
414
+
415
+ ## FAILURE MODES:
416
+
417
+ ❌ Not producing compelling market introduction
418
+ ❌ Missing comprehensive market table of contents
419
+ ❌ Incomplete market research coverage across market aspects
420
+ ❌ Not providing executive market summary with key findings
421
+ ❌ Missing strategic market recommendations based on research
422
+ ❌ Relying solely on training data without web verification for current facts
423
+ ❌ Producing market document without professional structure
424
+ ❌ Not presenting completion option for final market document
425
+
426
+ ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
427
+ ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
428
+ ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
429
+
430
+ ## STRATEGIC RESEARCH PROTOCOLS:
431
+
432
+ - Search for current market strategy frameworks and best practices
433
+ - Research successful market entry cases and approaches
434
+ - Identify risk management methodologies and frameworks
435
+ - Research implementation planning and execution strategies
436
+ - Consider market timing and readiness factors
437
+
438
+ ## COMPREHENSIVE MARKET DOCUMENT STANDARDS:
439
+
440
+ This step ensures the final market research document:
441
+
442
+ - Serves as an authoritative market reference on {{research_topic}}
443
+ - Provides strategic market insights for informed decision-making
444
+ - Includes comprehensive market coverage with no gaps
445
+ - Maintains rigorous market source verification standards
446
+ - Delivers strategic market insights and actionable recommendations
447
+ - Meets professional market research document quality standards
448
+
449
+ ## MARKET RESEARCH WORKFLOW COMPLETION:
450
+
451
+ When 'C' is selected:
452
+
453
+ - All market research steps completed (1-4)
454
+ - Comprehensive market research document generated
455
+ - Professional market document structure with intro, TOC, and summary
456
+ - All market sections appended with source citations
457
+ - Market research workflow status updated to complete
458
+ - Final comprehensive market research document delivered to user
459
+
460
+ ## FINAL MARKET DELIVERABLE:
461
+
462
+ Complete authoritative market research document on {{research_topic}} that:
463
+
464
+ - Establishes professional market credibility through comprehensive research
465
+ - Provides strategic market insights for informed decision-making
466
+ - Serves as market reference document for continued use
467
+ - Maintains highest market research quality standards with current verification
468
+
469
+ ## NEXT STEPS:
470
+
471
+ Comprehensive market research workflow complete. User may:
472
+
473
+ - Use market research document to inform business strategies and decisions
474
+ - Conduct additional market research on specific segments or opportunities
475
+ - Combine market research with other research types for comprehensive insights
476
+ - Move forward with implementation based on strategic market recommendations
477
+
478
+ Congratulations on completing comprehensive market research with professional documentation! 🎉
@@ -0,0 +1,51 @@
1
+ # Market Research Workflow
2
+
3
+ **Goal:** Conduct comprehensive market research using current web data and verified sources to produce complete research documents with compelling narratives and proper citations.
4
+
5
+ **Your Role:** You are a market research facilitator working with an expert partner. This is a collaboration where you bring research methodology and web search capabilities, while your partner brings domain knowledge and research direction.
6
+
7
+ ## PREREQUISITE
8
+
9
+ **⛔ Web search required.** If unavailable, abort and tell the user.
10
+
11
+ ## Activation
12
+
13
+ 1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve::
14
+ - Use `{user_name}` for greeting
15
+ - Use `{communication_language}` for all communications
16
+ - Use `{document_output_language}` for output documents
17
+ - Use `{planning_artifacts}` for output location and artifact scanning
18
+ - Use `{project_knowledge}` for additional context scanning
19
+
20
+ ## QUICK TOPIC DISCOVERY
21
+
22
+ "Welcome {{user_name}}! Let's get started with your **market research**.
23
+
24
+ **What topic, problem, or area do you want to research?**
25
+
26
+ For example:
27
+ - 'The electric vehicle market in Europe'
28
+ - 'Plant-based food alternatives market'
29
+ - 'Mobile payment solutions in Southeast Asia'
30
+ - 'Or anything else you have in mind...'"
31
+
32
+ ### Topic Clarification
33
+
34
+ Based on the user's topic, briefly clarify:
35
+ 1. **Core Topic**: "What exactly about [topic] are you most interested in?"
36
+ 2. **Research Goals**: "What do you hope to achieve with this research?"
37
+ 3. **Scope**: "Should we focus broadly or dive deep into specific aspects?"
38
+
39
+ ## ROUTE TO MARKET RESEARCH STEPS
40
+
41
+ After gathering the topic and goals:
42
+
43
+ 1. Set `research_type = "market"`
44
+ 2. Set `research_topic = [discovered topic from discussion]`
45
+ 3. Set `research_goals = [discovered goals from discussion]`
46
+ 4. Create the starter output file: `{planning_artifacts}/research/market-{{research_topic}}-research-{{date}}.md` with exact copy of the `./research.template.md` contents
47
+ 5. Load: `./steps/step-01-init.md` with topic context
48
+
49
+ **Note:** The discovered topic from the discussion should be passed to the initialization step, so it doesn't need to ask "What do you want to research?" again - it can focus on refining the scope for market research.
50
+
51
+ **✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`**
@@ -0,0 +1,125 @@
1
+ ---
2
+ name: bmad-party-mode
3
+ description: 'Orchestrates group discussions between installed BMAD agents, enabling natural multi-agent conversations where each agent is a real subagent with independent thinking. Use when user requests party mode, wants multiple agent perspectives, group discussion, roundtable, or multi-agent conversation about their project.'
4
+ ---
5
+
6
+ # Party Mode
7
+
8
+ Facilitate roundtable discussions where BMAD agents participate as **real subagents** — each spawned independently via the Agent tool so they think for themselves. You are the orchestrator: you pick voices, build context, spawn agents, and present their responses. In the default subagent mode, never generate agent responses yourself — that's the whole point. In `--solo` mode, you roleplay all agents directly.
9
+
10
+ ## Why This Matters
11
+
12
+ The whole point of party mode is that each agent produces a genuinely independent perspective. When one LLM roleplays multiple characters, the "opinions" tend to converge and feel performative. By spawning each agent as its own subagent process, you get real diversity of thought — agents that actually disagree, catch things the others miss, and bring their authentic expertise to bear.
13
+
14
+ ## Arguments
15
+
16
+ Party mode accepts optional arguments when invoked:
17
+
18
+ - `--model <model>` — Force all subagents to use a specific model (e.g. `--model haiku`, `--model opus`). When omitted, choose the model that fits the round: use a faster model (like `haiku`) for brief or reactive responses, and the default model for deep or complex topics. Match model weight to the depth of thinking the round requires.
19
+ - `--solo` — Run without subagents. Instead of spawning independent agents, roleplay all selected agents yourself in a single response. This is useful when subagents aren't available, when speed matters more than independence, or when the user just prefers it. Announce solo mode on activation so the user knows responses come from one LLM.
20
+
21
+ ## On Activation
22
+
23
+ 1. **Parse arguments** — check for `--model` and `--solo` flags from the user's invocation.
24
+
25
+ 2. Load config from `{project-root}/_bmad/core/config.yaml` and resolve:
26
+ - Use `{user_name}` for greeting
27
+ - Use `{communication_language}` for all communications
28
+
29
+ 3. **Read the agent manifest** at `{project-root}/_bmad/_config/agent-manifest.csv`. Build an internal roster of available agents with their displayName, title, icon, role, identity, communicationStyle, and principles.
30
+
31
+ 4. **Load project context** — search for `**/project-context.md`. If found, hold it as background context that gets passed to agents when relevant.
32
+
33
+ 5. **Welcome the user** — briefly introduce party mode (mention if solo mode is active). Show the full agent roster (icon + name + one-line role) so the user knows who's available. Ask what they'd like to discuss.
34
+
35
+ ## The Core Loop
36
+
37
+ For each user message:
38
+
39
+ ### 1. Pick the Right Voices
40
+
41
+ Choose 2-4 agents whose expertise is most relevant to what the user is asking. Use your judgment — you know each agent's role and identity from the manifest. Some guidelines:
42
+
43
+ - **Simple question**: 2 agents with the most relevant expertise
44
+ - **Complex or cross-cutting topic**: 3-4 agents from different domains
45
+ - **User names specific agents**: Always include those, plus 1-2 complementary voices
46
+ - **User asks an agent to respond to another**: Spawn just that agent with the other's response as context
47
+ - **Rotate over time** — avoid the same 2 agents dominating every round
48
+
49
+ ### 2. Build Context and Spawn
50
+
51
+ For each selected agent, spawn a subagent using the Agent tool. Each subagent gets:
52
+
53
+ **The agent prompt** (built from the manifest data):
54
+ ```
55
+ You are {displayName} ({title}), a BMAD agent in a collaborative roundtable discussion.
56
+
57
+ ## Your Persona
58
+ - Icon: {icon}
59
+ - Communication Style: {communicationStyle}
60
+ - Principles: {principles}
61
+ - Identity: {identity}
62
+
63
+ ## Discussion Context
64
+ {summary of the conversation so far — keep under 400 words}
65
+
66
+ {project context if relevant}
67
+
68
+ ## What Other Agents Said This Round
69
+ {if this is a cross-talk or reaction request, include the responses being reacted to — otherwise omit this section}
70
+
71
+ ## The User's Message
72
+ {the user's actual message}
73
+
74
+ ## Guidelines
75
+ - Respond authentically as {displayName}. Your perspective should reflect your genuine expertise.
76
+ - Start your response with: {icon} **{displayName}:**
77
+ - Speak in {communication_language}.
78
+ - Scale your response to the substance — don't pad. If you have a brief point, make it briefly.
79
+ - Disagree with other agents when your expertise tells you to. Don't hedge or be polite about it.
80
+ - If you have nothing substantive to add, say so in one sentence rather than manufacturing an opinion.
81
+ - You may ask the user direct questions if something needs clarification.
82
+ - Do NOT use tools. Just respond with your perspective.
83
+ ```
84
+
85
+ **Spawn all agents in parallel** — put all Agent tool calls in a single response so they run concurrently. If `--model` was specified, use that model for all subagents. Otherwise, pick the model that matches the round — faster/cheaper models for brief takes, the default for substantive analysis.
86
+
87
+ **Solo mode** — if `--solo` is active, skip spawning. Instead, generate all agent responses yourself in a single message, staying faithful to each agent's persona. Keep responses clearly separated with each agent's icon and name header.
88
+
89
+ ### 3. Present Responses
90
+
91
+ Present each agent's full response to the user — distinct, complete, and in their own voice. The user is here to hear the agents speak, not to read your synthesis of what they think. Whether the responses came from subagents or you generated them in solo mode, the rule is the same: each agent's perspective gets its own unabridged section. Never blend, paraphrase, or condense agent responses into a summary.
92
+
93
+ The format is simple: each agent's response one after another, separated by a blank line. No introductions, no "here's what they said", no framing — just the responses themselves.
94
+
95
+ After all agent responses are presented in full, you may optionally add a brief **Orchestrator Note** — flagging a disagreement worth exploring, or suggesting an agent to bring in next round. Keep this short and clearly labeled so it's not confused with agent speech.
96
+
97
+ ### 4. Handle Follow-ups
98
+
99
+ The user drives what happens next. Common patterns:
100
+
101
+ | User says... | You do... |
102
+ |---|---|
103
+ | Continues the general discussion | Pick fresh agents, repeat the loop |
104
+ | "Winston, what do you think about what Sally said?" | Spawn just Winston with Sally's response as context |
105
+ | "Bring in Amelia on this" | Spawn Amelia with a summary of the discussion so far |
106
+ | "I agree with John, let's go deeper on that" | Spawn John + 1-2 others to expand on John's point |
107
+ | "What would Mary and Amelia think about Winston's approach?" | Spawn Mary and Amelia with Winston's response as context |
108
+ | Asks a question directed at everyone | Back to step 1 with all agents |
109
+
110
+ The key insight: you can spawn any combination at any time. One agent, two agents reacting to a third, the whole roster — whatever serves the conversation. Each spawn is cheap and independent.
111
+
112
+ ## Keeping Context Manageable
113
+
114
+ As the conversation grows, you'll need to summarize prior rounds rather than passing the full transcript to each subagent. Aim to keep the "Discussion Context" section under 400 words — a tight summary of what's been discussed, what positions agents have taken, and what the user seems to be driving toward. Update this summary every 2-3 rounds or when the topic shifts significantly.
115
+
116
+ ## When Things Go Sideways
117
+
118
+ - **Agents are all saying the same thing**: Bring in a contrarian voice, or ask a specific agent to play devil's advocate by framing the prompt that way.
119
+ - **Discussion is going in circles**: Summarize the impasse and ask the user what angle they want to explore next.
120
+ - **User seems disengaged**: Ask directly — continue, change topic, or wrap up?
121
+ - **Agent gives a weak response**: Don't retry. Present it and let the user decide if they want more from that agent.
122
+
123
+ ## Exit
124
+
125
+ When the user says they're done (any natural phrasing — "thanks", "that's all", "end party mode", etc.), give a brief wrap-up of the key takeaways from the discussion and return to normal mode. Don't force exit triggers — just read the room.