shipquick 1.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 (309) hide show
  1. package/README.md +85 -0
  2. package/_bmad-safe/_config/agent-manifest.csv +19 -0
  3. package/_bmad-safe/_config/bmad-help.csv +35 -0
  4. package/_bmad-safe/_config/task-manifest.csv +8 -0
  5. package/_bmad-safe/_config/workflow-manifest.csv +29 -0
  6. package/_bmad-safe/bmm-safe/agents/analyst.md +88 -0
  7. package/_bmad-safe/bmm-safe/agents/architect.md +72 -0
  8. package/_bmad-safe/bmm-safe/agents/business-owner.md +77 -0
  9. package/_bmad-safe/bmm-safe/agents/dev.md +83 -0
  10. package/_bmad-safe/bmm-safe/agents/pm.md +86 -0
  11. package/_bmad-safe/bmm-safe/agents/po.md +78 -0
  12. package/_bmad-safe/bmm-safe/agents/qa.md +105 -0
  13. package/_bmad-safe/bmm-safe/agents/quick-flow-solo-dev.md +82 -0
  14. package/_bmad-safe/bmm-safe/agents/rte.md +78 -0
  15. package/_bmad-safe/bmm-safe/agents/sm.md +84 -0
  16. package/_bmad-safe/bmm-safe/agents/solution-architect.md +57 -0
  17. package/_bmad-safe/bmm-safe/agents/solution-manager.md +58 -0
  18. package/_bmad-safe/bmm-safe/agents/ste.md +57 -0
  19. package/_bmad-safe/bmm-safe/agents/system-architect.md +57 -0
  20. package/_bmad-safe/bmm-safe/agents/tech-writer/tech-writer.md +76 -0
  21. package/_bmad-safe/bmm-safe/agents/ux-designer.md +70 -0
  22. package/_bmad-safe/bmm-safe/agents/ux-researcher.md +58 -0
  23. package/_bmad-safe/bmm-safe/checklists/definition-of-done.md +58 -0
  24. package/_bmad-safe/bmm-safe/checklists/definition-of-ready.md +58 -0
  25. package/_bmad-safe/bmm-safe/checklists/iteration-planning-prep.md +37 -0
  26. package/_bmad-safe/bmm-safe/checklists/pi-planning-prep.md +63 -0
  27. package/_bmad-safe/bmm-safe/checklists/release-readiness.md +41 -0
  28. package/_bmad-safe/bmm-safe/config.yaml +59 -0
  29. package/_bmad-safe/bmm-safe/data/Rally Import Templates/DefectImportTemplate.csv +2 -0
  30. package/_bmad-safe/bmm-safe/data/Rally Import Templates/MilestoneImportTemplate.csv +2 -0
  31. package/_bmad-safe/bmm-safe/data/Rally Import Templates/PortfolioItemCapabilityImportTemplate.csv +2 -0
  32. package/_bmad-safe/bmm-safe/data/Rally Import Templates/PortfolioItemEpicsImportTemplate.csv +2 -0
  33. package/_bmad-safe/bmm-safe/data/Rally Import Templates/PortfolioItemFeatureImportTemplate.csv +2 -0
  34. package/_bmad-safe/bmm-safe/data/Rally Import Templates/PortfolioItemThemeImportTemplate.csv +2 -0
  35. package/_bmad-safe/bmm-safe/data/Rally Import Templates/TaskImportTemplate.csv +2 -0
  36. package/_bmad-safe/bmm-safe/data/Rally Import Templates/TestCaseImportTemplate.csv +3 -0
  37. package/_bmad-safe/bmm-safe/data/Rally Import Templates/UserStoryImportTemplate.csv +2 -0
  38. package/_bmad-safe/bmm-safe/data/project-context-template.md +26 -0
  39. package/_bmad-safe/bmm-safe/docs/safe-user-guide.md +316 -0
  40. package/_bmad-safe/bmm-safe/knowledge/analyst/analyst-knowledge.md +25 -0
  41. package/_bmad-safe/bmm-safe/knowledge/architect/architect-knowledge.md +25 -0
  42. package/_bmad-safe/bmm-safe/knowledge/business-owner/business-owner-knowledge.md +45 -0
  43. package/_bmad-safe/bmm-safe/knowledge/dev/dev-knowledge.md +25 -0
  44. package/_bmad-safe/bmm-safe/knowledge/pm/pm-knowledge.md +84 -0
  45. package/_bmad-safe/bmm-safe/knowledge/po/po-knowledge.md +73 -0
  46. package/_bmad-safe/bmm-safe/knowledge/qa/qa-knowledge.md +25 -0
  47. package/_bmad-safe/bmm-safe/knowledge/quick-flow-solo-dev/quick-flow-solo-dev-knowledge.md +25 -0
  48. package/_bmad-safe/bmm-safe/knowledge/rte/rte-knowledge.md +66 -0
  49. package/_bmad-safe/bmm-safe/knowledge/sm/sm-knowledge.md +25 -0
  50. package/_bmad-safe/bmm-safe/knowledge/solution-architect/solution-architect-knowledge.md +25 -0
  51. package/_bmad-safe/bmm-safe/knowledge/solution-manager/solution-manager-knowledge.md +25 -0
  52. package/_bmad-safe/bmm-safe/knowledge/ste/ste-knowledge.md +25 -0
  53. package/_bmad-safe/bmm-safe/knowledge/system-architect/system-architect-knowledge.md +25 -0
  54. package/_bmad-safe/bmm-safe/knowledge/tech-writer/tech-writer-knowledge.md +25 -0
  55. package/_bmad-safe/bmm-safe/knowledge/ux-designer/ux-designer-knowledge.md +25 -0
  56. package/_bmad-safe/bmm-safe/knowledge/ux-researcher/ux-researcher-knowledge.md +25 -0
  57. package/_bmad-safe/bmm-safe/module-help.csv +36 -0
  58. package/_bmad-safe/bmm-safe/tasks/apply-wsjf.md +51 -0
  59. package/_bmad-safe/bmm-safe/tasks/create-pi-objectives.md +46 -0
  60. package/_bmad-safe/bmm-safe/tasks/roam-risk.md +46 -0
  61. package/_bmad-safe/bmm-safe/tasks/split-story.md +93 -0
  62. package/_bmad-safe/bmm-safe/teams/default-party.csv +24 -0
  63. package/_bmad-safe/bmm-safe/teams/team-art.yaml +15 -0
  64. package/_bmad-safe/bmm-safe/teams/team-fullstack.yaml +12 -0
  65. package/_bmad-safe/bmm-safe/teams/team-portfolio.yaml +11 -0
  66. package/_bmad-safe/bmm-safe/teams/team-solution.yaml +12 -0
  67. package/_bmad-safe/bmm-safe/templates/safe/capability-template.md +68 -0
  68. package/_bmad-safe/bmm-safe/templates/safe/defect-template.md +58 -0
  69. package/_bmad-safe/bmm-safe/templates/safe/dependency-template.md +60 -0
  70. package/_bmad-safe/bmm-safe/templates/safe/epic-template.md +74 -0
  71. package/_bmad-safe/bmm-safe/templates/safe/feature-template.md +78 -0
  72. package/_bmad-safe/bmm-safe/templates/safe/flow-metrics.md +70 -0
  73. package/_bmad-safe/bmm-safe/templates/safe/iteration-plan.md +58 -0
  74. package/_bmad-safe/bmm-safe/templates/safe/pi-objectives-template.md +75 -0
  75. package/_bmad-safe/bmm-safe/templates/safe/roam-risk-template.md +87 -0
  76. package/_bmad-safe/bmm-safe/templates/safe/story-template.md +78 -0
  77. package/_bmad-safe/bmm-safe/templates/safe/task-template.md +43 -0
  78. package/_bmad-safe/bmm-safe/templates/safe/theme-template.md +55 -0
  79. package/_bmad-safe/bmm-safe/templates/safe/wsjf-calculator.md +94 -0
  80. package/_bmad-safe/bmm-safe/workflows/1-analysis/create-product-brief/product-brief.template.md +10 -0
  81. package/_bmad-safe/bmm-safe/workflows/1-analysis/create-product-brief/steps/step-01-init.md +177 -0
  82. package/_bmad-safe/bmm-safe/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +161 -0
  83. package/_bmad-safe/bmm-safe/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +199 -0
  84. package/_bmad-safe/bmm-safe/workflows/1-analysis/create-product-brief/steps/step-03-users.md +202 -0
  85. package/_bmad-safe/bmm-safe/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +205 -0
  86. package/_bmad-safe/bmm-safe/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +219 -0
  87. package/_bmad-safe/bmm-safe/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +162 -0
  88. package/_bmad-safe/bmm-safe/workflows/1-analysis/create-product-brief/workflow.md +58 -0
  89. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/domain-steps/step-01-init.md +137 -0
  90. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +229 -0
  91. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +238 -0
  92. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +206 -0
  93. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +234 -0
  94. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +443 -0
  95. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/market-steps/step-01-init.md +182 -0
  96. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +237 -0
  97. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +200 -0
  98. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +249 -0
  99. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +259 -0
  100. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +177 -0
  101. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/market-steps/step-06-research-completion.md +475 -0
  102. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/research.template.md +29 -0
  103. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/technical-steps/step-01-init.md +137 -0
  104. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +239 -0
  105. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +248 -0
  106. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +202 -0
  107. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +239 -0
  108. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +486 -0
  109. package/_bmad-safe/bmm-safe/workflows/1-analysis/research/workflow.md +173 -0
  110. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/data/domain-complexity.csv +13 -0
  111. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/data/prd-purpose.md +197 -0
  112. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/data/project-types.csv +11 -0
  113. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-01-init.md +191 -0
  114. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-01b-continue.md +153 -0
  115. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-02-discovery.md +224 -0
  116. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md +226 -0
  117. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md +213 -0
  118. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md +207 -0
  119. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md +226 -0
  120. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md +237 -0
  121. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md +228 -0
  122. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md +231 -0
  123. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md +242 -0
  124. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-11-polish.md +217 -0
  125. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +124 -0
  126. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-e/step-e-01-discovery.md +247 -0
  127. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-e/step-e-01b-legacy-conversion.md +208 -0
  128. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-e/step-e-02-review.md +249 -0
  129. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-e/step-e-03-edit.md +253 -0
  130. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-e/step-e-04-complete.md +168 -0
  131. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +218 -0
  132. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +191 -0
  133. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +209 -0
  134. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +174 -0
  135. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +214 -0
  136. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +228 -0
  137. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +217 -0
  138. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +205 -0
  139. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +243 -0
  140. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +263 -0
  141. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +209 -0
  142. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +264 -0
  143. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +242 -0
  144. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +231 -0
  145. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/templates/prd-template.md +10 -0
  146. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/workflow.md +158 -0
  147. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +135 -0
  148. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +127 -0
  149. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +190 -0
  150. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +216 -0
  151. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +219 -0
  152. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +234 -0
  153. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +252 -0
  154. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +254 -0
  155. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +224 -0
  156. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +224 -0
  157. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +241 -0
  158. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +248 -0
  159. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +237 -0
  160. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +264 -0
  161. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +171 -0
  162. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +13 -0
  163. package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/workflow.md +43 -0
  164. package/_bmad-safe/bmm-safe/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +190 -0
  165. package/_bmad-safe/bmm-safe/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +178 -0
  166. package/_bmad-safe/bmm-safe/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +179 -0
  167. package/_bmad-safe/bmm-safe/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +139 -0
  168. package/_bmad-safe/bmm-safe/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +252 -0
  169. package/_bmad-safe/bmm-safe/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +135 -0
  170. package/_bmad-safe/bmm-safe/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +4 -0
  171. package/_bmad-safe/bmm-safe/workflows/3-solutioning/check-implementation-readiness/workflow.md +55 -0
  172. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/architecture-decision-template.md +12 -0
  173. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +11 -0
  174. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/data/project-types.csv +7 -0
  175. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/steps/step-01-init.md +153 -0
  176. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +164 -0
  177. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/steps/step-02-context.md +224 -0
  178. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +331 -0
  179. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +318 -0
  180. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +359 -0
  181. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +379 -0
  182. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +359 -0
  183. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +76 -0
  184. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/workflow.md +57 -0
  185. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-capability/instructions.md +164 -0
  186. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-capability/workflow.yaml +45 -0
  187. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +259 -0
  188. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +269 -0
  189. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +272 -0
  190. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +149 -0
  191. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +57 -0
  192. package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-epics-and-stories/workflow.md +59 -0
  193. package/_bmad-safe/bmm-safe/workflows/4-implementation/art-sync/instructions.md +74 -0
  194. package/_bmad-safe/bmm-safe/workflows/4-implementation/art-sync/workflow.yaml +54 -0
  195. package/_bmad-safe/bmm-safe/workflows/4-implementation/code-review/checklist.md +23 -0
  196. package/_bmad-safe/bmm-safe/workflows/4-implementation/code-review/instructions.xml +227 -0
  197. package/_bmad-safe/bmm-safe/workflows/4-implementation/code-review/workflow.yaml +58 -0
  198. package/_bmad-safe/bmm-safe/workflows/4-implementation/correct-course/checklist.md +288 -0
  199. package/_bmad-safe/bmm-safe/workflows/4-implementation/correct-course/instructions.md +206 -0
  200. package/_bmad-safe/bmm-safe/workflows/4-implementation/correct-course/workflow.yaml +58 -0
  201. package/_bmad-safe/bmm-safe/workflows/4-implementation/create-story/checklist.md +358 -0
  202. package/_bmad-safe/bmm-safe/workflows/4-implementation/create-story/instructions.xml +345 -0
  203. package/_bmad-safe/bmm-safe/workflows/4-implementation/create-story/template.md +49 -0
  204. package/_bmad-safe/bmm-safe/workflows/4-implementation/create-story/workflow.yaml +67 -0
  205. package/_bmad-safe/bmm-safe/workflows/4-implementation/dev-story/checklist.md +80 -0
  206. package/_bmad-safe/bmm-safe/workflows/4-implementation/dev-story/instructions.xml +410 -0
  207. package/_bmad-safe/bmm-safe/workflows/4-implementation/dev-story/workflow.yaml +35 -0
  208. package/_bmad-safe/bmm-safe/workflows/4-implementation/inspect-adapt/instructions.md +96 -0
  209. package/_bmad-safe/bmm-safe/workflows/4-implementation/inspect-adapt/workflow.yaml +59 -0
  210. package/_bmad-safe/bmm-safe/workflows/4-implementation/iteration-goals/instructions.md +57 -0
  211. package/_bmad-safe/bmm-safe/workflows/4-implementation/iteration-goals/workflow.yaml +51 -0
  212. package/_bmad-safe/bmm-safe/workflows/4-implementation/pi-planning/instructions.md +146 -0
  213. package/_bmad-safe/bmm-safe/workflows/4-implementation/pi-planning/workflow.yaml +66 -0
  214. package/_bmad-safe/bmm-safe/workflows/4-implementation/po-sync/instructions.md +57 -0
  215. package/_bmad-safe/bmm-safe/workflows/4-implementation/po-sync/workflow.yaml +50 -0
  216. package/_bmad-safe/bmm-safe/workflows/4-implementation/retrospective/instructions.md +1451 -0
  217. package/_bmad-safe/bmm-safe/workflows/4-implementation/retrospective/workflow.yaml +65 -0
  218. package/_bmad-safe/bmm-safe/workflows/4-implementation/sprint-planning/checklist.md +33 -0
  219. package/_bmad-safe/bmm-safe/workflows/4-implementation/sprint-planning/instructions.md +243 -0
  220. package/_bmad-safe/bmm-safe/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +55 -0
  221. package/_bmad-safe/bmm-safe/workflows/4-implementation/sprint-planning/workflow.yaml +64 -0
  222. package/_bmad-safe/bmm-safe/workflows/4-implementation/sprint-status/instructions.md +229 -0
  223. package/_bmad-safe/bmm-safe/workflows/4-implementation/sprint-status/workflow.yaml +35 -0
  224. package/_bmad-safe/bmm-safe/workflows/4-implementation/story-refinement/instructions.md +72 -0
  225. package/_bmad-safe/bmm-safe/workflows/4-implementation/story-refinement/workflow.yaml +53 -0
  226. package/_bmad-safe/bmm-safe/workflows/4-implementation/system-demo/instructions.md +66 -0
  227. package/_bmad-safe/bmm-safe/workflows/4-implementation/system-demo/workflow.yaml +49 -0
  228. package/_bmad-safe/bmm-safe/workflows/4-implementation/team-backlog/instructions.md +59 -0
  229. package/_bmad-safe/bmm-safe/workflows/4-implementation/team-backlog/workflow.yaml +53 -0
  230. package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +176 -0
  231. package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
  232. package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
  233. package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
  234. package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
  235. package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +149 -0
  236. package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-dev/workflow.md +50 -0
  237. package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +192 -0
  238. package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +145 -0
  239. package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +128 -0
  240. package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +201 -0
  241. package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +74 -0
  242. package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-spec/workflow.md +79 -0
  243. package/_bmad-safe/bmm-safe/workflows/document-project/checklist.md +245 -0
  244. package/_bmad-safe/bmm-safe/workflows/document-project/documentation-requirements.csv +12 -0
  245. package/_bmad-safe/bmm-safe/workflows/document-project/instructions.md +221 -0
  246. package/_bmad-safe/bmm-safe/workflows/document-project/templates/deep-dive-template.md +345 -0
  247. package/_bmad-safe/bmm-safe/workflows/document-project/templates/index-template.md +169 -0
  248. package/_bmad-safe/bmm-safe/workflows/document-project/templates/project-overview-template.md +103 -0
  249. package/_bmad-safe/bmm-safe/workflows/document-project/templates/project-scan-report-schema.json +160 -0
  250. package/_bmad-safe/bmm-safe/workflows/document-project/templates/source-tree-template.md +135 -0
  251. package/_bmad-safe/bmm-safe/workflows/document-project/workflow.yaml +28 -0
  252. package/_bmad-safe/bmm-safe/workflows/document-project/workflows/deep-dive-instructions.md +298 -0
  253. package/_bmad-safe/bmm-safe/workflows/document-project/workflows/deep-dive.yaml +31 -0
  254. package/_bmad-safe/bmm-safe/workflows/document-project/workflows/full-scan-instructions.md +1106 -0
  255. package/_bmad-safe/bmm-safe/workflows/document-project/workflows/full-scan.yaml +31 -0
  256. package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/_shared/excalidraw-library.json +90 -0
  257. package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml +127 -0
  258. package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-dataflow/checklist.md +39 -0
  259. package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-dataflow/instructions.md +130 -0
  260. package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +26 -0
  261. package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-diagram/checklist.md +43 -0
  262. package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-diagram/instructions.md +141 -0
  263. package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +26 -0
  264. package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-flowchart/checklist.md +49 -0
  265. package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-flowchart/instructions.md +241 -0
  266. package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +26 -0
  267. package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-wireframe/checklist.md +38 -0
  268. package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-wireframe/instructions.md +133 -0
  269. package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +26 -0
  270. package/_bmad-safe/bmm-safe/workflows/qa/automate/checklist.md +33 -0
  271. package/_bmad-safe/bmm-safe/workflows/qa/automate/instructions.md +110 -0
  272. package/_bmad-safe/bmm-safe/workflows/qa/automate/workflow.yaml +47 -0
  273. package/_bmad-safe/core/agents/bmad-master.md +56 -0
  274. package/_bmad-safe/core/beads-acceptance.xml +182 -0
  275. package/_bmad-safe/core/beads-hooks.xml +179 -0
  276. package/_bmad-safe/core/beads-integration.md +68 -0
  277. package/_bmad-safe/core/config.yaml +9 -0
  278. package/_bmad-safe/core/module-help.csv +9 -0
  279. package/_bmad-safe/core/resources/excalidraw/README.md +160 -0
  280. package/_bmad-safe/core/resources/excalidraw/excalidraw-helpers.md +127 -0
  281. package/_bmad-safe/core/resources/excalidraw/library-loader.md +50 -0
  282. package/_bmad-safe/core/resources/excalidraw/validate-json-instructions.md +79 -0
  283. package/_bmad-safe/core/tasks/editorial-review-prose.xml +100 -0
  284. package/_bmad-safe/core/tasks/editorial-review-structure.xml +209 -0
  285. package/_bmad-safe/core/tasks/help.md +62 -0
  286. package/_bmad-safe/core/tasks/index-docs.xml +65 -0
  287. package/_bmad-safe/core/tasks/review-adversarial-general.xml +48 -0
  288. package/_bmad-safe/core/tasks/shard-doc.xml +109 -0
  289. package/_bmad-safe/core/tasks/workflow.xml +235 -0
  290. package/_bmad-safe/core/workflows/advanced-elicitation/methods.csv +51 -0
  291. package/_bmad-safe/core/workflows/advanced-elicitation/workflow.xml +117 -0
  292. package/_bmad-safe/core/workflows/brainstorming/brain-methods.csv +62 -0
  293. package/_bmad-safe/core/workflows/brainstorming/steps/step-01-session-setup.md +197 -0
  294. package/_bmad-safe/core/workflows/brainstorming/steps/step-01b-continue.md +122 -0
  295. package/_bmad-safe/core/workflows/brainstorming/steps/step-02a-user-selected.md +225 -0
  296. package/_bmad-safe/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +237 -0
  297. package/_bmad-safe/core/workflows/brainstorming/steps/step-02c-random-selection.md +209 -0
  298. package/_bmad-safe/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +264 -0
  299. package/_bmad-safe/core/workflows/brainstorming/steps/step-03-technique-execution.md +399 -0
  300. package/_bmad-safe/core/workflows/brainstorming/steps/step-04-idea-organization.md +303 -0
  301. package/_bmad-safe/core/workflows/brainstorming/template.md +15 -0
  302. package/_bmad-safe/core/workflows/brainstorming/workflow.md +58 -0
  303. package/_bmad-safe/core/workflows/party-mode/steps/step-01-agent-loading.md +138 -0
  304. package/_bmad-safe/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +187 -0
  305. package/_bmad-safe/core/workflows/party-mode/steps/step-03-graceful-exit.md +157 -0
  306. package/_bmad-safe/core/workflows/party-mode/workflow.md +194 -0
  307. package/bin/shipquick.js +33 -0
  308. package/lib/installer.js +93 -0
  309. package/package.json +38 -0
