@zeyue0329/xiaoma-cli 1.7.0 → 1.8.1

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 (264) hide show
  1. package/.idea/XiaoMa-Cli.iml +9 -0
  2. package/.idea/misc.xml +6 -0
  3. package/.idea/modules.xml +1 -1
  4. package/CLAUDE.md +93 -0
  5. package/README.md +33 -33
  6. package/TECH-STACK.md +62 -0
  7. package/package.json +3 -8
  8. package/pipeline-optimization-report.md +390 -570
  9. package/run-5-analysis-report.md +436 -0
  10. package/src/core/module-help.csv +10 -10
  11. package/src/core/skills/xiaoma-advanced-elicitation/SKILL.md +2 -2
  12. package/src/core/skills/xiaoma-advanced-elicitation/workflow.md +2 -2
  13. package/src/core/skills/xiaoma-brainstorming/SKILL.md +1 -1
  14. package/src/core/skills/xiaoma-brainstorming/steps/step-01-session-setup.md +4 -0
  15. package/src/core/skills/xiaoma-brainstorming/steps/step-01b-continue.md +3 -1
  16. package/src/core/skills/xiaoma-brainstorming/steps/step-02a-user-selected.md +5 -1
  17. package/src/core/skills/xiaoma-brainstorming/steps/step-02b-ai-recommended.md +3 -1
  18. package/src/core/skills/xiaoma-brainstorming/steps/step-02c-random-selection.md +3 -1
  19. package/src/core/skills/xiaoma-brainstorming/steps/step-02d-progressive-flow.md +3 -1
  20. package/src/core/skills/xiaoma-brainstorming/steps/step-03-technique-execution.md +2 -0
  21. package/src/core/skills/xiaoma-brainstorming/steps/step-04-idea-organization.md +2 -0
  22. package/src/core/skills/xiaoma-brainstorming/workflow.md +1 -2
  23. package/src/core/skills/xiaoma-distillator/SKILL.md +1 -1
  24. package/src/core/skills/xiaoma-distillator/agents/distillate-compressor.md +4 -4
  25. package/src/core/skills/xiaoma-distillator/resources/distillate-format-reference.md +34 -34
  26. package/src/core/skills/xiaoma-distillator/xiaoma-skill-manifest.yaml +1 -1
  27. package/src/core/skills/xiaoma-editorial-review-prose/SKILL.md +1 -1
  28. package/src/core/skills/xiaoma-editorial-review-structure/SKILL.md +1 -1
  29. package/src/core/skills/xiaoma-editorial-review-structure/workflow.md +1 -1
  30. package/src/core/skills/xiaoma-help/SKILL.md +2 -2
  31. package/src/core/skills/xiaoma-index-docs/SKILL.md +1 -1
  32. package/src/core/skills/xiaoma-party-mode/SKILL.md +2 -2
  33. package/src/core/skills/xiaoma-party-mode/steps/step-01-agent-loading.md +3 -3
  34. package/src/core/skills/xiaoma-party-mode/steps/step-02-discussion-orchestration.md +2 -2
  35. package/src/core/skills/xiaoma-party-mode/steps/step-03-graceful-exit.md +5 -5
  36. package/src/core/skills/xiaoma-party-mode/workflow.md +4 -4
  37. package/src/core/skills/xiaoma-review-adversarial-general/SKILL.md +1 -1
  38. package/src/core/skills/xiaoma-review-edge-case-hunter/SKILL.md +2 -2
  39. package/src/core/skills/xiaoma-shard-doc/SKILL.md +1 -1
  40. package/src/core/tasks/xiaoma-create-prd/SKILL.md +1 -1
  41. package/src/core/tasks/xiaoma-create-prd/data/prd-purpose.md +4 -4
  42. package/src/core/tasks/xiaoma-create-prd/data/project-types.csv +1 -1
  43. package/src/core/tasks/xiaoma-create-prd/steps-c/step-11-polish.md +1 -1
  44. package/src/xmc/agents/analyst.agent.yaml +3 -3
  45. package/src/xmc/agents/qa.agent.yaml +1 -1
  46. package/src/xmc/agents/sm.agent.yaml +3 -3
  47. package/src/xmc/agents/tech-writer/tech-writer-sidecar/documentation-standards.md +2 -2
  48. package/src/xmc/agents/tech-writer/xiaoma-skill-manifest.yaml +1 -1
  49. package/src/xmc/agents/xiaoma-skill-manifest.yaml +8 -8
  50. package/src/xmc/module-help.csv +31 -31
  51. package/src/xmc/module.yaml +2 -2
  52. package/src/xmc/teams/default-party.csv +14 -14
  53. package/src/xmc/teams/team-fullstack.yaml +1 -1
  54. package/src/xmc/workflows/1-analysis/auto-requirements-pipeline/steps/step-04-create-prd.md +2 -1
  55. package/src/xmc/workflows/1-analysis/auto-requirements-pipeline/steps/step-05-validate-prd.md +56 -2
  56. package/src/xmc/workflows/1-analysis/auto-requirements-pipeline/steps/step-06-create-epics.md +14 -5
  57. package/src/xmc/workflows/1-analysis/auto-requirements-pipeline/steps/step-08-finalize.md +3 -3
  58. package/src/xmc/workflows/1-analysis/auto-requirements-pipeline/workflow.md +1 -0
  59. package/src/xmc/workflows/1-analysis/research/xiaoma-domain-research/SKILL.md +1 -1
  60. package/src/xmc/workflows/1-analysis/research/xiaoma-market-research/SKILL.md +1 -1
  61. package/src/xmc/workflows/1-analysis/research/xiaoma-technical-research/SKILL.md +1 -1
  62. package/src/xmc/workflows/1-analysis/xiaoma-create-product-brief/SKILL.md +1 -1
  63. package/src/xmc/workflows/1-analysis/xiaoma-create-product-brief/steps/step-02-vision.md +1 -0
  64. package/src/xmc/workflows/1-analysis/xiaoma-create-product-brief/steps/step-03-users.md +1 -0
  65. package/src/xmc/workflows/1-analysis/xiaoma-create-product-brief/steps/step-04-metrics.md +1 -0
  66. package/src/xmc/workflows/1-analysis/xiaoma-create-product-brief/steps/step-05-scope.md +1 -0
  67. package/src/xmc/workflows/1-analysis/xiaoma-product-brief-preview/SKILL.md +1 -1
  68. package/src/xmc/workflows/1-analysis/xiaoma-product-brief-preview/prompts/contextual-discovery.md +7 -7
  69. package/src/xmc/workflows/1-analysis/xiaoma-product-brief-preview/prompts/draft-and-review.md +5 -5
  70. package/src/xmc/workflows/1-analysis/xiaoma-product-brief-preview/prompts/finalize.md +1 -1
  71. package/src/xmc/workflows/1-analysis/xiaoma-product-brief-preview/prompts/guided-elicitation.md +2 -2
  72. package/src/xmc/workflows/1-analysis/xiaoma-product-brief-preview/xiaoma-manifest.json +2 -2
  73. package/src/xmc/workflows/2-plan-workflows/create-prd/data/prd-purpose.md +4 -4
  74. package/src/xmc/workflows/2-plan-workflows/create-prd/data/project-types.csv +1 -1
  75. package/src/xmc/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +1 -1
  76. package/src/xmc/workflows/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +16 -16
  77. package/src/xmc/workflows/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +9 -9
  78. package/src/xmc/workflows/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +1 -1
  79. package/src/xmc/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +8 -8
  80. package/src/xmc/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +1 -1
  81. package/src/xmc/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md +2 -2
  82. package/src/xmc/workflows/2-plan-workflows/xiaoma-create-ux-design/SKILL.md +1 -1
  83. package/src/xmc/workflows/2-plan-workflows/xiaoma-edit-prd/SKILL.md +1 -1
  84. package/src/xmc/workflows/2-plan-workflows/xiaoma-edit-prd/steps-e/step-e-01-discovery.md +13 -17
  85. package/src/xmc/workflows/2-plan-workflows/xiaoma-edit-prd/steps-e/step-e-01b-legacy-conversion.md +9 -13
  86. package/src/xmc/workflows/2-plan-workflows/xiaoma-edit-prd/steps-e/step-e-02-review.md +4 -8
  87. package/src/xmc/workflows/2-plan-workflows/xiaoma-edit-prd/steps-e/step-e-03-edit.md +9 -13
  88. package/src/xmc/workflows/2-plan-workflows/xiaoma-edit-prd/steps-e/step-e-04-complete.md +2 -5
  89. package/src/xmc/workflows/2-plan-workflows/xiaoma-edit-prd/workflow.md +1 -2
  90. package/src/xmc/workflows/2-plan-workflows/xiaoma-validate-prd/SKILL.md +1 -1
  91. package/src/xmc/workflows/2-plan-workflows/xiaoma-validate-prd/data/prd-purpose.md +4 -4
  92. package/src/xmc/workflows/2-plan-workflows/xiaoma-validate-prd/data/project-types.csv +1 -1
  93. package/src/xmc/workflows/2-plan-workflows/xiaoma-validate-prd/steps-v/step-v-01-discovery.md +1 -4
  94. package/src/xmc/workflows/2-plan-workflows/xiaoma-validate-prd/steps-v/step-v-02-format-detection.md +16 -19
  95. package/src/xmc/workflows/2-plan-workflows/xiaoma-validate-prd/steps-v/step-v-02b-parity-check.md +8 -11
  96. package/src/xmc/workflows/2-plan-workflows/xiaoma-validate-prd/steps-v/step-v-03-density-validation.md +1 -4
  97. package/src/xmc/workflows/2-plan-workflows/xiaoma-validate-prd/steps-v/step-v-04-brief-coverage-validation.md +0 -3
  98. package/src/xmc/workflows/2-plan-workflows/xiaoma-validate-prd/steps-v/step-v-05-measurability-validation.md +0 -3
  99. package/src/xmc/workflows/2-plan-workflows/xiaoma-validate-prd/steps-v/step-v-06-traceability-validation.md +0 -3
  100. package/src/xmc/workflows/2-plan-workflows/xiaoma-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md +0 -3
  101. package/src/xmc/workflows/2-plan-workflows/xiaoma-validate-prd/steps-v/step-v-08-domain-compliance-validation.md +0 -3
  102. package/src/xmc/workflows/2-plan-workflows/xiaoma-validate-prd/steps-v/step-v-09-project-type-validation.md +0 -3
  103. package/src/xmc/workflows/2-plan-workflows/xiaoma-validate-prd/steps-v/step-v-10-smart-validation.md +0 -3
  104. package/src/xmc/workflows/2-plan-workflows/xiaoma-validate-prd/steps-v/step-v-11-holistic-quality-validation.md +8 -11
  105. package/src/xmc/workflows/2-plan-workflows/xiaoma-validate-prd/steps-v/step-v-12-completeness-validation.md +0 -3
  106. package/src/xmc/workflows/2-plan-workflows/xiaoma-validate-prd/steps-v/step-v-13-report-complete.md +2 -5
  107. package/src/xmc/workflows/2-plan-workflows/xiaoma-validate-prd/workflow.md +2 -2
  108. package/src/xmc/workflows/3-solutioning/xiaoma-check-implementation-readiness/SKILL.md +1 -1
  109. package/src/xmc/workflows/3-solutioning/xiaoma-create-architecture/SKILL.md +1 -1
  110. package/src/xmc/workflows/3-solutioning/xiaoma-create-epics-and-stories/SKILL.md +1 -1
  111. package/src/xmc/workflows/4-implementation/auto-story-pipeline/steps/step-01-init-and-validate.md +12 -4
  112. package/src/xmc/workflows/4-implementation/auto-story-pipeline/steps/step-02-create-story.md +13 -2
  113. package/src/xmc/workflows/4-implementation/auto-story-pipeline/steps/step-03-validate-story.md +3 -1
  114. package/src/xmc/workflows/4-implementation/auto-story-pipeline/steps/step-04-develop-story.md +14 -7
  115. package/src/xmc/workflows/4-implementation/auto-story-pipeline/steps/step-05-code-review.md +7 -8
  116. package/src/xmc/workflows/4-implementation/auto-story-pipeline/steps/step-06-test-story.md +111 -2
  117. package/src/xmc/workflows/4-implementation/auto-story-pipeline/steps/step-07-fix-and-retest.md +123 -7
  118. package/src/xmc/workflows/4-implementation/auto-story-pipeline/steps/step-08-complete-story.md +2 -2
  119. package/src/xmc/workflows/4-implementation/auto-story-pipeline/steps/step-09-cycle-check.md +14 -2
  120. package/src/xmc/workflows/4-implementation/auto-story-pipeline/workflow.md +12 -9
  121. package/src/xmc/workflows/4-implementation/xiaoma-code-review/SKILL.md +2 -2
  122. package/src/xmc/workflows/4-implementation/xiaoma-code-review/steps/step-01-gather-context.md +61 -0
  123. package/src/xmc/workflows/4-implementation/xiaoma-code-review/steps/step-02-review.md +41 -0
  124. package/src/xmc/workflows/4-implementation/xiaoma-code-review/steps/step-03-triage.md +50 -0
  125. package/src/xmc/workflows/4-implementation/xiaoma-code-review/steps/step-04-present.md +38 -0
  126. package/src/xmc/workflows/4-implementation/xiaoma-code-review/workflow.md +33 -240
  127. package/src/xmc/workflows/4-implementation/xiaoma-correct-course/SKILL.md +1 -1
  128. package/src/xmc/workflows/4-implementation/xiaoma-correct-course/workflow.md +1 -1
  129. package/src/xmc/workflows/4-implementation/xiaoma-create-story/SKILL.md +1 -1
  130. package/src/xmc/workflows/4-implementation/xiaoma-create-story/workflow.md +3 -3
  131. package/src/xmc/workflows/4-implementation/xiaoma-dev-story/SKILL.md +1 -1
  132. package/src/xmc/workflows/4-implementation/xiaoma-dev-story/workflow.md +1 -1
  133. package/src/xmc/workflows/4-implementation/xiaoma-retrospective/SKILL.md +1 -1
  134. package/src/xmc/workflows/4-implementation/xiaoma-sprint-planning/SKILL.md +1 -1
  135. package/src/xmc/workflows/4-implementation/xiaoma-sprint-planning/workflow.md +2 -2
  136. package/src/xmc/workflows/4-implementation/xiaoma-sprint-status/SKILL.md +1 -1
  137. package/src/xmc/workflows/4-implementation/xiaoma-sprint-status/workflow.md +5 -5
  138. package/src/xmc/workflows/xiaoma-document-project/SKILL.md +1 -1
  139. package/src/xmc/workflows/xiaoma-document-project/templates/index-template.md +1 -1
  140. package/src/xmc/workflows/xiaoma-document-project/templates/project-overview-template.md +1 -1
  141. package/src/xmc/workflows/xiaoma-document-project/templates/source-tree-template.md +1 -1
  142. package/src/xmc/workflows/xiaoma-generate-project-context/SKILL.md +1 -1
  143. package/src/xmc/workflows/xiaoma-generate-project-context/steps/step-01-discover.md +3 -1
  144. package/src/xmc/workflows/xiaoma-generate-project-context/steps/step-02-generate.md +2 -0
  145. package/src/xmc/workflows/xiaoma-qa-generate-e2e-tests/SKILL.md +1 -1
  146. package/src/xmc/workflows/xiaoma-qa-generate-e2e-tests/checklist.md +1 -1
  147. package/src/xmc/workflows/xiaoma-qa-generate-e2e-tests/workflow.md +2 -2
  148. package/src/xmc/workflows/xiaoma-quick-flow/xiaoma-quick-dev/SKILL.md +1 -1
  149. package/src/xmc/workflows/xiaoma-quick-flow/xiaoma-quick-dev/steps/step-01-mode-detection.md +2 -2
  150. package/src/xmc/workflows/xiaoma-quick-flow/xiaoma-quick-dev-new-preview/SKILL.md +1 -1
  151. package/src/xmc/workflows/xiaoma-quick-flow/xiaoma-quick-spec/SKILL.md +1 -1
  152. package/src/xmc/workflows/xiaoma-quick-flow/xiaoma-quick-spec/workflow.md +1 -0
  153. package/tools/cli/README.md +4 -4
  154. package/tools/cli/commands/install.js +1 -1
  155. package/tools/cli/commands/status.js +4 -4
  156. package/tools/cli/commands/uninstall.js +9 -9
  157. package/tools/cli/external-official-modules.yaml +2 -54
  158. package/tools/cli/installers/install-messages.yaml +5 -5
  159. package/tools/cli/installers/lib/core/config-collector.js +2 -2
  160. package/tools/cli/installers/lib/core/dependency-resolver.js +2 -2
  161. package/tools/cli/installers/lib/core/detector.js +9 -9
  162. package/tools/cli/installers/lib/core/ide-config-manager.js +7 -7
  163. package/tools/cli/installers/lib/core/installer.js +51 -51
  164. package/tools/cli/installers/lib/core/manifest-generator.js +6 -6
  165. package/tools/cli/installers/lib/core/manifest.js +3 -3
  166. package/tools/cli/installers/lib/custom/handler.js +5 -5
  167. package/tools/cli/installers/lib/ide/_base-ide.js +15 -15
  168. package/tools/cli/installers/lib/ide/_config-driven.js +31 -31
  169. package/tools/cli/installers/lib/ide/manager.js +8 -8
  170. package/tools/cli/installers/lib/ide/platform-codes.yaml +3 -3
  171. package/tools/cli/installers/lib/ide/shared/agent-command-generator.js +3 -3
  172. package/tools/cli/installers/lib/ide/shared/path-utils.js +3 -3
  173. package/tools/cli/installers/lib/ide/shared/skill-manifest.js +2 -2
  174. package/tools/cli/installers/lib/ide/shared/task-tool-command-generator.js +13 -13
  175. package/tools/cli/installers/lib/ide/shared/workflow-command-generator.js +2 -2
  176. package/tools/cli/installers/lib/ide/shared/xiaoma-artifacts.js +1 -1
  177. package/tools/cli/installers/lib/ide/templates/agent-command-template.md +1 -1
  178. package/tools/cli/installers/lib/ide/templates/combined/antigravity.md +1 -1
  179. package/tools/cli/installers/lib/ide/templates/combined/default-agent.md +1 -1
  180. package/tools/cli/installers/lib/ide/templates/combined/default-task.md +1 -1
  181. package/tools/cli/installers/lib/ide/templates/combined/default-tool.md +1 -1
  182. package/tools/cli/installers/lib/ide/templates/combined/default-workflow.md +1 -1
  183. package/tools/cli/installers/lib/ide/templates/combined/gemini-task.toml +2 -2
  184. package/tools/cli/installers/lib/ide/templates/combined/gemini-tool.toml +2 -2
  185. package/tools/cli/installers/lib/ide/templates/combined/gemini-workflow-yaml.toml +1 -1
  186. package/tools/cli/installers/lib/ide/templates/combined/gemini-workflow.toml +1 -1
  187. package/tools/cli/installers/lib/ide/templates/combined/kiro-agent.md +1 -1
  188. package/tools/cli/installers/lib/ide/templates/combined/kiro-task.md +1 -1
  189. package/tools/cli/installers/lib/ide/templates/combined/kiro-tool.md +1 -1
  190. package/tools/cli/installers/lib/ide/templates/combined/kiro-workflow.md +1 -1
  191. package/tools/cli/installers/lib/ide/templates/combined/opencode-agent.md +1 -1
  192. package/tools/cli/installers/lib/ide/templates/combined/opencode-task.md +3 -3
  193. package/tools/cli/installers/lib/ide/templates/combined/opencode-tool.md +3 -3
  194. package/tools/cli/installers/lib/ide/templates/combined/opencode-workflow-yaml.md +3 -3
  195. package/tools/cli/installers/lib/ide/templates/combined/opencode-workflow.md +3 -3
  196. package/tools/cli/installers/lib/ide/templates/combined/rovodev.md +1 -1
  197. package/tools/cli/installers/lib/ide/templates/combined/trae.md +1 -1
  198. package/tools/cli/installers/lib/ide/templates/combined/windsurf-workflow.md +1 -1
  199. package/tools/cli/installers/lib/modules/manager.js +22 -22
  200. package/tools/cli/lib/agent/compiler.js +3 -3
  201. package/tools/cli/lib/agent/installer.js +9 -9
  202. package/tools/cli/lib/agent/template-engine.js +1 -1
  203. package/tools/cli/lib/agent-party-generator.js +3 -3
  204. package/tools/cli/lib/cli-utils.js +8 -8
  205. package/tools/cli/lib/project-root.js +5 -5
  206. package/tools/cli/lib/prompts.js +1 -1
  207. package/tools/cli/lib/ui.js +27 -27
  208. package/tools/cli/lib/xml-handler.js +1 -1
  209. package/tools/cli/lib/yaml-format.js +1 -1
  210. package/tools/cli/lib/yaml-xml-builder.js +2 -2
  211. package/tools/cli/xiaoma-cli.js +3 -3
  212. package/tools/platform-codes.yaml +2 -2
  213. package/tools/schema/agent.js +1 -1
  214. package/tools/xiaoma-npx-wrapper.js +1 -1
  215. package//344/270/223/345/210/251/344/272/244/345/272/225/344/271/246_1_/351/235/242/345/220/221AI/346/231/272/350/203/275/344/275/223/345/210/266/345/223/201/347/232/204/345/244/232/351/200/232/351/201/223/344/276/235/350/265/226_20260318.docx +0 -0
  216. package//344/270/223/345/210/251/344/272/244/345/272/225/344/271/246_2_/345/237/272/344/272/216/351/205/215/347/275/256/351/251/261/345/212/250/347/232/204/350/267/250/345/271/263/345/217/260IDE/346/231/272/350/203/275_20260318.docx +0 -0
  217. package//344/270/223/345/210/251/344/272/244/345/272/225/344/271/246_3_AI/346/231/272/350/203/275/344/275/223/345/243/260/346/230/216/345/274/217/345/256/232/344/271/211/347/232/204/347/274/226/350/257/221/346/265/201/346/260/264_20260318.docx +0 -0
  218. package//344/270/223/345/210/251/344/272/244/345/272/225/344/271/246_4_/345/237/272/344/272/216/345/223/210/345/270/214/346/214/207/347/272/271/347/232/204/346/231/272/350/203/275/344/275/223/351/231/204/345/261/236/350/265/204/346/272/220/351/200/211_20260318.docx +0 -0
  219. package//344/270/223/345/210/251/344/272/244/345/272/225/344/271/246_5_AI/346/231/272/350/203/275/344/275/223/350/247/246/345/217/221/346/214/207/344/273/244/347/232/204/345/244/215/345/220/210/346/240/274/345/274/217/346/240/241_20260318.docx +0 -0
  220. package/.idea/codeStyles/Project.xml +0 -60
  221. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  222. package/.idea/jsLibraryMappings.xml +0 -6
  223. package/.idea/workspace.xml +0 -146
  224. package/AGENTS.md +0 -9
  225. package/README_CN.md +0 -121
  226. package/XIAOMA-CLI-GUIDE.md +0 -512
  227. package/src/core/skills/xiaoma-advanced-elicitation/SKILL.md.bak +0 -6
  228. package/src/core/skills/xiaoma-brainstorming/SKILL.md.bak +0 -6
  229. package/src/core/skills/xiaoma-distillator/SKILL.md.bak +0 -178
  230. package/src/core/skills/xiaoma-editorial-review-prose/SKILL.md.bak +0 -6
  231. package/src/core/skills/xiaoma-editorial-review-structure/SKILL.md.bak +0 -6
  232. package/src/core/skills/xiaoma-index-docs/SKILL.md.bak +0 -6
  233. package/src/core/skills/xiaoma-party-mode/SKILL.md.bak +0 -6
  234. package/src/core/skills/xiaoma-review-adversarial-general/SKILL.md.bak +0 -6
  235. package/src/core/skills/xiaoma-review-edge-case-hunter/SKILL.md.bak +0 -6
  236. package/src/core/skills/xiaoma-shard-doc/SKILL.md.bak +0 -6
  237. package/src/core/tasks/xiaoma-create-prd/SKILL.md.bak +0 -6
  238. package/src/xmc/workflows/1-analysis/research/xiaoma-domain-research/SKILL.md.bak +0 -6
  239. package/src/xmc/workflows/1-analysis/research/xiaoma-market-research/SKILL.md.bak +0 -6
  240. package/src/xmc/workflows/1-analysis/research/xiaoma-technical-research/SKILL.md.bak +0 -6
  241. package/src/xmc/workflows/1-analysis/xiaoma-create-product-brief/SKILL.md.bak +0 -6
  242. package/src/xmc/workflows/1-analysis/xiaoma-product-brief-preview/SKILL.md.bak +0 -88
  243. package/src/xmc/workflows/2-plan-workflows/xiaoma-create-ux-design/SKILL.md.bak +0 -6
  244. package/src/xmc/workflows/2-plan-workflows/xiaoma-edit-prd/SKILL.md.bak +0 -6
  245. package/src/xmc/workflows/2-plan-workflows/xiaoma-validate-prd/SKILL.md.bak +0 -6
  246. package/src/xmc/workflows/3-solutioning/xiaoma-check-implementation-readiness/SKILL.md.bak +0 -6
  247. package/src/xmc/workflows/3-solutioning/xiaoma-create-architecture/SKILL.md.bak +0 -6
  248. package/src/xmc/workflows/3-solutioning/xiaoma-create-epics-and-stories/SKILL.md.bak +0 -6
  249. package/src/xmc/workflows/4-implementation/xiaoma-code-review/SKILL.md.bak +0 -6
  250. package/src/xmc/workflows/4-implementation/xiaoma-correct-course/SKILL.md.bak +0 -6
  251. package/src/xmc/workflows/4-implementation/xiaoma-create-story/SKILL.md.bak +0 -6
  252. package/src/xmc/workflows/4-implementation/xiaoma-dev-story/SKILL.md.bak +0 -6
  253. package/src/xmc/workflows/4-implementation/xiaoma-retrospective/SKILL.md.bak +0 -6
  254. package/src/xmc/workflows/4-implementation/xiaoma-sprint-planning/SKILL.md.bak +0 -6
  255. package/src/xmc/workflows/4-implementation/xiaoma-sprint-status/SKILL.md.bak +0 -6
  256. package/src/xmc/workflows/xiaoma-document-project/SKILL.md.bak +0 -6
  257. package/src/xmc/workflows/xiaoma-generate-project-context/SKILL.md.bak +0 -6
  258. package/src/xmc/workflows/xiaoma-qa-generate-e2e-tests/SKILL.md.bak +0 -6
  259. package/src/xmc/workflows/xiaoma-quick-flow/xiaoma-quick-dev/SKILL.md.bak +0 -6
  260. package/src/xmc/workflows/xiaoma-quick-flow/xiaoma-quick-dev-new-preview/SKILL.md.bak +0 -6
  261. package/src/xmc/workflows/xiaoma-quick-flow/xiaoma-quick-spec/SKILL.md.bak +0 -6
  262. package/tools/format-workflow-md.js +0 -263
  263. package/tools/migrate-custom-module-paths.js +0 -124
  264. package/tools/skill-validator.md +0 -322
