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.
- package/README.md +85 -0
- package/_bmad-safe/_config/agent-manifest.csv +19 -0
- package/_bmad-safe/_config/bmad-help.csv +35 -0
- package/_bmad-safe/_config/task-manifest.csv +8 -0
- package/_bmad-safe/_config/workflow-manifest.csv +29 -0
- package/_bmad-safe/bmm-safe/agents/analyst.md +88 -0
- package/_bmad-safe/bmm-safe/agents/architect.md +72 -0
- package/_bmad-safe/bmm-safe/agents/business-owner.md +77 -0
- package/_bmad-safe/bmm-safe/agents/dev.md +83 -0
- package/_bmad-safe/bmm-safe/agents/pm.md +86 -0
- package/_bmad-safe/bmm-safe/agents/po.md +78 -0
- package/_bmad-safe/bmm-safe/agents/qa.md +105 -0
- package/_bmad-safe/bmm-safe/agents/quick-flow-solo-dev.md +82 -0
- package/_bmad-safe/bmm-safe/agents/rte.md +78 -0
- package/_bmad-safe/bmm-safe/agents/sm.md +84 -0
- package/_bmad-safe/bmm-safe/agents/solution-architect.md +57 -0
- package/_bmad-safe/bmm-safe/agents/solution-manager.md +58 -0
- package/_bmad-safe/bmm-safe/agents/ste.md +57 -0
- package/_bmad-safe/bmm-safe/agents/system-architect.md +57 -0
- package/_bmad-safe/bmm-safe/agents/tech-writer/tech-writer.md +76 -0
- package/_bmad-safe/bmm-safe/agents/ux-designer.md +70 -0
- package/_bmad-safe/bmm-safe/agents/ux-researcher.md +58 -0
- package/_bmad-safe/bmm-safe/checklists/definition-of-done.md +58 -0
- package/_bmad-safe/bmm-safe/checklists/definition-of-ready.md +58 -0
- package/_bmad-safe/bmm-safe/checklists/iteration-planning-prep.md +37 -0
- package/_bmad-safe/bmm-safe/checklists/pi-planning-prep.md +63 -0
- package/_bmad-safe/bmm-safe/checklists/release-readiness.md +41 -0
- package/_bmad-safe/bmm-safe/config.yaml +59 -0
- package/_bmad-safe/bmm-safe/data/Rally Import Templates/DefectImportTemplate.csv +2 -0
- package/_bmad-safe/bmm-safe/data/Rally Import Templates/MilestoneImportTemplate.csv +2 -0
- package/_bmad-safe/bmm-safe/data/Rally Import Templates/PortfolioItemCapabilityImportTemplate.csv +2 -0
- package/_bmad-safe/bmm-safe/data/Rally Import Templates/PortfolioItemEpicsImportTemplate.csv +2 -0
- package/_bmad-safe/bmm-safe/data/Rally Import Templates/PortfolioItemFeatureImportTemplate.csv +2 -0
- package/_bmad-safe/bmm-safe/data/Rally Import Templates/PortfolioItemThemeImportTemplate.csv +2 -0
- package/_bmad-safe/bmm-safe/data/Rally Import Templates/TaskImportTemplate.csv +2 -0
- package/_bmad-safe/bmm-safe/data/Rally Import Templates/TestCaseImportTemplate.csv +3 -0
- package/_bmad-safe/bmm-safe/data/Rally Import Templates/UserStoryImportTemplate.csv +2 -0
- package/_bmad-safe/bmm-safe/data/project-context-template.md +26 -0
- package/_bmad-safe/bmm-safe/docs/safe-user-guide.md +316 -0
- package/_bmad-safe/bmm-safe/knowledge/analyst/analyst-knowledge.md +25 -0
- package/_bmad-safe/bmm-safe/knowledge/architect/architect-knowledge.md +25 -0
- package/_bmad-safe/bmm-safe/knowledge/business-owner/business-owner-knowledge.md +45 -0
- package/_bmad-safe/bmm-safe/knowledge/dev/dev-knowledge.md +25 -0
- package/_bmad-safe/bmm-safe/knowledge/pm/pm-knowledge.md +84 -0
- package/_bmad-safe/bmm-safe/knowledge/po/po-knowledge.md +73 -0
- package/_bmad-safe/bmm-safe/knowledge/qa/qa-knowledge.md +25 -0
- package/_bmad-safe/bmm-safe/knowledge/quick-flow-solo-dev/quick-flow-solo-dev-knowledge.md +25 -0
- package/_bmad-safe/bmm-safe/knowledge/rte/rte-knowledge.md +66 -0
- package/_bmad-safe/bmm-safe/knowledge/sm/sm-knowledge.md +25 -0
- package/_bmad-safe/bmm-safe/knowledge/solution-architect/solution-architect-knowledge.md +25 -0
- package/_bmad-safe/bmm-safe/knowledge/solution-manager/solution-manager-knowledge.md +25 -0
- package/_bmad-safe/bmm-safe/knowledge/ste/ste-knowledge.md +25 -0
- package/_bmad-safe/bmm-safe/knowledge/system-architect/system-architect-knowledge.md +25 -0
- package/_bmad-safe/bmm-safe/knowledge/tech-writer/tech-writer-knowledge.md +25 -0
- package/_bmad-safe/bmm-safe/knowledge/ux-designer/ux-designer-knowledge.md +25 -0
- package/_bmad-safe/bmm-safe/knowledge/ux-researcher/ux-researcher-knowledge.md +25 -0
- package/_bmad-safe/bmm-safe/module-help.csv +36 -0
- package/_bmad-safe/bmm-safe/tasks/apply-wsjf.md +51 -0
- package/_bmad-safe/bmm-safe/tasks/create-pi-objectives.md +46 -0
- package/_bmad-safe/bmm-safe/tasks/roam-risk.md +46 -0
- package/_bmad-safe/bmm-safe/tasks/split-story.md +93 -0
- package/_bmad-safe/bmm-safe/teams/default-party.csv +24 -0
- package/_bmad-safe/bmm-safe/teams/team-art.yaml +15 -0
- package/_bmad-safe/bmm-safe/teams/team-fullstack.yaml +12 -0
- package/_bmad-safe/bmm-safe/teams/team-portfolio.yaml +11 -0
- package/_bmad-safe/bmm-safe/teams/team-solution.yaml +12 -0
- package/_bmad-safe/bmm-safe/templates/safe/capability-template.md +68 -0
- package/_bmad-safe/bmm-safe/templates/safe/defect-template.md +58 -0
- package/_bmad-safe/bmm-safe/templates/safe/dependency-template.md +60 -0
- package/_bmad-safe/bmm-safe/templates/safe/epic-template.md +74 -0
- package/_bmad-safe/bmm-safe/templates/safe/feature-template.md +78 -0
- package/_bmad-safe/bmm-safe/templates/safe/flow-metrics.md +70 -0
- package/_bmad-safe/bmm-safe/templates/safe/iteration-plan.md +58 -0
- package/_bmad-safe/bmm-safe/templates/safe/pi-objectives-template.md +75 -0
- package/_bmad-safe/bmm-safe/templates/safe/roam-risk-template.md +87 -0
- package/_bmad-safe/bmm-safe/templates/safe/story-template.md +78 -0
- package/_bmad-safe/bmm-safe/templates/safe/task-template.md +43 -0
- package/_bmad-safe/bmm-safe/templates/safe/theme-template.md +55 -0
- package/_bmad-safe/bmm-safe/templates/safe/wsjf-calculator.md +94 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/create-product-brief/product-brief.template.md +10 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/create-product-brief/steps/step-01-init.md +177 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +161 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +199 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/create-product-brief/steps/step-03-users.md +202 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +205 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +219 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +162 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/create-product-brief/workflow.md +58 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/domain-steps/step-01-init.md +137 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +229 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +238 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +206 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +234 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +443 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/market-steps/step-01-init.md +182 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +237 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +200 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +249 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +259 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +177 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/market-steps/step-06-research-completion.md +475 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/research.template.md +29 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/technical-steps/step-01-init.md +137 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +239 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +248 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +202 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +239 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +486 -0
- package/_bmad-safe/bmm-safe/workflows/1-analysis/research/workflow.md +173 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/data/domain-complexity.csv +13 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/data/prd-purpose.md +197 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/data/project-types.csv +11 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-01-init.md +191 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-01b-continue.md +153 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-02-discovery.md +224 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md +226 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md +213 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md +207 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md +226 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md +237 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md +228 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md +231 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md +242 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-11-polish.md +217 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +124 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-e/step-e-01-discovery.md +247 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-e/step-e-01b-legacy-conversion.md +208 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-e/step-e-02-review.md +249 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-e/step-e-03-edit.md +253 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-e/step-e-04-complete.md +168 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +218 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +191 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +209 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +174 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +214 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +228 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +217 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +205 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +243 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +263 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +209 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +264 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +242 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +231 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/templates/prd-template.md +10 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-prd/workflow.md +158 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +135 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +127 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +190 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +216 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +219 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +234 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +252 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +254 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +224 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +224 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +241 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +248 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +237 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +264 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +171 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +13 -0
- package/_bmad-safe/bmm-safe/workflows/2-plan-workflows/create-ux-design/workflow.md +43 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +190 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +178 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +179 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +139 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +252 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +135 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +4 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/check-implementation-readiness/workflow.md +55 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/architecture-decision-template.md +12 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +11 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/data/project-types.csv +7 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/steps/step-01-init.md +153 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +164 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/steps/step-02-context.md +224 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +331 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +318 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +359 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +379 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +359 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +76 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-architecture/workflow.md +57 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-capability/instructions.md +164 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-capability/workflow.yaml +45 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +259 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +269 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +272 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +149 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +57 -0
- package/_bmad-safe/bmm-safe/workflows/3-solutioning/create-epics-and-stories/workflow.md +59 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/art-sync/instructions.md +74 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/art-sync/workflow.yaml +54 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/code-review/checklist.md +23 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/code-review/instructions.xml +227 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/code-review/workflow.yaml +58 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/correct-course/checklist.md +288 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/correct-course/instructions.md +206 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/correct-course/workflow.yaml +58 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/create-story/checklist.md +358 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/create-story/instructions.xml +345 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/create-story/template.md +49 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/create-story/workflow.yaml +67 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/dev-story/checklist.md +80 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/dev-story/instructions.xml +410 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/dev-story/workflow.yaml +35 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/inspect-adapt/instructions.md +96 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/inspect-adapt/workflow.yaml +59 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/iteration-goals/instructions.md +57 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/iteration-goals/workflow.yaml +51 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/pi-planning/instructions.md +146 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/pi-planning/workflow.yaml +66 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/po-sync/instructions.md +57 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/po-sync/workflow.yaml +50 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/retrospective/instructions.md +1451 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/retrospective/workflow.yaml +65 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/sprint-planning/checklist.md +33 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/sprint-planning/instructions.md +243 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +55 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/sprint-planning/workflow.yaml +64 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/sprint-status/instructions.md +229 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/sprint-status/workflow.yaml +35 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/story-refinement/instructions.md +72 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/story-refinement/workflow.yaml +53 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/system-demo/instructions.md +66 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/system-demo/workflow.yaml +49 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/team-backlog/instructions.md +59 -0
- package/_bmad-safe/bmm-safe/workflows/4-implementation/team-backlog/workflow.yaml +53 -0
- package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +176 -0
- package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
- package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
- package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
- package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
- package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +149 -0
- package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-dev/workflow.md +50 -0
- package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +192 -0
- package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +145 -0
- package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +128 -0
- package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +201 -0
- package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +74 -0
- package/_bmad-safe/bmm-safe/workflows/bmad-quick-flow/quick-spec/workflow.md +79 -0
- package/_bmad-safe/bmm-safe/workflows/document-project/checklist.md +245 -0
- package/_bmad-safe/bmm-safe/workflows/document-project/documentation-requirements.csv +12 -0
- package/_bmad-safe/bmm-safe/workflows/document-project/instructions.md +221 -0
- package/_bmad-safe/bmm-safe/workflows/document-project/templates/deep-dive-template.md +345 -0
- package/_bmad-safe/bmm-safe/workflows/document-project/templates/index-template.md +169 -0
- package/_bmad-safe/bmm-safe/workflows/document-project/templates/project-overview-template.md +103 -0
- package/_bmad-safe/bmm-safe/workflows/document-project/templates/project-scan-report-schema.json +160 -0
- package/_bmad-safe/bmm-safe/workflows/document-project/templates/source-tree-template.md +135 -0
- package/_bmad-safe/bmm-safe/workflows/document-project/workflow.yaml +28 -0
- package/_bmad-safe/bmm-safe/workflows/document-project/workflows/deep-dive-instructions.md +298 -0
- package/_bmad-safe/bmm-safe/workflows/document-project/workflows/deep-dive.yaml +31 -0
- package/_bmad-safe/bmm-safe/workflows/document-project/workflows/full-scan-instructions.md +1106 -0
- package/_bmad-safe/bmm-safe/workflows/document-project/workflows/full-scan.yaml +31 -0
- package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/_shared/excalidraw-library.json +90 -0
- package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml +127 -0
- package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-dataflow/checklist.md +39 -0
- package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-dataflow/instructions.md +130 -0
- package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +26 -0
- package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-diagram/checklist.md +43 -0
- package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-diagram/instructions.md +141 -0
- package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +26 -0
- package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-flowchart/checklist.md +49 -0
- package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-flowchart/instructions.md +241 -0
- package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +26 -0
- package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-wireframe/checklist.md +38 -0
- package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-wireframe/instructions.md +133 -0
- package/_bmad-safe/bmm-safe/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +26 -0
- package/_bmad-safe/bmm-safe/workflows/qa/automate/checklist.md +33 -0
- package/_bmad-safe/bmm-safe/workflows/qa/automate/instructions.md +110 -0
- package/_bmad-safe/bmm-safe/workflows/qa/automate/workflow.yaml +47 -0
- package/_bmad-safe/core/agents/bmad-master.md +56 -0
- package/_bmad-safe/core/beads-acceptance.xml +182 -0
- package/_bmad-safe/core/beads-hooks.xml +179 -0
- package/_bmad-safe/core/beads-integration.md +68 -0
- package/_bmad-safe/core/config.yaml +9 -0
- package/_bmad-safe/core/module-help.csv +9 -0
- package/_bmad-safe/core/resources/excalidraw/README.md +160 -0
- package/_bmad-safe/core/resources/excalidraw/excalidraw-helpers.md +127 -0
- package/_bmad-safe/core/resources/excalidraw/library-loader.md +50 -0
- package/_bmad-safe/core/resources/excalidraw/validate-json-instructions.md +79 -0
- package/_bmad-safe/core/tasks/editorial-review-prose.xml +100 -0
- package/_bmad-safe/core/tasks/editorial-review-structure.xml +209 -0
- package/_bmad-safe/core/tasks/help.md +62 -0
- package/_bmad-safe/core/tasks/index-docs.xml +65 -0
- package/_bmad-safe/core/tasks/review-adversarial-general.xml +48 -0
- package/_bmad-safe/core/tasks/shard-doc.xml +109 -0
- package/_bmad-safe/core/tasks/workflow.xml +235 -0
- package/_bmad-safe/core/workflows/advanced-elicitation/methods.csv +51 -0
- package/_bmad-safe/core/workflows/advanced-elicitation/workflow.xml +117 -0
- package/_bmad-safe/core/workflows/brainstorming/brain-methods.csv +62 -0
- package/_bmad-safe/core/workflows/brainstorming/steps/step-01-session-setup.md +197 -0
- package/_bmad-safe/core/workflows/brainstorming/steps/step-01b-continue.md +122 -0
- package/_bmad-safe/core/workflows/brainstorming/steps/step-02a-user-selected.md +225 -0
- package/_bmad-safe/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +237 -0
- package/_bmad-safe/core/workflows/brainstorming/steps/step-02c-random-selection.md +209 -0
- package/_bmad-safe/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +264 -0
- package/_bmad-safe/core/workflows/brainstorming/steps/step-03-technique-execution.md +399 -0
- package/_bmad-safe/core/workflows/brainstorming/steps/step-04-idea-organization.md +303 -0
- package/_bmad-safe/core/workflows/brainstorming/template.md +15 -0
- package/_bmad-safe/core/workflows/brainstorming/workflow.md +58 -0
- package/_bmad-safe/core/workflows/party-mode/steps/step-01-agent-loading.md +138 -0
- package/_bmad-safe/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +187 -0
- package/_bmad-safe/core/workflows/party-mode/steps/step-03-graceful-exit.md +157 -0
- package/_bmad-safe/core/workflows/party-mode/workflow.md +194 -0
- package/bin/shipquick.js +33 -0
- package/lib/installer.js +93 -0
- package/package.json +38 -0
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# Quinn QA workflow: Automate
|
|
2
|
+
name: qa-automate
|
|
3
|
+
description: "Generate tests quickly for existing features using standard test patterns"
|
|
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
|
+
implementation_artifacts: "{config_source}:implementation_artifacts"
|
|
10
|
+
user_name: "{config_source}:user_name"
|
|
11
|
+
communication_language: "{config_source}:communication_language"
|
|
12
|
+
document_output_language: "{config_source}:document_output_language"
|
|
13
|
+
date: system-generated
|
|
14
|
+
|
|
15
|
+
# Workflow components
|
|
16
|
+
installed_path: "{project-root}/_bmad-safe/bmm-safe/workflows/qa/automate"
|
|
17
|
+
instructions: "{installed_path}/instructions.md"
|
|
18
|
+
validation: "{installed_path}/checklist.md"
|
|
19
|
+
template: false
|
|
20
|
+
|
|
21
|
+
# Variables and inputs
|
|
22
|
+
variables:
|
|
23
|
+
# Directory paths
|
|
24
|
+
test_dir: "{project-root}/tests" # Root test directory
|
|
25
|
+
source_dir: "{project-root}" # Source code directory
|
|
26
|
+
|
|
27
|
+
# Output configuration
|
|
28
|
+
default_output_file: "{implementation_artifacts}/tests/test-summary.md"
|
|
29
|
+
|
|
30
|
+
# Required tools
|
|
31
|
+
required_tools:
|
|
32
|
+
- read_file # Read source code and existing tests
|
|
33
|
+
- write_file # Create test files
|
|
34
|
+
- create_directory # Create test directories
|
|
35
|
+
- list_files # Discover features
|
|
36
|
+
- search_repo # Find patterns
|
|
37
|
+
- glob # Find files
|
|
38
|
+
|
|
39
|
+
tags:
|
|
40
|
+
- qa
|
|
41
|
+
- automation
|
|
42
|
+
- testing
|
|
43
|
+
|
|
44
|
+
execution_hints:
|
|
45
|
+
interactive: false
|
|
46
|
+
autonomous: true
|
|
47
|
+
iterative: false
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "bmad master"
|
|
3
|
+
description: "BMad Master Executor, Knowledge Custodian, and Workflow Orchestrator"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
7
|
+
|
|
8
|
+
```xml
|
|
9
|
+
<agent id="bmad-master.agent.yaml" name="BMad Master" title="BMad Master Executor, Knowledge Custodian, and Workflow Orchestrator" icon="🧙">
|
|
10
|
+
<activation critical="MANDATORY">
|
|
11
|
+
<step n="1">Load persona from this current agent file (already in context)</step>
|
|
12
|
+
<step n="2">🚨 IMMEDIATE ACTION REQUIRED - BEFORE ANY OUTPUT:
|
|
13
|
+
- Load and read {project-root}/_bmad-safe/core/config.yaml NOW
|
|
14
|
+
- Store ALL fields as session variables: {user_name}, {communication_language}, {output_folder}
|
|
15
|
+
- VERIFY: If config not loaded, STOP and report error to user
|
|
16
|
+
- DO NOT PROCEED to step 3 until config is successfully loaded and variables stored
|
|
17
|
+
</step>
|
|
18
|
+
<step n="3">Remember: user's name is {user_name}</step>
|
|
19
|
+
<step n="4">Always greet the user and let them know they can use `/bmad-help` at any time to get advice on what to do next, and they can combine that with what they need help with <example>`/bmad-help where should I start with an idea I have that does XYZ`</example></step>
|
|
20
|
+
<step n="5">Show greeting using {user_name} from config, communicate in {communication_language}, then display numbered list of ALL menu items from menu section</step>
|
|
21
|
+
<step n="{HELP_STEP}">Let {user_name} know they can type command `/bmad-help` at any time to get advice on what to do next, and that they can combine that with what they need help with <example>`/bmad-help where should I start with an idea I have that does XYZ`</example></step>
|
|
22
|
+
<step n="6">STOP and WAIT for user input - do NOT execute menu items automatically - accept number or cmd trigger or fuzzy command match</step>
|
|
23
|
+
<step n="7">On user input: Number → process menu item[n] | Text → case-insensitive substring match | Multiple matches → ask user to clarify | No match → show "Not recognized"</step>
|
|
24
|
+
<step n="8">When processing a menu item: Check menu-handlers section below - extract any attributes from the selected menu item (workflow, exec, tmpl, data, action, validate-workflow) and follow the corresponding handler instructions</step>
|
|
25
|
+
|
|
26
|
+
<menu-handlers>
|
|
27
|
+
<handlers>
|
|
28
|
+
<handler type="action">
|
|
29
|
+
When menu item has: action="#id" → Find prompt with id="id" in current agent XML, follow its content
|
|
30
|
+
When menu item has: action="text" → Follow the text directly as an inline instruction
|
|
31
|
+
</handler>
|
|
32
|
+
</handlers>
|
|
33
|
+
</menu-handlers>
|
|
34
|
+
|
|
35
|
+
<rules>
|
|
36
|
+
<r>ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.</r>
|
|
37
|
+
<r> Stay in character until exit selected</r>
|
|
38
|
+
<r> Display Menu items as the item dictates and in the order given.</r>
|
|
39
|
+
<r> Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml</r>
|
|
40
|
+
</rules>
|
|
41
|
+
</activation> <persona>
|
|
42
|
+
<role>Master Task Executor + BMad Expert + Guiding Facilitator Orchestrator</role>
|
|
43
|
+
<identity>Master-level expert in the BMAD Core Platform and all loaded modules with comprehensive knowledge of all resources, tasks, and workflows. Experienced in direct task execution and runtime resource management, serving as the primary execution engine for BMAD operations.</identity>
|
|
44
|
+
<communication_style>Direct and comprehensive, refers to himself in the 3rd person. Expert-level communication focused on efficient task execution, presenting information systematically using numbered lists with immediate command response capability.</communication_style>
|
|
45
|
+
<principles>- "Load resources at runtime never pre-load, and always present numbered lists for choices."</principles>
|
|
46
|
+
</persona>
|
|
47
|
+
<menu>
|
|
48
|
+
<item cmd="MH or fuzzy match on menu or help">[MH] Redisplay Menu Help</item>
|
|
49
|
+
<item cmd="CH or fuzzy match on chat">[CH] Chat with the Agent about anything</item>
|
|
50
|
+
<item cmd="LT or fuzzy match on list-tasks" action="list all tasks from {project-root}/_bmad-safe/_config/task-manifest.csv">[LT] List Available Tasks</item>
|
|
51
|
+
<item cmd="LW or fuzzy match on list-workflows" action="list all workflows from {project-root}/_bmad-safe/_config/workflow-manifest.csv">[LW] List Workflows</item>
|
|
52
|
+
<item cmd="PM or fuzzy match on party-mode" exec="{project-root}/_bmad-safe/core/workflows/party-mode/workflow.md">[PM] Start Party Mode</item>
|
|
53
|
+
<item cmd="DA or fuzzy match on exit, leave, goodbye or dismiss agent">[DA] Dismiss Agent</item>
|
|
54
|
+
</menu>
|
|
55
|
+
</agent>
|
|
56
|
+
```
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!--
|
|
3
|
+
BEADS ACCEPTANCE GATES - SAFe Dependency Enforcement
|
|
4
|
+
Ensures acceptance follows SAFe hierarchy via Beads dependencies
|
|
5
|
+
|
|
6
|
+
Golden Rule: Parent cannot complete until ALL children complete
|
|
7
|
+
-->
|
|
8
|
+
<beads-acceptance version="1.0" standalone="true">
|
|
9
|
+
|
|
10
|
+
<objective>Enforce SAFe acceptance gates via Beads dependency checking</objective>
|
|
11
|
+
|
|
12
|
+
<!-- ACCEPTANCE GATE RULES -->
|
|
13
|
+
<rules>
|
|
14
|
+
<rule n="1">Task bd done requires: all subtasks complete</rule>
|
|
15
|
+
<rule n="2">Story bd done requires: all Tasks + Defects complete</rule>
|
|
16
|
+
<rule n="3">Feature bd done requires: all Stories complete</rule>
|
|
17
|
+
<rule n="4">Capability bd done requires: all Features complete</rule>
|
|
18
|
+
<rule n="5">Epic bd done requires: all Capabilities complete</rule>
|
|
19
|
+
<rule n="6">Theme bd done requires: all Epics complete</rule>
|
|
20
|
+
</rules>
|
|
21
|
+
|
|
22
|
+
<!-- TASK ACCEPTANCE -->
|
|
23
|
+
<acceptance-gate level="task" agent="dev">
|
|
24
|
+
<step n="1" title="Verify Task Complete">
|
|
25
|
+
<action>Confirm all code written</action>
|
|
26
|
+
<action>Confirm all tests passing</action>
|
|
27
|
+
<action>Run: bd show {task_bead_id}</action>
|
|
28
|
+
</step>
|
|
29
|
+
<step n="2" title="Mark Done">
|
|
30
|
+
<action>Run: bd done {task_bead_id}</action>
|
|
31
|
+
<action>Update story file task checkbox: [x]</action>
|
|
32
|
+
</step>
|
|
33
|
+
</acceptance-gate>
|
|
34
|
+
|
|
35
|
+
<!-- DEFECT ACCEPTANCE -->
|
|
36
|
+
<acceptance-gate level="defect" agent="qa">
|
|
37
|
+
<step n="1" title="Verify Defect Fixed">
|
|
38
|
+
<action>Confirm fix implemented</action>
|
|
39
|
+
<action>Confirm regression test added</action>
|
|
40
|
+
<action>Confirm all tests passing</action>
|
|
41
|
+
</step>
|
|
42
|
+
<step n="2" title="Mark Done">
|
|
43
|
+
<action>Run: bd done {defect_bead_id}</action>
|
|
44
|
+
</step>
|
|
45
|
+
</acceptance-gate>
|
|
46
|
+
|
|
47
|
+
<!-- STORY ACCEPTANCE -->
|
|
48
|
+
<acceptance-gate level="story" agent="po">
|
|
49
|
+
<step n="1" title="Dependency Check">
|
|
50
|
+
<action>Run: bd show {story_bead_id} --children</action>
|
|
51
|
+
<check if="any child not done">
|
|
52
|
+
<action>BLOCK acceptance</action>
|
|
53
|
+
<action>Report: "Story blocked by: {pending_children}"</action>
|
|
54
|
+
<action>Return to lowest pending item</action>
|
|
55
|
+
</check>
|
|
56
|
+
</step>
|
|
57
|
+
<step n="2" title="Acceptance Criteria Verification">
|
|
58
|
+
<action>PO verifies all AC met</action>
|
|
59
|
+
<action>Confirm demo ready</action>
|
|
60
|
+
</step>
|
|
61
|
+
<step n="3" title="Mark Accepted">
|
|
62
|
+
<action>Run: bd done {story_bead_id}</action>
|
|
63
|
+
<action>Update sprint-status.yaml story status: accepted</action>
|
|
64
|
+
</step>
|
|
65
|
+
</acceptance-gate>
|
|
66
|
+
|
|
67
|
+
<!-- FEATURE ACCEPTANCE -->
|
|
68
|
+
<acceptance-gate level="feature" agent="pm">
|
|
69
|
+
<step n="1" title="Dependency Check">
|
|
70
|
+
<action>Run: bd show {feature_bead_id} --children</action>
|
|
71
|
+
<check if="any story not accepted">
|
|
72
|
+
<action>BLOCK acceptance</action>
|
|
73
|
+
<action>Report: "Feature blocked by stories: {pending_stories}"</action>
|
|
74
|
+
</check>
|
|
75
|
+
</step>
|
|
76
|
+
<step n="2" title="Business Value Verification">
|
|
77
|
+
<action>PM confirms benefit hypothesis validated</action>
|
|
78
|
+
<action>System Demo complete</action>
|
|
79
|
+
</step>
|
|
80
|
+
<step n="3" title="Mark Accepted">
|
|
81
|
+
<action>Run: bd done {feature_bead_id}</action>
|
|
82
|
+
<action>Trigger Capability gate check</action>
|
|
83
|
+
</step>
|
|
84
|
+
</acceptance-gate>
|
|
85
|
+
|
|
86
|
+
<!-- CAPABILITY ACCEPTANCE -->
|
|
87
|
+
<acceptance-gate level="capability" agent="solution-manager">
|
|
88
|
+
<step n="1" title="Dependency Check">
|
|
89
|
+
<action>Run: bd show {capability_bead_id} --children</action>
|
|
90
|
+
<check if="any feature not accepted">
|
|
91
|
+
<action>BLOCK acceptance</action>
|
|
92
|
+
<action>Report: "Capability blocked by features: {pending_features}"</action>
|
|
93
|
+
</check>
|
|
94
|
+
</step>
|
|
95
|
+
<step n="2" title="Solution Verification">
|
|
96
|
+
<action>Solution Manager confirms capability operational</action>
|
|
97
|
+
<action>All ARTs delivered their features</action>
|
|
98
|
+
</step>
|
|
99
|
+
<step n="3" title="Mark Accepted">
|
|
100
|
+
<action>Run: bd done {capability_bead_id}</action>
|
|
101
|
+
<action>Trigger Epic gate check</action>
|
|
102
|
+
</step>
|
|
103
|
+
</acceptance-gate>
|
|
104
|
+
|
|
105
|
+
<!-- EPIC ACCEPTANCE -->
|
|
106
|
+
<acceptance-gate level="epic" agent="business-owner">
|
|
107
|
+
<step n="1" title="Dependency Check">
|
|
108
|
+
<action>Run: bd show {epic_bead_id} --children</action>
|
|
109
|
+
<check if="any capability not accepted">
|
|
110
|
+
<action>BLOCK acceptance</action>
|
|
111
|
+
<action>Report: "Epic blocked by capabilities: {pending_capabilities}"</action>
|
|
112
|
+
</check>
|
|
113
|
+
</step>
|
|
114
|
+
<step n="2" title="Business Value Verification">
|
|
115
|
+
<action>Business Owner confirms ROI achieved</action>
|
|
116
|
+
<action>Lean Business Case validated</action>
|
|
117
|
+
</step>
|
|
118
|
+
<step n="3" title="Mark Accepted">
|
|
119
|
+
<action>Run: bd done {epic_bead_id}</action>
|
|
120
|
+
<action>Trigger Theme gate check</action>
|
|
121
|
+
</step>
|
|
122
|
+
</acceptance-gate>
|
|
123
|
+
|
|
124
|
+
<!-- THEME ACCEPTANCE -->
|
|
125
|
+
<acceptance-gate level="theme" agent="business-owner">
|
|
126
|
+
<step n="1" title="Dependency Check">
|
|
127
|
+
<action>Run: bd show {theme_bead_id} --children</action>
|
|
128
|
+
<check if="any epic not accepted">
|
|
129
|
+
<action>BLOCK acceptance</action>
|
|
130
|
+
<action>Report: "Theme blocked by epics: {pending_epics}"</action>
|
|
131
|
+
</check>
|
|
132
|
+
</step>
|
|
133
|
+
<step n="2" title="Strategic Outcome Verification">
|
|
134
|
+
<action>Confirm strategic outcome achieved</action>
|
|
135
|
+
<action>Portfolio leadership review</action>
|
|
136
|
+
</step>
|
|
137
|
+
<step n="3" title="Mark Complete">
|
|
138
|
+
<action>Run: bd done {theme_bead_id}</action>
|
|
139
|
+
<action>Report: "🎉 Theme '{theme_name}' successfully completed!"</action>
|
|
140
|
+
</step>
|
|
141
|
+
</acceptance-gate>
|
|
142
|
+
|
|
143
|
+
<!-- SPILLOVER HANDLING -->
|
|
144
|
+
<spillover-protocol level="story" trigger="sprint end with incomplete story">
|
|
145
|
+
<step n="1" title="Analyze">
|
|
146
|
+
<action>Run: bd show {story_bead_id} --children</action>
|
|
147
|
+
<action>Identify pending tasks/defects</action>
|
|
148
|
+
</step>
|
|
149
|
+
<step n="2" title="Decision">
|
|
150
|
+
<ask>Spillover options: [S]plit story, [C]arry forward, [D]e-scope</ask>
|
|
151
|
+
</step>
|
|
152
|
+
<step n="3" title="Execute Split" if="response=S">
|
|
153
|
+
<action>Create new story for remaining work</action>
|
|
154
|
+
<action>bd create "Story: {story_name}-remainder" --parent {feature_bead_id}</action>
|
|
155
|
+
<action>Move pending tasks to new story</action>
|
|
156
|
+
<action>bd done original story (for completed portion)</action>
|
|
157
|
+
</step>
|
|
158
|
+
<step n="4" title="Execute Carry" if="response=C">
|
|
159
|
+
<action>Tag story with next_sprint: {sprint_id}</action>
|
|
160
|
+
<action>Update sprint-status.yaml</action>
|
|
161
|
+
</step>
|
|
162
|
+
<step n="5" title="Execute De-scope" if="response=D">
|
|
163
|
+
<action>Mark story as de-scoped</action>
|
|
164
|
+
<action>Return to backlog</action>
|
|
165
|
+
</step>
|
|
166
|
+
</spillover-protocol>
|
|
167
|
+
|
|
168
|
+
<spillover-protocol level="feature" trigger="PI end with incomplete feature">
|
|
169
|
+
<step n="1" title="Analyze">
|
|
170
|
+
<action>Run: bd show {feature_bead_id} --children</action>
|
|
171
|
+
<action>Identify pending stories</action>
|
|
172
|
+
</step>
|
|
173
|
+
<step n="2" title="Decision">
|
|
174
|
+
<ask>PI Spillover: [S]plit feature, [M]ove to next PI, [D]e-scope</ask>
|
|
175
|
+
</step>
|
|
176
|
+
<step n="3" title="Execute">
|
|
177
|
+
<action>Apply selected option</action>
|
|
178
|
+
<action>Update PI planning documentation</action>
|
|
179
|
+
</step>
|
|
180
|
+
</spillover-protocol>
|
|
181
|
+
|
|
182
|
+
</beads-acceptance>
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!--
|
|
3
|
+
BEADS HOOKS - Enhanced ID Generation + Lifecycle Management
|
|
4
|
+
|
|
5
|
+
ID Format: Type-ParentRef-Sequence
|
|
6
|
+
Example: T-001, E-T1-01, C-E1-01, F-C1-01, US-F1-01, TK-S1-01
|
|
7
|
+
-->
|
|
8
|
+
<beads-hooks version="2.0" standalone="true">
|
|
9
|
+
|
|
10
|
+
<objective>Generate SAFe-aligned Bead IDs with parent visibility and manage lifecycle</objective>
|
|
11
|
+
|
|
12
|
+
<!-- ID GENERATION PROTOCOL -->
|
|
13
|
+
<protocol name="generate_bead_id" desc="Generate next bead ID based on type and parent">
|
|
14
|
+
|
|
15
|
+
<!-- THEME: T-001, T-002, T-003 -->
|
|
16
|
+
<generator type="theme">
|
|
17
|
+
<action>Read beads.counters.theme from config.yaml</action>
|
|
18
|
+
<action>Increment counter: counters.theme += 1</action>
|
|
19
|
+
<action>Format ID: "T-{counters.theme:03d}"</action>
|
|
20
|
+
<action>Store beads.current.theme_id and theme_seq</action>
|
|
21
|
+
<output>T-001, T-002, etc.</output>
|
|
22
|
+
</generator>
|
|
23
|
+
|
|
24
|
+
<!-- EPIC: E-T1-01 (Epic 1 under Theme 1) -->
|
|
25
|
+
<generator type="epic">
|
|
26
|
+
<requires>beads.current.theme_seq</requires>
|
|
27
|
+
<action>Get parent_key = "T{theme_seq}"</action>
|
|
28
|
+
<action>Initialize counters.epic[parent_key] = 0 if not exists</action>
|
|
29
|
+
<action>Increment: counters.epic[parent_key] += 1</action>
|
|
30
|
+
<action>Format ID: "E-T{theme_seq}-{seq:02d}"</action>
|
|
31
|
+
<action>Store beads.current.epic_id and epic_seq</action>
|
|
32
|
+
<output>E-T1-01, E-T1-02, E-T2-01, etc.</output>
|
|
33
|
+
</generator>
|
|
34
|
+
|
|
35
|
+
<!-- CAPABILITY: C-E1-01 (Capability 1 under Epic 1) -->
|
|
36
|
+
<generator type="capability">
|
|
37
|
+
<requires>beads.current.epic_seq</requires>
|
|
38
|
+
<action>Get parent_key = "E{epic_seq}"</action>
|
|
39
|
+
<action>Initialize counters.capability[parent_key] = 0 if not exists</action>
|
|
40
|
+
<action>Increment: counters.capability[parent_key] += 1</action>
|
|
41
|
+
<action>Format ID: "C-E{epic_seq}-{seq:02d}"</action>
|
|
42
|
+
<action>Store beads.current.capability_id and capability_seq</action>
|
|
43
|
+
<output>C-E1-01, C-E1-02, C-E2-01, etc.</output>
|
|
44
|
+
</generator>
|
|
45
|
+
|
|
46
|
+
<!-- FEATURE: F-C1-01 (Feature 1 under Capability 1) -->
|
|
47
|
+
<generator type="feature">
|
|
48
|
+
<requires>beads.current.capability_seq</requires>
|
|
49
|
+
<action>Get parent_key = "C{capability_seq}"</action>
|
|
50
|
+
<action>Initialize counters.feature[parent_key] = 0 if not exists</action>
|
|
51
|
+
<action>Increment: counters.feature[parent_key] += 1</action>
|
|
52
|
+
<action>Format ID: "F-C{capability_seq}-{seq:02d}"</action>
|
|
53
|
+
<action>Store beads.current.feature_id and feature_seq</action>
|
|
54
|
+
<output>F-C1-01, F-C1-02, F-C2-01, etc.</output>
|
|
55
|
+
</generator>
|
|
56
|
+
|
|
57
|
+
<!-- STORY: US-F1-01 (User Story 1 under Feature 1) -->
|
|
58
|
+
<generator type="story">
|
|
59
|
+
<requires>beads.current.feature_seq</requires>
|
|
60
|
+
<action>Get parent_key = "F{feature_seq}"</action>
|
|
61
|
+
<action>Initialize counters.story[parent_key] = 0 if not exists</action>
|
|
62
|
+
<action>Increment: counters.story[parent_key] += 1</action>
|
|
63
|
+
<action>Format ID: "US-F{feature_seq}-{seq:02d}"</action>
|
|
64
|
+
<action>Store beads.current.story_id and story_seq</action>
|
|
65
|
+
<output>US-F1-01, US-F1-02, US-F2-01, etc.</output>
|
|
66
|
+
</generator>
|
|
67
|
+
|
|
68
|
+
<!-- TASK: TK-S1-01 (Task 1 under Story 1) -->
|
|
69
|
+
<generator type="task">
|
|
70
|
+
<requires>beads.current.story_seq</requires>
|
|
71
|
+
<action>Get parent_key = "S{story_seq}"</action>
|
|
72
|
+
<action>Initialize counters.task[parent_key] = 0 if not exists</action>
|
|
73
|
+
<action>Increment: counters.task[parent_key] += 1</action>
|
|
74
|
+
<action>Format ID: "TK-S{story_seq}-{seq:02d}"</action>
|
|
75
|
+
<output>TK-S1-01, TK-S1-02, TK-S2-01, etc.</output>
|
|
76
|
+
</generator>
|
|
77
|
+
|
|
78
|
+
<!-- DEFECT: DF-S1-01 (Defect 1 under Story 1) -->
|
|
79
|
+
<generator type="defect">
|
|
80
|
+
<requires>beads.current.story_seq</requires>
|
|
81
|
+
<action>Get parent_key = "S{story_seq}"</action>
|
|
82
|
+
<action>Initialize counters.defect[parent_key] = 0 if not exists</action>
|
|
83
|
+
<action>Increment: counters.defect[parent_key] += 1</action>
|
|
84
|
+
<action>Format ID: "DF-S{story_seq}-{seq:02d}"</action>
|
|
85
|
+
<output>DF-S1-01, DF-S1-02, DF-S2-01, etc.</output>
|
|
86
|
+
</generator>
|
|
87
|
+
</protocol>
|
|
88
|
+
|
|
89
|
+
<!-- SESSION START PROTOCOL -->
|
|
90
|
+
<protocol name="session_start" desc="Execute at every session initialization">
|
|
91
|
+
<step n="1" title="Check Beads Availability">
|
|
92
|
+
<action>Run: bd --version</action>
|
|
93
|
+
<check if="error">
|
|
94
|
+
<action>STOP execution</action>
|
|
95
|
+
<action>Report: "Beads not installed. Run: npm install -g @beads/bd"</action>
|
|
96
|
+
</check>
|
|
97
|
+
</step>
|
|
98
|
+
|
|
99
|
+
<step n="2" title="Load Counter State">
|
|
100
|
+
<action>Read beads.counters from config.yaml</action>
|
|
101
|
+
<action>Read beads.current from config.yaml</action>
|
|
102
|
+
<action>Verify counters match bd list output</action>
|
|
103
|
+
</step>
|
|
104
|
+
|
|
105
|
+
<step n="3" title="Resume Check">
|
|
106
|
+
<action>Run: bd ready</action>
|
|
107
|
+
<check if="ready tasks found">
|
|
108
|
+
<action>Display pending tasks with their IDs</action>
|
|
109
|
+
<wait-for-input/>
|
|
110
|
+
</check>
|
|
111
|
+
</step>
|
|
112
|
+
</protocol>
|
|
113
|
+
|
|
114
|
+
<!-- WORKFLOW HOOKS -->
|
|
115
|
+
<hook name="on_theme_create" agent="analyst">
|
|
116
|
+
<action>Call generate_bead_id(type="theme")</action>
|
|
117
|
+
<action>Run: bd create "Theme: {theme_name}" --id {generated_id}</action>
|
|
118
|
+
<action>Save counters to config.yaml</action>
|
|
119
|
+
</hook>
|
|
120
|
+
|
|
121
|
+
<hook name="on_epic_create" agent="pm">
|
|
122
|
+
<action>Call generate_bead_id(type="epic")</action>
|
|
123
|
+
<action>Run: bd create "Epic: {epic_name}" --id {generated_id} --parent {current.theme_id}</action>
|
|
124
|
+
<action>Save counters to config.yaml</action>
|
|
125
|
+
</hook>
|
|
126
|
+
|
|
127
|
+
<hook name="on_capability_create" agent="solution-manager">
|
|
128
|
+
<action>Call generate_bead_id(type="capability")</action>
|
|
129
|
+
<action>Run: bd create "Capability: {capability_name}" --id {generated_id} --parent {current.epic_id}</action>
|
|
130
|
+
<action>Save counters to config.yaml</action>
|
|
131
|
+
</hook>
|
|
132
|
+
|
|
133
|
+
<hook name="on_feature_create" agent="rte">
|
|
134
|
+
<action>Call generate_bead_id(type="feature")</action>
|
|
135
|
+
<action>Run: bd create "Feature: {feature_name}" --id {generated_id} --parent {current.capability_id}</action>
|
|
136
|
+
<action>Save counters to config.yaml</action>
|
|
137
|
+
</hook>
|
|
138
|
+
|
|
139
|
+
<hook name="on_story_create" agent="po|sm">
|
|
140
|
+
<action>Call generate_bead_id(type="story")</action>
|
|
141
|
+
<action>Run: bd create "Story: {story_name}" --id {generated_id} --parent {current.feature_id}</action>
|
|
142
|
+
<action>Save counters to config.yaml</action>
|
|
143
|
+
</hook>
|
|
144
|
+
|
|
145
|
+
<hook name="on_task_create" agent="dev">
|
|
146
|
+
<action>Call generate_bead_id(type="task")</action>
|
|
147
|
+
<action>Run: bd create "Task: {task_name}" --id {generated_id} --parent {current.story_id}</action>
|
|
148
|
+
<action>Save counters to config.yaml</action>
|
|
149
|
+
</hook>
|
|
150
|
+
|
|
151
|
+
<hook name="on_defect_create" agent="qa">
|
|
152
|
+
<action>Call generate_bead_id(type="defect")</action>
|
|
153
|
+
<action>Run: bd create "Defect: {defect_name}" --id {generated_id} --parent {current.story_id}</action>
|
|
154
|
+
<action>Run: bd dep add {generated_id} {current.story_id}</action>
|
|
155
|
+
<action>Save counters to config.yaml</action>
|
|
156
|
+
</hook>
|
|
157
|
+
|
|
158
|
+
<!-- CONTEXT SWITCH HOOKS -->
|
|
159
|
+
<hook name="on_set_context" desc="When switching to work on existing item">
|
|
160
|
+
<action>Parse bead_id to extract type and parent reference</action>
|
|
161
|
+
<action>Update beads.current.{type}_id and {type}_seq</action>
|
|
162
|
+
<action>Example: "F-C1-02" sets feature_id="F-C1-02", feature_seq=2</action>
|
|
163
|
+
</hook>
|
|
164
|
+
|
|
165
|
+
<!-- ACCEPTANCE HOOKS (unchanged from beads-acceptance.xml) -->
|
|
166
|
+
<hook name="on_item_done">
|
|
167
|
+
<action>Run: bd done {item_id}</action>
|
|
168
|
+
<action>Trigger parent gate check via beads-acceptance.xml</action>
|
|
169
|
+
</hook>
|
|
170
|
+
|
|
171
|
+
<!-- FAILURE HANDLING -->
|
|
172
|
+
<protocol name="counter_sync">
|
|
173
|
+
<trigger>Mismatch between config counters and bd list</trigger>
|
|
174
|
+
<action>Re-count items from bd list by type</action>
|
|
175
|
+
<action>Update counters in config.yaml</action>
|
|
176
|
+
<action>Report: "Counter sync completed"</action>
|
|
177
|
+
</protocol>
|
|
178
|
+
|
|
179
|
+
</beads-hooks>
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# BMAD-Beads Integration Rules
|
|
2
|
+
|
|
3
|
+
## Single Source of Truth
|
|
4
|
+
|
|
5
|
+
Beads (`.beads/`) is the ONLY system for:
|
|
6
|
+
|
|
7
|
+
- Long-term memory
|
|
8
|
+
- Task planning
|
|
9
|
+
- Dependency tracking
|
|
10
|
+
- Execution state
|
|
11
|
+
- Session-to-session continuity
|
|
12
|
+
|
|
13
|
+
## BMAD Responsibilities
|
|
14
|
+
|
|
15
|
+
- Reasoning and decomposition
|
|
16
|
+
- Prioritization decisions
|
|
17
|
+
- Decision making
|
|
18
|
+
|
|
19
|
+
## Beads Responsibilities
|
|
20
|
+
|
|
21
|
+
- Storing every task created by BMAD
|
|
22
|
+
- Storing all dependencies
|
|
23
|
+
- Storing execution state
|
|
24
|
+
|
|
25
|
+
## Integration Contract
|
|
26
|
+
|
|
27
|
+
| BMAD Action | Beads Command |
|
|
28
|
+
| ----------------- | --------------------------------- |
|
|
29
|
+
| Create plan step | `bd create "Title" -p <priority>` |
|
|
30
|
+
| Add dependency | `bd dep add <child> <parent>` |
|
|
31
|
+
| Complete task | `bd done <id>` |
|
|
32
|
+
| Get next task | `bd ready` |
|
|
33
|
+
| Show task details | `bd show <id>` |
|
|
34
|
+
| List all tasks | `bd list` |
|
|
35
|
+
|
|
36
|
+
## Execution Loop
|
|
37
|
+
|
|
38
|
+
```
|
|
39
|
+
1. On startup:
|
|
40
|
+
- Check `bd list` for existing tasks
|
|
41
|
+
- If empty, create root task
|
|
42
|
+
|
|
43
|
+
2. Planning phase:
|
|
44
|
+
- BMAD generates plan
|
|
45
|
+
- Each step → `bd create`
|
|
46
|
+
|
|
47
|
+
3. Execution phase:
|
|
48
|
+
- Run `bd ready`
|
|
49
|
+
- Execute ONE ready task
|
|
50
|
+
- Mark complete → `bd done <id>`
|
|
51
|
+
|
|
52
|
+
4. Repeat until `bd ready` is empty
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
## Strict Rules
|
|
56
|
+
|
|
57
|
+
1. **Beads = Single Source of Truth**
|
|
58
|
+
2. Information not in Beads = NON-EXISTENT
|
|
59
|
+
3. Never recreate plans already in Beads
|
|
60
|
+
4. On restart, ALWAYS read from Beads first
|
|
61
|
+
|
|
62
|
+
## Hierarchy
|
|
63
|
+
|
|
64
|
+
```
|
|
65
|
+
bmad-safe-xxxx (Epic/Root)
|
|
66
|
+
bmad-safe-xxxx.1 (Task)
|
|
67
|
+
bmad-safe-xxxx.1.1 (Sub-task)
|
|
68
|
+
```
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# CORE Module Configuration
|
|
2
|
+
# Generated by BMAD installer
|
|
3
|
+
# Version: 6.0.0-Beta.4
|
|
4
|
+
# Date: 2026-01-31T15:19:46.048Z
|
|
5
|
+
|
|
6
|
+
user_name: Satvik
|
|
7
|
+
communication_language: Romanised Hindi
|
|
8
|
+
document_output_language: English
|
|
9
|
+
output_folder: "{project-root}/_bmad-output"
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
module,phase,name,code,sequence,workflow-file,command,required,agent,options,description,output-location,outputs
|
|
2
|
+
core,,Brainstorming,BS,20,_bmad-safe/core/workflows/brainstorming/workflow.md,bmad-brainstorming,false,analyst,,Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods,{output_folder}/brainstorming/brainstorming-session-{{date}}.md,,
|
|
3
|
+
core,,Party Mode,PM,30,_bmad-safe/core/workflows/party-mode/workflow.md,bmad-party-mode,false,party-mode facilitator,,Orchestrates group discussions between all installed BMAD agents enabling natural multi-agent conversations,,
|
|
4
|
+
core,,bmad-help,BH,40,_bmad-safe/core/tasks/help.md,bmad-help,false,,,Get unstuck by showing what workflow steps come next or answering questions about what to do in the BMad Method,,
|
|
5
|
+
core,,Index Docs,ID,50,_bmad-safe/core/tasks/index-docs.xml,bmad-index-docs,false,,,Generates or updates an index.md of all documents in the specified directory,,
|
|
6
|
+
core,,Shard Document,SD,70,_bmad-safe/core/tasks/shard-doc.xml,bmad-shard-doc,false,,,Splits large markdown documents into smaller organized files based on level 2 sections,,
|
|
7
|
+
core,,Editorial Review - Prose,EP,80,_bmad-safe/core/tasks/editorial-review-prose.xml,bmad-editorial-review-prose,false,,,Clinical copy-editor that reviews text for communication issues,,"three-column markdown table with suggested fixes",
|
|
8
|
+
core,,Editorial Review - Structure,ES,90,_bmad-safe/core/tasks/editorial-review-structure.xml,bmad-editorial-review-structure,false,,,Structural editor that proposes cuts reorganization and simplification while preserving comprehension,,
|
|
9
|
+
core,,Adversarial Review (General),AR,100,_bmad-safe/core/tasks/review-adversarial-general.xml,bmad-review-adversarial-general,false,,,Cynically review content and produce findings,,
|