bmm-opencode 1.5.0 → 1.6.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/_bmad/_config/agent-manifest.csv +18 -0
- package/_bmad/_config/agents/bmm-analyst.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-architect.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-dev.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-pm.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-qa.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-quick-flow-solo-dev.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-sm.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-tech-writer.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-ux-designer.customize.yaml +41 -0
- package/_bmad/_config/agents/cis-brainstorming-coach.customize.yaml +41 -0
- package/_bmad/_config/agents/cis-creative-problem-solver.customize.yaml +41 -0
- package/_bmad/_config/agents/cis-design-thinking-coach.customize.yaml +41 -0
- package/_bmad/_config/agents/cis-innovation-strategist.customize.yaml +41 -0
- package/_bmad/_config/agents/cis-presentation-master.customize.yaml +41 -0
- package/_bmad/_config/agents/cis-storyteller.customize.yaml +41 -0
- package/_bmad/_config/agents/core-bmad-master.customize.yaml +41 -0
- package/_bmad/_config/agents/tea-tea.customize.yaml +41 -0
- package/_bmad/_config/bmad-help.csv +53 -0
- package/_bmad/_config/files-manifest.csv +443 -0
- package/_bmad/_config/manifest.yaml +34 -0
- package/_bmad/_config/task-manifest.csv +7 -0
- package/_bmad/_config/tool-manifest.csv +1 -0
- package/_bmad/_config/workflow-manifest.csv +39 -0
- package/_bmad/_memory/config.yaml +11 -0
- package/_bmad/_memory/storyteller-sidecar/stories-told.md +7 -0
- package/_bmad/_memory/storyteller-sidecar/story-preferences.md +7 -0
- package/_bmad/_memory/tech-writer-sidecar/documentation-standards.md +224 -0
- package/_bmad/bmm/agents/analyst.md +78 -0
- package/_bmad/bmm/agents/architect.md +58 -0
- package/_bmad/bmm/agents/dev.md +69 -0
- package/_bmad/bmm/agents/pm.md +72 -0
- package/_bmad/bmm/agents/qa.md +92 -0
- package/_bmad/bmm/agents/quick-flow-solo-dev.md +69 -0
- package/_bmad/bmm/agents/sm.md +70 -0
- package/_bmad/bmm/agents/tech-writer/tech-writer.md +70 -0
- package/_bmad/bmm/agents/ux-designer.md +57 -0
- package/_bmad/bmm/config.yaml +16 -0
- package/_bmad/bmm/data/project-context-template.md +26 -0
- package/_bmad/bmm/module-help.csv +31 -0
- package/_bmad/bmm/teams/default-party.csv +20 -0
- package/_bmad/bmm/teams/team-fullstack.yaml +12 -0
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +10 -0
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +177 -0
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +161 -0
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +199 -0
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +202 -0
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +205 -0
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +219 -0
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +162 -0
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md +57 -0
- package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +137 -0
- package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +229 -0
- package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +238 -0
- package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +206 -0
- package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +234 -0
- package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +443 -0
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +182 -0
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +237 -0
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +249 -0
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +259 -0
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +177 -0
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +475 -0
- package/_bmad/bmm/workflows/1-analysis/research/research.template.md +29 -0
- package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +137 -0
- package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +239 -0
- package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +248 -0
- package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +202 -0
- package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +239 -0
- package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +486 -0
- package/_bmad/bmm/workflows/1-analysis/research/workflow-domain-research.md +54 -0
- package/_bmad/bmm/workflows/1-analysis/research/workflow-market-research.md +54 -0
- package/_bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md +54 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/domain-complexity.csv +15 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md +197 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/project-types.csv +11 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01-init.md +191 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01b-continue.md +153 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02-discovery.md +224 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md +226 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md +213 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md +207 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md +226 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md +237 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md +228 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md +231 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md +242 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-11-polish.md +217 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +124 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01-discovery.md +247 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01b-legacy-conversion.md +208 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-02-review.md +249 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-03-edit.md +253 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-04-complete.md +168 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +218 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +191 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +209 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +174 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +214 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +228 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +217 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +205 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +243 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +263 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +209 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +264 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +242 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +231 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/templates/prd-template.md +10 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md +63 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md +65 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md +65 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +135 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +127 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +190 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +216 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +219 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +234 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +252 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +254 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +224 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +224 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +241 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +248 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +237 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +264 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +171 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +13 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +42 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +190 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +178 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +179 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +139 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +252 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +135 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +4 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +54 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +12 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +13 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/data/project-types.csv +7 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +153 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +164 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +224 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +331 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +318 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +359 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +379 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +359 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +76 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md +49 -0
- package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +259 -0
- package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +233 -0
- package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +282 -0
- package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +149 -0
- package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +63 -0
- package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +58 -0
- package/_bmad/bmm/workflows/4-implementation/code-review/checklist.md +23 -0
- package/_bmad/bmm/workflows/4-implementation/code-review/instructions.xml +227 -0
- package/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +48 -0
- package/_bmad/bmm/workflows/4-implementation/correct-course/checklist.md +288 -0
- package/_bmad/bmm/workflows/4-implementation/correct-course/instructions.md +206 -0
- package/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +56 -0
- package/_bmad/bmm/workflows/4-implementation/create-story/checklist.md +358 -0
- package/_bmad/bmm/workflows/4-implementation/create-story/instructions.xml +345 -0
- package/_bmad/bmm/workflows/4-implementation/create-story/template.md +50 -0
- package/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +57 -0
- package/_bmad/bmm/workflows/4-implementation/dev-story/checklist.md +80 -0
- package/_bmad/bmm/workflows/4-implementation/dev-story/instructions.xml +410 -0
- package/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +23 -0
- package/_bmad/bmm/workflows/4-implementation/retrospective/instructions.md +1443 -0
- package/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +55 -0
- package/_bmad/bmm/workflows/4-implementation/sprint-planning/checklist.md +33 -0
- package/_bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +265 -0
- package/_bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +81 -0
- package/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +51 -0
- package/_bmad/bmm/workflows/4-implementation/sprint-status/instructions.md +229 -0
- package/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +30 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +176 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +149 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +50 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +192 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +145 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +128 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +201 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +74 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +78 -0
- package/_bmad/bmm/workflows/document-project/checklist.md +245 -0
- package/_bmad/bmm/workflows/document-project/documentation-requirements.csv +12 -0
- package/_bmad/bmm/workflows/document-project/instructions.md +221 -0
- package/_bmad/bmm/workflows/document-project/templates/deep-dive-template.md +345 -0
- package/_bmad/bmm/workflows/document-project/templates/index-template.md +169 -0
- package/_bmad/bmm/workflows/document-project/templates/project-overview-template.md +103 -0
- package/_bmad/bmm/workflows/document-project/templates/project-scan-report-schema.json +160 -0
- package/_bmad/bmm/workflows/document-project/templates/source-tree-template.md +135 -0
- package/_bmad/bmm/workflows/document-project/workflow.yaml +22 -0
- package/_bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +298 -0
- package/_bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +31 -0
- package/_bmad/bmm/workflows/document-project/workflows/full-scan-instructions.md +1106 -0
- package/_bmad/bmm/workflows/document-project/workflows/full-scan.yaml +31 -0
- package/_bmad/bmm/workflows/generate-project-context/project-context-template.md +21 -0
- package/_bmad/bmm/workflows/generate-project-context/steps/step-01-discover.md +184 -0
- package/_bmad/bmm/workflows/generate-project-context/steps/step-02-generate.md +318 -0
- package/_bmad/bmm/workflows/generate-project-context/steps/step-03-complete.md +278 -0
- package/_bmad/bmm/workflows/generate-project-context/workflow.md +49 -0
- package/_bmad/bmm/workflows/qa/automate/checklist.md +33 -0
- package/_bmad/bmm/workflows/qa/automate/instructions.md +110 -0
- package/_bmad/bmm/workflows/qa/automate/workflow.yaml +47 -0
- package/_bmad/cis/agents/brainstorming-coach.md +61 -0
- package/_bmad/cis/agents/creative-problem-solver.md +61 -0
- package/_bmad/cis/agents/design-thinking-coach.md +61 -0
- package/_bmad/cis/agents/innovation-strategist.md +61 -0
- package/_bmad/cis/agents/presentation-master.md +67 -0
- package/_bmad/cis/agents/storyteller/storyteller.md +58 -0
- package/_bmad/cis/config.yaml +12 -0
- package/_bmad/cis/module-help.csv +6 -0
- package/_bmad/cis/teams/creative-squad.yaml +7 -0
- package/_bmad/cis/teams/default-party.csv +12 -0
- package/_bmad/cis/workflows/README.md +139 -0
- package/_bmad/cis/workflows/design-thinking/README.md +56 -0
- package/_bmad/cis/workflows/design-thinking/design-methods.csv +31 -0
- package/_bmad/cis/workflows/design-thinking/instructions.md +202 -0
- package/_bmad/cis/workflows/design-thinking/template.md +111 -0
- package/_bmad/cis/workflows/design-thinking/workflow.yaml +27 -0
- package/_bmad/cis/workflows/innovation-strategy/README.md +56 -0
- package/_bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +31 -0
- package/_bmad/cis/workflows/innovation-strategy/instructions.md +276 -0
- package/_bmad/cis/workflows/innovation-strategy/template.md +189 -0
- package/_bmad/cis/workflows/innovation-strategy/workflow.yaml +27 -0
- package/_bmad/cis/workflows/problem-solving/README.md +56 -0
- package/_bmad/cis/workflows/problem-solving/instructions.md +252 -0
- package/_bmad/cis/workflows/problem-solving/solving-methods.csv +31 -0
- package/_bmad/cis/workflows/problem-solving/template.md +165 -0
- package/_bmad/cis/workflows/problem-solving/workflow.yaml +27 -0
- package/_bmad/cis/workflows/storytelling/README.md +58 -0
- package/_bmad/cis/workflows/storytelling/instructions.md +293 -0
- package/_bmad/cis/workflows/storytelling/story-types.csv +26 -0
- package/_bmad/cis/workflows/storytelling/template.md +113 -0
- package/_bmad/cis/workflows/storytelling/workflow.yaml +27 -0
- package/_bmad/core/agents/bmad-master.md +56 -0
- package/_bmad/core/config.yaml +9 -0
- package/_bmad/core/module-help.csv +9 -0
- package/_bmad/core/tasks/editorial-review-prose.xml +102 -0
- package/_bmad/core/tasks/editorial-review-structure.xml +209 -0
- package/_bmad/core/tasks/help.md +82 -0
- package/_bmad/core/tasks/index-docs.xml +65 -0
- package/_bmad/core/tasks/review-adversarial-general.xml +48 -0
- package/_bmad/core/tasks/shard-doc.xml +108 -0
- package/_bmad/core/tasks/workflow.xml +235 -0
- package/_bmad/core/workflows/advanced-elicitation/methods.csv +51 -0
- package/_bmad/core/workflows/advanced-elicitation/workflow.xml +117 -0
- package/_bmad/core/workflows/brainstorming/brain-methods.csv +62 -0
- package/_bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +197 -0
- package/_bmad/core/workflows/brainstorming/steps/step-01b-continue.md +122 -0
- package/_bmad/core/workflows/brainstorming/steps/step-02a-user-selected.md +225 -0
- package/_bmad/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +237 -0
- package/_bmad/core/workflows/brainstorming/steps/step-02c-random-selection.md +209 -0
- package/_bmad/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +264 -0
- package/_bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +399 -0
- package/_bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +303 -0
- package/_bmad/core/workflows/brainstorming/template.md +15 -0
- package/_bmad/core/workflows/brainstorming/workflow.md +58 -0
- package/_bmad/core/workflows/party-mode/steps/step-01-agent-loading.md +138 -0
- package/_bmad/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +261 -0
- package/_bmad/core/workflows/party-mode/steps/step-03-graceful-exit.md +166 -0
- package/_bmad/core/workflows/party-mode/workflow.md +219 -0
- package/_bmad/tea/agents/tea.md +71 -0
- package/_bmad/tea/config.yaml +19 -0
- package/_bmad/tea/module-help.csv +10 -0
- package/_bmad/tea/teams/default-party.csv +2 -0
- package/_bmad/tea/testarch/knowledge/adr-quality-readiness-checklist.md +377 -0
- package/_bmad/tea/testarch/knowledge/api-request.md +442 -0
- package/_bmad/tea/testarch/knowledge/api-testing-patterns.md +851 -0
- package/_bmad/tea/testarch/knowledge/auth-session.md +548 -0
- package/_bmad/tea/testarch/knowledge/burn-in.md +273 -0
- package/_bmad/tea/testarch/knowledge/ci-burn-in.md +675 -0
- package/_bmad/tea/testarch/knowledge/component-tdd.md +486 -0
- package/_bmad/tea/testarch/knowledge/contract-testing.md +957 -0
- package/_bmad/tea/testarch/knowledge/data-factories.md +500 -0
- package/_bmad/tea/testarch/knowledge/email-auth.md +721 -0
- package/_bmad/tea/testarch/knowledge/error-handling.md +725 -0
- package/_bmad/tea/testarch/knowledge/feature-flags.md +750 -0
- package/_bmad/tea/testarch/knowledge/file-utils.md +456 -0
- package/_bmad/tea/testarch/knowledge/fixture-architecture.md +401 -0
- package/_bmad/tea/testarch/knowledge/fixtures-composition.md +382 -0
- package/_bmad/tea/testarch/knowledge/intercept-network-call.md +426 -0
- package/_bmad/tea/testarch/knowledge/log.md +426 -0
- package/_bmad/tea/testarch/knowledge/network-error-monitor.md +401 -0
- package/_bmad/tea/testarch/knowledge/network-first.md +486 -0
- package/_bmad/tea/testarch/knowledge/network-recorder.md +527 -0
- package/_bmad/tea/testarch/knowledge/nfr-criteria.md +670 -0
- package/_bmad/tea/testarch/knowledge/overview.md +286 -0
- package/_bmad/tea/testarch/knowledge/playwright-config.md +730 -0
- package/_bmad/tea/testarch/knowledge/probability-impact.md +601 -0
- package/_bmad/tea/testarch/knowledge/recurse.md +421 -0
- package/_bmad/tea/testarch/knowledge/risk-governance.md +615 -0
- package/_bmad/tea/testarch/knowledge/selective-testing.md +732 -0
- package/_bmad/tea/testarch/knowledge/selector-resilience.md +527 -0
- package/_bmad/tea/testarch/knowledge/test-healing-patterns.md +644 -0
- package/_bmad/tea/testarch/knowledge/test-levels-framework.md +473 -0
- package/_bmad/tea/testarch/knowledge/test-priorities-matrix.md +373 -0
- package/_bmad/tea/testarch/knowledge/test-quality.md +664 -0
- package/_bmad/tea/testarch/knowledge/timing-debugging.md +372 -0
- package/_bmad/tea/testarch/knowledge/visual-debugging.md +524 -0
- package/_bmad/tea/testarch/tea-index.csv +35 -0
- package/_bmad/tea/workflows/testarch/README.md +74 -0
- package/_bmad/tea/workflows/testarch/atdd/atdd-checklist-template.md +363 -0
- package/_bmad/tea/workflows/testarch/atdd/checklist.md +374 -0
- package/_bmad/tea/workflows/testarch/atdd/instructions.md +38 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-01-preflight-and-context.md +110 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-02-generation-mode.md +79 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-03-test-strategy.md +76 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04-generate-tests.md +228 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04a-subprocess-api-failing.md +215 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04b-subprocess-e2e-failing.md +212 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04c-aggregate.md +329 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-05-validate-and-complete.md +68 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-e/step-01-assess.md +65 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-e/step-02-apply-edit.md +60 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-v/step-01-validate.md +67 -0
- package/_bmad/tea/workflows/testarch/atdd/validation-report-20260127-095021.md +73 -0
- package/_bmad/tea/workflows/testarch/atdd/validation-report-20260127-102401.md +116 -0
- package/_bmad/tea/workflows/testarch/atdd/workflow-plan.md +21 -0
- package/_bmad/tea/workflows/testarch/atdd/workflow.md +39 -0
- package/_bmad/tea/workflows/testarch/atdd/workflow.yaml +45 -0
- package/_bmad/tea/workflows/testarch/automate/checklist.md +582 -0
- package/_bmad/tea/workflows/testarch/automate/instructions.md +43 -0
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-01-preflight-and-context.md +127 -0
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-02-identify-targets.md +95 -0
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-03-generate-tests.md +199 -0
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-03a-subprocess-api.md +183 -0
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-03b-subprocess-e2e.md +181 -0
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-03c-aggregate.md +300 -0
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-04-validate-and-summarize.md +69 -0
- package/_bmad/tea/workflows/testarch/automate/steps-e/step-01-assess.md +65 -0
- package/_bmad/tea/workflows/testarch/automate/steps-e/step-02-apply-edit.md +60 -0
- package/_bmad/tea/workflows/testarch/automate/steps-v/step-01-validate.md +67 -0
- package/_bmad/tea/workflows/testarch/automate/validation-report-20260127-095021.md +72 -0
- package/_bmad/tea/workflows/testarch/automate/validation-report-20260127-102401.md +114 -0
- package/_bmad/tea/workflows/testarch/automate/workflow-plan.md +20 -0
- package/_bmad/tea/workflows/testarch/automate/workflow.md +39 -0
- package/_bmad/tea/workflows/testarch/automate/workflow.yaml +52 -0
- package/_bmad/tea/workflows/testarch/ci/checklist.md +247 -0
- package/_bmad/tea/workflows/testarch/ci/github-actions-template.yaml +198 -0
- package/_bmad/tea/workflows/testarch/ci/gitlab-ci-template.yaml +149 -0
- package/_bmad/tea/workflows/testarch/ci/instructions.md +38 -0
- package/_bmad/tea/workflows/testarch/ci/steps-c/step-01-preflight.md +92 -0
- package/_bmad/tea/workflows/testarch/ci/steps-c/step-02-generate-pipeline.md +82 -0
- package/_bmad/tea/workflows/testarch/ci/steps-c/step-03-configure-quality-gates.md +75 -0
- package/_bmad/tea/workflows/testarch/ci/steps-c/step-04-validate-and-summary.md +67 -0
- package/_bmad/tea/workflows/testarch/ci/steps-e/step-01-assess.md +65 -0
- package/_bmad/tea/workflows/testarch/ci/steps-e/step-02-apply-edit.md +60 -0
- package/_bmad/tea/workflows/testarch/ci/steps-v/step-01-validate.md +67 -0
- package/_bmad/tea/workflows/testarch/ci/validation-report-20260127-095021.md +72 -0
- package/_bmad/tea/workflows/testarch/ci/validation-report-20260127-102401.md +114 -0
- package/_bmad/tea/workflows/testarch/ci/workflow-plan.md +20 -0
- package/_bmad/tea/workflows/testarch/ci/workflow.md +39 -0
- package/_bmad/tea/workflows/testarch/ci/workflow.yaml +45 -0
- package/_bmad/tea/workflows/testarch/framework/checklist.md +320 -0
- package/_bmad/tea/workflows/testarch/framework/instructions.md +38 -0
- package/_bmad/tea/workflows/testarch/framework/steps-c/step-01-preflight.md +75 -0
- package/_bmad/tea/workflows/testarch/framework/steps-c/step-02-select-framework.md +73 -0
- package/_bmad/tea/workflows/testarch/framework/steps-c/step-03-scaffold-framework.md +120 -0
- package/_bmad/tea/workflows/testarch/framework/steps-c/step-04-docs-and-scripts.md +70 -0
- package/_bmad/tea/workflows/testarch/framework/steps-c/step-05-validate-and-summary.md +68 -0
- package/_bmad/tea/workflows/testarch/framework/steps-e/step-01-assess.md +65 -0
- package/_bmad/tea/workflows/testarch/framework/steps-e/step-02-apply-edit.md +60 -0
- package/_bmad/tea/workflows/testarch/framework/steps-v/step-01-validate.md +67 -0
- package/_bmad/tea/workflows/testarch/framework/validation-report-20260127-095021.md +73 -0
- package/_bmad/tea/workflows/testarch/framework/validation-report-20260127-102401.md +116 -0
- package/_bmad/tea/workflows/testarch/framework/workflow-plan.md +22 -0
- package/_bmad/tea/workflows/testarch/framework/workflow.md +39 -0
- package/_bmad/tea/workflows/testarch/framework/workflow.yaml +47 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/checklist.md +407 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/instructions.md +36 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/nfr-report-template.md +462 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-01-load-context.md +85 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-02-define-thresholds.md +82 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-03-gather-evidence.md +64 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04-evaluate-and-score.md +140 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04a-subprocess-security.md +138 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04b-subprocess-performance.md +84 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04c-subprocess-reliability.md +85 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04d-subprocess-scalability.md +88 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04e-aggregate-nfr.md +219 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-05-generate-report.md +71 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-e/step-01-assess.md +65 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-e/step-02-apply-edit.md +60 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-v/step-01-validate.md +67 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/validation-report-20260127-095021.md +73 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/validation-report-20260127-102401.md +116 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/workflow-plan.md +19 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/workflow.md +39 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/workflow.yaml +47 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/checklist.md +197 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/data/curriculum.yaml +129 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/data/quiz-questions.yaml +206 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/data/role-paths.yaml +136 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/data/session-content-map.yaml +204 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/data/tea-resources-index.yaml +359 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/instructions.md +130 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-01-init.md +235 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-01b-continue.md +147 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-02-assess.md +258 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-03-session-menu.md +219 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-01.md +460 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-02.md +465 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-03.md +301 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-04.md +234 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-05.md +234 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-06.md +209 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-07.md +212 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-05-completion.md +339 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-e/step-e-01-assess-workflow.md +141 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-e/step-e-02-apply-edits.md +122 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-v/step-v-01-validate.md +263 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/templates/certificate-template.md +86 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/templates/progress-template.yaml +95 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/templates/session-notes-template.md +83 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/workflow-plan-teach-me-testing.md +950 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/workflow.md +90 -0
- package/_bmad/tea/workflows/testarch/test-design/checklist.md +410 -0
- package/_bmad/tea/workflows/testarch/test-design/instructions.md +52 -0
- package/_bmad/tea/workflows/testarch/test-design/steps-c/step-01-detect-mode.md +109 -0
- package/_bmad/tea/workflows/testarch/test-design/steps-c/step-02-load-context.md +127 -0
- package/_bmad/tea/workflows/testarch/test-design/steps-c/step-03-risk-and-testability.md +85 -0
- package/_bmad/tea/workflows/testarch/test-design/steps-c/step-04-coverage-plan.md +98 -0
- package/_bmad/tea/workflows/testarch/test-design/steps-c/step-05-generate-output.md +97 -0
- package/_bmad/tea/workflows/testarch/test-design/steps-e/step-01-assess.md +65 -0
- package/_bmad/tea/workflows/testarch/test-design/steps-e/step-02-apply-edit.md +60 -0
- package/_bmad/tea/workflows/testarch/test-design/steps-v/step-01-validate.md +67 -0
- package/_bmad/tea/workflows/testarch/test-design/test-design-architecture-template.md +222 -0
- package/_bmad/tea/workflows/testarch/test-design/test-design-qa-template.md +296 -0
- package/_bmad/tea/workflows/testarch/test-design/test-design-template.md +294 -0
- package/_bmad/tea/workflows/testarch/test-design/validation-report-20260127-095021.md +73 -0
- package/_bmad/tea/workflows/testarch/test-design/validation-report-20260127-102401.md +116 -0
- package/_bmad/tea/workflows/testarch/test-design/workflow-plan.md +22 -0
- package/_bmad/tea/workflows/testarch/test-design/workflow.md +39 -0
- package/_bmad/tea/workflows/testarch/test-design/workflow.yaml +69 -0
- package/_bmad/tea/workflows/testarch/test-review/checklist.md +472 -0
- package/_bmad/tea/workflows/testarch/test-review/instructions.md +36 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-01-load-context.md +101 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-02-discover-tests.md +69 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03-quality-evaluation.md +184 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03a-subprocess-determinism.md +214 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03b-subprocess-isolation.md +125 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03c-subprocess-maintainability.md +102 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03d-subprocess-coverage.md +111 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03e-subprocess-performance.md +117 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03f-aggregate-scores.md +246 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-04-generate-report.md +72 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-e/step-01-assess.md +65 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-e/step-02-apply-edit.md +60 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-v/step-01-validate.md +67 -0
- package/_bmad/tea/workflows/testarch/test-review/test-review-template.md +390 -0
- package/_bmad/tea/workflows/testarch/test-review/validation-report-20260127-095021.md +72 -0
- package/_bmad/tea/workflows/testarch/test-review/validation-report-20260127-102401.md +114 -0
- package/_bmad/tea/workflows/testarch/test-review/workflow-plan.md +18 -0
- package/_bmad/tea/workflows/testarch/test-review/workflow.md +39 -0
- package/_bmad/tea/workflows/testarch/test-review/workflow.yaml +46 -0
- package/_bmad/tea/workflows/testarch/trace/checklist.md +642 -0
- package/_bmad/tea/workflows/testarch/trace/instructions.md +36 -0
- package/_bmad/tea/workflows/testarch/trace/steps-c/step-01-load-context.md +80 -0
- package/_bmad/tea/workflows/testarch/trace/steps-c/step-02-discover-tests.md +69 -0
- package/_bmad/tea/workflows/testarch/trace/steps-c/step-03-map-criteria.md +65 -0
- package/_bmad/tea/workflows/testarch/trace/steps-c/step-04-analyze-gaps.md +244 -0
- package/_bmad/tea/workflows/testarch/trace/steps-c/step-05-gate-decision.md +232 -0
- package/_bmad/tea/workflows/testarch/trace/steps-e/step-01-assess.md +65 -0
- package/_bmad/tea/workflows/testarch/trace/steps-e/step-02-apply-edit.md +60 -0
- package/_bmad/tea/workflows/testarch/trace/steps-v/step-01-validate.md +67 -0
- package/_bmad/tea/workflows/testarch/trace/trace-template.md +675 -0
- package/_bmad/tea/workflows/testarch/trace/validation-report-20260127-095021.md +73 -0
- package/_bmad/tea/workflows/testarch/trace/validation-report-20260127-102401.md +116 -0
- package/_bmad/tea/workflows/testarch/trace/workflow-plan.md +21 -0
- package/_bmad/tea/workflows/testarch/trace/workflow.md +39 -0
- package/_bmad/tea/workflows/testarch/trace/workflow.yaml +55 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +201 -11
- package/package.json +2 -1
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# Retrospective - Epic Completion Review Workflow
|
|
2
|
+
name: "retrospective"
|
|
3
|
+
description: "Run after epic completion to review overall success, extract lessons learned, and explore if new information emerged that might impact the next epic"
|
|
4
|
+
author: "BMad"
|
|
5
|
+
|
|
6
|
+
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
7
|
+
output_folder: "{config_source}:implementation_artifacts}"
|
|
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
|
+
planning_artifacts: "{config_source}:planning_artifacts"
|
|
14
|
+
implementation_artifacts: "{config_source}:implementation_artifacts"
|
|
15
|
+
|
|
16
|
+
installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/retrospective"
|
|
17
|
+
template: false
|
|
18
|
+
instructions: "{installed_path}/instructions.md"
|
|
19
|
+
|
|
20
|
+
required_inputs:
|
|
21
|
+
- agent_manifest: "{project-root}/_bmad/_config/agent-manifest.csv"
|
|
22
|
+
|
|
23
|
+
# Smart input file references - handles both whole docs and sharded docs
|
|
24
|
+
# Priority: Whole document first, then sharded version
|
|
25
|
+
# Strategy: SELECTIVE LOAD - only load the completed epic and relevant retrospectives
|
|
26
|
+
input_file_patterns:
|
|
27
|
+
epics:
|
|
28
|
+
description: "The completed epic for retrospective"
|
|
29
|
+
whole: "{planning_artifacts}/*epic*.md"
|
|
30
|
+
sharded_index: "{planning_artifacts}/*epic*/index.md"
|
|
31
|
+
sharded_single: "{planning_artifacts}/*epic*/epic-{{epic_num}}.md"
|
|
32
|
+
load_strategy: "SELECTIVE_LOAD"
|
|
33
|
+
previous_retrospective:
|
|
34
|
+
description: "Previous epic's retrospective (optional)"
|
|
35
|
+
pattern: "{implementation_artifacts}/**/epic-{{prev_epic_num}}-retro-*.md"
|
|
36
|
+
load_strategy: "SELECTIVE_LOAD"
|
|
37
|
+
architecture:
|
|
38
|
+
description: "System architecture for context"
|
|
39
|
+
whole: "{planning_artifacts}/*architecture*.md"
|
|
40
|
+
sharded: "{planning_artifacts}/*architecture*/*.md"
|
|
41
|
+
load_strategy: "FULL_LOAD"
|
|
42
|
+
prd:
|
|
43
|
+
description: "Product requirements for context"
|
|
44
|
+
whole: "{planning_artifacts}/*prd*.md"
|
|
45
|
+
sharded: "{planning_artifacts}/*prd*/*.md"
|
|
46
|
+
load_strategy: "FULL_LOAD"
|
|
47
|
+
document_project:
|
|
48
|
+
description: "Brownfield project documentation (optional)"
|
|
49
|
+
sharded: "{planning_artifacts}/*.md"
|
|
50
|
+
load_strategy: "INDEX_GUIDED"
|
|
51
|
+
|
|
52
|
+
# Required files
|
|
53
|
+
sprint_status_file: "{implementation_artifacts}/sprint-status.yaml"
|
|
54
|
+
story_directory: "{implementation_artifacts}"
|
|
55
|
+
retrospectives_folder: "{implementation_artifacts}"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Sprint Planning Validation Checklist
|
|
2
|
+
|
|
3
|
+
## Core Validation
|
|
4
|
+
|
|
5
|
+
### Complete Coverage Check
|
|
6
|
+
|
|
7
|
+
- [ ] Every epic found in epic\*.md files appears in sprint-status.yaml
|
|
8
|
+
- [ ] Every story found in epic\*.md files appears in sprint-status.yaml
|
|
9
|
+
- [ ] Every epic has a corresponding retrospective entry
|
|
10
|
+
- [ ] No items in sprint-status.yaml that don't exist in epic files
|
|
11
|
+
|
|
12
|
+
### Parsing Verification
|
|
13
|
+
|
|
14
|
+
Compare epic files against generated sprint-status.yaml:
|
|
15
|
+
|
|
16
|
+
```
|
|
17
|
+
Epic Files Contains: Sprint Status Contains:
|
|
18
|
+
✓ Epic 1 ✓ epic-1: [status]
|
|
19
|
+
✓ Story 1.1: User Auth ✓ 1-1-user-auth: [status]
|
|
20
|
+
✓ Story 1.2: Account Mgmt ✓ 1-2-account-mgmt: [status]
|
|
21
|
+
✓ Story 1.3: Plant Naming ✓ 1-3-plant-naming: [status]
|
|
22
|
+
✓ epic-1-retrospective: [status]
|
|
23
|
+
✓ Epic 2 ✓ epic-2: [status]
|
|
24
|
+
✓ Story 2.1: Personality Model ✓ 2-1-personality-model: [status]
|
|
25
|
+
✓ Story 2.2: Chat Interface ✓ 2-2-chat-interface: [status]
|
|
26
|
+
✓ epic-2-retrospective: [status]
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Final Check
|
|
30
|
+
|
|
31
|
+
- [ ] Total count of epics matches
|
|
32
|
+
- [ ] Total count of stories matches
|
|
33
|
+
- [ ] All items are in the expected order (epic, stories, retrospective)
|
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
# Sprint Planning - Sprint Status Generator
|
|
2
|
+
|
|
3
|
+
<critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
|
|
4
|
+
<critical>You MUST have already loaded and processed: {project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml</critical>
|
|
5
|
+
|
|
6
|
+
## 📚 Document Discovery - Full Epic Loading
|
|
7
|
+
|
|
8
|
+
**Strategy**: Sprint planning needs ALL epics and stories to build complete status tracking.
|
|
9
|
+
|
|
10
|
+
**Epic Discovery Process:**
|
|
11
|
+
|
|
12
|
+
1. **Search for whole document first** - Look for `epics.md`, `bmm-epics.md`, or any `*epic*.md` file
|
|
13
|
+
2. **Check for sharded version** - If whole document not found, look for `epics/index.md`
|
|
14
|
+
3. **If sharded version found**:
|
|
15
|
+
- Read `index.md` to understand the document structure
|
|
16
|
+
- Read ALL epic section files listed in the index (e.g., `epic-1.md`, `epic-2.md`, etc.)
|
|
17
|
+
- Process all epics and their stories from the combined content
|
|
18
|
+
- This ensures complete sprint status coverage
|
|
19
|
+
4. **Priority**: If both whole and sharded versions exist, use the whole document
|
|
20
|
+
|
|
21
|
+
**Fuzzy matching**: Be flexible with document names - users may use variations like `epics.md`, `bmm-epics.md`, `user-stories.md`, etc.
|
|
22
|
+
|
|
23
|
+
<workflow>
|
|
24
|
+
|
|
25
|
+
<step n="1" goal="Parse epic files and extract all work items">
|
|
26
|
+
<action>Communicate in {communication_language} with {user_name}</action>
|
|
27
|
+
<action>Look for all files matching `{epics_pattern}` in {epics_location}</action>
|
|
28
|
+
<action>Could be a single `epics.md` file or multiple `epic-1.md`, `epic-2.md` files</action>
|
|
29
|
+
|
|
30
|
+
<action>For each epic file found, extract:</action>
|
|
31
|
+
|
|
32
|
+
- Epic numbers from headers like `## Epic 1:` or `## Epic 2:`
|
|
33
|
+
- Story IDs and titles from patterns like `### Story 1.1: User Authentication`
|
|
34
|
+
- Convert story format from `Epic.Story: Title` to kebab-case key: `epic-story-title`
|
|
35
|
+
|
|
36
|
+
**Story ID Conversion Rules:**
|
|
37
|
+
|
|
38
|
+
- Original: `### Story 1.1: User Authentication`
|
|
39
|
+
- Replace period with dash: `1-1`
|
|
40
|
+
- Convert title to kebab-case: `user-authentication`
|
|
41
|
+
- Final key: `1-1-user-authentication`
|
|
42
|
+
|
|
43
|
+
<action>Build complete inventory of all epics and stories from all epic files</action>
|
|
44
|
+
</step>
|
|
45
|
+
|
|
46
|
+
<step n="0.5" goal="Discover and load project documents">
|
|
47
|
+
<invoke-protocol name="discover_inputs" />
|
|
48
|
+
<note>After discovery, these content variables are available: {epics_content} (all epics loaded - uses FULL_LOAD strategy)</note>
|
|
49
|
+
</step>
|
|
50
|
+
|
|
51
|
+
<step n="2" goal="Build sprint status structure with dependencies">
|
|
52
|
+
<action>For each epic found, create entries in this order:</action>
|
|
53
|
+
|
|
54
|
+
1. **Epic entry** - Key: `epic-{num}`, Default status: `backlog`
|
|
55
|
+
2. **Story entries** - Key: `{epic}-{story}-{title}`, with `status` and `depends_on`
|
|
56
|
+
3. **Retrospective entry** - Key: `epic-{num}-retrospective`, Default status: `optional`
|
|
57
|
+
|
|
58
|
+
**Story entry format (object, not string):**
|
|
59
|
+
|
|
60
|
+
```yaml
|
|
61
|
+
development_status:
|
|
62
|
+
epic-1: backlog
|
|
63
|
+
1-1-user-authentication:
|
|
64
|
+
status: backlog
|
|
65
|
+
depends_on: []
|
|
66
|
+
1-2-account-management:
|
|
67
|
+
status: backlog
|
|
68
|
+
depends_on: [1-1-user-authentication]
|
|
69
|
+
1-3-plant-data-model:
|
|
70
|
+
status: backlog
|
|
71
|
+
depends_on: [1-1-user-authentication]
|
|
72
|
+
1-4-add-plant-manual:
|
|
73
|
+
status: backlog
|
|
74
|
+
depends_on: [1-2-account-management, 1-3-plant-data-model]
|
|
75
|
+
epic-1-retrospective: optional
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
**Dependency Calculation — Priority Cascade:**
|
|
79
|
+
|
|
80
|
+
Apply these rules in order. The FIRST matching rule wins for each story:
|
|
81
|
+
|
|
82
|
+
**Priority 1 — Explicit `Depends On` field in epic file:**
|
|
83
|
+
- Look for `**Depends On:**` field on each story
|
|
84
|
+
- `**Depends On:** None` → `depends_on: []` (explicitly no dependencies, can start immediately)
|
|
85
|
+
- `**Depends On:** Story 1.1, Story 1.3` → `depends_on: [1-1-..., 1-3-...]` (convert to kebab-case keys)
|
|
86
|
+
- This is the authoritative source when present. Do NOT override or supplement with inference.
|
|
87
|
+
|
|
88
|
+
**Priority 2 — Prose-based explicit references (fallback when no `Depends On` field):**
|
|
89
|
+
- Scan story title, description, and acceptance criteria for phrases like:
|
|
90
|
+
- "depends on Story X.Y", "requires X.Y", "after X.Y is complete", "builds on X.Y"
|
|
91
|
+
- Convert matched references to kebab-case story keys
|
|
92
|
+
|
|
93
|
+
**Priority 3 — Sequential default (fallback when no explicit or prose references found):**
|
|
94
|
+
- Each story depends on the immediately preceding story within the same epic
|
|
95
|
+
- Story N.1 → `depends_on: []` (first story in epic always has no intra-epic dependencies)
|
|
96
|
+
- Story N.2 → `depends_on: [N-1-...]`
|
|
97
|
+
- Story N.3 → `depends_on: [N-2-...]`
|
|
98
|
+
- This is a safe default because `create-epics-and-stories` already enforces that stories are ordered so each can be completed based only on previous stories
|
|
99
|
+
|
|
100
|
+
**Rules that apply to ALL priorities:**
|
|
101
|
+
|
|
102
|
+
- **Intra-epic only**: Only track dependencies within the same epic. Cross-epic dependencies are handled by epic ordering.
|
|
103
|
+
- **Convert story references to kebab-case keys**: `Story 1.2: Account Management` → `1-2-account-management`
|
|
104
|
+
- **Validate references**: Every `depends_on` entry must reference a real story key within the same epic. Drop invalid references and warn.
|
|
105
|
+
|
|
106
|
+
</step>
|
|
107
|
+
|
|
108
|
+
<step n="3" goal="Apply intelligent status detection">
|
|
109
|
+
<action>For each story, detect current status by checking files:</action>
|
|
110
|
+
|
|
111
|
+
**Story file detection:**
|
|
112
|
+
|
|
113
|
+
- Check: `{story_location_absolute}/{story-key}.md` (e.g., `stories/1-1-user-authentication.md`)
|
|
114
|
+
- If exists → upgrade status to at least `ready-for-dev`
|
|
115
|
+
|
|
116
|
+
**Preservation rule:**
|
|
117
|
+
|
|
118
|
+
- If existing `{status_file}` exists and has more advanced status, preserve it
|
|
119
|
+
- Never downgrade status (e.g., don't change `done` to `ready-for-dev`)
|
|
120
|
+
|
|
121
|
+
**Status Flow Reference:**
|
|
122
|
+
|
|
123
|
+
- Epic: `backlog` → `in-progress` → `done`
|
|
124
|
+
- Story: `backlog` → `ready-for-dev` → `in-progress` → `review` → `done`
|
|
125
|
+
- Retrospective: `optional` ↔ `done`
|
|
126
|
+
</step>
|
|
127
|
+
|
|
128
|
+
<step n="4" goal="Generate sprint status file">
|
|
129
|
+
<action>Create or update {status_file} with:</action>
|
|
130
|
+
|
|
131
|
+
**File Structure:**
|
|
132
|
+
|
|
133
|
+
```yaml
|
|
134
|
+
# generated: {date}
|
|
135
|
+
# project: {project_name}
|
|
136
|
+
# project_key: {project_key}
|
|
137
|
+
# tracking_system: {tracking_system}
|
|
138
|
+
# story_location: {story_location}
|
|
139
|
+
|
|
140
|
+
# STATUS DEFINITIONS:
|
|
141
|
+
# ==================
|
|
142
|
+
# Epic Status:
|
|
143
|
+
# - backlog: Epic not yet started
|
|
144
|
+
# - in-progress: Epic actively being worked on
|
|
145
|
+
# - done: All stories in epic completed
|
|
146
|
+
#
|
|
147
|
+
# Story Format:
|
|
148
|
+
# status: backlog | ready-for-dev | in-progress | review | done
|
|
149
|
+
# depends_on: [] (list of story keys this story depends on, within same epic)
|
|
150
|
+
#
|
|
151
|
+
# Story Status Flow:
|
|
152
|
+
# backlog → ready-for-dev → in-progress → review → done
|
|
153
|
+
#
|
|
154
|
+
# Retrospective Status:
|
|
155
|
+
# - optional: Can be completed but not required
|
|
156
|
+
# - done: Retrospective has been completed
|
|
157
|
+
#
|
|
158
|
+
# DEPENDENCY NOTES:
|
|
159
|
+
# =================
|
|
160
|
+
# - depends_on lists story keys that MUST be 'done' before this story can start
|
|
161
|
+
# - Only intra-epic dependencies are tracked (cross-epic deps handled by epic ordering)
|
|
162
|
+
# - Stories with empty depends_on [] can start immediately
|
|
163
|
+
#
|
|
164
|
+
# WORKFLOW NOTES:
|
|
165
|
+
# ===============
|
|
166
|
+
# - Epic transitions to 'in-progress' automatically when first story is created
|
|
167
|
+
# - Stories can be worked in parallel if team capacity allows
|
|
168
|
+
# - SM typically creates next story after previous one is 'done' to incorporate learnings
|
|
169
|
+
# - Dev moves story to 'review', then runs code-review (fresh context, different LLM recommended)
|
|
170
|
+
|
|
171
|
+
generated: { date }
|
|
172
|
+
project: { project_name }
|
|
173
|
+
project_key: { project_key }
|
|
174
|
+
tracking_system: { tracking_system }
|
|
175
|
+
story_location: { story_location }
|
|
176
|
+
|
|
177
|
+
development_status:
|
|
178
|
+
# All epics, stories (with status + depends_on), and retrospectives in order
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
<action>Write the complete sprint status YAML to {status_file}</action>
|
|
182
|
+
<action>CRITICAL: Metadata appears TWICE - once as comments (#) for documentation, once as YAML key:value fields for parsing</action>
|
|
183
|
+
<action>Ensure all items are ordered: epic, its stories, its retrospective, next epic...</action>
|
|
184
|
+
</step>
|
|
185
|
+
|
|
186
|
+
<step n="5" goal="Validate and report">
|
|
187
|
+
<action>Perform validation checks:</action>
|
|
188
|
+
|
|
189
|
+
- [ ] Every epic in epic files appears in {status_file}
|
|
190
|
+
- [ ] Every story in epic files appears in {status_file}
|
|
191
|
+
- [ ] Every epic has a corresponding retrospective entry
|
|
192
|
+
- [ ] No items in {status_file} that don't exist in epic files
|
|
193
|
+
- [ ] All status values are legal (match state machine definitions)
|
|
194
|
+
- [ ] File is valid YAML syntax
|
|
195
|
+
|
|
196
|
+
<action>Count totals:</action>
|
|
197
|
+
|
|
198
|
+
- Total epics: {{epic_count}}
|
|
199
|
+
- Total stories: {{story_count}}
|
|
200
|
+
- Epics in-progress: {{in_progress_count}}
|
|
201
|
+
- Stories done: {{done_count}}
|
|
202
|
+
|
|
203
|
+
<action>Display completion summary to {user_name} in {communication_language}:</action>
|
|
204
|
+
|
|
205
|
+
**Sprint Status Generated Successfully**
|
|
206
|
+
|
|
207
|
+
- **File Location:** {status_file}
|
|
208
|
+
- **Total Epics:** {{epic_count}}
|
|
209
|
+
- **Total Stories:** {{story_count}}
|
|
210
|
+
- **Epics In Progress:** {{epics_in_progress_count}}
|
|
211
|
+
- **Stories Completed:** {{done_count}}
|
|
212
|
+
|
|
213
|
+
**Next Steps:**
|
|
214
|
+
|
|
215
|
+
1. Review the generated {status_file}
|
|
216
|
+
2. Use this file to track development progress
|
|
217
|
+
3. Agents will update statuses as they work
|
|
218
|
+
4. Re-run this workflow to refresh auto-detected statuses
|
|
219
|
+
|
|
220
|
+
</step>
|
|
221
|
+
|
|
222
|
+
</workflow>
|
|
223
|
+
|
|
224
|
+
## Additional Documentation
|
|
225
|
+
|
|
226
|
+
### Status State Machine
|
|
227
|
+
|
|
228
|
+
**Epic Status Flow:**
|
|
229
|
+
|
|
230
|
+
```
|
|
231
|
+
backlog → in-progress → done
|
|
232
|
+
```
|
|
233
|
+
|
|
234
|
+
- **backlog**: Epic not yet started
|
|
235
|
+
- **in-progress**: Epic actively being worked on (stories being created/implemented)
|
|
236
|
+
- **done**: All stories in epic completed
|
|
237
|
+
|
|
238
|
+
**Story Status Flow:**
|
|
239
|
+
|
|
240
|
+
```
|
|
241
|
+
backlog → ready-for-dev → in-progress → review → done
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
- **backlog**: Story only exists in epic file
|
|
245
|
+
- **ready-for-dev**: Story file created (e.g., `stories/1-3-plant-naming.md`)
|
|
246
|
+
- **in-progress**: Developer actively working
|
|
247
|
+
- **review**: Ready for code review (via Dev's code-review workflow)
|
|
248
|
+
- **done**: Completed
|
|
249
|
+
|
|
250
|
+
**Retrospective Status:**
|
|
251
|
+
|
|
252
|
+
```
|
|
253
|
+
optional ↔ done
|
|
254
|
+
```
|
|
255
|
+
|
|
256
|
+
- **optional**: Ready to be conducted but not required
|
|
257
|
+
- **done**: Finished
|
|
258
|
+
|
|
259
|
+
### Guidelines
|
|
260
|
+
|
|
261
|
+
1. **Epic Activation**: Mark epic as `in-progress` when starting work on its first story
|
|
262
|
+
2. **Sequential Default**: Stories are typically worked in order, but parallel work is supported
|
|
263
|
+
3. **Parallel Work Supported**: Multiple stories can be `in-progress` if team capacity allows
|
|
264
|
+
4. **Review Before Done**: Stories should pass through `review` before `done`
|
|
265
|
+
5. **Learning Transfer**: SM typically creates next story after previous one is `done` to incorporate learnings
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# Sprint Status Template
|
|
2
|
+
# This is an EXAMPLE showing the expected format
|
|
3
|
+
# The actual file will be generated with all epics/stories from your epic files
|
|
4
|
+
|
|
5
|
+
# generated: {date}
|
|
6
|
+
# project: {project_name}
|
|
7
|
+
# project_key: {project_key}
|
|
8
|
+
# tracking_system: {tracking_system}
|
|
9
|
+
# story_location: {story_location}
|
|
10
|
+
|
|
11
|
+
# STATUS DEFINITIONS:
|
|
12
|
+
# ==================
|
|
13
|
+
# Epic Status:
|
|
14
|
+
# - backlog: Epic not yet started
|
|
15
|
+
# - in-progress: Epic actively being worked on
|
|
16
|
+
# - done: All stories in epic completed
|
|
17
|
+
#
|
|
18
|
+
# Story Format:
|
|
19
|
+
# status: backlog | ready-for-dev | in-progress | review | done
|
|
20
|
+
# depends_on: [] (list of story keys this story depends on, within same epic)
|
|
21
|
+
#
|
|
22
|
+
# Story Status Flow:
|
|
23
|
+
# backlog → ready-for-dev → in-progress → review → done
|
|
24
|
+
#
|
|
25
|
+
# Retrospective Status:
|
|
26
|
+
# - optional: Can be completed but not required
|
|
27
|
+
# - done: Retrospective has been completed
|
|
28
|
+
#
|
|
29
|
+
# DEPENDENCY NOTES:
|
|
30
|
+
# =================
|
|
31
|
+
# - depends_on lists story keys that MUST be 'done' before this story can start
|
|
32
|
+
# - Only intra-epic dependencies are tracked (cross-epic deps handled by epic ordering)
|
|
33
|
+
# - Stories with empty depends_on [] can start immediately
|
|
34
|
+
#
|
|
35
|
+
# Dependency Calculation Priority:
|
|
36
|
+
# 1. Explicit "Depends On" field in epic file (authoritative when present)
|
|
37
|
+
# 2. Prose references in story text ("depends on Story X.Y", "requires X.Y")
|
|
38
|
+
# 3. Sequential default: each story depends on the previous story in the epic
|
|
39
|
+
# First story in each epic always has depends_on: []
|
|
40
|
+
#
|
|
41
|
+
# WORKFLOW NOTES:
|
|
42
|
+
# ===============
|
|
43
|
+
# - Mark epic as 'in-progress' when starting work on its first story
|
|
44
|
+
# - SM typically creates next story ONLY after previous one is 'done' to incorporate learnings
|
|
45
|
+
# - Dev moves story to 'review', then Dev runs code-review (fresh context, ideally different LLM)
|
|
46
|
+
|
|
47
|
+
# EXAMPLE STRUCTURE (your actual epics/stories will replace these):
|
|
48
|
+
|
|
49
|
+
generated: 05-06-2-2025 21:30
|
|
50
|
+
project: My Awesome Project
|
|
51
|
+
project_key: NOKEY
|
|
52
|
+
tracking_system: file-system
|
|
53
|
+
story_location: "{story_location}"
|
|
54
|
+
|
|
55
|
+
development_status:
|
|
56
|
+
epic-1: backlog
|
|
57
|
+
1-1-user-authentication:
|
|
58
|
+
status: done
|
|
59
|
+
depends_on: []
|
|
60
|
+
1-2-account-management:
|
|
61
|
+
status: ready-for-dev
|
|
62
|
+
depends_on: [1-1-user-authentication]
|
|
63
|
+
1-3-plant-data-model:
|
|
64
|
+
status: backlog
|
|
65
|
+
depends_on: [1-1-user-authentication]
|
|
66
|
+
1-4-add-plant-manual:
|
|
67
|
+
status: backlog
|
|
68
|
+
depends_on: [1-2-account-management, 1-3-plant-data-model]
|
|
69
|
+
epic-1-retrospective: optional
|
|
70
|
+
|
|
71
|
+
epic-2: backlog
|
|
72
|
+
2-1-personality-system:
|
|
73
|
+
status: backlog
|
|
74
|
+
depends_on: []
|
|
75
|
+
2-2-chat-interface:
|
|
76
|
+
status: backlog
|
|
77
|
+
depends_on: [2-1-personality-system]
|
|
78
|
+
2-3-llm-integration:
|
|
79
|
+
status: backlog
|
|
80
|
+
depends_on: [2-1-personality-system, 2-2-chat-interface]
|
|
81
|
+
epic-2-retrospective: optional
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
name: sprint-planning
|
|
2
|
+
description: "Generate and manage the sprint status tracking file for Phase 4 implementation, extracting all epics and stories from epic files and tracking their status through the development lifecycle"
|
|
3
|
+
author: "BMad"
|
|
4
|
+
|
|
5
|
+
# Critical variables from config
|
|
6
|
+
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
7
|
+
user_name: "{config_source}:user_name"
|
|
8
|
+
communication_language: "{config_source}:communication_language"
|
|
9
|
+
date: system-generated
|
|
10
|
+
implementation_artifacts: "{config_source}:implementation_artifacts"
|
|
11
|
+
planning_artifacts: "{config_source}:planning_artifacts"
|
|
12
|
+
output_folder: "{implementation_artifacts}"
|
|
13
|
+
|
|
14
|
+
# Workflow components
|
|
15
|
+
installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning"
|
|
16
|
+
instructions: "{installed_path}/instructions.md"
|
|
17
|
+
template: "{installed_path}/sprint-status-template.yaml"
|
|
18
|
+
validation: "{installed_path}/checklist.md"
|
|
19
|
+
|
|
20
|
+
# Variables and inputs
|
|
21
|
+
variables:
|
|
22
|
+
# Project context
|
|
23
|
+
project_context: "**/project-context.md"
|
|
24
|
+
# Project identification
|
|
25
|
+
project_name: "{config_source}:project_name"
|
|
26
|
+
|
|
27
|
+
# Tracking system configuration
|
|
28
|
+
tracking_system: "file-system" # Options: file-system, Future will support other options from config of mcp such as jira, linear, trello
|
|
29
|
+
project_key: "NOKEY" # Placeholder for tracker integrations; file-system uses a no-op key
|
|
30
|
+
story_location: "{config_source}:implementation_artifacts" # Relative path for file-system, Future will support URL for Jira/Linear/Trello
|
|
31
|
+
story_location_absolute: "{config_source}:implementation_artifacts" # Absolute path for file operations
|
|
32
|
+
|
|
33
|
+
# Source files (file-system only)
|
|
34
|
+
epics_location: "{planning_artifacts}" # Directory containing epic*.md files
|
|
35
|
+
epics_pattern: "epic*.md" # Pattern to find epic files
|
|
36
|
+
|
|
37
|
+
# Output configuration
|
|
38
|
+
status_file: "{implementation_artifacts}/sprint-status.yaml"
|
|
39
|
+
|
|
40
|
+
# Smart input file references - handles both whole docs and sharded docs
|
|
41
|
+
# Priority: Whole document first, then sharded version
|
|
42
|
+
# Strategy: FULL LOAD - sprint planning needs ALL epics to build complete status
|
|
43
|
+
input_file_patterns:
|
|
44
|
+
epics:
|
|
45
|
+
description: "All epics with user stories"
|
|
46
|
+
whole: "{output_folder}/*epic*.md"
|
|
47
|
+
sharded: "{output_folder}/*epic*/*.md"
|
|
48
|
+
load_strategy: "FULL_LOAD"
|
|
49
|
+
|
|
50
|
+
# Output configuration
|
|
51
|
+
default_output_file: "{status_file}"
|