@@ -0,0 +1,229 @@
1
+ # Sprint Status - Multi-Mode Service
2
+
3
+ <critical>The workflow execution engine is governed by: {project-root}/_bmad-safe/core/tasks/workflow.xml</critical>
4
+ <critical>You MUST have already loaded and processed: {project-root}/_bmad-safe/bmm-safe/workflows/4-implementation/sprint-status/workflow.yaml</critical>
5
+ <critical>Modes: interactive (default), validate, data</critical>
6
+ <critical>⚠️ ABSOLUTELY NO TIME ESTIMATES. Do NOT mention hours, days, weeks, or timelines.</critical>
7
+
8
+ <workflow>
9
+
10
+ <step n="0" goal="Determine execution mode">
11
+ <action>Set mode = {{mode}} if provided by caller; otherwise mode = "interactive"</action>
12
+
13
+ <check if="mode == data">
14
+ <action>Jump to Step 20</action>
15
+ </check>
16
+
17
+ <check if="mode == validate">
18
+ <action>Jump to Step 30</action>
19
+ </check>
20
+
21
+ <check if="mode == interactive">
22
+ <action>Continue to Step 1</action>
23
+ </check>
24
+ </step>
25
+
26
+ <step n="1" goal="Locate sprint status file">
27
+ <action>Try {sprint_status_file}</action>
28
+ <check if="file not found">
29
+ <output>❌ sprint-status.yaml not found.
30
+ Run `/bmad:bmm:workflows:sprint-planning` to generate it, then rerun sprint-status.</output>
31
+ <action>Exit workflow</action>
32
+ </check>
33
+ <action>Continue to Step 2</action>
34
+ </step>
35
+
36
+ <step n="2" goal="Read and parse sprint-status.yaml">
37
+ <action>Read the FULL file: {sprint_status_file}</action>
38
+ <action>Parse fields: generated, project, project_key, tracking_system, story_location</action>
39
+ <action>Parse development_status map. Classify keys:</action>
40
+ - Epics: keys starting with "epic-" (and not ending with "-retrospective")
41
+ - Retrospectives: keys ending with "-retrospective"
42
+ - Stories: everything else (e.g., 1-2-login-form)
43
+ <action>Map legacy story status "drafted" → "ready-for-dev"</action>
44
+ <action>Count story statuses: backlog, ready-for-dev, in-progress, review, done</action>
45
+ <action>Map legacy epic status "contexted" → "in-progress"</action>
46
+ <action>Count epic statuses: backlog, in-progress, done</action>
47
+ <action>Count retrospective statuses: optional, done</action>
48
+
49
+ <action>Validate all statuses against known values:</action>
50
+
51
+ - Valid story statuses: backlog, ready-for-dev, in-progress, review, done, drafted (legacy)
52
+ - Valid epic statuses: backlog, in-progress, done, contexted (legacy)
53
+ - Valid retrospective statuses: optional, done
54
+
55
+ <check if="any status is unrecognized">
56
+ <output>
57
+ ⚠️ **Unknown status detected:**
58
+ {{#each invalid_entries}}
59
+
60
+ - `{{key}}`: "{{status}}" (not recognized)
61
+ {{/each}}
62
+
63
+ **Valid statuses:**
64
+
65
+ - Stories: backlog, ready-for-dev, in-progress, review, done
66
+ - Epics: backlog, in-progress, done
67
+ - Retrospectives: optional, done
68
+ </output>
69
+ <ask>How should these be corrected?
70
+ {{#each invalid_entries}}
71
+ {{@index}}. {{key}}: "{{status}}" → [select valid status]
72
+ {{/each}}
73
+
74
+ Enter corrections (e.g., "1=in-progress, 2=backlog") or "skip" to continue without fixing:</ask>
75
+ <check if="user provided corrections">
76
+ <action>Update sprint-status.yaml with corrected values</action>
77
+ <action>Re-parse the file with corrected statuses</action>
78
+ </check>
79
+ </check>
80
+
81
+ <action>Detect risks:</action>
82
+
83
+ - IF any story has status "review": suggest `/bmad:bmm:workflows:code-review`
84
+ - IF any story has status "in-progress" AND no stories have status "ready-for-dev": recommend staying focused on active story
85
+ - IF all epics have status "backlog" AND no stories have status "ready-for-dev": prompt `/bmad:bmm:workflows:create-story`
86
+ - IF `generated` timestamp is more than 7 days old: warn "sprint-status.yaml may be stale"
87
+ - IF any story key doesn't match an epic pattern (e.g., story "5-1-..." but no "epic-5"): warn "orphaned story detected"
88
+ - IF any epic has status in-progress but has no associated stories: warn "in-progress epic has no stories"
89
+ </step>
90
+
91
+ <step n="3" goal="Select next action recommendation">
92
+ <action>Pick the next recommended workflow using priority:</action>
93
+ <note>When selecting "first" story: sort by epic number, then story number (e.g., 1-1 before 1-2 before 2-1)</note>
94
+ 1. If any story status == in-progress → recommend `dev-story` for the first in-progress story
95
+ 2. Else if any story status == review → recommend `code-review` for the first review story
96
+ 3. Else if any story status == ready-for-dev → recommend `dev-story`
97
+ 4. Else if any story status == backlog → recommend `create-story`
98
+ 5. Else if any retrospective status == optional → recommend `retrospective`
99
+ 6. Else → All implementation items done; congratulate the user - you both did amazing work together!
100
+ <action>Store selected recommendation as: next_story_id, next_workflow_id, next_agent (SM/DEV as appropriate)</action>
101
+ </step>
102
+
103
+ <step n="4" goal="Display summary">
104
+ <output>
105
+ ## 📊 Sprint Status
106
+
107
+ - Project: {{project}} ({{project_key}})
108
+ - Tracking: {{tracking_system}}
109
+ - Status file: {sprint_status_file}
110
+
111
+ **Stories:** backlog {{count_backlog}}, ready-for-dev {{count_ready}}, in-progress {{count_in_progress}}, review {{count_review}}, done {{count_done}}
112
+
113
+ **Epics:** backlog {{epic_backlog}}, in-progress {{epic_in_progress}}, done {{epic_done}}
114
+
115
+ **Next Recommendation:** /bmad:bmm:workflows:{{next_workflow_id}} ({{next_story_id}})
116
+
117
+ {{#if risks}}
118
+ **Risks:**
119
+ {{#each risks}}
120
+
121
+ - {{this}}
122
+ {{/each}}
123
+ {{/if}}
124
+
125
+ </output>
126
+ </step>
127
+
128
+ <step n="5" goal="Offer actions">
129
+ <ask>Pick an option:
130
+ 1) Run recommended workflow now
131
+ 2) Show all stories grouped by status
132
+ 3) Show raw sprint-status.yaml
133
+ 4) Exit
134
+ Choice:</ask>
135
+
136
+ <check if="choice == 1">
137
+ <output>Run `/bmad:bmm:workflows:{{next_workflow_id}}`.
138
+ If the command targets a story, set `story_key={{next_story_id}}` when prompted.</output>
139
+ </check>
140
+
141
+ <check if="choice == 2">
142
+ <output>
143
+ ### Stories by Status
144
+ - In Progress: {{stories_in_progress}}
145
+ - Review: {{stories_in_review}}
146
+ - Ready for Dev: {{stories_ready_for_dev}}
147
+ - Backlog: {{stories_backlog}}
148
+ - Done: {{stories_done}}
149
+ </output>
150
+ </check>
151
+
152
+ <check if="choice == 3">
153
+ <action>Display the full contents of {sprint_status_file}</action>
154
+ </check>
155
+
156
+ <check if="choice == 4">
157
+ <action>Exit workflow</action>
158
+ </check>
159
+ </step>
160
+
161
+ <!-- ========================= -->
162
+ <!-- Data mode for other flows -->
163
+ <!-- ========================= -->
164
+
165
+ <step n="20" goal="Data mode output">
166
+ <action>Load and parse {sprint_status_file} same as Step 2</action>
167
+ <action>Compute recommendation same as Step 3</action>
168
+ <template-output>next_workflow_id = {{next_workflow_id}}</template-output>
169
+ <template-output>next_story_id = {{next_story_id}}</template-output>
170
+ <template-output>count_backlog = {{count_backlog}}</template-output>
171
+ <template-output>count_ready = {{count_ready}}</template-output>
172
+ <template-output>count_in_progress = {{count_in_progress}}</template-output>
173
+ <template-output>count_review = {{count_review}}</template-output>
174
+ <template-output>count_done = {{count_done}}</template-output>
175
+ <template-output>epic_backlog = {{epic_backlog}}</template-output>
176
+ <template-output>epic_in_progress = {{epic_in_progress}}</template-output>
177
+ <template-output>epic_done = {{epic_done}}</template-output>
178
+ <template-output>risks = {{risks}}</template-output>
179
+ <action>Return to caller</action>
180
+ </step>
181
+
182
+ <!-- ========================= -->
183
+ <!-- Validate mode -->
184
+ <!-- ========================= -->
185
+
186
+ <step n="30" goal="Validate sprint-status file">
187
+ <action>Check that {sprint_status_file} exists</action>
188
+ <check if="missing">
189
+ <template-output>is_valid = false</template-output>
190
+ <template-output>error = "sprint-status.yaml missing"</template-output>
191
+ <template-output>suggestion = "Run sprint-planning to create it"</template-output>
192
+ <action>Return</action>
193
+ </check>
194
+
195
+ <action>Read and parse {sprint_status_file}</action>
196
+
197
+ <action>Validate required metadata fields exist: generated, project, project_key, tracking_system, story_location</action>
198
+ <check if="any required field missing">
199
+ <template-output>is_valid = false</template-output>
200
+ <template-output>error = "Missing required field(s): {{missing_fields}}"</template-output>
201
+ <template-output>suggestion = "Re-run sprint-planning or add missing fields manually"</template-output>
202
+ <action>Return</action>
203
+ </check>
204
+
205
+ <action>Verify development_status section exists with at least one entry</action>
206
+ <check if="development_status missing or empty">
207
+ <template-output>is_valid = false</template-output>
208
+ <template-output>error = "development_status missing or empty"</template-output>
209
+ <template-output>suggestion = "Re-run sprint-planning or repair the file manually"</template-output>
210
+ <action>Return</action>
211
+ </check>
212
+
213
+ <action>Validate all status values against known valid statuses:</action>
214
+
215
+ - Stories: backlog, ready-for-dev, in-progress, review, done (legacy: drafted)
216
+ - Epics: backlog, in-progress, done (legacy: contexted)
217
+ - Retrospectives: optional, done
218
+ <check if="any invalid status found">
219
+ <template-output>is_valid = false</template-output>
220
+ <template-output>error = "Invalid status values: {{invalid_entries}}"</template-output>
221
+ <template-output>suggestion = "Fix invalid statuses in sprint-status.yaml"</template-output>
222
+ <action>Return</action>
223
+ </check>
224
+
225
+ <template-output>is_valid = true</template-output>
226
+ <template-output>message = "sprint-status.yaml valid: metadata complete, all statuses recognized"</template-output>
227
+ </step>
228
+
229
+ </workflow>
@@ -0,0 +1,35 @@
1
+ # Sprint Status - Implementation Tracker
2
+ name: sprint-status
3
+ description: "Summarize sprint-status.yaml, surface risks, and route to the right implementation workflow."
4
+ author: "BMad"
5
+
6
+ # Critical variables from config
7
+ config_source: "{project-root}/_bmad-safe/bmm-safe/config.yaml"
8
+ output_folder: "{config_source}:output_folder"
9
+ user_name: "{config_source}:user_name"
10
+ communication_language: "{config_source}:communication_language"
11
+ document_output_language: "{config_source}:document_output_language"
12
+ date: system-generated
13
+ implementation_artifacts: "{config_source}:implementation_artifacts"
14
+ planning_artifacts: "{config_source}:planning_artifacts"
15
+
16
+ # Workflow components
17
+ installed_path: "{project-root}/_bmad-safe/bmm-safe/workflows/4-implementation/sprint-status"
18
+ instructions: "{installed_path}/instructions.md"
19
+
20
+ # Inputs
21
+ variables:
22
+ sprint_status_file: "{implementation_artifacts}/sprint-status.yaml"
23
+ tracking_system: "file-system"
24
+
25
+ # Smart input file references
26
+ input_file_patterns:
27
+ sprint_status:
28
+ description: "Sprint status file generated by sprint-planning"
29
+ whole: "{implementation_artifacts}/sprint-status.yaml"
30
+ load_strategy: "FULL_LOAD"
31
+
32
+ # Standalone so IDE commands get generated
33
+ standalone: true
34
+
35
+ # No web bundle needed
@@ -0,0 +1,72 @@
1
+ # Story Refinement Instructions
2
+
3
+ <critical>The workflow execution engine is governed by: {project-root}/\_bmad-safe/core/tasks/workflow.xml</critical>
4
+ <critical>You MUST have already loaded and processed: {project-root}/\_bmad-safe/bmm-safe/workflows/4-implementation/story-refinement/workflow.yaml</critical>
5
+
6
+ ## Purpose
7
+
8
+ Break Features into team-ready Stories with clear Acceptance Criteria.
9
+
10
+ ---
11
+
12
+ ## Refinement Process
13
+
14
+ ### Step 1: Select Feature
15
+
16
+ - Choose Feature from PI plan
17
+ - Review benefit hypothesis
18
+
19
+ ### Step 2: Identify Stories
20
+
21
+ - What Stories deliver this Feature?
22
+ - Consider User Stories and Enabler Stories
23
+
24
+ ### Step 3: Write Stories
25
+
26
+ Use template: `{project-root}/_bmad-safe/bmm-safe/templates/safe/story-template.md`
27
+
28
+ **Format:**
29
+
30
+ ```
31
+ As a [user type]
32
+ I want [capability]
33
+ So that [benefit]
34
+ ```
35
+
36
+ ### Step 4: Define Acceptance Criteria
37
+
38
+ **Given-When-Then format:**
39
+
40
+ ```
41
+ Given [context]
42
+ When [action]
43
+ Then [expected result]
44
+ ```
45
+
46
+ ### Step 5: Estimate
47
+
48
+ - Use Story Points (1, 2, 3, 5, 8, 13)
49
+ - If > 8, split the Story
50
+
51
+ ### Step 6: Validate INVEST
52
+
53
+ - Independent
54
+ - Negotiable
55
+ - Valuable
56
+ - Estimable
57
+ - Small
58
+ - Testable
59
+
60
+ ---
61
+
62
+ ## Splitting Large Stories
63
+
64
+ Use: `{project-root}/_bmad-safe/bmm-safe/tasks/split-story.md`
65
+
66
+ ---
67
+
68
+ ## Outputs
69
+
70
+ 1. Ready Stories in backlog
71
+ 2. Clear Acceptance Criteria
72
+ 3. Story estimates
@@ -0,0 +1,53 @@
1
+ # Story Refinement - Break Features into Team-Ready Stories
2
+ name: story-refinement
3
+ description: "Refine Features into team-ready Stories with clear acceptance criteria and INVEST principles"
4
+ author: "BMad Method - SAFe"
5
+
6
+ # Critical variables from config
7
+ config_source: "{project-root}/_bmad-safe/bmm-safe/config.yaml"
8
+ user_name: "{config_source}:user_name"
9
+ communication_language: "{config_source}:communication_language"
10
+ user_skill_level: "{config_source}:user_skill_level"
11
+ document_output_language: "{config_source}:document_output_language"
12
+ date: system-generated
13
+ implementation_artifacts: "{config_source}:implementation_artifacts"
14
+ planning_artifacts: "{config_source}:planning_artifacts"
15
+ output_folder: "{implementation_artifacts}"
16
+
17
+ # Workflow components
18
+ installed_path: "{project-root}/_bmad-safe/bmm-safe/workflows/4-implementation/story-refinement"
19
+ instructions: "{installed_path}/instructions.md"
20
+ template_story: "{project-root}/_bmad-safe/bmm-safe/templates/safe/story-template.md"
21
+ checklist_dor: "{project-root}/_bmad-safe/bmm-safe/checklists/definition-of-ready.md"
22
+ task_split: "{project-root}/_bmad-safe/bmm-safe/tasks/split-story.md"
23
+
24
+ # Variables and inputs
25
+ variables:
26
+ project_context: "**/project-context.md"
27
+ project_name: "{config_source}:project_name"
28
+
29
+ # Refinement inputs
30
+ features: "{planning_artifacts}/*feature*.md"
31
+ team_backlog: "{implementation_artifacts}/*backlog*.md"
32
+ pi_objectives: "{implementation_artifacts}/*pi-objectives*.md"
33
+
34
+ # Smart input file references
35
+ input_file_patterns:
36
+ features:
37
+ description: "Features to refine into stories"
38
+ whole: "{planning_artifacts}/*feature*.md"
39
+ load_strategy: "FULL_LOAD"
40
+ backlog:
41
+ description: "Current team backlog"
42
+ whole: "{implementation_artifacts}/*backlog*.md"
43
+ load_strategy: "SCAN_HEADERS"
44
+
45
+ # Output configuration
46
+ default_output_file: "{implementation_artifacts}/refined-stories.md"
47
+
48
+ # Workflow mode
49
+ workflow:
50
+ type: single-mode
51
+ mode: Create
52
+
53
+ standalone: true
@@ -0,0 +1,66 @@
1
+ # System Demo Instructions
2
+
3
+ <critical>The workflow execution engine is governed by: {project-root}/\_bmad-safe/core/tasks/workflow.xml</critical>
4
+ <critical>You MUST have already loaded and processed: {project-root}/\_bmad-safe/bmm-safe/workflows/4-implementation/system-demo/workflow.yaml</critical>
5
+
6
+ ## Purpose
7
+
8
+ Demonstrate the integrated increment to stakeholders at the end of each PI.
9
+
10
+ ---
11
+
12
+ ## Preparation (1 week before)
13
+
14
+ 1. Collect demo-ready Features from all teams
15
+ 2. Create demo script with flow
16
+ 3. Prepare demo environment
17
+ 4. Confirm Business Owner attendance
18
+ 5. Send agenda to stakeholders
19
+
20
+ ---
21
+
22
+ ## Agenda (1-2 hours)
23
+
24
+ ### 1. Welcome & PI Context (5 min)
25
+
26
+ - RTE opens and sets context
27
+ - Review PI goals
28
+
29
+ ### 2. Feature Demonstrations (45-60 min)
30
+
31
+ - Each team demos completed Features
32
+ - Focus on business value, not technical details
33
+ - Show integrated solution where possible
34
+
35
+ ### 3. Business Value Assessment (15 min)
36
+
37
+ - Business Owners assess value delivered
38
+ - Compare actual vs planned objectives
39
+
40
+ ### 4. Stakeholder Feedback (15 min)
41
+
42
+ - Open Q&A
43
+ - Collect feedback for improvement
44
+
45
+ ### 5. Next PI Preview (10 min)
46
+
47
+ - High-level roadmap for next PI
48
+ - Set expectations
49
+
50
+ ---
51
+
52
+ ## Outputs
53
+
54
+ 1. Demo notes
55
+ 2. Business Value assessment scores
56
+ 3. Stakeholder feedback
57
+ 4. Items for I&A
58
+
59
+ ---
60
+
61
+ ## Tips
62
+
63
+ - Keep demos focused on user outcomes
64
+ - Rehearse before the event
65
+ - Have backup plan for technical issues
66
+ - Celebrate team achievements
@@ -0,0 +1,49 @@
1
+ # System Demo - PI System Demo Event
2
+ name: system-demo
3
+ description: "Facilitate PI System Demo at the end of each PI to showcase integrated work from all teams"
4
+ author: "BMad Method - SAFe"
5
+
6
+ # Critical variables from config
7
+ config_source: "{project-root}/_bmad-safe/bmm-safe/config.yaml"
8
+ user_name: "{config_source}:user_name"
9
+ communication_language: "{config_source}:communication_language"
10
+ user_skill_level: "{config_source}:user_skill_level"
11
+ document_output_language: "{config_source}:document_output_language"
12
+ date: system-generated
13
+ implementation_artifacts: "{config_source}:implementation_artifacts"
14
+ output_folder: "{implementation_artifacts}"
15
+
16
+ # Workflow components
17
+ installed_path: "{project-root}/_bmad-safe/bmm-safe/workflows/4-implementation/system-demo"
18
+ instructions: "{installed_path}/instructions.md"
19
+
20
+ # Variables and inputs
21
+ variables:
22
+ project_context: "**/project-context.md"
23
+ project_name: "{config_source}:project_name"
24
+
25
+ # System Demo inputs
26
+ pi_objectives: "{implementation_artifacts}/*pi-objectives*.md"
27
+ completed_features: "{planning_artifacts}/*feature*.md"
28
+ sprint_status: "{implementation_artifacts}/sprint-status.yaml"
29
+
30
+ # Smart input file references
31
+ input_file_patterns:
32
+ features:
33
+ description: "Completed features to demo"
34
+ whole: "{planning_artifacts}/*feature*.md"
35
+ load_strategy: "FULL_LOAD"
36
+ stories:
37
+ description: "Completed stories this PI"
38
+ whole: "{implementation_artifacts}/*story*.md"
39
+ load_strategy: "SCAN_HEADERS"
40
+
41
+ # Output configuration
42
+ default_output_file: "{implementation_artifacts}/system-demo-notes.md"
43
+
44
+ # Workflow mode
45
+ workflow:
46
+ type: single-mode
47
+ mode: Facilitate
48
+
49
+ standalone: true
@@ -0,0 +1,59 @@
1
+ # Team Backlog Instructions
2
+
3
+ <critical>The workflow execution engine is governed by: {project-root}/\_bmad-safe/core/tasks/workflow.xml</critical>
4
+ <critical>You MUST have already loaded and processed: {project-root}/\_bmad-safe/bmm-safe/workflows/4-implementation/team-backlog/workflow.yaml</critical>
5
+
6
+ ## Purpose
7
+
8
+ The Product Owner's primary artifact for managing team work.
9
+
10
+ ---
11
+
12
+ ## Backlog Components
13
+
14
+ 1. **User Stories** - Deliver user value
15
+ 2. **Enabler Stories** - Technical work enabling features
16
+ 3. **Defects** - Bugs to fix
17
+ 4. **Tech Debt** - Code quality improvements
18
+
19
+ ---
20
+
21
+ ## Prioritization Process
22
+
23
+ ### Step 1: Review Current State
24
+
25
+ - What's in progress?
26
+ - What's blocked?
27
+ - What's completed?
28
+
29
+ ### Step 2: Apply WSJF
30
+
31
+ Use `{project-root}/_bmad-safe/bmm-safe/tasks/apply-wsjf.md`
32
+
33
+ ### Step 3: Check Alignment
34
+
35
+ - Do top items align with PI Objectives?
36
+ - Are dependencies managed?
37
+
38
+ ### Step 4: Refinement Status
39
+
40
+ - Are top 10 items Ready?
41
+ - Use Definition of Ready checklist
42
+
43
+ ---
44
+
45
+ ## Maintenance Frequency
46
+
47
+ | Activity | Frequency |
48
+ | --------------- | ---------------- |
49
+ | Priority review | Weekly |
50
+ | Refinement | 2x per Iteration |
51
+ | Full grooming | Every Iteration |
52
+
53
+ ---
54
+
55
+ ## Outputs
56
+
57
+ 1. Prioritized backlog
58
+ 2. Identified gaps
59
+ 3. Ready items for next Iteration
@@ -0,0 +1,53 @@
1
+ # Team Backlog Management - Prioritize and Manage Team Backlog
2
+ name: team-backlog
3
+ description: "Manage and prioritize the Team Backlog with WSJF and capacity-based planning"
4
+ author: "BMad Method - SAFe"
5
+
6
+ # Critical variables from config
7
+ config_source: "{project-root}/_bmad-safe/bmm-safe/config.yaml"
8
+ user_name: "{config_source}:user_name"
9
+ communication_language: "{config_source}:communication_language"
10
+ user_skill_level: "{config_source}:user_skill_level"
11
+ document_output_language: "{config_source}:document_output_language"
12
+ date: system-generated
13
+ implementation_artifacts: "{config_source}:implementation_artifacts"
14
+ planning_artifacts: "{config_source}:planning_artifacts"
15
+ output_folder: "{implementation_artifacts}"
16
+
17
+ # Workflow components
18
+ installed_path: "{project-root}/_bmad-safe/bmm-safe/workflows/4-implementation/team-backlog"
19
+ instructions: "{installed_path}/instructions.md"
20
+ template_story: "{project-root}/_bmad-safe/bmm-safe/templates/safe/story-template.md"
21
+ template_wsjf: "{project-root}/_bmad-safe/bmm-safe/templates/safe/wsjf-calculator.md"
22
+ task_wsjf: "{project-root}/_bmad-safe/bmm-safe/tasks/apply-wsjf.md"
23
+
24
+ # Variables and inputs
25
+ variables:
26
+ project_context: "**/project-context.md"
27
+ project_name: "{config_source}:project_name"
28
+
29
+ # Backlog inputs
30
+ pi_objectives: "{implementation_artifacts}/*pi-objectives*.md"
31
+ features: "{planning_artifacts}/*feature*.md"
32
+ existing_stories: "{implementation_artifacts}/*story*.md"
33
+
34
+ # Smart input file references
35
+ input_file_patterns:
36
+ features:
37
+ description: "Features from ART backlog"
38
+ whole: "{planning_artifacts}/*feature*.md"
39
+ load_strategy: "SCAN_HEADERS"
40
+ stories:
41
+ description: "Existing stories in backlog"
42
+ whole: "{implementation_artifacts}/*story*.md"
43
+ load_strategy: "SCAN_HEADERS"
44
+
45
+ # Output configuration
46
+ default_output_file: "{implementation_artifacts}/team-backlog.md"
47
+
48
+ # Workflow mode
49
+ workflow:
50
+ type: single-mode
51
+ mode: Create
52
+
53
+ standalone: true