ma-agents 2.13.4 → 2.15.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 +15 -0
- package/_bmad/_config/agents/antigravity.customize.yaml +10 -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-cyber.customize.yaml +42 -0
- package/_bmad/_config/agents/bmm-dev.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-devops.customize.yaml +37 -0
- package/_bmad/_config/agents/bmm-mil498.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-sre.customize.yaml +37 -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/claude-code.customize.yaml +10 -0
- package/_bmad/_config/agents/cline.customize.yaml +9 -0
- package/_bmad/_config/agents/core-bmad-master.customize.yaml +41 -0
- package/_bmad/_config/agents/cursor.customize.yaml +9 -0
- package/_bmad/_config/agents/gemini.customize.yaml +9 -0
- package/_bmad/_config/agents/generic.customize.yaml +7 -0
- package/_bmad/_config/bmad-help.csv +40 -0
- package/_bmad/_config/files-manifest.csv +212 -0
- package/_bmad/_config/manifest.yaml +27 -0
- package/_bmad/_config/task-manifest.csv +8 -0
- package/_bmad/_config/tool-manifest.csv +1 -0
- package/_bmad/_config/workflow-manifest.csv +26 -0
- package/_bmad/_memory/config.yaml +11 -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/cyber.md +56 -0
- package/_bmad/bmm/agents/dev.md +69 -0
- package/_bmad/bmm/agents/devops.md +54 -0
- package/_bmad/bmm/agents/mil498.md +65 -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/sre.md +54 -14
- 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/templates/mil498/OCD.md +169 -0
- package/_bmad/bmm/templates/mil498/README.md +4 -0
- package/_bmad/bmm/templates/mil498/SDP.md +307 -0
- package/_bmad/bmm/templates/mil498/SRS.md +219 -0
- package/_bmad/bmm/templates/mil498/SSDD.md +154 -0
- package/_bmad/bmm/templates/mil498/SSS.md +225 -0
- package/_bmad/bmm/templates/mil498/STD.md +188 -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 +444 -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 +476 -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 +233 -0
- package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +487 -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 +152 -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-02b-vision.md +154 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02c-executive-summary.md +170 -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 +226 -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 +63 -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 +184 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +172 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +173 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +133 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +245 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +129 -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 +173 -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 +329 -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 +272 -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 +57 -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 +43 -0
- package/_bmad/bmm/workflows/4-implementation/correct-course/checklist.md +288 -0
- package/_bmad/bmm/workflows/4-implementation/correct-course/instructions.md +207 -0
- package/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +53 -0
- package/_bmad/bmm/workflows/4-implementation/create-story/checklist.md +358 -0
- package/_bmad/bmm/workflows/4-implementation/create-story/instructions.xml +346 -0
- package/_bmad/bmm/workflows/4-implementation/create-story/template.md +49 -0
- package/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +52 -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 +20 -0
- package/_bmad/bmm/workflows/4-implementation/retrospective/instructions.md +1444 -0
- package/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +52 -0
- package/_bmad/bmm/workflows/4-implementation/sprint-planning/checklist.md +33 -0
- package/_bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +226 -0
- package/_bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +55 -0
- package/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +47 -0
- package/_bmad/bmm/workflows/4-implementation/sprint-status/instructions.md +230 -0
- package/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +25 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +174 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +118 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +111 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +111 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +104 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +146 -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 +189 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +143 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +126 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +200 -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 +79 -0
- package/_bmad/bmm/workflows/cyber/generate-certs.md +18 -0
- package/_bmad/bmm/workflows/cyber/immunity-estimation.md +20 -0
- package/_bmad/bmm/workflows/cyber/security-audit.md +18 -0
- package/_bmad/bmm/workflows/cyber/vault-secrets.md +19 -0
- package/_bmad/bmm/workflows/cyber/verify-docker-users.md +14 -0
- package/_bmad/bmm/workflows/cyber/verify-image-signature.md +13 -0
- package/_bmad/bmm/workflows/cyber/vulnerability-scan.md +19 -0
- package/_bmad/bmm/workflows/devops/configure-infrastructure.md +18 -0
- package/_bmad/bmm/workflows/devops/disconnected-deployment.md +18 -0
- package/_bmad/bmm/workflows/devops/docker-compose-setup.md +17 -0
- package/_bmad/bmm/workflows/devops/manage-helm.md +19 -0
- package/_bmad/bmm/workflows/devops/sign-docker-image.md +15 -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 +130 -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/mil498/bmad-mil-generate-ocd.md +17 -0
- package/_bmad/bmm/workflows/mil498/bmad-mil-generate-sdd.md +18 -0
- package/_bmad/bmm/workflows/mil498/bmad-mil-generate-sdp.md +17 -0
- package/_bmad/bmm/workflows/mil498/bmad-mil-generate-srs.md +19 -0
- package/_bmad/bmm/workflows/mil498/bmad-mil-generate-sss.md +16 -0
- package/_bmad/bmm/workflows/mil498/bmad-mil-generate-std.md +17 -0
- package/_bmad/bmm/workflows/qa-generate-e2e-tests/checklist.md +33 -0
- package/_bmad/bmm/workflows/qa-generate-e2e-tests/instructions.md +110 -0
- package/_bmad/bmm/workflows/qa-generate-e2e-tests/workflow.yaml +42 -0
- package/_bmad/bmm/workflows/sre/check-deployment-status.md +23 -0
- package/_bmad/bmm/workflows/sre/check-secrets.md +14 -0
- package/_bmad/bmm/workflows/sre/check-system-status.md +18 -0
- package/_bmad/bmm/workflows/sre/day-2-ops.md +16 -0
- package/_bmad/bmm/workflows/sre/deployment-strategies.md +18 -0
- package/_bmad/bmm/workflows/sre/fix-deployments.md +16 -0
- package/_bmad/bmm/workflows/sre/gitops-status.md +16 -0
- package/_bmad/core/agents/bmad-master.md +56 -0
- package/_bmad/core/config.yaml +9 -0
- package/_bmad/core/module-help.csv +10 -0
- package/_bmad/core/tasks/editorial-review-prose.xml +102 -0
- package/_bmad/core/tasks/editorial-review-structure.xml +208 -0
- package/_bmad/core/tasks/help.md +86 -0
- package/_bmad/core/tasks/index-docs.xml +65 -0
- package/_bmad/core/tasks/review-adversarial-general.xml +49 -0
- package/_bmad/core/tasks/review-edge-case-hunter.xml +63 -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 +118 -0
- package/_bmad/core/workflows/brainstorming/brain-methods.csv +62 -0
- package/_bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +210 -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 +60 -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 +187 -0
- package/_bmad/core/workflows/party-mode/steps/step-03-graceful-exit.md +168 -0
- package/_bmad/core/workflows/party-mode/workflow.md +194 -0
- package/_bmad/custom/agents/cyber.md +56 -0
- package/_bmad/custom/agents/devops.md +54 -0
- package/_bmad/custom/agents/mil498.md +65 -0
- package/_bmad/custom/agents/sre.md +54 -0
- package/_bmad/custom/config.yaml +11 -0
- package/_bmad/custom/workflows/cyber/generate-certs.md +18 -0
- package/_bmad/custom/workflows/cyber/immunity-estimation.md +20 -0
- package/_bmad/custom/workflows/cyber/security-audit.md +18 -0
- package/_bmad/custom/workflows/cyber/vault-secrets.md +19 -0
- package/_bmad/custom/workflows/cyber/verify-docker-users.md +14 -0
- package/_bmad/custom/workflows/cyber/verify-image-signature.md +13 -0
- package/_bmad/custom/workflows/cyber/vulnerability-scan.md +19 -0
- package/_bmad/custom/workflows/devops/configure-infrastructure.md +18 -0
- package/_bmad/custom/workflows/devops/disconnected-deployment.md +18 -0
- package/_bmad/custom/workflows/devops/docker-compose-setup.md +17 -0
- package/_bmad/custom/workflows/devops/manage-helm.md +19 -0
- package/_bmad/custom/workflows/devops/sign-docker-image.md +15 -0
- package/_bmad/custom/workflows/mil498/bmad-mil-generate-ocd.md +17 -0
- package/_bmad/custom/workflows/mil498/bmad-mil-generate-sdd.md +18 -0
- package/_bmad/custom/workflows/mil498/bmad-mil-generate-sdp.md +17 -0
- package/_bmad/custom/workflows/mil498/bmad-mil-generate-srs.md +19 -0
- package/_bmad/custom/workflows/mil498/bmad-mil-generate-sss.md +16 -0
- package/_bmad/custom/workflows/mil498/bmad-mil-generate-std.md +17 -0
- package/_bmad/custom/workflows/sre/check-deployment-status.md +23 -0
- package/_bmad/custom/workflows/sre/check-secrets.md +14 -0
- package/_bmad/custom/workflows/sre/check-system-status.md +18 -0
- package/_bmad/custom/workflows/sre/day-2-ops.md +16 -0
- package/_bmad/custom/workflows/sre/deployment-strategies.md +18 -0
- package/_bmad/custom/workflows/sre/fix-deployments.md +16 -0
- package/_bmad/custom/workflows/sre/gitops-status.md +16 -0
- package/_bmad/skills/config.yaml +11 -0
- package/bin/cli.js +2 -1
- package/lib/bmad-customizations/bmm-cyber.customize.yaml +19 -13
- package/lib/bmad-customizations/bmm-devops.customize.yaml +16 -11
- package/lib/bmad-customizations/bmm-mil498.customize.yaml +19 -13
- package/lib/bmad-customizations/bmm-sre.customize.yaml +13 -9
- package/lib/bmad.js +4 -3
- package/lib/installer.js +26 -2
- package/package.json +1 -1
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "mil498"
|
|
3
|
+
description: "MIL-STD-498 Documentation Expert (Joseph)"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
7
|
+
|
|
8
|
+
```xml
|
|
9
|
+
<agent id="mil498.agent.yaml" name="Joseph" title="MIL-STD-498 Expert" icon="📜">
|
|
10
|
+
<activation critical="MANDATORY">
|
|
11
|
+
<step n="1">Load persona from this current agent file (already in context)</step>
|
|
12
|
+
<step n="2">🚨 IMMEDIATE ACTION REQUIRED:
|
|
13
|
+
- Load {project-root}/_bmad/bmm/config.yaml
|
|
14
|
+
- Store session variables: {user_name}, {communication_language}, {output_folder}
|
|
15
|
+
- Verify existence of {project-root}/_bmad/bmm/templates/mil498/
|
|
16
|
+
</step>
|
|
17
|
+
<step n="3">Greeting: "Hello {user_name}, Joseph here. I am ready to help you generate MIL-STD-498 compliant documentation for your project."</step>
|
|
18
|
+
<step n="4">Display Menu of MIL-STD-498 document generation tasks.</step>
|
|
19
|
+
<step n="5">WAIT for input.</step>
|
|
20
|
+
|
|
21
|
+
<menu-handlers>
|
|
22
|
+
<handlers>
|
|
23
|
+
<handler type="workflow">
|
|
24
|
+
When menu item has: workflow="path/to/workflow.md":
|
|
25
|
+
1. Load {project-root}/_bmad/core/tasks/workflow.xml
|
|
26
|
+
2. Execute workflow with the given path as 'workflow-config'
|
|
27
|
+
</handler>
|
|
28
|
+
</handlers>
|
|
29
|
+
</menu-handlers>
|
|
30
|
+
|
|
31
|
+
<rules>
|
|
32
|
+
<r>Compliance-First: Always follow the MIL-STD-498 DIDs and templates.</r>
|
|
33
|
+
<r>Data-Driven: Extract information directly from BMAD documents (PRD, Architecture, etc.).</r>
|
|
34
|
+
<r>Traceability: Ensure all requirements are linked and traceable.</r>
|
|
35
|
+
<r>Communicate in {communication_language}.</r>
|
|
36
|
+
</rules>
|
|
37
|
+
</activation>
|
|
38
|
+
|
|
39
|
+
<persona>
|
|
40
|
+
<role>Joseph - MIL-STD-498 Documentation Expert</role>
|
|
41
|
+
<identity>
|
|
42
|
+
MIL-STD-498 (Military Standard Software Development and Documentation) is a United States military standard established to provide uniform requirements for the acquisition, development, modification, and documentation of software. It encompasses both weapon systems and automated information systems, offering a comprehensive description of the software development lifecycle. It emphasizes flexibility, supportability, and clear documentation through standardized Data Item Descriptions (DIDs).
|
|
43
|
+
|
|
44
|
+
You are Joseph, a seasoned systems engineer and documentation specialist who breathes MIL-STD-498. You know every section of every DID and how to map modern agile artifacts (like Epics and Stories) into the structured format required by the standard.
|
|
45
|
+
</identity>
|
|
46
|
+
<communication_style>Formal, precise, and authoritative on documentation standards. Uses terminology like "CSCI", "Qualification Provisions", and "Traceability Matrix".</communication_style>
|
|
47
|
+
<principles>
|
|
48
|
+
- Standardize everything.
|
|
49
|
+
- No section left blank; if not applicable, state why.
|
|
50
|
+
- Cross-reference PRD and Design documents strictly.
|
|
51
|
+
- Maintain high-fidelity to the original military DIDs.
|
|
52
|
+
</principles>
|
|
53
|
+
</persona>
|
|
54
|
+
|
|
55
|
+
<menu>
|
|
56
|
+
<item cmd="SRS" workflow="{project-root}/_bmad/bmm/workflows/mil498/bmad-mil-generate-srs.md">[SRS] Generate Software Requirements Specification</item>
|
|
57
|
+
<item cmd="SDD" workflow="{project-root}/_bmad/bmm/workflows/mil498/bmad-mil-generate-sdd.md">[SDD] Generate Software Design Description</item>
|
|
58
|
+
<item cmd="SDP" workflow="{project-root}/_bmad/bmm/workflows/mil498/bmad-mil-generate-sdp.md">[SDP] Generate Software Development Plan</item>
|
|
59
|
+
<item cmd="OCD" workflow="{project-root}/_bmad/bmm/workflows/mil498/bmad-mil-generate-ocd.md">[OCD] Generate Operational Concept Description</item>
|
|
60
|
+
<item cmd="SSS" workflow="{project-root}/_bmad/bmm/workflows/mil498/bmad-mil-generate-sss.md">[SSS] Generate System/Subsystem Specification</item>
|
|
61
|
+
<item cmd="STD" workflow="{project-root}/_bmad/bmm/workflows/mil498/bmad-mil-generate-std.md">[STD] Generate Software Test Description</item>
|
|
62
|
+
<item cmd="DA">[DA] Dismiss Agent</item>
|
|
63
|
+
</menu>
|
|
64
|
+
</agent>
|
|
65
|
+
```
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "sre"
|
|
3
|
+
description: "Site Reliability Engineer"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
7
|
+
|
|
8
|
+
```xml
|
|
9
|
+
<agent id="sre.agent.yaml" name="Alex" title="Site Reliability Engineer" icon="⚙️">
|
|
10
|
+
<activation critical="MANDATORY">
|
|
11
|
+
<step n="1">Load persona from this current agent file (already in context)</step>
|
|
12
|
+
<step n="2">🚨 IMMEDIATE ACTION REQUIRED:
|
|
13
|
+
- Load {project-root}/_bmad/bmm/config.yaml
|
|
14
|
+
- Store session variables: {user_name}, {communication_language}, {output_folder}
|
|
15
|
+
- Detect environment: Kubernetes (kubectl), Docker, or Podman
|
|
16
|
+
</step>
|
|
17
|
+
<step n="3">Greeting: "Hello {user_name}, SRE Alex here. Ready to monitor and stabilize your infrastructure."</step>
|
|
18
|
+
<step n="4">Display Menu of SRE operational tasks.</step>
|
|
19
|
+
<step n="5">WAIT for input.</step>
|
|
20
|
+
|
|
21
|
+
<menu-handlers>
|
|
22
|
+
<handlers>
|
|
23
|
+
<handler type="workflow">
|
|
24
|
+
When menu item has: workflow="path/to/workflow.md":
|
|
25
|
+
1. Load {project-root}/_bmad/core/tasks/workflow.xml
|
|
26
|
+
2. Execute workflow with the given path as 'workflow-config'
|
|
27
|
+
</handler>
|
|
28
|
+
</handlers>
|
|
29
|
+
</menu-handlers>
|
|
30
|
+
|
|
31
|
+
<rules>
|
|
32
|
+
<r>Safety First: Never perform destructive actions (delete/force) without explicit confirmation.</r>
|
|
33
|
+
<r>Observability: Always mention logs or metrics when diagnosing.</r>
|
|
34
|
+
<r>Communicate in {communication_language}.</r>
|
|
35
|
+
</rules>
|
|
36
|
+
</activation>
|
|
37
|
+
|
|
38
|
+
<persona>
|
|
39
|
+
<role>Expert SRE & Infrastructure Architect</role>
|
|
40
|
+
<identity>Specialized in high-availability systems, container orchestration (K8s), and cloud-native infrastructure. Proficient in Docker, Docker Desktop, and Podman.</identity>
|
|
41
|
+
<communication_style>Direct, technical, and methodical. Uses SRE terminology (SLI/SLO, Error Budgets, MTTR).</communication_style>
|
|
42
|
+
<principles>- Treat operations as a software problem. - Automate away toil. - Practice blameless post-mortems. - Focus on system reliability over individual instances.</principles>
|
|
43
|
+
</persona>
|
|
44
|
+
|
|
45
|
+
<menu>
|
|
46
|
+
<item cmd="SS" workflow="{project-root}/_bmad/bmm/workflows/sre/check-system-status.md">[SS] Check Overall System Status</item>
|
|
47
|
+
<item cmd="GS" workflow="{project-root}/_bmad/bmm/workflows/sre/gitops-status.md">[GS] Check GitOps & Drift Status</item>
|
|
48
|
+
<item cmd="DS" workflow="{project-root}/_bmad/bmm/workflows/sre/deployment-strategies.md">[DS] Manage Deployment Strategies</item>
|
|
49
|
+
<item cmd="D2" workflow="{project-root}/_bmad/bmm/workflows/sre/day-2-ops.md">[D2] Day 2 Maintenance & Ops</item>
|
|
50
|
+
<item cmd="FX" workflow="{project-root}/_bmad/bmm/workflows/sre/fix-deployments.md">[FX] Troubleshoot & Fix Deployments</item>
|
|
51
|
+
<item cmd="DA">[DA] Dismiss Agent</item>
|
|
52
|
+
</menu>
|
|
53
|
+
</agent>
|
|
54
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# CUSTOM Module Configuration
|
|
2
|
+
# Generated by BMAD installer
|
|
3
|
+
# Version: 6.0.4
|
|
4
|
+
# Date: 2026-03-01T14:46:10.133Z
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
# Core Configuration Values
|
|
8
|
+
user_name: "995472"
|
|
9
|
+
communication_language: English
|
|
10
|
+
document_output_language: English
|
|
11
|
+
output_folder: _bmad-output
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# workflow-generate-certs.md
|
|
2
|
+
# Secure Certificate Generation Workflow
|
|
3
|
+
|
|
4
|
+
Automated workflow for generating self-signed certificates using the `self-signed-cert` skill.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Load Skill**: Activate the `self-signed-cert` skill instructions.
|
|
8
|
+
2. **Requirement Analysis**: Determine common name (CN) and Subject Alternative Names (SANs).
|
|
9
|
+
3. **Execution**:
|
|
10
|
+
- **Linux/macOS**:
|
|
11
|
+
- `bash scripts/generate-cert.sh root my-internal-ca`
|
|
12
|
+
- `bash scripts/generate-cert.sh cert my-service localhost`
|
|
13
|
+
- **Windows**:
|
|
14
|
+
- `.\scripts\generate-cert.ps1 -Type root -Name my-internal-ca`
|
|
15
|
+
- `.\scripts\generate-cert.ps1 -Type cert -Name my-service -Dns localhost`
|
|
16
|
+
4. **Packaging**: Provide instructions for importing the cert into trust stores (OS, Browsers) or mounting in Kubernetes secrets.
|
|
17
|
+
5. **Security**: Ensure private keys are stored with restricted permissions (600).
|
|
18
|
+
6. **Rotation**: Offer a schedule for certificate renewal.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# workflow-immunity-estimation.md
|
|
2
|
+
# Cyber Immunity Estimation Workflow
|
|
3
|
+
|
|
4
|
+
Assesses the overall security posture and 'immunity' of the system against common attack vectors.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Attack Surface Analysis**: Identify all entry points (APIs, UI, SSH, 3rd party integrations).
|
|
8
|
+
2. **Control Verification**:
|
|
9
|
+
- Authentication/Authorization presence.
|
|
10
|
+
- Encryption in transit and at rest.
|
|
11
|
+
- Secret management maturity (Hardcoded vs Vault).
|
|
12
|
+
3. **Posture Scoring**: Rate 1-10 on:
|
|
13
|
+
- Code quality/Sanitization.
|
|
14
|
+
- Dependency health.
|
|
15
|
+
- Infrastructure hardening.
|
|
16
|
+
- Visibility/Logging.
|
|
17
|
+
4. **Immunity Report**:
|
|
18
|
+
- Summarize major gaps.
|
|
19
|
+
- Provide a roadmap for reach 'Immunity Level 5' (Robust).
|
|
20
|
+
5. **Verification**: Recommend automated regression tests for security controls.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# workflow-security-audit.md
|
|
2
|
+
# Comprehensive Security Audit Workflow
|
|
3
|
+
|
|
4
|
+
Deep-dive audit of infrastructure and application configuration.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Infrastructure Audit**:
|
|
8
|
+
- **K8s**: Check for privileged containers, missing network policies, root users.
|
|
9
|
+
- **Docker**: Check for exposed ports, unnecessary packages in images.
|
|
10
|
+
2. **Code Audit**:
|
|
11
|
+
- Static Analysis (SAST) for common patterns (SQLi, XSS).
|
|
12
|
+
- Check for insecure defaults in frameworks.
|
|
13
|
+
3. **Identity Audit**:
|
|
14
|
+
- Review ServiceAccount permissions (RBAC).
|
|
15
|
+
- Check for hard-coded credentials.
|
|
16
|
+
4. **Final Recommendation**:
|
|
17
|
+
- Provide a prioritized list of hardening tasks.
|
|
18
|
+
- Propose CIDCD guardrails.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# workflow-vault-secrets.md
|
|
2
|
+
# HashiCorp Vault Secret Management Workflow
|
|
3
|
+
|
|
4
|
+
This workflow guides the agent through managing secrets, policies, and authentication in HashiCorp Vault.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Check Connection**: Verify `vault status` and authentication.
|
|
8
|
+
2. **Secret Creation/Update**:
|
|
9
|
+
- `vault kv put secret/{path} {key}={value}`
|
|
10
|
+
- Ensure secrets are never logged or echoed in plain text.
|
|
11
|
+
3. **Policy Management**:
|
|
12
|
+
- Define HCL policies for restricted access.
|
|
13
|
+
- `vault policy write {name} {policy_file}`
|
|
14
|
+
4. **Integration**:
|
|
15
|
+
- Manage Kubernetes auth method: `vault auth enable kubernetes`
|
|
16
|
+
- Setup Vault Agent injector configurations.
|
|
17
|
+
5. **Audit**:
|
|
18
|
+
- Check for expired tokens or orphaned secrets.
|
|
19
|
+
- Review access logs if available.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# verify-docker-users.md
|
|
2
|
+
# Docker User & Hardening Verification Workflow
|
|
3
|
+
|
|
4
|
+
This workflow guides the Cyber agent through auditing Docker images for proper user management and least privilege.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Inspect Metadata**:
|
|
8
|
+
- Use the `docker-hardening-verification` skill.
|
|
9
|
+
- Run: `bash skills/docker-hardening-verification/scripts/verify-hardening.sh {image_name}`.
|
|
10
|
+
2. **Audit Result Analysis**:
|
|
11
|
+
- **UID Check**: Confirm the defined user is non-zero.
|
|
12
|
+
- **Permissive Files**: Scan for world-writable files in common paths (/tmp, /etc, /var).
|
|
13
|
+
3. **Governance Check**: Ensure the image follows OpenShift/hardened cluster requirements (no root, arbitrary UID support).
|
|
14
|
+
4. **Reporting**: provide a high-level summary of hardening quality and mandatory fixes.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# verify-image-signature.md
|
|
2
|
+
# Docker Image Signature Verification Workflow
|
|
3
|
+
|
|
4
|
+
This workflow guides the Cyber agent through verifying that a Docker image has been properly signed.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Identify Image**: Get the image name and digest.
|
|
8
|
+
2. **Locate Public Key**: Obtain the public key or certificate used for signing.
|
|
9
|
+
3. **Execute Verification**:
|
|
10
|
+
- Use `cosign verify --key {public_key} {image_digest}`.
|
|
11
|
+
- Check the output for valid signatures.
|
|
12
|
+
4. **Policy Compliance**: Verify if the signing entity (certificate CN) matches the expected trusted authorities.
|
|
13
|
+
5. **Report**: Alert the user if the image is unsigned or the signature is invalid.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# workflow-vulnerability-scan.md
|
|
2
|
+
# ma-agents Vulnerability Scan Orchestration
|
|
3
|
+
|
|
4
|
+
Orchestrates multiple security-focused skills from the `ma-agents` package to provide a comprehensive security scan.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Select Scanners**: Based on project tech stack, trigger:
|
|
8
|
+
- **JS/TS**: `js-ts-security-skill`
|
|
9
|
+
- **Python**: `python-security-skill`
|
|
10
|
+
- **Docker**: `verify-hardened-docker-skill`
|
|
11
|
+
2. **Run Tools**:
|
|
12
|
+
- Execute `npm audit` or `yarn audit`.
|
|
13
|
+
- Run `pip-audit` for Python environments.
|
|
14
|
+
- Run `trivy image {image}` for containers.
|
|
15
|
+
3. **Aggregate Results**: Collect all findings into a unified report.
|
|
16
|
+
4. **Prioritization**: Rank vulnerabilities by CVSS score and exploitability.
|
|
17
|
+
5. **Remediation**:
|
|
18
|
+
- Propose version upgrades.
|
|
19
|
+
- Propose configuration hardening steps.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# workflow-configure-infrastructure.md
|
|
2
|
+
# Infrastructure Configuration Workflow
|
|
3
|
+
|
|
4
|
+
This workflow focuses on defining and configuring core infrastructure components in a Kubernetes environment.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Storage Definition**:
|
|
8
|
+
- Define `PersistentVolume` (PV) with appropriate access modes and storage classes.
|
|
9
|
+
- Define `PersistentVolumeClaim` (PVC) for application workloads.
|
|
10
|
+
2. **Networking**:
|
|
11
|
+
- Configure `Service` type `LoadBalancer` or `Ingress` controllers.
|
|
12
|
+
- Define `NetworkPolicies` for secure communication.
|
|
13
|
+
3. **Disconnected Environments**:
|
|
14
|
+
- Provide templates for local storage provisioners (e.g., hostPath, Local Persistent Volumes).
|
|
15
|
+
- Configure static IP assignments for on-prem load balancers.
|
|
16
|
+
4. **Validation**:
|
|
17
|
+
- Verify binding status: `kubectl get pv,pvc`
|
|
18
|
+
- Verify endpoint availability: `kubectl get endpoints`
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# workflow-disconnected-deployment.md
|
|
2
|
+
# Disconnected Environment Deployment Workflow
|
|
3
|
+
|
|
4
|
+
Strategies and actions for deploying applications in air-gapped or restricted on-prem environments.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Dependency Gathering**:
|
|
8
|
+
- Identify all required container images.
|
|
9
|
+
- Export images: `docker save {image_list} | gzip > images.tar.gz`
|
|
10
|
+
- Package Helm charts: `helm package {chart_path}`
|
|
11
|
+
2. **Target Readiness**:
|
|
12
|
+
- Verify local registry availability.
|
|
13
|
+
- Import images: `docker load < images.tar.gz`
|
|
14
|
+
3. **Deployment**:
|
|
15
|
+
- Use `--set image.repository={local_registry}/{repo}` for Helm.
|
|
16
|
+
- Verify offline connectivity between components.
|
|
17
|
+
4. **Troubleshooting**:
|
|
18
|
+
- Check for 'ImagePullBackOff' due to incorrect registry paths.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# workflow-docker-compose-setup.md
|
|
2
|
+
# Docker Compose Management Workflow
|
|
3
|
+
|
|
4
|
+
This workflow handles multi-container orchestration using Docker Compose, optimized for development and on-prem deployments.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Define Services**: Map application components to Docker services.
|
|
8
|
+
2. **Environment Sync**: Setup `.env` file management for different environments (on-prem, dev).
|
|
9
|
+
3. **Disconnected Operations**:
|
|
10
|
+
- Build images with `--pull=false` if registry is unavailable.
|
|
11
|
+
- Use local image tags.
|
|
12
|
+
4. **Orchestration**:
|
|
13
|
+
- Setup dependencies with `depends_on` and health checks.
|
|
14
|
+
- Configure volumes for persistence.
|
|
15
|
+
5. **Execution**:
|
|
16
|
+
- `docker-compose up -d`
|
|
17
|
+
- `docker-compose ps`
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# workflow-manage-helm.md
|
|
2
|
+
# Helm Management Workflow
|
|
3
|
+
|
|
4
|
+
This workflow handles the creation and management of Helm charts and Helm umbrellas for complex systems.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Analyze System**: Determine if a single chart or an umbrella chart (multiple sub-charts) is needed.
|
|
8
|
+
2. **Chart Creation**:
|
|
9
|
+
- `helm create {chart_name}`
|
|
10
|
+
- Structure for disconnected environments: Ensure all chart dependencies are bundled (vendorized).
|
|
11
|
+
3. **Helm Umbrella Setup**:
|
|
12
|
+
- Configure `Chart.yaml` with sub-chart dependencies.
|
|
13
|
+
- Setup `values.yaml` to override sub-chart values.
|
|
14
|
+
4. **On-prem Optimization**:
|
|
15
|
+
- Prepare `chart-save` and `chart-load` routines for air-gapped systems.
|
|
16
|
+
- Configure local registry mirrors.
|
|
17
|
+
5. **Validation**:
|
|
18
|
+
- `helm lint {chart_path}`
|
|
19
|
+
- `helm template {chart_path}`
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# sign-docker-image.md
|
|
2
|
+
# Docker Image Signing Workflow
|
|
3
|
+
|
|
4
|
+
This workflow guides the DevOps agent through the process of cryptographically signing a Docker image.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Select Image**: Identify the image to sign.
|
|
8
|
+
2. **Get Digest**: Retrieve the immutable digest: `docker inspect --format='{{index .RepoDigests 0}}' {image_name}`.
|
|
9
|
+
3. **Prepare Certificate**: Locate the certificate file provided by the user.
|
|
10
|
+
4. **Execute Signing**:
|
|
11
|
+
- Use the `docker-image-signing` skill.
|
|
12
|
+
- Path: `skills/docker-image-signing/scripts/sign-image.sh`
|
|
13
|
+
- Run: `bash skills/docker-image-signing/scripts/sign-image.sh {image_digest} {cert_file} {key_file}`
|
|
14
|
+
5. **Verify**: Confirm the signature using `cosign verify`.
|
|
15
|
+
6. **Report**: provide the signed image reference to the user.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# bmad-mil-generate-ocd.md
|
|
2
|
+
# Generate Operational Concept Description (OCD)
|
|
3
|
+
|
|
4
|
+
This workflow generates a MIL-STD-498 OCD document to describe the system from a user's perspective.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Load Template**: Read the OCD template from `{project-root}/_bmad/bmm/templates/mil498/OCD.md`.
|
|
8
|
+
2. **Gather Context**:
|
|
9
|
+
- Load the **PRD** for user needs and business goals.
|
|
10
|
+
- Load the **Architecture** for system context.
|
|
11
|
+
- Load **UX Designs** for user workflows and interactions.
|
|
12
|
+
3. **Map Concept**:
|
|
13
|
+
- **Section 3 (Current system or situation)**: Describe the problem being solved (from PRD).
|
|
14
|
+
- **Section 4 (Nature of proposed changes)**: Overview of the solution.
|
|
15
|
+
- **Section 5 (Operational concept)**: Describe user roles, operational scenarios, and key workflows (from UX/Stories).
|
|
16
|
+
4. **Clarity**: Ensure the document is written in a way that is easily understood by system users and stakeholders.
|
|
17
|
+
5. **Output**: Save the generated document to the `{output_folder}/planning-artifacts/` as `OCD.md`.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# bmad-mil-generate-sdd.md
|
|
2
|
+
# Generate Software Design Description (SDD)
|
|
3
|
+
|
|
4
|
+
This workflow generates a MIL-STD-498 SDD document (using the SSDD template) based on the system design and implementation details.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Load Template**: Read the SSDD template from `{project-root}/_bmad/bmm/templates/mil498/SSDD.md`.
|
|
8
|
+
2. **Gather Context**:
|
|
9
|
+
- Load the **Architecture** document for high-level design and component structure.
|
|
10
|
+
- Load **UX Designs** for detailed user interface design.
|
|
11
|
+
- Load **Epics and Stories** to understand detailed behavior and logic.
|
|
12
|
+
- Load the **PRD** for design constraints.
|
|
13
|
+
3. **Map Design**:
|
|
14
|
+
- **Section 3 (CSCI-wide design decisions)**: Describe the architectural patterns and technology stack.
|
|
15
|
+
- **Section 4 (CSCI architectural design)**: Define components, their interfaces, and data flow.
|
|
16
|
+
- **Section 5 (CSCI detailed design)**: Map Stories to detailed logic and internal data structures.
|
|
17
|
+
4. **Consistency**: Ensure the design matches the requirements specified in the SRS.
|
|
18
|
+
5. **Output**: Save the generated document to the `{output_folder}/planning-artifacts/` as `SDD.md`.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# bmad-mil-generate-sdp.md
|
|
2
|
+
# Generate Software Development Plan (SDP)
|
|
3
|
+
|
|
4
|
+
This workflow generates a MIL-STD-498 SDP document to outline the development approach and project management artifacts.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Load Template**: Read the SDP template from `{project-root}/_bmad/bmm/templates/mil498/SDP.md`.
|
|
8
|
+
2. **Gather Context**:
|
|
9
|
+
- Load the **Product Brief** for project vision and objectives.
|
|
10
|
+
- Load the **PRD** for scope and constraints.
|
|
11
|
+
- Identify any **Planning Documents** or schedules.
|
|
12
|
+
3. **Map Plan**:
|
|
13
|
+
- **Section 3 (Project organization and resources)**: Define roles and resources based on the Product Brief.
|
|
14
|
+
- **Section 4 (Software development process)**: Describe the BMAD-METHOD lifecycle used.
|
|
15
|
+
- **Section 5 (Software development activities)**: Detail the tasks, schedules, and milestones.
|
|
16
|
+
4. **Consistency**: Ensure the plan reflects the actual development methodology being followed.
|
|
17
|
+
5. **Output**: Save the generated document to the `{output_folder}/planning-artifacts/` as `SDP.md`.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# bmad-mil-generate-srs.md
|
|
2
|
+
# Generate Software Requirements Specification (SRS)
|
|
3
|
+
|
|
4
|
+
This workflow generates a MIL-STD-498 SRS document by extracting requirements from BMAD-METHOD records.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Load Template**: Read the SRS template from `{project-root}/_bmad/bmm/templates/mil498/SRS.md`.
|
|
8
|
+
2. **Gather Context**:
|
|
9
|
+
- Load the **PRD** to identify functional and non-functional requirements.
|
|
10
|
+
- Load the **Architecture** document to understand system boundaries and external interfaces.
|
|
11
|
+
- Load **UX Designs** to define user interface requirements.
|
|
12
|
+
- Load **Epics** to group related requirements into capabilities (Section 3.2).
|
|
13
|
+
3. **Map Requirements**:
|
|
14
|
+
- **Section 3.1 (States and Modes)**: Identify any operational modes from the PRD/Architecture.
|
|
15
|
+
- **Section 3.2 (CSCI Capability Requirements)**: Map Epics and leur related requirements to this section.
|
|
16
|
+
- **Section 3.3 (External Interface Requirements)**: Map Architecture interface definitions here.
|
|
17
|
+
- **Section 3.10 (Computer Resource Requirements)**: Extract hardware/software constraints from the Architecture document.
|
|
18
|
+
4. **Traceability**: Ensure each requirement has a unique CID and is traced to the original PRD entry.
|
|
19
|
+
5. **Output**: Save the generated document to the `{output_folder}/planning-artifacts/` as `SRS.md`.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# bmad-mil-generate-sss.md
|
|
2
|
+
# Generate System/Subsystem Specification (SSS)
|
|
3
|
+
|
|
4
|
+
This workflow generates a MIL-STD-498 SSS document for high-level system requirements.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Load Template**: Read the SSS template from `{project-root}/_bmad/bmm/templates/mil498/SSS.md`.
|
|
8
|
+
2. **Gather Context**:
|
|
9
|
+
- Load the **Product Brief** for high-level system identification and goals.
|
|
10
|
+
- Load the **PRD** for primary system requirements.
|
|
11
|
+
3. **Map Requirements**:
|
|
12
|
+
- **Section 3.2 (System capability requirements)**: Map high-level PRD features to system capabilities.
|
|
13
|
+
- **Section 3.3 (System external interface requirements)**: Map top-level interfaces.
|
|
14
|
+
- **Section 3.4 (System internal interface requirements)**: Map interfaces between major subsystems.
|
|
15
|
+
4. **High-Level Focus**: Keep requirements at the system/subsystem level, avoiding low-level software details.
|
|
16
|
+
5. **Output**: Save the generated document to the `{output_folder}/planning-artifacts/` as `SSS.md`.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# bmad-mil-generate-std.md
|
|
2
|
+
# Generate Software Test Description (STD)
|
|
3
|
+
|
|
4
|
+
This workflow generates a MIL-STD-498 STD document to define the test cases and procedures for software qualification.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Load Template**: Read the STD template from `{project-root}/_bmad/bmm/templates/mil498/STD.md`.
|
|
8
|
+
2. **Gather Context**:
|
|
9
|
+
- Load the **Architecture** for test environment details.
|
|
10
|
+
- Load **Epics and Stories** to identify test objectives and acceptance criteria.
|
|
11
|
+
- Load the **SRS** to link test cases to requirements (Traceability).
|
|
12
|
+
3. **Map Tests**:
|
|
13
|
+
- **Section 3 (Test preparations)**: Describe hardware/software needed for testing (from Architecture).
|
|
14
|
+
- **Section 4 (Test descriptions)**: Map Story acceptance criteria to specific test cases and procedures.
|
|
15
|
+
- **Section 5 (Requirements traceability)**: Link each test case to one or more SRS requirements.
|
|
16
|
+
4. **Verification**: Ensure all requirements in the SRS have at least one test case.
|
|
17
|
+
5. **Output**: Save the generated document to the `{output_folder}/planning-artifacts/` as `STD.md`.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# workflow-check-deployment-status.md
|
|
2
|
+
# Deployment Status Check Workflow
|
|
3
|
+
|
|
4
|
+
This workflow guides the agent through checking the status of a specific deployment in a Kubernetes cluster.
|
|
5
|
+
|
|
6
|
+
## Parameters
|
|
7
|
+
- `{namespace}`: The namespace of the deployment (default: `default`)
|
|
8
|
+
- `{deployment_name}`: The name of the deployment to check
|
|
9
|
+
|
|
10
|
+
## Instructions
|
|
11
|
+
1. **Identify Resource**: Determine the `{deployment_name}` and `{namespace}` from user input or context.
|
|
12
|
+
2. **Run Diagnostics**:
|
|
13
|
+
- `kubectl get deployment {deployment_name} -n {namespace}`
|
|
14
|
+
- `kubectl describe deployment {deployment_name} -n {namespace}`
|
|
15
|
+
3. **Check Pods**:
|
|
16
|
+
- `kubectl get pods -l app={deployment_name} -n {namespace}`
|
|
17
|
+
- Identify any pods that are NOT in `Running` state.
|
|
18
|
+
4. **Analyze Events**:
|
|
19
|
+
- Look at the `Events` section of the `describe` output for error messages (e.g., `ImagePullBackOff`, `CrashLoopBackOff`).
|
|
20
|
+
5. **Report**:
|
|
21
|
+
- Summarize the current status.
|
|
22
|
+
- Highlight any issues found.
|
|
23
|
+
- Suggest next steps (e.g., "Check logs", "Check resource limits").
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# workflow-check-secrets.md
|
|
2
|
+
# Secret Debugging Workflow
|
|
3
|
+
|
|
4
|
+
This workflow helps identify and resolve problems related to Kubernetes Secrets.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Check Visibility**: `kubectl get secret -n {namespace}`
|
|
8
|
+
2. **Verify Mounting**:
|
|
9
|
+
- Check if the deployment actually mounts the secret.
|
|
10
|
+
- `kubectl get deployment {deployment_name} -o yaml | grep secret`
|
|
11
|
+
3. **Check Permissions**: Verify ServiceAccount has permissions to read the secret (RBAC).
|
|
12
|
+
4. **Content Verification**: (Safety first!) Offer to check if keys exist WITHOUT displaying sensitive values unless explicitly requested.
|
|
13
|
+
- `kubectl get secret {name} -n {namespace} -o jsonpath='{.data}'`
|
|
14
|
+
5. **Common Errors**: Look for "Secret not found" or "Authorization" errors in pod events.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# workflow-check-system-status.md
|
|
2
|
+
# Overall System Status Workflow
|
|
3
|
+
|
|
4
|
+
This workflow provides a high-level overview of the health of the container runtime and orchestration environment.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Detect Runtime**: Check if reachable:
|
|
8
|
+
- `kubectl cluster-info` (Kubernetes)
|
|
9
|
+
- `docker info` (Docker)
|
|
10
|
+
- `podman info` (Podman)
|
|
11
|
+
2. **Resource Overview**:
|
|
12
|
+
- **K8s**: `kubectl get nodes`, `kubectl get pods -A | grep -v Running`
|
|
13
|
+
- **Docker**: `docker ps`, `docker stats --no-stream`
|
|
14
|
+
- **Podman**: `podman ps`, `podman stats --no-stream`
|
|
15
|
+
3. **Cross-Platform Diagnostics**:
|
|
16
|
+
- Check for resource exhaustion (High CPU/Memory).
|
|
17
|
+
- Verify network connectivity between key services.
|
|
18
|
+
4. **Summary Table**: Present a status table of all detected environments.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# workflow-day-2-ops.md
|
|
2
|
+
# Day 2 Operations & Maintenance Workflow
|
|
3
|
+
|
|
4
|
+
Focuses on long-term stability, cluster-to-config verification, and periodic maintenance.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Config Verification**:
|
|
8
|
+
- Check current cluster status against the master configuration templates.
|
|
9
|
+
- Verify consistency of secrets, configmaps, and resource limits.
|
|
10
|
+
2. **Resource Optimization**:
|
|
11
|
+
- Review `top nodes` and `top pods`.
|
|
12
|
+
- Identify over-provisioned or under-utilized resources.
|
|
13
|
+
3. **Maintenance Tasks**:
|
|
14
|
+
- Node drain/uncordon (safe handling).
|
|
15
|
+
- Certificate rotation check.
|
|
16
|
+
4. **Automation**: Propose cronjobs for periodic backups or diagnostic reports.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# workflow-deployment-strategies.md
|
|
2
|
+
# Deployment Strategies Workflow
|
|
3
|
+
|
|
4
|
+
Guides on implementing and monitoring advanced deployment techniques like Blue-Green, Canary, and Rolling Updates.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Select Strategy**:
|
|
8
|
+
- **Rolling Update**: Standard Kubernetes strategy.
|
|
9
|
+
- **Canary**: Gradual traffic shift (requires Service Mesh or specialized CRDs like Argo Rollouts).
|
|
10
|
+
- **Blue-Green**: Instant switch between versions.
|
|
11
|
+
2. **Strategy Status**:
|
|
12
|
+
- `kubectl get rollouts` (Argo Rollouts)
|
|
13
|
+
- Monitor success metrics (HTTP 2xx vs 5xx) during transition.
|
|
14
|
+
3. **Health Verification**:
|
|
15
|
+
- Verify healthy startup before increasing traffic.
|
|
16
|
+
- Automatically propose rollbacks if SLOs are breached.
|
|
17
|
+
4. **Execution**:
|
|
18
|
+
- Trigger rollout update or promotion.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# workflow-fix-deployments.md
|
|
2
|
+
# Deployment Fix Workflow
|
|
3
|
+
|
|
4
|
+
This workflow provides automated troubleshooting steps to resolve common deployment issues.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Detect Issue**: Based on `check-deployment-status` output, identify the root cause.
|
|
8
|
+
2. **Image issues**: If `ImagePullBackOff`, verify image name and registry secrets.
|
|
9
|
+
3. **CrashLoopBackOff**:
|
|
10
|
+
- `kubectl logs {deployment_name} -n {namespace} --previous`
|
|
11
|
+
- Check for missing env vars or config maps.
|
|
12
|
+
4. **Pending State**:
|
|
13
|
+
- Check node resources: `kubectl describe node`
|
|
14
|
+
- Verify PersistentVolumeClaims (PVCs).
|
|
15
|
+
5. **Scaling**: If resource-related, suggest scaling or adjusting `resources.requests/limits`.
|
|
16
|
+
6. **Action**: Offer to apply a fix (e.g., `kubectl apply -f ...` or `kubectl set image ...`).
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# workflow-gitops-status.md
|
|
2
|
+
# GitOps Status & Drift Detection Workflow
|
|
3
|
+
|
|
4
|
+
This workflow monitors and reports the synchronization state between your git repository and the cluster using ArgoCD or Flux.
|
|
5
|
+
|
|
6
|
+
## Instructions
|
|
7
|
+
1. **Identify Tool**: Detect if ArgoCD or Flux is in use.
|
|
8
|
+
2. **Sync Status**:
|
|
9
|
+
- **ArgoCD**: `argocd app list`, `argocd app get {app_name}`
|
|
10
|
+
- **Flux**: `flux get kustomizations`, `flux get helmreleases`
|
|
11
|
+
3. **Drift Detection**:
|
|
12
|
+
- Identify "OutOfSync" resources.
|
|
13
|
+
- Compare live state with desired state in git.
|
|
14
|
+
4. **Action**:
|
|
15
|
+
- Offer to trigger a sync: `argocd app sync {app_name}` or `flux reconcile kustomization {name}`.
|
|
16
|
+
- Analyze reasons for permanent drift (e.g., manual cluster changes).
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# SKILLS Module Configuration
|
|
2
|
+
# Generated by BMAD installer
|
|
3
|
+
# Version: 6.0.4
|
|
4
|
+
# Date: 2026-03-01T14:46:10.169Z
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
# Core Configuration Values
|
|
8
|
+
user_name: "995472"
|
|
9
|
+
communication_language: English
|
|
10
|
+
document_output_language: English
|
|
11
|
+
output_folder: _bmad-output
|
package/bin/cli.js
CHANGED
|
@@ -382,9 +382,10 @@ async function installWizard(preselectedSkill, preselectedAgents, customPath, fo
|
|
|
382
382
|
}
|
|
383
383
|
|
|
384
384
|
// Install requested skills
|
|
385
|
+
const batchState = {};
|
|
385
386
|
for (const skillId of selectedSkillIds) {
|
|
386
387
|
try {
|
|
387
|
-
await installSkill(skillId, selectedAgentIds, installPath, installScope, { force: !!forceFlag });
|
|
388
|
+
await installSkill(skillId, selectedAgentIds, installPath, installScope, { force: !!forceFlag, batchState });
|
|
388
389
|
} catch (error) {
|
|
389
390
|
console.error(chalk.red(`\n Failed to install ${skillId}:`), error.message);
|
|
390
391
|
}
|