bmad-method 6.0.0-alpha.19 → 6.0.0-alpha.20
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/.github/workflows/docs.yaml +72 -0
- package/.github/workflows/quality.yaml +0 -3
- package/CHANGELOG.md +125 -0
- package/CONTRIBUTING.md +1 -3
- package/README.md +8 -7
- package/docs/agent-customization-guide.md +3 -3
- package/docs/custom-content-installation.md +1 -1
- package/docs/document-sharding-guide.md +2 -2
- package/docs/getting-started/installation.md +76 -0
- package/docs/ide-info/index.md +24 -0
- package/docs/ide-info/rovo-dev.md +14 -380
- package/docs/index.md +36 -45
- package/eslint.config.mjs +7 -2
- package/package.json +14 -8
- package/{docs → samples}/sample-custom-modules/README.md +1 -1
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +2 -2
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +1 -1
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-01-init.md +1 -1
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/workflow.md +1 -1
- package/src/core/tasks/review-adversarial-general.xml +41 -0
- package/src/modules/bmb/README.md +25 -0
- package/src/modules/bmb/docs/agents/expert-agent-architecture.md +3 -3
- package/src/modules/bmb/docs/agents/index.md +9 -9
- package/src/modules/bmb/docs/agents/simple-agent-architecture.md +1 -1
- package/src/modules/bmb/docs/agents/understanding-agent-types.md +1 -1
- package/src/modules/bmb/docs/{README.md → index.md} +10 -12
- package/src/modules/bmb/docs/workflows/index.md +6 -6
- package/src/modules/bmb/docs/workflows/templates/step-01-init-continuable-template.md +7 -7
- package/src/modules/bmb/docs/workflows/templates/step-1b-template.md +1 -1
- package/src/modules/bmb/docs/workflows/templates/step-template.md +7 -7
- package/src/modules/bmb/docs/workflows/templates/workflow-template.md +1 -1
- package/src/modules/bmb/docs/workflows/templates/workflow.md +1 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +1 -1
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md +1 -1
- package/src/modules/bmb/workflows/create-agent/templates/expert-agent.template.md +3 -3
- package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +1 -1
- package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +5 -5
- package/src/modules/bmb/workflows/create-module/templates/agent.template.md +1 -1
- package/src/modules/bmb/workflows/create-module/validation.md +2 -2
- package/src/modules/bmb/workflows/create-module/workflow.md +1 -1
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +2 -2
- package/src/modules/bmb/workflows/create-workflow/workflow.md +1 -1
- package/src/modules/bmb/workflows/edit-agent/workflow.md +1 -1
- package/src/modules/bmb/workflows/edit-workflow/workflow.md +1 -1
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +1 -1
- package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +1 -1
- package/src/modules/bmb/workflows-legacy/edit-module/checklist.md +1 -1
- package/src/modules/bmb/workflows-legacy/edit-module/instructions.md +3 -3
- package/src/modules/bmb/workflows-legacy/module-brief/instructions.md +2 -2
- package/src/modules/bmgd/_module-installer/installer.js +2 -2
- package/src/modules/bmgd/agents/game-architect.agent.yaml +4 -0
- package/src/modules/bmgd/docs/{README.md → index.md} +2 -2
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/instructions.md +4 -4
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-01-init.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-04-complete.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/instructions.md +4 -4
- package/src/modules/bmgd/workflows/2-design/narrative/instructions-narrative.md +4 -4
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-11-complete.md +1 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +5 -5
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-09-complete.md +60 -6
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/project-context-template.md +20 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-01-discover.md +201 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-02-generate.md +373 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-03-complete.md +279 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/workflow.md +48 -0
- package/src/modules/bmgd/workflows/4-production/code-review/workflow.yaml +3 -3
- package/src/modules/bmgd/workflows/4-production/correct-course/checklist.md +1 -1
- package/src/modules/bmgd/workflows/4-production/correct-course/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/correct-course/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +3 -3
- package/src/modules/bmgd/workflows/4-production/dev-story/workflow.yaml +4 -4
- package/src/modules/bmgd/workflows/4-production/retrospective/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/retrospective/workflow.yaml +5 -5
- package/src/modules/bmgd/workflows/4-production/sprint-planning/instructions.md +11 -2
- package/src/modules/bmgd/workflows/4-production/sprint-planning/workflow.yaml +4 -4
- package/src/modules/bmgd/workflows/4-production/sprint-status/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/sprint-status/workflow.yaml +3 -3
- package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/instructions.md +3 -3
- package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/workflow-status/init/instructions.md +2 -2
- package/src/modules/bmgd/workflows/workflow-status/init/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/workflow-status/instructions.md +2 -2
- package/src/modules/bmm/README.md +5 -6
- package/src/modules/bmm/_module-installer/installer.js +2 -2
- package/src/modules/bmm/agents/analyst.agent.yaml +1 -1
- package/src/modules/bmm/agents/dev.agent.yaml +8 -4
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +8 -17
- package/src/modules/bmm/agents/sm.agent.yaml +6 -3
- package/src/modules/bmm/agents/tech-writer.agent.yaml +1 -1
- package/src/modules/bmm/agents/ux-designer.agent.yaml +6 -3
- package/src/modules/bmm/docs/agents-guide.md +83 -1026
- package/src/modules/bmm/docs/bmad-quick-flow.md +10 -32
- package/src/modules/bmm/docs/brownfield-guide.md +1 -1
- package/src/modules/bmm/docs/enterprise-agentic-development.md +1 -1
- package/src/modules/bmm/docs/{README.md → index.md} +7 -88
- package/src/modules/bmm/docs/quick-spec-flow.md +1 -1
- package/src/modules/bmm/docs/quick-start.md +7 -7
- package/src/modules/bmm/docs/scale-adaptive-system.md +1 -1
- package/src/modules/bmm/docs/test-architecture.md +13 -12
- package/src/modules/bmm/docs/workflows-solutioning.md +1 -1
- package/src/modules/bmm/module.yaml +11 -10
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +7 -5
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +2 -4
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +7 -10
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/workflow.md +3 -3
- package/src/modules/bmm/workflows/1-analysis/research/research.template.md +14 -0
- package/src/modules/bmm/workflows/1-analysis/research/workflow.md +8 -39
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +15 -15
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +5 -25
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +6 -6
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +3 -5
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +0 -1
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +9 -21
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/workflow.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +8 -8
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -4
- package/src/modules/bmm/workflows/4-implementation/correct-course/checklist.md +1 -1
- package/src/modules/bmm/workflows/4-implementation/correct-course/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/correct-course/workflow.yaml +16 -14
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +2 -12
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +4 -4
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +1 -1
- package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +3 -3
- package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +5 -5
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +7 -6
- package/src/modules/bmm/workflows/4-implementation/sprint-status/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/sprint-status/workflow.yaml +4 -3
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +4 -4
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +4 -2
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +156 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +140 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +51 -0
- package/src/modules/bmm/workflows/document-project/instructions.md +27 -28
- package/src/modules/bmm/workflows/document-project/workflow.yaml +2 -3
- package/src/modules/bmm/workflows/generate-project-context/project-context-template.md +2 -1
- package/src/modules/bmm/workflows/generate-project-context/steps/step-01-discover.md +5 -15
- package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +2 -2
- package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +8 -7
- package/src/modules/bmm/workflows/testarch/atdd/checklist.md +1 -0
- package/src/modules/bmm/workflows/testarch/atdd/instructions.md +1 -0
- package/src/modules/bmm/workflows/testarch/automate/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/ci/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/ci/instructions.md +2 -0
- package/src/modules/bmm/workflows/testarch/nfr-assess/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +2 -0
- package/src/modules/bmm/workflows/testarch/test-design/checklist.md +3 -2
- package/src/modules/bmm/workflows/testarch/test-design/instructions.md +1 -1
- package/src/modules/bmm/workflows/testarch/test-design/test-design-template.md +9 -0
- package/src/modules/bmm/workflows/testarch/test-review/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/test-review/test-review-template.md +2 -0
- package/src/modules/bmm/workflows/testarch/trace/checklist.md +1 -0
- package/src/modules/bmm/workflows/testarch/trace/instructions.md +2 -0
- package/src/modules/bmm/workflows/testarch/trace/trace-template.md +2 -0
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +2 -2
- package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +1 -1
- package/src/modules/bmm/workflows/workflow-status/instructions.md +2 -2
- package/src/modules/bmm/workflows/workflow-status/workflow.yaml +3 -1
- package/src/modules/cis/{readme.md → docs/index.md} +2 -6
- package/src/modules/cis/workflows/design-thinking/instructions.md +2 -2
- package/src/modules/cis/workflows/innovation-strategy/instructions.md +2 -2
- package/src/modules/cis/workflows/problem-solving/instructions.md +2 -2
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-invalid-format.agent.yaml +24 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-mismatched-kebab.agent.yaml +24 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-wrong-shortcut.agent.yaml +24 -0
- package/test/fixtures/agent-schema/valid/menu-triggers/compound-triggers.agent.yaml +30 -0
- package/tools/build-docs.js +630 -0
- package/tools/cli/commands/install.js +11 -5
- package/tools/cli/installers/install-messages.yaml +52 -0
- package/tools/cli/installers/lib/core/config-collector.js +25 -30
- package/tools/cli/installers/lib/message-loader.js +85 -0
- package/tools/cli/lib/ui.js +221 -41
- package/tools/schema/agent.js +68 -5
- package/website/css/custom.css +52 -0
- package/website/docusaurus.config.js +179 -0
- package/website/sidebars.js +157 -0
- package/website/src/pages/downloads.md +81 -0
- package/website/src/pages/index.js +50 -0
- package/website/static/favicon.ico +0 -0
- package/website/static/img/logo.svg +4 -0
- package/website/static/robots.txt +37 -0
- package/docs/installers-bundlers/ide-injections.md +0 -186
- package/docs/installers-bundlers/installers-modules-platforms-reference.md +0 -389
- package/src/modules/bmgd/README.md +0 -209
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +0 -25
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +0 -202
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +0 -33
- package/tools/cli/commands/build.js +0 -283
- package/tools/cli/commands/list.js +0 -40
- package/tools/cli/commands/status.js +0 -47
- package/tools/cli/commands/uninstall.js +0 -44
- package/tools/cli/commands/update.js +0 -28
- package/tools/validate-bundles.js +0 -87
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/commit-poet/commit-poet.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/instructions.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/bundlers.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/deploy.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/tests.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/memories.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/module.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-02-q1.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-03-q2.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-04-q3.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-05-q4.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-06-q5.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-07-q6.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-08-q7.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-09-q8.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-10-q9.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-11-q10.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-12-results.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/templates/csv-headers.template +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/wassup/workflow.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/meditation-guide.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/foo.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/addition1.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/insights.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/instructions.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/memories.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/patterns.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/module.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/daily-checkin/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/daily-checkin/workflow.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/guided-meditation/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/guided-meditation/workflow.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/wellness-journal/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/wellness-journal/workflow.md +0 -0
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 'step-06-resolve-findings'
|
|
3
|
+
description: 'Handle review findings interactively, apply fixes, update tech-spec with final status'
|
|
4
|
+
|
|
5
|
+
workflow_path: '{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev'
|
|
6
|
+
thisStepFile: '{workflow_path}/steps/step-06-resolve-findings.md'
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Step 6: Resolve Findings
|
|
10
|
+
|
|
11
|
+
**Goal:** Handle adversarial review findings interactively, apply fixes, finalize tech-spec.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## AVAILABLE STATE
|
|
16
|
+
|
|
17
|
+
From previous steps:
|
|
18
|
+
|
|
19
|
+
- `{baseline_commit}` - Git HEAD at workflow start
|
|
20
|
+
- `{execution_mode}` - "tech-spec" or "direct"
|
|
21
|
+
- `{tech_spec_path}` - Tech-spec file (if Mode A)
|
|
22
|
+
- Findings table from step-05
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## RESOLUTION OPTIONS
|
|
27
|
+
|
|
28
|
+
Present choice to user:
|
|
29
|
+
|
|
30
|
+
```
|
|
31
|
+
How would you like to handle these findings?
|
|
32
|
+
|
|
33
|
+
**[1] Walk through** - Discuss each finding individually
|
|
34
|
+
**[2] Auto-fix** - Automatically fix issues classified as "real"
|
|
35
|
+
**[3] Skip** - Acknowledge and proceed to commit
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## OPTION 1: WALK THROUGH
|
|
41
|
+
|
|
42
|
+
For each finding in order:
|
|
43
|
+
|
|
44
|
+
1. Present the finding with context
|
|
45
|
+
2. Ask: **fix now / skip / discuss**
|
|
46
|
+
3. If fix: Apply the fix immediately
|
|
47
|
+
4. If skip: Note as acknowledged, continue
|
|
48
|
+
5. If discuss: Provide more context, re-ask
|
|
49
|
+
6. Move to next finding
|
|
50
|
+
|
|
51
|
+
After all findings processed, summarize what was fixed/skipped.
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## OPTION 2: AUTO-FIX
|
|
56
|
+
|
|
57
|
+
1. Filter findings to only those classified as "real"
|
|
58
|
+
2. Apply fixes for each real finding
|
|
59
|
+
3. Report what was fixed:
|
|
60
|
+
|
|
61
|
+
```
|
|
62
|
+
**Auto-fix Applied:**
|
|
63
|
+
- F1: {description of fix}
|
|
64
|
+
- F3: {description of fix}
|
|
65
|
+
...
|
|
66
|
+
|
|
67
|
+
Skipped (noise/uncertain): F2, F4
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## OPTION 3: SKIP
|
|
73
|
+
|
|
74
|
+
1. Acknowledge all findings were reviewed
|
|
75
|
+
2. Note that user chose to proceed without fixes
|
|
76
|
+
3. Continue to completion
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## UPDATE TECH-SPEC (Mode A only)
|
|
81
|
+
|
|
82
|
+
If `{execution_mode}` is "tech-spec":
|
|
83
|
+
|
|
84
|
+
1. Load `{tech_spec_path}`
|
|
85
|
+
2. Update status to "Completed"
|
|
86
|
+
3. Add review notes:
|
|
87
|
+
```
|
|
88
|
+
## Review Notes
|
|
89
|
+
- Adversarial review completed
|
|
90
|
+
- Findings: {count} total, {fixed} fixed, {skipped} skipped
|
|
91
|
+
- Resolution approach: {walk-through/auto-fix/skip}
|
|
92
|
+
```
|
|
93
|
+
4. Save changes
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
|
+
## COMPLETION OUTPUT
|
|
98
|
+
|
|
99
|
+
```
|
|
100
|
+
**Review complete. Ready to commit.**
|
|
101
|
+
|
|
102
|
+
**Implementation Summary:**
|
|
103
|
+
- {what was implemented}
|
|
104
|
+
- Files modified: {count}
|
|
105
|
+
- Tests: {status}
|
|
106
|
+
- Review findings: {X} addressed, {Y} skipped
|
|
107
|
+
|
|
108
|
+
{Explain what was implemented based on user_skill_level}
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
## WORKFLOW COMPLETE
|
|
114
|
+
|
|
115
|
+
This is the final step. The Quick Dev workflow is now complete.
|
|
116
|
+
|
|
117
|
+
User can:
|
|
118
|
+
|
|
119
|
+
- Commit changes
|
|
120
|
+
- Run additional tests
|
|
121
|
+
- Start new Quick Dev session
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
## SUCCESS METRICS
|
|
126
|
+
|
|
127
|
+
- User presented with resolution options
|
|
128
|
+
- Chosen approach executed correctly
|
|
129
|
+
- Fixes applied cleanly (if applicable)
|
|
130
|
+
- Tech-spec updated with final status (Mode A)
|
|
131
|
+
- Completion summary provided
|
|
132
|
+
- User understands what was implemented
|
|
133
|
+
|
|
134
|
+
## FAILURE MODES
|
|
135
|
+
|
|
136
|
+
- Not presenting resolution options
|
|
137
|
+
- Auto-fixing "noise" or "uncertain" findings
|
|
138
|
+
- Not updating tech-spec after resolution (Mode A)
|
|
139
|
+
- No completion summary
|
|
140
|
+
- Leaving user unclear on next steps
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: quick-dev
|
|
3
|
+
description: 'Flexible development - execute tech-specs OR direct instructions with optional planning.'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Quick Dev Workflow
|
|
7
|
+
|
|
8
|
+
**Goal:** Execute implementation tasks efficiently, either from a tech-spec or direct user instructions.
|
|
9
|
+
|
|
10
|
+
**Your Role:** You are an elite full-stack developer executing tasks autonomously. Follow patterns, ship code, run tests. Every response moves the project forward.
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## WORKFLOW ARCHITECTURE
|
|
15
|
+
|
|
16
|
+
This uses **step-file architecture** for focused execution:
|
|
17
|
+
|
|
18
|
+
- Each step loads fresh to combat "lost in the middle"
|
|
19
|
+
- State persists via variables: `{baseline_commit}`, `{execution_mode}`, `{tech_spec_path}`
|
|
20
|
+
- Sequential progression through implementation phases
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## INITIALIZATION
|
|
25
|
+
|
|
26
|
+
### Configuration Loading
|
|
27
|
+
|
|
28
|
+
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
29
|
+
|
|
30
|
+
- `user_name`, `communication_language`, `user_skill_level`
|
|
31
|
+
- `output_folder`, `sprint_artifacts`
|
|
32
|
+
- `date` as system-generated current datetime
|
|
33
|
+
|
|
34
|
+
### Paths
|
|
35
|
+
|
|
36
|
+
- `installed_path` = `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev`
|
|
37
|
+
- `project_context` = `**/project-context.md` (load if exists)
|
|
38
|
+
- `project_levels` = `{project-root}/_bmad/bmm/workflows/workflow-status/project-levels.yaml`
|
|
39
|
+
|
|
40
|
+
### Related Workflows
|
|
41
|
+
|
|
42
|
+
- `create_tech_spec_workflow` = `{project-root}/_bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml`
|
|
43
|
+
- `workflow_init` = `{project-root}/_bmad/bmm/workflows/workflow-status/init/workflow.yaml`
|
|
44
|
+
- `party_mode_exec` = `{project-root}/_bmad/core/workflows/party-mode/workflow.md`
|
|
45
|
+
- `advanced_elicitation` = `{project-root}/_bmad/core/tasks/advanced-elicitation.xml`
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## EXECUTION
|
|
50
|
+
|
|
51
|
+
Load and execute `steps/step-01-mode-detection.md` to begin the workflow.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Document Project Workflow Router
|
|
2
2
|
|
|
3
|
-
<critical>The workflow execution engine is governed by: {project-root}
|
|
4
|
-
<critical>You MUST have already loaded and processed: {project-root}
|
|
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/document-project/workflow.yaml</critical>
|
|
5
5
|
<critical>Communicate all responses in {communication_language}</critical>
|
|
6
6
|
|
|
7
7
|
<workflow>
|
|
@@ -83,40 +83,39 @@ Would you like to:
|
|
|
83
83
|
Your choice [1/2/3]:
|
|
84
84
|
</ask>
|
|
85
85
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
<critical>CONDITIONAL CSV LOADING FOR RESUME:</critical>
|
|
93
|
-
<action>For each cached project_type_id, load ONLY the corresponding row from: {documentation_requirements_csv}</action>
|
|
94
|
-
<action>Skip loading project-types.csv and architecture_registry.csv (not needed on resume)</action>
|
|
95
|
-
<action>Store loaded doc requirements for use in remaining steps</action>
|
|
86
|
+
<check if="user selects 1">
|
|
87
|
+
<action>Set resume_mode = true</action>
|
|
88
|
+
<action>Set workflow_mode = {{mode}}</action>
|
|
89
|
+
<action>Load findings summaries from state file</action>
|
|
90
|
+
<action>Load cached project_type_id(s) from state file</action>
|
|
96
91
|
|
|
97
|
-
|
|
92
|
+
<critical>CONDITIONAL CSV LOADING FOR RESUME:</critical>
|
|
93
|
+
<action>For each cached project_type_id, load ONLY the corresponding row from: {documentation_requirements_csv}</action>
|
|
94
|
+
<action>Skip loading project-types.csv and architecture_registry.csv (not needed on resume)</action>
|
|
95
|
+
<action>Store loaded doc requirements for use in remaining steps</action>
|
|
98
96
|
|
|
99
|
-
|
|
100
|
-
<action>Load and execute: {installed_path}/workflows/deep-dive-instructions.md with resume context</action>
|
|
101
|
-
</check>
|
|
97
|
+
<action>Display: "Resuming {{workflow_mode}} from {{current_step}} with cached project type(s): {{cached_project_types}}"</action>
|
|
102
98
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
</check>
|
|
99
|
+
<check if="workflow_mode == deep_dive">
|
|
100
|
+
<action>Load and execute: {installed_path}/workflows/deep-dive-instructions.md with resume context</action>
|
|
106
101
|
</check>
|
|
107
102
|
|
|
108
|
-
<check if="
|
|
109
|
-
<action>
|
|
110
|
-
<action>Move old state file to: {output_folder}/.archive/project-scan-report-{{timestamp}}.json</action>
|
|
111
|
-
<action>Set resume_mode = false</action>
|
|
112
|
-
<action>Continue to Step 0.5</action>
|
|
103
|
+
<check if="workflow_mode == initial_scan OR workflow_mode == full_rescan">
|
|
104
|
+
<action>Load and execute: {installed_path}/workflows/full-scan-instructions.md with resume context</action>
|
|
113
105
|
</check>
|
|
114
106
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
107
|
+
</check>
|
|
108
|
+
|
|
109
|
+
<check if="user selects 2">
|
|
110
|
+
<action>Create archive directory: {output_folder}/.archive/</action>
|
|
111
|
+
<action>Move old state file to: {output_folder}/.archive/project-scan-report-{{timestamp}}.json</action>
|
|
112
|
+
<action>Set resume_mode = false</action>
|
|
113
|
+
<action>Continue to Step 0.5</action>
|
|
114
|
+
</check>
|
|
119
115
|
|
|
116
|
+
<check if="user selects 3">
|
|
117
|
+
<action>Display: "Exiting workflow without changes."</action>
|
|
118
|
+
<action>Exit workflow</action>
|
|
120
119
|
</check>
|
|
121
120
|
|
|
122
121
|
<check if="state file age >= 24 hours">
|
|
@@ -6,7 +6,7 @@ author: "BMad"
|
|
|
6
6
|
|
|
7
7
|
# Critical variables
|
|
8
8
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
9
|
-
output_folder: "{config_source}:
|
|
9
|
+
output_folder: "{config_source}:project_knowledge"
|
|
10
10
|
user_name: "{config_source}:user_name"
|
|
11
11
|
communication_language: "{config_source}:communication_language"
|
|
12
12
|
document_output_language: "{config_source}:document_output_language"
|
|
@@ -15,7 +15,6 @@ date: system-generated
|
|
|
15
15
|
|
|
16
16
|
# Module path and component files
|
|
17
17
|
installed_path: "{project-root}/_bmad/bmm/workflows/document-project"
|
|
18
|
-
template: false # This is an action workflow with multiple output files
|
|
19
18
|
instructions: "{installed_path}/instructions.md"
|
|
20
19
|
validation: "{installed_path}/checklist.md"
|
|
21
20
|
|
|
@@ -23,7 +22,7 @@ validation: "{installed_path}/checklist.md"
|
|
|
23
22
|
documentation_requirements_csv: "{installed_path}/documentation-requirements.csv"
|
|
24
23
|
|
|
25
24
|
# Output configuration - Multiple files generated in output folder
|
|
26
|
-
# Primary output: {output_folder}/
|
|
25
|
+
# Primary output: {output_folder}/project-documentation/
|
|
27
26
|
# Additional files generated by sub-workflows based on project structure
|
|
28
27
|
|
|
29
28
|
standalone: true
|
|
@@ -33,7 +33,7 @@ Discover the project's technology stack, existing patterns, and critical impleme
|
|
|
33
33
|
|
|
34
34
|
First, check if project context already exists:
|
|
35
35
|
|
|
36
|
-
- Look for file at `{
|
|
36
|
+
- Look for file at `{project_knowledge}/project-context.md or {project-root}/**/project-context.md`
|
|
37
37
|
- If exists: Read complete file to understand existing rules
|
|
38
38
|
- Present to user: "Found existing project context with {number_of_sections} sections. Would you like to update this or create a new one?"
|
|
39
39
|
|
|
@@ -43,7 +43,7 @@ Load and analyze project files to identify technologies:
|
|
|
43
43
|
|
|
44
44
|
**Architecture Document:**
|
|
45
45
|
|
|
46
|
-
- Look for `{
|
|
46
|
+
- Look for `{planning_artifacts}/architecture.md`
|
|
47
47
|
- Extract technology choices with specific versions
|
|
48
48
|
- Note architectural decisions that affect implementation
|
|
49
49
|
|
|
@@ -55,7 +55,7 @@ Load and analyze project files to identify technologies:
|
|
|
55
55
|
|
|
56
56
|
**Configuration Files:**
|
|
57
57
|
|
|
58
|
-
- Look for
|
|
58
|
+
- Look for project language specific configs ( example: `tsconfig.json`)
|
|
59
59
|
- Build tool configs (webpack, vite, next.config.js, etc.)
|
|
60
60
|
- Linting and formatting configs (.eslintrc, .prettierrc, etc.)
|
|
61
61
|
- Testing configurations (jest.config.js, vitest.config.ts, etc.)
|
|
@@ -123,17 +123,7 @@ Based on discovery, create or update the context document:
|
|
|
123
123
|
#### A. Fresh Document Setup (if no existing context)
|
|
124
124
|
|
|
125
125
|
Copy template from `{installed_path}/project-context-template.md` to `{output_folder}/project-context.md`
|
|
126
|
-
Initialize frontmatter
|
|
127
|
-
|
|
128
|
-
```yaml
|
|
129
|
-
---
|
|
130
|
-
project_name: '{{project_name}}'
|
|
131
|
-
user_name: '{{user_name}}'
|
|
132
|
-
date: '{{date}}'
|
|
133
|
-
sections_completed: ['technology_stack']
|
|
134
|
-
existing_patterns_found: { { number_of_patterns_discovered } }
|
|
135
|
-
---
|
|
136
|
-
```
|
|
126
|
+
Initialize frontmatter fields.
|
|
137
127
|
|
|
138
128
|
#### B. Existing Document Update
|
|
139
129
|
|
|
@@ -190,4 +180,4 @@ Ready to create/update your project context. This will help AI agents implement
|
|
|
190
180
|
|
|
191
181
|
After user selects [C] to continue, load `./step-02-generate.md` to collaboratively generate the specific project context rules.
|
|
192
182
|
|
|
193
|
-
Remember: Do NOT proceed to step-02 until user explicitly selects [C] from the menu and discovery is confirmed!
|
|
183
|
+
Remember: Do NOT proceed to step-02 until user explicitly selects [C] from the menu and discovery is confirmed and the initial file has been written as directed in this discovery step!
|
|
@@ -28,8 +28,8 @@ This step will generate content and present choices for each rule category:
|
|
|
28
28
|
|
|
29
29
|
## PROTOCOL INTEGRATION:
|
|
30
30
|
|
|
31
|
-
- When 'A' selected: Execute {project-root}
|
|
32
|
-
- When 'P' selected: Execute {project-root}
|
|
31
|
+
- When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
|
|
32
|
+
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode
|
|
33
33
|
- PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
|
|
34
34
|
- User accepts/rejects protocol changes before proceeding
|
|
35
35
|
|
|
@@ -290,13 +290,14 @@ test('should do something', async ({ {fixtureName} }) => {
|
|
|
290
290
|
|
|
291
291
|
## Next Steps
|
|
292
292
|
|
|
293
|
-
1. **
|
|
294
|
-
2. **
|
|
295
|
-
3. **
|
|
296
|
-
4. **
|
|
297
|
-
5. **
|
|
298
|
-
6. **
|
|
299
|
-
7. **When
|
|
293
|
+
1. **Share this checklist and failing tests** with the dev workflow (manual handoff)
|
|
294
|
+
2. **Review this checklist** with team in standup or planning
|
|
295
|
+
3. **Run failing tests** to confirm RED phase: `{test_command_all}`
|
|
296
|
+
4. **Begin implementation** using implementation checklist as guide
|
|
297
|
+
5. **Work one test at a time** (red → green for each)
|
|
298
|
+
6. **Share progress** in daily standup
|
|
299
|
+
7. **When all tests pass**, refactor code for quality
|
|
300
|
+
8. **When refactoring complete**, manually update story status to 'done' in sprint-status.yaml
|
|
300
301
|
|
|
301
302
|
---
|
|
302
303
|
|
|
@@ -184,6 +184,7 @@ Before starting this workflow, verify:
|
|
|
184
184
|
- [ ] Red-green-refactor workflow
|
|
185
185
|
- [ ] Execution commands
|
|
186
186
|
- [ ] Next steps for DEV team
|
|
187
|
+
- [ ] Output shared with DEV workflow (manual handoff; not auto-consumed)
|
|
187
188
|
|
|
188
189
|
### All Tests Verified to Fail (RED Phase)
|
|
189
190
|
|
|
@@ -772,6 +772,7 @@ After completing this workflow, provide a summary:
|
|
|
772
772
|
5. Share progress in daily standup
|
|
773
773
|
|
|
774
774
|
**Output File**: {output_file}
|
|
775
|
+
**Manual Handoff**: Share `{output_file}` and failing tests with the dev workflow (not auto-consumed).
|
|
775
776
|
|
|
776
777
|
**Knowledge Base References Applied**:
|
|
777
778
|
|
|
@@ -13,6 +13,7 @@ Before starting this workflow, verify:
|
|
|
13
13
|
**Halt only if:** Framework scaffolding is completely missing (run `framework` workflow first)
|
|
14
14
|
|
|
15
15
|
**Note:** BMad artifacts (story, tech-spec, PRD) are OPTIONAL - workflow can run without them
|
|
16
|
+
**Note:** `automate` generates tests; it does not run `*atdd` or `*test-review`. If ATDD outputs exist, use them as input and avoid duplicate coverage.
|
|
16
17
|
|
|
17
18
|
---
|
|
18
19
|
|
|
@@ -421,6 +422,7 @@ Before starting this workflow, verify:
|
|
|
421
422
|
|
|
422
423
|
**With atdd Workflow:**
|
|
423
424
|
|
|
425
|
+
- [ ] ATDD artifacts provided or located (manual handoff; `atdd` not auto-run)
|
|
424
426
|
- [ ] Existing ATDD tests checked (if story had ATDD workflow run)
|
|
425
427
|
- [ ] Expansion beyond ATDD planned (edge cases, negative paths)
|
|
426
428
|
- [ ] No duplicate coverage with ATDD tests
|
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
- [ ] Team agrees on CI platform
|
|
10
10
|
- [ ] Access to CI platform settings (if updating)
|
|
11
11
|
|
|
12
|
+
Note: CI setup is typically a one-time task per repo and can be run any time after the test framework is configured.
|
|
13
|
+
|
|
12
14
|
## Process Steps
|
|
13
15
|
|
|
14
16
|
### Step 1: Preflight Checks
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
|
|
12
12
|
Scaffolds a production-ready CI/CD quality pipeline with test execution, burn-in loops for flaky test detection, parallel sharding, artifact collection, and notification configuration. This workflow creates platform-specific CI configuration optimized for fast feedback and reliable test execution.
|
|
13
13
|
|
|
14
|
+
Note: This is typically a one-time setup per repo; run it any time after the test framework exists, ideally before feature work starts.
|
|
15
|
+
|
|
14
16
|
---
|
|
15
17
|
|
|
16
18
|
## Preflight Requirements
|
|
@@ -152,7 +152,8 @@
|
|
|
152
152
|
|
|
153
153
|
### Workflow Dependencies
|
|
154
154
|
|
|
155
|
-
- [ ] Can proceed to
|
|
155
|
+
- [ ] Can proceed to `*atdd` workflow with P0 scenarios
|
|
156
|
+
- [ ] `*atdd` is a separate workflow and must be run explicitly (not auto-run)
|
|
156
157
|
- [ ] Can proceed to `automate` workflow with full coverage plan
|
|
157
158
|
- [ ] Risk assessment informs `gate` workflow criteria
|
|
158
159
|
- [ ] Integrates with `ci` workflow execution order
|
|
@@ -176,7 +177,7 @@
|
|
|
176
177
|
1. [ ] Review risk assessment with team
|
|
177
178
|
2. [ ] Prioritize mitigation for high-priority risks (score ≥6)
|
|
178
179
|
3. [ ] Allocate resources per estimates
|
|
179
|
-
4. [ ] Run
|
|
180
|
+
4. [ ] Run `*atdd` workflow to generate P0 tests (separate workflow; not auto-run)
|
|
180
181
|
5. [ ] Set up test data factories and fixtures
|
|
181
182
|
6. [ ] Schedule team review of test design document
|
|
182
183
|
|
|
@@ -764,7 +764,7 @@ After completing this workflow, provide a summary:
|
|
|
764
764
|
|
|
765
765
|
1. Review risk assessment with team
|
|
766
766
|
2. Prioritize mitigation for high-risk items (score ≥6)
|
|
767
|
-
3. Run
|
|
767
|
+
3. Run `*atdd` to generate failing tests for P0 scenarios (separate workflow; not auto-run by `*test-design`)
|
|
768
768
|
4. Allocate resources per effort estimates
|
|
769
769
|
5. Set up test data factories and fixtures
|
|
770
770
|
```
|
|
@@ -246,6 +246,15 @@
|
|
|
246
246
|
|
|
247
247
|
---
|
|
248
248
|
|
|
249
|
+
---
|
|
250
|
+
|
|
251
|
+
## Follow-on Workflows (Manual)
|
|
252
|
+
|
|
253
|
+
- Run `*atdd` to generate failing P0 tests (separate workflow; not auto-run).
|
|
254
|
+
- Run `*automate` for broader coverage once implementation exists.
|
|
255
|
+
|
|
256
|
+
---
|
|
257
|
+
|
|
249
258
|
## Approval
|
|
250
259
|
|
|
251
260
|
**Test Design Approved By:**
|
|
@@ -6,6 +6,8 @@ Use this checklist to validate that the test quality review workflow completed s
|
|
|
6
6
|
|
|
7
7
|
## Prerequisites
|
|
8
8
|
|
|
9
|
+
Note: `test-review` is optional and only audits existing tests; it does not generate tests.
|
|
10
|
+
|
|
9
11
|
### Test File Discovery
|
|
10
12
|
|
|
11
13
|
- [ ] Test file(s) identified for review (single/directory/suite scope)
|
|
@@ -16,6 +16,7 @@ This checklist covers **two sequential phases**:
|
|
|
16
16
|
|
|
17
17
|
- [ ] Acceptance criteria are available (from story file OR inline)
|
|
18
18
|
- [ ] Test suite exists (or gaps are acknowledged and documented)
|
|
19
|
+
- [ ] If tests are missing, recommend `*atdd` (trace does not run it automatically)
|
|
19
20
|
- [ ] Test directory path is correct (`test_dir` variable)
|
|
20
21
|
- [ ] Story file is accessible (if using BMad mode)
|
|
21
22
|
- [ ] Knowledge base is loaded (test-priorities, traceability, risk-governance)
|
|
@@ -52,6 +52,8 @@ This workflow operates in two sequential phases to validate test coverage and de
|
|
|
52
52
|
- If acceptance criteria are completely missing, halt and request them
|
|
53
53
|
- If Phase 2 enabled but test execution results missing, warn and skip gate decision
|
|
54
54
|
|
|
55
|
+
Note: `*trace` never runs `*atdd` automatically; it only recommends running it when tests are missing.
|
|
56
|
+
|
|
55
57
|
---
|
|
56
58
|
|
|
57
59
|
## PHASE 1: REQUIREMENTS TRACEABILITY
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Workflow Init - Project Setup Instructions
|
|
2
2
|
|
|
3
|
-
<critical>The workflow execution engine is governed by: {project-root}
|
|
3
|
+
<critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
|
|
4
4
|
<critical>You MUST have already loaded and processed: workflow-init/workflow.yaml</critical>
|
|
5
5
|
<critical>Communicate in {communication_language} with {user_name}</critical>
|
|
6
6
|
<critical>This workflow handles BOTH new projects AND legacy projects following the BMad Method</critical>
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
- BMM artifacts: PRD, epics, architecture, UX, brief, research, brainstorm
|
|
16
16
|
- Implementation: stories, sprint-status, workflow-status
|
|
17
17
|
- Codebase: source directories, package files, git repo
|
|
18
|
-
- Check both {output_folder} and {
|
|
18
|
+
- Check both {output_folder} and {implementation_artifacts} locations
|
|
19
19
|
</action>
|
|
20
20
|
|
|
21
21
|
<action>Categorize into one of these states:
|
|
@@ -6,7 +6,7 @@ author: "BMad"
|
|
|
6
6
|
# Critical variables from config
|
|
7
7
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
8
8
|
output_folder: "{config_source}:output_folder"
|
|
9
|
-
|
|
9
|
+
implementation_artifacts: "{config_source}:implementation_artifacts"
|
|
10
10
|
user_name: "{config_source}:user_name"
|
|
11
11
|
project_name: "{config_source}:project_name"
|
|
12
12
|
communication_language: "{config_source}:communication_language"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Workflow Status Check - Multi-Mode Service
|
|
2
2
|
|
|
3
|
-
<critical>The workflow execution engine is governed by: {project-root}
|
|
4
|
-
<critical>You MUST have already loaded and processed: {project-root}
|
|
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/workflow-status/workflow.yaml</critical>
|
|
5
5
|
<critical>This workflow operates in multiple modes: interactive (default), validate, data, init-check, update</critical>
|
|
6
6
|
<critical>Other workflows can call this as a service to avoid duplicating status logic</critical>
|
|
7
7
|
<critical>⚠️ ABSOLUTELY NO TIME ESTIMATES - NEVER mention hours, days, weeks, months, or ANY time-based predictions. AI has fundamentally changed development speed - what once took teams weeks/months can now be done by one person in hours. DO NOT give ANY time estimates whatsoever.</critical>
|
|
@@ -6,6 +6,8 @@ author: "BMad"
|
|
|
6
6
|
# Critical variables from config
|
|
7
7
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
8
8
|
output_folder: "{config_source}:output_folder"
|
|
9
|
+
planning_artifacts: "{config_source}:planning_artifacts"
|
|
10
|
+
implementation_artifacts: "{config_source}:implementation_artifacts"
|
|
9
11
|
user_name: "{config_source}:user_name"
|
|
10
12
|
communication_language: "{config_source}:communication_language"
|
|
11
13
|
document_output_language: "{config_source}:document_output_language"
|
|
@@ -23,7 +25,7 @@ template: "{installed_path}/workflow-status-template.yaml"
|
|
|
23
25
|
path_files: "{installed_path}/paths/"
|
|
24
26
|
|
|
25
27
|
# Output configuration - reads existing status
|
|
26
|
-
default_output_file: "{
|
|
28
|
+
default_output_file: "{planning_artifacts}/bmm-workflow-status.yaml"
|
|
27
29
|
|
|
28
30
|
standalone: true
|
|
29
31
|
|
|
@@ -17,8 +17,6 @@ CIS provides structured creative methodologies through distinctive agent persona
|
|
|
17
17
|
|
|
18
18
|
## Specialized Agents
|
|
19
19
|
|
|
20
|
-
[View detailed agent descriptions →](./agents/README.md)
|
|
21
|
-
|
|
22
20
|
- **Carson** - Brainstorming Specialist (energetic facilitator)
|
|
23
21
|
- **Maya** - Design Thinking Maestro (jazz-like improviser)
|
|
24
22
|
- **Dr. Quinn** - Problem Solver (detective-scientist hybrid)
|
|
@@ -27,7 +25,7 @@ CIS provides structured creative methodologies through distinctive agent persona
|
|
|
27
25
|
|
|
28
26
|
## Interactive Workflows
|
|
29
27
|
|
|
30
|
-
[View all workflows →](
|
|
28
|
+
[View all workflows →](../workflows/README.md)
|
|
31
29
|
|
|
32
30
|
**5 Workflows** with **150+ Creative Techniques:**
|
|
33
31
|
|
|
@@ -144,9 +142,7 @@ CIS workflows integrate with:
|
|
|
144
142
|
|
|
145
143
|
## Related Documentation
|
|
146
144
|
|
|
147
|
-
- **[
|
|
148
|
-
- **[Agent Personas](./agents/README.md)** - Full agent descriptions
|
|
149
|
-
- **[BMM Integration](../bmm/README.md)** - Development workflow connection
|
|
145
|
+
- **[BMM Documentation](../../bmm/docs/index.md)** - Core BMad Method documentation
|
|
150
146
|
|
|
151
147
|
---
|
|
152
148
|
|