@@ -1,178 +0,0 @@
1
- ---
2
- name: bmad-distillator
3
- description: Lossless LLM-optimized compression of source documents. Use when the user requests to 'distill documents' or 'create a distillate'.
4
- argument-hint: "[to create provide input paths] [--validate distillate-path to confirm distillate is lossless and optimized]"
5
- ---
6
-
7
- # Distillator: A Document Distillation Engine
8
-
9
- ## Overview
10
-
11
- This skill produces hyper-compressed, token-efficient documents (distillates) from any set of source documents. A distillate preserves every fact, decision, constraint, and relationship from the sources while stripping all overhead that humans need and LLMs don't. Act as an information extraction and compression specialist. The output is a single dense document (or semantically-split set) that a downstream LLM workflow can consume as sole context input without information loss.
12
-
13
- This is a compression task, not a summarization task. Summaries are lossy. Distillates are lossless compression optimized for LLM consumption.
14
-
15
- ## On Activation
16
-
17
- 1. **Validate inputs.** The caller must provide:
18
- - **source_documents** (required) — One or more file paths, folder paths, or glob patterns to distill
19
- - **downstream_consumer** (optional) — What workflow/agent consumes this distillate (e.g., "PRD creation", "architecture design"). When provided, use it to judge signal vs noise. When omitted, preserve everything.
20
- - **token_budget** (optional) — Approximate target size. When provided and the distillate would exceed it, trigger semantic splitting.
21
- - **output_path** (optional) — Where to save. When omitted, save adjacent to the primary source document with `-distillate.md` suffix.
22
- - **--validate** (flag) — Run round-trip reconstruction test after producing the distillate.
23
-
24
- 2. **Route** — proceed to Stage 1.
25
-
26
- ## Stages
27
-
28
- | # | Stage | Purpose |
29
- |---|-------|---------|
30
- | 1 | Analyze | Run analysis script, determine routing and splitting |
31
- | 2 | Compress | Spawn compressor agent(s) to produce the distillate |
32
- | 3 | Verify & Output | Completeness check, format check, save output |
33
- | 4 | Round-Trip Validate | (--validate only) Reconstruct and diff against originals |
34
-
35
- ### Stage 1: Analyze
36
-
37
- Run `scripts/analyze_sources.py --help` then run it with the source paths. Use its routing recommendation and grouping output to drive Stage 2. Do NOT read the source documents yourself.
38
-
39
- ### Stage 2: Compress
40
-
41
- **Single mode** (routing = `"single"`, ≤3 files, ≤15K estimated tokens):
42
-
43
- Spawn one subagent using `agents/distillate-compressor.md` with all source file paths.
44
-
45
- **Fan-out mode** (routing = `"fan-out"`):
46
-
47
- 1. Spawn one compressor subagent per group from the analysis output. Each compressor receives only its group's file paths and produces an intermediate distillate.
48
-
49
- 2. After all compressors return, spawn one final **merge compressor** subagent using `agents/distillate-compressor.md`. Pass it the intermediate distillate contents as its input (not the original files). Its job is cross-group deduplication, thematic regrouping, and final compression.
50
-
51
- 3. Clean up intermediate distillate content (it exists only in memory, not saved to disk).
52
-
53
- **Graceful degradation:** If subagent spawning is unavailable, read the source documents and perform the compression work directly using the same instructions from `agents/distillate-compressor.md`. For fan-out, process groups sequentially then merge.
54
-
55
- The compressor returns a structured JSON result containing the distillate content, source headings, named entities, and token estimate.
56
-
57
- ### Stage 3: Verify & Output
58
-
59
- After the compressor (or merge compressor) returns:
60
-
61
- 1. **Completeness check.** Using the headings and named entities list returned by the compressor, verify each appears in the distillate content. If gaps are found, send them back to the compressor for a targeted fix pass — not a full recompression. Limit to 2 fix passes maximum.
62
-
63
- 2. **Format check.** Verify the output follows distillate format rules:
64
- - No prose paragraphs (only bullets)
65
- - No decorative formatting
66
- - No repeated information
67
- - Each bullet is self-contained
68
- - Themes are clearly delineated with `##` headings
69
-
70
- 3. **Determine output format.** Using the split prediction from Stage 1 and actual distillate size:
71
-
72
- **Single distillate** (≤~5,000 tokens or token_budget not exceeded):
73
-
74
- Save as a single file with frontmatter:
75
-
76
- ```yaml
77
- ---
78
- type: bmad-distillate
79
- sources:
80
- - "{relative path to source file 1}"
81
- - "{relative path to source file 2}"
82
- downstream_consumer: "{consumer or 'general'}"
83
- created: "{date}"
84
- token_estimate: {approximate token count}
85
- parts: 1
86
- ---
87
- ```
88
-
89
- **Split distillate** (>~5,000 tokens, or token_budget requires it):
90
-
91
- Create a folder `{base-name}-distillate/` containing:
92
-
93
- ```
94
- {base-name}-distillate/
95
- ├── _index.md # Orientation, cross-cutting items, section manifest
96
- ├── 01-{topic-slug}.md # Self-contained section
97
- ├── 02-{topic-slug}.md
98
- └── 03-{topic-slug}.md
99
- ```
100
-
101
- The `_index.md` contains:
102
- - Frontmatter with sources (relative paths from the distillate folder to the originals)
103
- - 3-5 bullet orientation (what was distilled, from what)
104
- - Section manifest: each section's filename + 1-line description
105
- - Cross-cutting items that span multiple sections
106
-
107
- Each section file is self-contained — loadable independently. Include a 1-line context header: "This section covers [topic]. Part N of M."
108
-
109
- Source paths in frontmatter must be relative to the distillate's location.
110
-
111
- 4. **Measure distillate.** Run `scripts/analyze_sources.py` on the final distillate file(s) to get accurate token counts for the output. Use the `total_estimated_tokens` from this analysis as `distillate_total_tokens`.
112
-
113
- 5. **Report results.** Always return structured JSON output:
114
-
115
- ```json
116
- {
117
- "status": "complete",
118
- "distillate": "{path or folder path}",
119
- "section_distillates": ["{path1}", "{path2}"] or null,
120
- "source_total_tokens": N,
121
- "distillate_total_tokens": N,
122
- "compression_ratio": "X:1",
123
- "source_documents": ["{path1}", "{path2}"],
124
- "completeness_check": "pass" or "pass_with_additions"
125
- }
126
- ```
127
-
128
- Where `source_total_tokens` is from the Stage 1 analysis and `distillate_total_tokens` is from step 4. The `compression_ratio` is `source_total_tokens / distillate_total_tokens` formatted as "X:1" (e.g., "3.2:1").
129
-
130
- 6. If `--validate` flag was set, proceed to Stage 4. Otherwise, done.
131
-
132
- ### Stage 4: Round-Trip Validation (--validate only)
133
-
134
- This stage proves the distillate is lossless by reconstructing source documents from the distillate alone. Use for critical documents where information loss is unacceptable, or as a quality gate for high-stakes downstream workflows. Not for routine use — it adds significant token cost.
135
-
136
- 1. **Spawn the reconstructor agent** using `agents/round-trip-reconstructor.md`. Pass it ONLY the distillate file path (or `_index.md` path for split distillates) — it must NOT have access to the original source documents.
137
-
138
- For split distillates, spawn one reconstructor per section in parallel. Each receives its section file plus the `_index.md` for cross-cutting context.
139
-
140
- **Graceful degradation:** If subagent spawning is unavailable, this stage cannot be performed by the main agent (it has already seen the originals). Report that round-trip validation requires subagent support and skip.
141
-
142
- 2. **Receive reconstructions.** The reconstructor returns reconstruction file paths saved adjacent to the distillate.
143
-
144
- 3. **Perform semantic diff.** Read both the original source documents and the reconstructions. For each section of the original, assess:
145
- - Is the core information present in the reconstruction?
146
- - Are specific details preserved (numbers, names, decisions)?
147
- - Are relationships and rationale intact?
148
- - Did the reconstruction add anything not in the original? (indicates hallucination filling gaps)
149
-
150
- 4. **Produce validation report** saved adjacent to the distillate as `-validation-report.md`:
151
-
152
- ```markdown
153
- ---
154
- type: distillate-validation
155
- distillate: "{distillate path}"
156
- sources: ["{source paths}"]
157
- created: "{date}"
158
- ---
159
-
160
- ## Validation Summary
161
- - Status: PASS | PASS_WITH_WARNINGS | FAIL
162
- - Information preserved: {percentage estimate}
163
- - Gaps found: {count}
164
- - Hallucinations detected: {count}
165
-
166
- ## Gaps (information in originals but missing from reconstruction)
167
- - {gap description} — Source: {which original}, Section: {where}
168
-
169
- ## Hallucinations (information in reconstruction not traceable to originals)
170
- - {hallucination description} — appears to fill gap in: {section}
171
-
172
- ## Possible Gap Markers (flagged by reconstructor)
173
- - {marker description}
174
- ```
175
-
176
- 5. **If gaps are found**, offer to run a targeted fix pass on the distillate — adding the missing information without full recompression. Limit to 2 fix passes maximum.
177
-
178
- 6. **Clean up** — delete the temporary reconstruction files after the report is generated.
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-editorial-review-prose
3
- description: 'Clinical copy-editor that reviews text for communication issues. Use when user says review for prose or improve the prose'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-editorial-review-structure
3
- description: 'Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension. Use when user requests structural review or editorial review of structure'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-index-docs
3
- description: 'Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-party-mode
3
- description: 'Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations. Use when user requests party mode.'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-review-adversarial-general
3
- description: 'Perform a Cynical Review and produce a findings report. Use when the user requests a critical review of something'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-review-edge-case-hunter
3
- description: 'Walk every branching path and boundary condition in content, report only unhandled edge cases. Orthogonal to adversarial review - method-driven not attitude-driven.'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-shard-doc
3
- description: 'Splits large markdown documents into smaller, organized files based on level 2 (default) sections. Use if the user says perform shard document'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-create-prd
3
- description: 'Create a PRD from scratch. Use when the user says "lets create a product requirements document" or "I want to create a new PRD"'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-domain-research
3
- description: 'Conduct domain and industry research. Use when the user says "lets create a research report on [domain or industry]"'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-market-research
3
- description: 'Conduct market research on competition and customers. Use when the user says "create a market research report about [business idea]".'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-technical-research
3
- description: 'Conduct technical research on technologies and architecture. Use when the user says "create a technical research report on [topic]".'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-create-product-brief
3
- description: 'Create product brief through collaborative discovery. Use when the user says "lets create a product brief" or "help me create a project brief"'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,88 +0,0 @@
1
- ---
2
- name: bmad-product-brief-preview
3
- description: Create or update product briefs through guided or autonomous discovery. Use when the user requests to 'create a product brief', 'help me create a project brief', or 'update my product brief'.
4
- argument-hint: "[optional --create, --edit, --optimize, --distillate, --inputs, --headless] [brief idea]"
5
- ---
6
-
7
- # Create Product Brief
8
-
9
- ## Overview
10
-
11
- This skill helps you create compelling product briefs through collaborative discovery, intelligent artifact analysis, and web research. Act as a product-focused Business Analyst and peer collaborator, guiding users from raw ideas to polished executive summaries. Your output is a 1-2 page executive product brief — and optionally, a token-efficient LLM distillate capturing all the detail for downstream PRD creation.
12
-
13
- The user is the domain expert. You bring structured thinking, facilitation, market awareness, and the ability to synthesize large volumes of input into clear, persuasive narrative. Work together as equals.
14
-
15
- **Design rationale:** We always understand intent before scanning artifacts — without knowing what the brief is about, scanning documents is noise, not signal. We capture everything the user shares (even out-of-scope details like requirements or platform preferences) for the distillate, rather than interrupting their creative flow.
16
-
17
- ## Activation Mode Detection
18
-
19
- Check activation context immediately:
20
-
21
- 1. **Autonomous mode**: If the user passes `--autonomous`/`-A` flags, or provides structured inputs clearly intended for headless execution:
22
- - Ingest all provided inputs, fan out subagents, produce complete brief without interaction
23
- - Route directly to `prompts/contextual-discovery.md` with `{mode}=autonomous`
24
-
25
- 2. **Yolo mode**: If the user passes `--yolo` or says "just draft it" / "draft the whole thing":
26
- - Ingest everything, draft complete brief upfront, then walk user through refinement
27
- - Route to Stage 1 below with `{mode}=yolo`
28
-
29
- 3. **Guided mode** (default): Conversational discovery with soft gates
30
- - Route to Stage 1 below with `{mode}=guided`
31
-
32
- ## On Activation
33
-
34
- 1. Load config from `{project-root}/_xiaoma/bmm/config.yaml` and resolve::
35
- - Use `{user_name}` for greeting
36
- - Use `{communication_language}` for all communications
37
- - Use `{document_output_language}` for output documents
38
- - Use `{planning_artifacts}` for output location and artifact scanning
39
- - Use `{project_knowledge}` for additional context scanning
40
-
41
- 2. **Greet user** as `{user_name}`, speaking in `{communication_language}`. Be warm but efficient — dream builder energy.
42
-
43
- 3. **Stage 1: Understand Intent** (handled here in SKILL.md)
44
-
45
- ### Stage 1: Understand Intent
46
-
47
- **Goal:** Know WHY the user is here and WHAT the brief is about before doing anything else.
48
-
49
- **Brief type detection:** Understand what kind of thing is being briefed — product, internal tool, research project, or something else. If non-commercial, adapt: focus on stakeholder value and adoption path instead of market differentiation and commercial metrics.
50
-
51
- **Multi-idea disambiguation:** If the user presents multiple competing ideas or directions, help them pick one focus for this brief session. Note that others can be briefed separately.
52
-
53
- **If the user provides an existing brief** (path to a product brief file, or says "update" / "revise" / "edit"):
54
- - Read the existing brief fully
55
- - Treat it as rich input — you already know the product, the vision, the scope
56
- - Ask: "What's changed? What do you want to update or improve?"
57
- - The rest of the workflow proceeds normally — contextual discovery may pull in new research, elicitation focuses on gaps or changes, and draft-and-review produces an updated version
58
-
59
- **If the user already provided context** when launching the skill (description, docs, brain dump):
60
- - Acknowledge what you received — but **DO NOT read document files yet**. Note their paths for Stage 2's subagents to scan contextually. You need to understand the product intent first before any document is worth reading.
61
- - From the user's description or brain dump (not docs), summarize your understanding of the product/idea
62
- - Ask: "Do you have any other documents, research, or brainstorming I should review? Anything else to add before I dig in?"
63
-
64
- **If the user provided nothing beyond invoking the skill:**
65
- - Ask what their product or project idea is about
66
- - Ask if they have any existing documents, research, brainstorming reports, or other materials
67
- - Let them brain dump — capture everything
68
-
69
- **The "anything else?" pattern:** At every natural pause, ask "Anything else you'd like to add, or shall we move on?" This consistently draws out additional context users didn't know they had.
70
-
71
- **Capture-don't-interrupt:** If the user shares details beyond brief scope (requirements, platform preferences, technical constraints, timeline), capture them silently for the distillate. Don't redirect or stop their flow.
72
-
73
- **When you have enough to understand the product intent**, route to `prompts/contextual-discovery.md` with the current mode.
74
-
75
- ## Stages
76
-
77
- | # | Stage | Purpose | Prompt |
78
- |---|-------|---------|--------|
79
- | 1 | Understand Intent | Know what the brief is about | SKILL.md (above) |
80
- | 2 | Contextual Discovery | Fan out subagents to analyze artifacts and web research | `prompts/contextual-discovery.md` |
81
- | 3 | Guided Elicitation | Fill gaps through smart questioning | `prompts/guided-elicitation.md` |
82
- | 4 | Draft & Review | Draft brief, fan out review subagents | `prompts/draft-and-review.md` |
83
- | 5 | Finalize | Polish, output, offer distillate | `prompts/finalize.md` |
84
-
85
- ## External Skills
86
-
87
- This workflow uses:
88
- - `bmad-init` — Configuration loading (module: bmm)
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-create-ux-design
3
- description: 'Plan UX patterns and design specifications. Use when the user says "lets create UX design" or "create UX specifications" or "help me plan the UX"'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-edit-prd
3
- description: 'Edit an existing PRD. Use when the user says "edit this PRD".'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-validate-prd
3
- description: 'Validate a PRD against standards. Use when the user says "validate this PRD" or "run PRD validation"'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-check-implementation-readiness
3
- description: 'Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says "check implementation readiness".'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-create-architecture
3
- description: 'Create architecture solution design decisions for AI agent consistency. Use when the user says "lets create architecture" or "create technical architecture" or "create a solution design"'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-create-epics-and-stories
3
- description: 'Break requirements into epics and user stories. Use when the user says "create the epics and stories list"'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-code-review
3
- description: 'Perform adversarial code review finding specific issues. Use when the user says "run code review" or "review this code"'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-correct-course
3
- description: 'Manage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change"'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-create-story
3
- description: 'Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says "create the next story" or "create story [story identifier]"'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-dev-story
3
- description: 'Execute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan"'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-retrospective
3
- description: 'Post-epic review to extract lessons and assess success. Use when the user says "run a retrospective" or "lets retro the epic [epic]"'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-sprint-planning
3
- description: 'Generate sprint status tracking from epics. Use when the user says "run sprint planning" or "generate sprint plan"'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-sprint-status
3
- description: 'Summarize sprint status and surface risks. Use when the user says "check sprint status" or "show sprint status"'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-document-project
3
- description: 'Document brownfield projects for AI context. Use when the user says "document this project" or "generate project docs"'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-generate-project-context
3
- description: 'Create project-context.md with AI rules. Use when the user says "generate project context" or "create project context"'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-qa-generate-e2e-tests
3
- description: 'Generate end to end automated tests for existing features. Use when the user says "create qa automated tests for [feature]"'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-quick-dev
3
- description: 'Implement a Quick Tech Spec for small changes or features. Use when the user provides a quick tech spec and says "implement this quick spec" or "proceed with implementation of [quick tech spec]"'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-quick-dev-new-preview
3
- description: 'Implements any user intent, requirement, story, bug fix or change request by producing clean working code artifacts that follow the project''s existing architecture, patterns and conventions. Use when the user wants to build, fix, tweak, refactor, add or modify any code, component or feature.'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +0,0 @@
1
- ---
2
- name: bmad-quick-spec
3
- description: 'Very quick process to create implementation-ready quick specs for small changes or features. Use when the user says "create a quick spec" or "generate a quick tech spec"'
4
- ---
5
-
6
- Follow the instructions in [workflow.md](workflow.md).