ma-agents 2.22.1 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.opencode/skills/.ma-agents.json +99 -99
- package/lib/bmad-cache/bmb/.claude-plugin/marketplace.json +22 -0
- package/lib/bmad-cache/bmb/.markdownlint-cli2.yaml +1 -0
- package/lib/bmad-cache/bmb/_git_preserved/index +0 -0
- package/lib/bmad-cache/bmb/_git_preserved/logs/HEAD +1 -1
- package/lib/bmad-cache/bmb/_git_preserved/logs/refs/heads/main +1 -1
- package/lib/bmad-cache/bmb/_git_preserved/logs/refs/remotes/origin/HEAD +1 -1
- package/lib/bmad-cache/bmb/_git_preserved/objects/pack/pack-0de89e0854d5b2b3b3b0c1ee56eee73a739f15e7.idx +0 -0
- package/lib/bmad-cache/bmb/_git_preserved/objects/pack/pack-0de89e0854d5b2b3b3b0c1ee56eee73a739f15e7.pack +0 -0
- package/lib/bmad-cache/bmb/_git_preserved/objects/pack/pack-0de89e0854d5b2b3b3b0c1ee56eee73a739f15e7.rev +0 -0
- package/lib/bmad-cache/bmb/_git_preserved/packed-refs +1 -1
- package/lib/bmad-cache/bmb/_git_preserved/refs/heads/main +1 -1
- package/lib/bmad-cache/bmb/_git_preserved/shallow +1 -1
- package/lib/bmad-cache/bmb/package-lock.json +2 -2
- package/lib/bmad-cache/bmb/package.json +7 -4
- package/lib/bmad-cache/bmb/skills/bmad-agent-builder/scripts/generate-html-report.py +534 -0
- package/lib/bmad-cache/bmb/{src/skills → skills}/bmad-agent-builder/scripts/prepass-execution-deps.py +4 -35
- package/lib/bmad-cache/bmb/{src/skills → skills}/bmad-agent-builder/scripts/prepass-prompt-metrics.py +2 -75
- package/lib/bmad-cache/bmb/{src/skills → skills}/bmad-agent-builder/scripts/prepass-structure-capabilities.py +3 -194
- package/lib/bmad-cache/bmb/{src/skills → skills}/bmad-agent-builder/scripts/scan-path-standards.py +104 -18
- package/lib/bmad-cache/bmb/skills/bmad-builder-setup/assets/module-help.csv +6 -0
- package/lib/bmad-cache/bmb/skills/bmad-builder-setup/assets/module.yaml +20 -0
- package/lib/bmad-cache/bmb/skills/bmad-builder-setup/scripts/cleanup-legacy.py +259 -0
- package/lib/bmad-cache/bmb/skills/bmad-builder-setup/scripts/merge-config.py +408 -0
- package/lib/bmad-cache/bmb/skills/bmad-builder-setup/scripts/merge-help-csv.py +220 -0
- package/lib/bmad-cache/bmb/skills/bmad-builder-setup/scripts/tests/test-cleanup-legacy.py +429 -0
- package/lib/bmad-cache/bmb/skills/bmad-builder-setup/scripts/tests/test-merge-config.py +644 -0
- package/lib/bmad-cache/bmb/skills/bmad-builder-setup/scripts/tests/test-merge-help-csv.py +237 -0
- package/lib/bmad-cache/bmb/skills/bmad-workflow-builder/scripts/generate-html-report.py +539 -0
- package/lib/bmad-cache/bmb/{src/skills → skills}/bmad-workflow-builder/scripts/prepass-execution-deps.py +5 -30
- package/lib/bmad-cache/bmb/{src/skills → skills}/bmad-workflow-builder/scripts/prepass-workflow-integrity.py +0 -5
- package/lib/bmad-cache/bmb/{src/skills → skills}/bmad-workflow-builder/scripts/scan-path-standards.py +103 -16
- package/lib/bmad-cache/bmb/skills/module-help.csv +6 -0
- package/lib/bmad-cache/bmb/skills/module.yaml +20 -0
- package/lib/bmad-cache/bmb/tools/validate-doc-links.cjs +407 -0
- package/lib/bmad-cache/bmb/tools/validate-file-refs.mjs +1 -1
- package/lib/bmad-cache/cache-manifest.json +16 -10
- package/lib/bmad-cache/cis/.claude-plugin/marketplace.json +33 -0
- package/lib/bmad-cache/cis/_git_preserved/index +0 -0
- package/lib/bmad-cache/cis/_git_preserved/logs/HEAD +1 -1
- package/lib/bmad-cache/cis/_git_preserved/logs/refs/heads/main +1 -1
- package/lib/bmad-cache/cis/_git_preserved/logs/refs/remotes/origin/HEAD +1 -1
- package/lib/bmad-cache/cis/_git_preserved/objects/pack/pack-9d60aae6b09bbea0d0c5e79fdbe96e8f66de84e6.idx +0 -0
- package/lib/bmad-cache/cis/_git_preserved/objects/pack/{pack-157d7eb8d527233a8607d926fc74ebf87f2ae0d3.pack → pack-9d60aae6b09bbea0d0c5e79fdbe96e8f66de84e6.pack} +0 -0
- package/lib/bmad-cache/cis/_git_preserved/objects/pack/pack-9d60aae6b09bbea0d0c5e79fdbe96e8f66de84e6.rev +0 -0
- package/lib/bmad-cache/cis/_git_preserved/packed-refs +1 -1
- package/lib/bmad-cache/cis/_git_preserved/refs/heads/main +1 -1
- package/lib/bmad-cache/cis/_git_preserved/shallow +1 -1
- package/lib/bmad-cache/cis/package-lock.json +17015 -0
- package/lib/bmad-cache/cis/package.json +3 -4
- package/lib/bmad-cache/cis/src/module-help.csv +6 -6
- package/lib/bmad-cache/cis/src/skills/bmad-cis-agent-brainstorming-coach/bmad-skill-manifest.yaml +11 -0
- package/lib/bmad-cache/cis/src/skills/bmad-cis-agent-creative-problem-solver/bmad-skill-manifest.yaml +11 -0
- package/lib/bmad-cache/cis/src/skills/bmad-cis-agent-design-thinking-coach/bmad-skill-manifest.yaml +11 -0
- package/lib/bmad-cache/cis/src/skills/bmad-cis-agent-innovation-strategist/bmad-skill-manifest.yaml +11 -0
- package/lib/bmad-cache/cis/src/skills/bmad-cis-agent-presentation-master/bmad-skill-manifest.yaml +11 -0
- package/lib/bmad-cache/cis/src/skills/bmad-cis-agent-storyteller/bmad-skill-manifest.yaml +11 -0
- package/lib/bmad-cache/gds/.claude-plugin/marketplace.json +58 -0
- package/lib/bmad-cache/gds/_git_preserved/index +0 -0
- package/lib/bmad-cache/gds/_git_preserved/logs/HEAD +1 -1
- package/lib/bmad-cache/gds/_git_preserved/logs/refs/heads/main +1 -1
- package/lib/bmad-cache/gds/_git_preserved/logs/refs/remotes/origin/HEAD +1 -1
- package/lib/bmad-cache/gds/_git_preserved/objects/pack/pack-8099a88fca0ad946a573316a00887a2921ca1712.idx +0 -0
- package/lib/bmad-cache/gds/_git_preserved/objects/pack/{pack-44faafb9245b4ca17ad81bd6c9e6fc52fb5915a1.pack → pack-8099a88fca0ad946a573316a00887a2921ca1712.pack} +0 -0
- package/lib/bmad-cache/gds/_git_preserved/objects/pack/pack-8099a88fca0ad946a573316a00887a2921ca1712.rev +0 -0
- package/lib/bmad-cache/gds/_git_preserved/packed-refs +1 -1
- package/lib/bmad-cache/gds/_git_preserved/refs/heads/main +1 -1
- package/lib/bmad-cache/gds/_git_preserved/shallow +1 -1
- package/lib/bmad-cache/gds/package.json +1 -0
- package/lib/bmad-cache/gds/src/module-help.csv +35 -35
- package/lib/bmad-cache/tea/.claude-plugin/marketplace.json +33 -0
- package/lib/bmad-cache/tea/CHANGELOG.md +2 -14
- package/lib/bmad-cache/tea/README.md +31 -18
- package/lib/bmad-cache/tea/_git_preserved/index +0 -0
- package/lib/bmad-cache/tea/_git_preserved/objects/pack/pack-d243f64f83b36190434d68872a69a40870c53030.idx +0 -0
- package/lib/bmad-cache/tea/_git_preserved/objects/pack/{pack-96ec1ce3a9ef4c891e00e060795b4434ba8f7163.pack → pack-d243f64f83b36190434d68872a69a40870c53030.pack} +0 -0
- package/lib/bmad-cache/tea/_git_preserved/objects/pack/pack-d243f64f83b36190434d68872a69a40870c53030.rev +0 -0
- package/lib/bmad-cache/tea/_git_preserved/packed-refs +1 -1
- package/lib/bmad-cache/tea/_git_preserved/refs/heads/main +1 -1
- package/lib/bmad-cache/tea/_git_preserved/refs/tags/v1.7.3 +1 -0
- package/lib/bmad-cache/tea/_git_preserved/shallow +1 -1
- package/lib/bmad-cache/tea/docs/explanation/knowledge-base-system.md +5 -5
- package/lib/bmad-cache/tea/docs/explanation/step-file-architecture.md +2 -2
- package/lib/bmad-cache/tea/docs/explanation/tea-overview.md +3 -3
- package/lib/bmad-cache/tea/docs/glossary/index.md +1 -1
- package/lib/bmad-cache/tea/docs/how-to/customization/extend-tea-with-custom-workflows.md +73 -0
- package/lib/bmad-cache/tea/docs/how-to/workflows/teach-me-testing.md +7 -7
- package/lib/bmad-cache/tea/docs/index.md +2 -1
- package/lib/bmad-cache/tea/docs/reference/commands.md +4 -1
- package/lib/bmad-cache/tea/docs/reference/configuration.md +37 -15
- package/lib/bmad-cache/tea/docs/reference/knowledge-base.md +75 -73
- package/lib/bmad-cache/tea/docs/reference/troubleshooting.md +32 -19
- package/lib/bmad-cache/tea/docs/tutorials/learn-testing-tea-academy.md +3 -3
- package/lib/bmad-cache/tea/package-lock.json +2 -2
- package/lib/bmad-cache/tea/package.json +2 -1
- package/lib/bmad-cache/tea/src/agents/bmad-tea/SKILL.md +70 -0
- package/lib/bmad-cache/tea/src/agents/bmad-tea/bmad-skill-manifest.yaml +14 -0
- package/lib/bmad-cache/tea/src/module-help.csv +10 -10
- package/lib/bmad-cache/tea/src/module.yaml +8 -8
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-teach-me-testing/checklist.md +1 -1
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-teach-me-testing/data/curriculum.yaml +1 -1
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-teach-me-testing/data/session-content-map.yaml +26 -14
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-teach-me-testing/data/tea-resources-index.yaml +108 -73
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-teach-me-testing/instructions.md +2 -2
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-teach-me-testing/steps-c/step-03-session-menu.md +1 -1
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-teach-me-testing/steps-c/step-04-session-01.md +3 -3
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-teach-me-testing/steps-c/step-04-session-07.md +14 -6
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-teach-me-testing/steps-c/step-05-completion.md +3 -3
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-teach-me-testing/templates/certificate-template.md +1 -1
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-teach-me-testing/workflow-plan-teach-me-testing.md +8 -8
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-testarch-atdd/atdd-checklist-template.md +1 -1
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-testarch-atdd/steps-c/step-01-preflight-and-context.md +3 -3
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-testarch-atdd/steps-c/step-04a-subagent-api-failing.md +9 -1
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-testarch-automate/steps-c/step-01-preflight-and-context.md +1 -1
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-testarch-automate/steps-c/step-03b-subagent-e2e.md +2 -2
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-testarch-ci/steps-c/step-02-generate-pipeline.md +6 -0
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-testarch-ci/steps-c/step-03-configure-quality-gates.md +6 -1
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-testarch-framework/steps-c/step-03-scaffold-framework.md +3 -2
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-testarch-nfr/steps-c/step-01-load-context.md +1 -1
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-testarch-test-design/steps-c/step-02-load-context.md +1 -1
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-testarch-test-review/steps-c/step-01-load-context.md +1 -1
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-testarch-test-review/test-review-template.md +11 -11
- package/lib/bmad-cache/tea/src/workflows/testarch/bmad-testarch-trace/steps-c/step-01-load-context.md +1 -1
- package/lib/bmad-cache/tea/test/test-installation-components.js +85 -21
- package/lib/bmad-cache/tea/test/test-knowledge-base.js +1 -1
- package/lib/bmad-cache/tea/tools/validate-agent-schema.js +105 -5
- package/lib/bmad-cache/wds/.claude-plugin/marketplace.json +35 -0
- package/lib/bmad-cache/wds/.markdownlint-cli2.yaml +38 -0
- package/lib/bmad-cache/wds/.nvmrc +1 -0
- package/lib/bmad-cache/wds/.prettierignore +9 -0
- package/lib/bmad-cache/wds/LICENSE +27 -0
- package/lib/bmad-cache/wds/README.md +126 -0
- package/lib/bmad-cache/wds/_git_preserved/HEAD +1 -0
- package/lib/bmad-cache/wds/_git_preserved/config +13 -0
- package/lib/bmad-cache/wds/_git_preserved/description +1 -0
- package/lib/bmad-cache/wds/_git_preserved/hooks/applypatch-msg.sample +15 -0
- package/lib/bmad-cache/wds/_git_preserved/hooks/commit-msg.sample +24 -0
- package/lib/bmad-cache/wds/_git_preserved/hooks/fsmonitor-watchman.sample +174 -0
- package/lib/bmad-cache/wds/_git_preserved/hooks/post-update.sample +8 -0
- package/lib/bmad-cache/wds/_git_preserved/hooks/pre-applypatch.sample +14 -0
- package/lib/bmad-cache/wds/_git_preserved/hooks/pre-commit.sample +49 -0
- package/lib/bmad-cache/wds/_git_preserved/hooks/pre-merge-commit.sample +13 -0
- package/lib/bmad-cache/wds/_git_preserved/hooks/pre-push.sample +53 -0
- package/lib/bmad-cache/wds/_git_preserved/hooks/pre-rebase.sample +169 -0
- package/lib/bmad-cache/wds/_git_preserved/hooks/pre-receive.sample +24 -0
- package/lib/bmad-cache/wds/_git_preserved/hooks/prepare-commit-msg.sample +42 -0
- package/lib/bmad-cache/wds/_git_preserved/hooks/push-to-checkout.sample +78 -0
- package/lib/bmad-cache/wds/_git_preserved/hooks/sendemail-validate.sample +77 -0
- package/lib/bmad-cache/wds/_git_preserved/hooks/update.sample +128 -0
- package/lib/bmad-cache/wds/_git_preserved/index +0 -0
- package/lib/bmad-cache/wds/_git_preserved/info/exclude +6 -0
- package/lib/bmad-cache/wds/_git_preserved/logs/HEAD +1 -0
- package/lib/bmad-cache/wds/_git_preserved/logs/refs/heads/main +1 -0
- package/lib/bmad-cache/wds/_git_preserved/logs/refs/remotes/origin/HEAD +1 -0
- package/lib/bmad-cache/wds/_git_preserved/objects/pack/pack-92d32f26e3a97a0786dcea5cb2c24bf90384521c.idx +0 -0
- package/lib/bmad-cache/wds/_git_preserved/objects/pack/pack-92d32f26e3a97a0786dcea5cb2c24bf90384521c.pack +0 -0
- package/lib/bmad-cache/wds/_git_preserved/objects/pack/pack-92d32f26e3a97a0786dcea5cb2c24bf90384521c.rev +0 -0
- package/lib/bmad-cache/wds/_git_preserved/packed-refs +2 -0
- package/lib/bmad-cache/wds/_git_preserved/refs/heads/main +1 -0
- package/lib/bmad-cache/wds/_git_preserved/refs/remotes/origin/HEAD +1 -0
- package/lib/bmad-cache/wds/_git_preserved/shallow +1 -0
- package/lib/bmad-cache/wds/eslint.config.mjs +152 -0
- package/lib/bmad-cache/wds/package.json +82 -0
- package/lib/bmad-cache/wds/prettier.config.mjs +32 -0
- package/lib/bmad-cache/wds/src/agents/wds-agent-freya-ux/bmad-skill-manifest.yaml +12 -0
- package/lib/bmad-cache/wds/src/agents/wds-agent-saga-analyst/bmad-skill-manifest.yaml +12 -0
- package/lib/bmad-cache/wds/src/module-help.csv +18 -0
- package/lib/bmad-cache/wds/src/module.yaml +148 -0
- package/lib/bmad-cache/wds/src/workflows/wds-1-project-brief/bmad-skill-manifest.yaml +1 -0
- package/lib/bmad-cache/wds/src/workflows/wds-1-project-brief/templates/platform-requirements.template.yaml +69 -0
- package/lib/bmad-cache/wds/src/workflows/wds-2-trigger-mapping/bmad-skill-manifest.yaml +1 -0
- package/lib/bmad-cache/wds/src/workflows/wds-3-scenarios/bmad-skill-manifest.yaml +1 -0
- package/lib/bmad-cache/wds/src/workflows/wds-4-ux-design/bmad-skill-manifest.yaml +1 -0
- package/lib/bmad-cache/wds/src/workflows/wds-4-ux-design/templates/design-delivery.template.yaml +104 -0
- package/lib/bmad-cache/wds/src/workflows/wds-4-ux-design/templates/test-scenario.template.yaml +192 -0
- package/lib/bmad-cache/wds/src/workflows/wds-5-agentic-development/bmad-skill-manifest.yaml +1 -0
- package/lib/bmad-cache/wds/src/workflows/wds-5-agentic-development/templates/components/dev-mode.css +164 -0
- package/lib/bmad-cache/wds/src/workflows/wds-5-agentic-development/templates/components/dev-mode.html +18 -0
- package/lib/bmad-cache/wds/src/workflows/wds-5-agentic-development/templates/components/dev-mode.js +430 -0
- package/lib/bmad-cache/wds/src/workflows/wds-5-agentic-development/templates/demo-data-template.json +63 -0
- package/lib/bmad-cache/wds/src/workflows/wds-5-agentic-development/templates/page-template.html +465 -0
- package/lib/bmad-cache/wds/src/workflows/wds-5-agentic-development/templates/work-file-template.yaml +264 -0
- package/lib/bmad-cache/wds/src/workflows/wds-6-asset-generation/bmad-skill-manifest.yaml +1 -0
- package/lib/bmad-cache/wds/src/workflows/wds-7-design-system/bmad-skill-manifest.yaml +1 -0
- package/lib/bmad-cache/wds/src/workflows/wds-7-design-system/templates/catalog.template.html +363 -0
- package/lib/bmad-cache/wds/src/workflows/wds-8-product-evolution/bmad-skill-manifest.yaml +1 -0
- package/lib/bmad-customize/bmm-architect.customize.yaml +6 -0
- package/lib/bmad-customize/bmm-bmad-master.customize.yaml +6 -0
- package/lib/bmad-customize/bmm-dev.customize.yaml +6 -0
- package/lib/bmad-customize/bmm-pm.customize.yaml +6 -0
- package/lib/bmad-customize/bmm-qa.customize.yaml +6 -0
- package/lib/bmad-customize/bmm-sm.customize.yaml +6 -0
- package/lib/bmad-customize/bmm-tech-writer.customize.yaml +6 -0
- package/lib/bmad-customize/bmm-ux-designer.customize.yaml +6 -0
- package/lib/bmad-extension/module-help.csv +37 -7
- package/lib/bmad-extension/module.yaml +4 -2
- package/lib/bmad-extension/skills/add-sprint/.gitkeep +0 -0
- package/lib/bmad-extension/skills/add-sprint/SKILL.md +121 -0
- package/lib/bmad-extension/skills/add-sprint/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/add-to-sprint/.gitkeep +0 -0
- package/lib/bmad-extension/skills/add-to-sprint/SKILL.md +215 -0
- package/lib/bmad-extension/skills/add-to-sprint/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/bmad-ma-agent-cyber/.gitkeep +0 -0
- package/lib/bmad-extension/skills/bmad-ma-agent-cyber/SKILL.md +44 -0
- package/lib/bmad-extension/skills/bmad-ma-agent-cyber/bmad-skill-manifest.yaml +11 -0
- package/lib/bmad-extension/skills/bmad-ma-agent-devops/.gitkeep +0 -0
- package/lib/bmad-extension/skills/bmad-ma-agent-devops/SKILL.md +44 -0
- package/lib/bmad-extension/skills/bmad-ma-agent-devops/bmad-skill-manifest.yaml +11 -0
- package/lib/bmad-extension/skills/bmad-ma-agent-mil498/.gitkeep +0 -0
- package/lib/bmad-extension/skills/bmad-ma-agent-mil498/SKILL.md +48 -0
- package/lib/bmad-extension/skills/bmad-ma-agent-mil498/bmad-skill-manifest.yaml +11 -0
- package/lib/bmad-extension/skills/bmad-ma-agent-sre/.gitkeep +0 -0
- package/lib/bmad-extension/skills/bmad-ma-agent-sre/SKILL.md +44 -0
- package/lib/bmad-extension/skills/bmad-ma-agent-sre/bmad-skill-manifest.yaml +11 -0
- package/lib/bmad-extension/skills/create-bug-story/.gitkeep +0 -0
- package/lib/bmad-extension/skills/create-bug-story/SKILL.md +195 -0
- package/lib/bmad-extension/skills/create-bug-story/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/cyber-generate-certs/.gitkeep +0 -0
- package/lib/bmad-extension/skills/cyber-generate-certs/SKILL.md +27 -0
- package/lib/bmad-extension/skills/cyber-generate-certs/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/cyber-immunity-estimation/.gitkeep +0 -0
- package/lib/bmad-extension/skills/cyber-immunity-estimation/SKILL.md +29 -0
- package/lib/bmad-extension/skills/cyber-immunity-estimation/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/cyber-security-audit/.gitkeep +0 -0
- package/lib/bmad-extension/skills/cyber-security-audit/SKILL.md +27 -0
- package/lib/bmad-extension/skills/cyber-security-audit/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/cyber-vault-secrets/.gitkeep +0 -0
- package/lib/bmad-extension/skills/cyber-vault-secrets/SKILL.md +28 -0
- package/lib/bmad-extension/skills/cyber-vault-secrets/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/cyber-verify-docker-users/.gitkeep +0 -0
- package/lib/bmad-extension/skills/cyber-verify-docker-users/SKILL.md +23 -0
- package/lib/bmad-extension/skills/cyber-verify-docker-users/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/cyber-verify-image-signature/.gitkeep +0 -0
- package/lib/bmad-extension/skills/cyber-verify-image-signature/SKILL.md +22 -0
- package/lib/bmad-extension/skills/cyber-verify-image-signature/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/cyber-vulnerability-scan/.gitkeep +0 -0
- package/lib/bmad-extension/skills/cyber-vulnerability-scan/SKILL.md +28 -0
- package/lib/bmad-extension/skills/cyber-vulnerability-scan/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/devops-configure-infrastructure/.gitkeep +0 -0
- package/lib/bmad-extension/skills/devops-configure-infrastructure/SKILL.md +27 -0
- package/lib/bmad-extension/skills/devops-configure-infrastructure/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/devops-disconnected-deployment/.gitkeep +0 -0
- package/lib/bmad-extension/skills/devops-disconnected-deployment/SKILL.md +27 -0
- package/lib/bmad-extension/skills/devops-disconnected-deployment/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/devops-docker-compose-setup/.gitkeep +0 -0
- package/lib/bmad-extension/skills/devops-docker-compose-setup/SKILL.md +26 -0
- package/lib/bmad-extension/skills/devops-docker-compose-setup/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/devops-manage-helm/.gitkeep +0 -0
- package/lib/bmad-extension/skills/devops-manage-helm/SKILL.md +28 -0
- package/lib/bmad-extension/skills/devops-manage-helm/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/devops-sign-docker-image/.gitkeep +0 -0
- package/lib/bmad-extension/skills/devops-sign-docker-image/SKILL.md +24 -0
- package/lib/bmad-extension/skills/devops-sign-docker-image/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/mil498-ocd/.gitkeep +0 -0
- package/lib/bmad-extension/skills/mil498-ocd/SKILL.md +30 -0
- package/lib/bmad-extension/skills/mil498-ocd/bmad-skill-manifest.yaml +5 -0
- package/lib/bmad-extension/skills/mil498-ocd/prompts/01-discover-project-artifacts.md +26 -0
- package/lib/bmad-extension/skills/mil498-ocd/prompts/02-load-template.md +10 -0
- package/lib/bmad-extension/skills/mil498-ocd/prompts/03-generate-document.md +90 -0
- package/lib/bmad-extension/skills/mil498-ocd/prompts/04-validate.md +14 -0
- package/lib/bmad-extension/skills/mil498-ocd/prompts/05-review.md +15 -0
- package/lib/bmad-extension/skills/mil498-ocd/prompts/06-save.md +15 -0
- package/lib/bmad-extension/skills/mil498-ocd/template.md +169 -0
- package/lib/bmad-extension/skills/mil498-sdd/.gitkeep +0 -0
- package/lib/bmad-extension/skills/mil498-sdd/SKILL.md +30 -0
- package/lib/bmad-extension/skills/mil498-sdd/bmad-skill-manifest.yaml +5 -0
- package/lib/bmad-extension/skills/mil498-sdd/prompts/01-discover-project-artifacts.md +50 -0
- package/lib/bmad-extension/skills/mil498-sdd/prompts/02-load-template.md +10 -0
- package/lib/bmad-extension/skills/mil498-sdd/prompts/03-generate-document.md +98 -0
- package/lib/bmad-extension/skills/mil498-sdd/prompts/04-validate.md +16 -0
- package/lib/bmad-extension/skills/mil498-sdd/prompts/05-review.md +15 -0
- package/lib/bmad-extension/skills/mil498-sdd/prompts/06-save.md +19 -0
- package/lib/bmad-extension/skills/mil498-sdd/template.md +163 -0
- package/lib/bmad-extension/skills/mil498-sdp/.gitkeep +0 -0
- package/lib/bmad-extension/skills/mil498-sdp/SKILL.md +30 -0
- package/lib/bmad-extension/skills/mil498-sdp/bmad-skill-manifest.yaml +5 -0
- package/lib/bmad-extension/skills/mil498-sdp/prompts/01-discover-project-artifacts.md +32 -0
- package/lib/bmad-extension/skills/mil498-sdp/prompts/02-load-template.md +10 -0
- package/lib/bmad-extension/skills/mil498-sdp/prompts/03-generate-document.md +187 -0
- package/lib/bmad-extension/skills/mil498-sdp/prompts/04-validate.md +13 -0
- package/lib/bmad-extension/skills/mil498-sdp/prompts/05-review.md +15 -0
- package/lib/bmad-extension/skills/mil498-sdp/prompts/06-save.md +14 -0
- package/lib/bmad-extension/skills/mil498-sdp/template.md +307 -0
- package/lib/bmad-extension/skills/mil498-srs/.gitkeep +0 -0
- package/lib/bmad-extension/skills/mil498-srs/SKILL.md +30 -0
- package/lib/bmad-extension/skills/mil498-srs/bmad-skill-manifest.yaml +5 -0
- package/lib/bmad-extension/skills/mil498-srs/prompts/01-discover-project-artifacts.md +42 -0
- package/lib/bmad-extension/skills/mil498-srs/prompts/02-load-template.md +10 -0
- package/lib/bmad-extension/skills/mil498-srs/prompts/03-generate-document.md +100 -0
- package/lib/bmad-extension/skills/mil498-srs/prompts/04-validate.md +16 -0
- package/lib/bmad-extension/skills/mil498-srs/prompts/05-review.md +15 -0
- package/lib/bmad-extension/skills/mil498-srs/prompts/06-save.md +18 -0
- package/lib/bmad-extension/skills/mil498-srs/template.md +219 -0
- package/lib/bmad-extension/skills/mil498-ssdd/.gitkeep +0 -0
- package/lib/bmad-extension/skills/mil498-ssdd/SKILL.md +32 -0
- package/lib/bmad-extension/skills/mil498-ssdd/bmad-skill-manifest.yaml +5 -0
- package/lib/bmad-extension/skills/mil498-ssdd/prompts/01-discover-project-artifacts.md +32 -0
- package/lib/bmad-extension/skills/mil498-ssdd/prompts/02-load-template.md +10 -0
- package/lib/bmad-extension/skills/mil498-ssdd/prompts/03-csci-discovery-interview.md +43 -0
- package/lib/bmad-extension/skills/mil498-ssdd/prompts/04-generate-document.md +96 -0
- package/lib/bmad-extension/skills/mil498-ssdd/prompts/05-validate.md +14 -0
- package/lib/bmad-extension/skills/mil498-ssdd/prompts/06-review.md +16 -0
- package/lib/bmad-extension/skills/mil498-ssdd/prompts/07-save.md +16 -0
- package/lib/bmad-extension/skills/mil498-ssdd/template.md +154 -0
- package/lib/bmad-extension/skills/mil498-sss/.gitkeep +0 -0
- package/lib/bmad-extension/skills/mil498-sss/SKILL.md +31 -0
- package/lib/bmad-extension/skills/mil498-sss/bmad-skill-manifest.yaml +5 -0
- package/lib/bmad-extension/skills/mil498-sss/prompts/01-discover-project-artifacts.md +31 -0
- package/lib/bmad-extension/skills/mil498-sss/prompts/02-load-template.md +10 -0
- package/lib/bmad-extension/skills/mil498-sss/prompts/03-generate-document.md +108 -0
- package/lib/bmad-extension/skills/mil498-sss/prompts/04-validate.md +16 -0
- package/lib/bmad-extension/skills/mil498-sss/prompts/05-review.md +15 -0
- package/lib/bmad-extension/skills/mil498-sss/prompts/06-save.md +15 -0
- package/lib/bmad-extension/skills/mil498-sss/template.md +225 -0
- package/lib/bmad-extension/skills/mil498-std/.gitkeep +0 -0
- package/lib/bmad-extension/skills/mil498-std/SKILL.md +30 -0
- package/lib/bmad-extension/skills/mil498-std/bmad-skill-manifest.yaml +5 -0
- package/lib/bmad-extension/skills/mil498-std/prompts/01-discover-project-artifacts.md +42 -0
- package/lib/bmad-extension/skills/mil498-std/prompts/02-load-template.md +10 -0
- package/lib/bmad-extension/skills/mil498-std/prompts/03-generate-document.md +117 -0
- package/lib/bmad-extension/skills/mil498-std/prompts/04-validate.md +15 -0
- package/lib/bmad-extension/skills/mil498-std/prompts/05-review.md +15 -0
- package/lib/bmad-extension/skills/mil498-std/prompts/06-save.md +15 -0
- package/lib/bmad-extension/skills/mil498-std/template.md +188 -0
- package/lib/bmad-extension/skills/modify-sprint/.gitkeep +0 -0
- package/lib/bmad-extension/skills/modify-sprint/SKILL.md +259 -0
- package/lib/bmad-extension/skills/modify-sprint/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/project-context-expansion/.gitkeep +0 -0
- package/lib/bmad-extension/skills/project-context-expansion/SKILL.md +238 -0
- package/lib/bmad-extension/skills/project-context-expansion/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/sprint-status-view/.gitkeep +0 -0
- package/lib/bmad-extension/skills/sprint-status-view/SKILL.md +202 -0
- package/lib/bmad-extension/skills/sprint-status-view/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/sre-check-deployment-status/.gitkeep +0 -0
- package/lib/bmad-extension/skills/sre-check-deployment-status/SKILL.md +32 -0
- package/lib/bmad-extension/skills/sre-check-deployment-status/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/sre-check-secrets/.gitkeep +0 -0
- package/lib/bmad-extension/skills/sre-check-secrets/SKILL.md +23 -0
- package/lib/bmad-extension/skills/sre-check-secrets/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/sre-check-system-status/.gitkeep +0 -0
- package/lib/bmad-extension/skills/sre-check-system-status/SKILL.md +27 -0
- package/lib/bmad-extension/skills/sre-check-system-status/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/sre-day-2-ops/.gitkeep +0 -0
- package/lib/bmad-extension/skills/sre-day-2-ops/SKILL.md +26 -0
- package/lib/bmad-extension/skills/sre-day-2-ops/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/sre-deployment-strategies/.gitkeep +0 -0
- package/lib/bmad-extension/skills/sre-deployment-strategies/SKILL.md +28 -0
- package/lib/bmad-extension/skills/sre-deployment-strategies/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/sre-fix-deployments/.gitkeep +0 -0
- package/lib/bmad-extension/skills/sre-fix-deployments/SKILL.md +25 -0
- package/lib/bmad-extension/skills/sre-fix-deployments/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/sre-gitops-status/.gitkeep +0 -0
- package/lib/bmad-extension/skills/sre-gitops-status/SKILL.md +25 -0
- package/lib/bmad-extension/skills/sre-gitops-status/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad.js +541 -1
- package/lib/installer.js +12 -8
- package/opencode.json +1 -4
- package/package.json +3 -3
- package/test/bmad-extension.test.js +115 -69
- package/test/bmad-version-bump.test.js +313 -0
- package/test/convert-agents-to-skills.test.js +245 -0
- package/test/extension-module-restructure.test.js +359 -0
- package/test/integration-verification.test.js +71 -40
- package/test/migration-validation.test.js +499 -0
- package/test/migration.test.js +832 -0
- package/test/opencode-json-injection.test.js +25 -17
- package/test/opencode-json-merge.test.js +52 -33
- package/test/story-15-5-workflow-skills.test.js +311 -0
- package/test/yes-flag.test.js +8 -1
- package/lib/bmad-cache/bmb/_git_preserved/objects/pack/pack-c6e539e2308f8ed764c5b54b6ab68a67f8a3796b.idx +0 -0
- package/lib/bmad-cache/bmb/_git_preserved/objects/pack/pack-c6e539e2308f8ed764c5b54b6ab68a67f8a3796b.pack +0 -0
- package/lib/bmad-cache/bmb/_git_preserved/objects/pack/pack-c6e539e2308f8ed764c5b54b6ab68a67f8a3796b.rev +0 -0
- package/lib/bmad-cache/bmb/samples/bmad-agent-dream-weaver/bmad-manifest.json +0 -62
- package/lib/bmad-cache/bmb/samples/bmad-excalidraw/bmad-manifest.json +0 -18
- package/lib/bmad-cache/bmb/src/module-help.csv +0 -7
- package/lib/bmad-cache/bmb/src/module.yaml +0 -20
- package/lib/bmad-cache/bmb/src/skills/bmad-agent-builder/bmad-manifest.json +0 -24
- package/lib/bmad-cache/bmb/src/skills/bmad-agent-builder/scripts/bmad-manifest-schema.json +0 -103
- package/lib/bmad-cache/bmb/src/skills/bmad-agent-builder/scripts/generate-html-report.py +0 -1002
- package/lib/bmad-cache/bmb/src/skills/bmad-agent-builder/scripts/manifest.py +0 -420
- package/lib/bmad-cache/bmb/src/skills/bmad-workflow-builder/bmad-manifest.json +0 -23
- package/lib/bmad-cache/bmb/src/skills/bmad-workflow-builder/scripts/bmad-manifest-schema.json +0 -103
- package/lib/bmad-cache/bmb/src/skills/bmad-workflow-builder/scripts/generate-html-report.py +0 -1002
- package/lib/bmad-cache/bmb/src/skills/bmad-workflow-builder/scripts/manifest.py +0 -420
- package/lib/bmad-cache/cis/_git_preserved/objects/pack/pack-157d7eb8d527233a8607d926fc74ebf87f2ae0d3.idx +0 -0
- package/lib/bmad-cache/cis/_git_preserved/objects/pack/pack-157d7eb8d527233a8607d926fc74ebf87f2ae0d3.rev +0 -0
- package/lib/bmad-cache/cis/src/agents/brainstorming-coach.agent.yaml +0 -21
- package/lib/bmad-cache/cis/src/agents/creative-problem-solver.agent.yaml +0 -21
- package/lib/bmad-cache/cis/src/agents/design-thinking-coach.agent.yaml +0 -21
- package/lib/bmad-cache/cis/src/agents/innovation-strategist.agent.yaml +0 -21
- package/lib/bmad-cache/cis/src/agents/presentation-master.agent.yaml +0 -53
- package/lib/bmad-cache/cis/src/agents/storyteller/storyteller.agent.yaml +0 -25
- package/lib/bmad-cache/cis/src/teams/creative-squad.yaml +0 -7
- package/lib/bmad-cache/cis/src/teams/default-party.csv +0 -12
- package/lib/bmad-cache/cis/src/workflows/README.md +0 -175
- package/lib/bmad-cache/gds/_git_preserved/objects/pack/pack-44faafb9245b4ca17ad81bd6c9e6fc52fb5915a1.idx +0 -0
- package/lib/bmad-cache/gds/_git_preserved/objects/pack/pack-44faafb9245b4ca17ad81bd6c9e6fc52fb5915a1.rev +0 -0
- package/lib/bmad-cache/gds/_git_preserved/refs/tags/v0.2.2 +0 -1
- package/lib/bmad-cache/tea/_git_preserved/objects/pack/pack-96ec1ce3a9ef4c891e00e060795b4434ba8f7163.idx +0 -0
- package/lib/bmad-cache/tea/_git_preserved/objects/pack/pack-96ec1ce3a9ef4c891e00e060795b4434ba8f7163.rev +0 -0
- package/lib/bmad-cache/tea/_git_preserved/refs/tags/v1.7.0 +0 -1
- package/lib/bmad-cache/tea/docs/MIGRATION.md +0 -488
- package/lib/bmad-cache/tea/src/agents/tea.agent.yaml +0 -67
- package/lib/bmad-cache/tea/src/teams/default-party.csv +0 -2
- package/lib/bmad-customizations/bmm-cyber.customize.yaml +0 -24
- package/lib/bmad-customizations/bmm-devops.customize.yaml +0 -24
- package/lib/bmad-customizations/bmm-mil498.customize.yaml +0 -36
- package/lib/bmad-customizations/bmm-sre.customize.yaml +0 -24
- package/lib/bmad-customizations/cyber.md +0 -71
- package/lib/bmad-customizations/devops.md +0 -71
- package/lib/bmad-customizations/mil498.md +0 -75
- package/lib/bmad-customizations/sre.md +0 -71
- package/lib/bmad-extension/agents/bmm-architect.customize.yaml +0 -5
- package/lib/bmad-extension/agents/bmm-bmad-master.customize.yaml +0 -5
- package/lib/bmad-extension/agents/bmm-cyber.customize.yaml +0 -30
- package/lib/bmad-extension/agents/bmm-dev.customize.yaml +0 -5
- package/lib/bmad-extension/agents/bmm-devops.customize.yaml +0 -30
- package/lib/bmad-extension/agents/bmm-mil498.customize.yaml +0 -42
- package/lib/bmad-extension/agents/bmm-pm.customize.yaml +0 -5
- package/lib/bmad-extension/agents/bmm-qa.customize.yaml +0 -5
- package/lib/bmad-extension/agents/bmm-sm.customize.yaml +0 -5
- package/lib/bmad-extension/agents/bmm-sre.customize.yaml +0 -30
- package/lib/bmad-extension/agents/bmm-tech-writer.customize.yaml +0 -5
- package/lib/bmad-extension/agents/bmm-ux-designer.customize.yaml +0 -5
- /package/lib/bmad-cache/bmb/{src/skills → skills}/bmad-agent-builder/scripts/scan-scripts.py +0 -0
- /package/lib/bmad-cache/bmb/{src/skills → skills}/bmad-workflow-builder/scripts/prepass-prompt-metrics.py +0 -0
- /package/lib/bmad-cache/bmb/{src/skills → skills}/bmad-workflow-builder/scripts/scan-scripts.py +0 -0
- /package/lib/bmad-cache/{bmb/src/skills/bmad-agent-builder → cis/src/skills/bmad-cis-design-thinking}/bmad-skill-manifest.yaml +0 -0
- /package/lib/bmad-cache/cis/src/{workflows → skills}/bmad-cis-design-thinking/design-methods.csv +0 -0
- /package/lib/bmad-cache/{bmb/src/skills/bmad-workflow-builder → cis/src/skills/bmad-cis-innovation-strategy}/bmad-skill-manifest.yaml +0 -0
- /package/lib/bmad-cache/cis/src/{workflows → skills}/bmad-cis-innovation-strategy/innovation-frameworks.csv +0 -0
- /package/lib/bmad-cache/cis/src/{workflows/bmad-cis-design-thinking → skills/bmad-cis-problem-solving}/bmad-skill-manifest.yaml +0 -0
- /package/lib/bmad-cache/cis/src/{workflows → skills}/bmad-cis-problem-solving/solving-methods.csv +0 -0
- /package/lib/bmad-cache/cis/src/{workflows/bmad-cis-innovation-strategy → skills/bmad-cis-storytelling}/bmad-skill-manifest.yaml +0 -0
- /package/lib/bmad-cache/cis/src/{workflows → skills}/bmad-cis-storytelling/story-types.csv +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/adr-quality-readiness-checklist.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/api-request.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/api-testing-patterns.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/auth-session.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/burn-in.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/ci-burn-in.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/component-tdd.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/contract-testing.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/data-factories.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/email-auth.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/error-handling.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/feature-flags.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/file-utils.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/fixture-architecture.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/fixtures-composition.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/intercept-network-call.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/log.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/network-error-monitor.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/network-first.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/network-recorder.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/nfr-criteria.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/overview.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/pact-consumer-di.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/pact-consumer-framework-setup.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/pact-mcp.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/pactjs-utils-consumer-helpers.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/pactjs-utils-overview.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/pactjs-utils-provider-verifier.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/pactjs-utils-request-filter.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/playwright-cli.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/playwright-config.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/probability-impact.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/recurse.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/risk-governance.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/selective-testing.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/selector-resilience.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/test-healing-patterns.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/test-levels-framework.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/test-priorities-matrix.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/test-quality.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/timing-debugging.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/knowledge/visual-debugging.md +0 -0
- /package/lib/bmad-cache/tea/src/{testarch → agents/bmad-tea/resources}/tea-index.csv +0 -0
- /package/lib/bmad-cache/{cis/src/workflows/bmad-cis-problem-solving → wds/src/workflows/wds-0-alignment-signoff}/bmad-skill-manifest.yaml +0 -0
- /package/lib/bmad-cache/{cis/src/workflows/bmad-cis-storytelling → wds/src/workflows/wds-0-project-setup}/bmad-skill-manifest.yaml +0 -0
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: project-context-expansion
|
|
3
|
+
description: Post-retrospective workflow to update project-context.md with discovered patterns and conventions
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "project context expansion"
|
|
7
|
+
- "expand project context"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Project Context Expansion Workflow
|
|
11
|
+
|
|
12
|
+
Post-retrospective companion workflow to update `_bmad-output/project-context.md` with
|
|
13
|
+
patterns and conventions discovered during the sprint.
|
|
14
|
+
|
|
15
|
+
Run this workflow at the end of `/bmad-retrospective` to close the living document lifecycle loop.
|
|
16
|
+
The agent proposes additions; the human decides what gets written.
|
|
17
|
+
|
|
18
|
+
<workflow>
|
|
19
|
+
|
|
20
|
+
<step n="1" goal="Check whether project-context.md exists">
|
|
21
|
+
|
|
22
|
+
<action>Check if `_bmad-output/project-context.md` exists in the project root</action>
|
|
23
|
+
|
|
24
|
+
<check if="file does NOT exist">
|
|
25
|
+
<output>
|
|
26
|
+
ℹ️ **No project-context.md found.**
|
|
27
|
+
|
|
28
|
+
`_bmad-output/project-context.md` does not exist in this project yet.
|
|
29
|
+
|
|
30
|
+
To create it, either:
|
|
31
|
+
- Run `npx ma-agents install` at the project level (auto-generates on first install)
|
|
32
|
+
- Run `/bmad-generate-project-context` to create it manually
|
|
33
|
+
|
|
34
|
+
Skipping project-context expansion — nothing to update.
|
|
35
|
+
</output>
|
|
36
|
+
<action>Exit workflow</action>
|
|
37
|
+
</check>
|
|
38
|
+
|
|
39
|
+
<check if="file exists">
|
|
40
|
+
<output>
|
|
41
|
+
✅ Found `_bmad-output/project-context.md` — proceeding with expansion review.
|
|
42
|
+
</output>
|
|
43
|
+
</check>
|
|
44
|
+
|
|
45
|
+
</step>
|
|
46
|
+
|
|
47
|
+
<step n="2" goal="Read and present the current Project-Specific Rules section">
|
|
48
|
+
|
|
49
|
+
<action>Read the complete contents of `_bmad-output/project-context.md`</action>
|
|
50
|
+
|
|
51
|
+
<action>Extract the `## Project-Specific Rules` section:
|
|
52
|
+
- Find the line starting with `## Project-Specific Rules`
|
|
53
|
+
- Read all content until the next `##` section header (or end of file)
|
|
54
|
+
- Store as {{current_rules_content}}
|
|
55
|
+
</action>
|
|
56
|
+
|
|
57
|
+
<check if="{{current_rules_content}} contains only the TODO comment or is effectively empty">
|
|
58
|
+
<action>Set {{rules_are_empty}} = true</action>
|
|
59
|
+
</check>
|
|
60
|
+
|
|
61
|
+
<check if="{{current_rules_content}} contains substantive rules">
|
|
62
|
+
<action>Set {{rules_are_empty}} = false</action>
|
|
63
|
+
</check>
|
|
64
|
+
|
|
65
|
+
<output>
|
|
66
|
+
## Current Project-Specific Rules
|
|
67
|
+
|
|
68
|
+
{{current_rules_content}}
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
I will now review the retrospective discussion to propose additions to this section.
|
|
73
|
+
</output>
|
|
74
|
+
|
|
75
|
+
</step>
|
|
76
|
+
|
|
77
|
+
<step n="3" goal="Gather sprint patterns — from retrospective context or user input">
|
|
78
|
+
|
|
79
|
+
<action>Check whether there is active retrospective context in this session (i.e., this workflow
|
|
80
|
+
was invoked immediately after running /bmad-retrospective and discussion content is available).
|
|
81
|
+
</action>
|
|
82
|
+
|
|
83
|
+
<check if="retrospective context IS present in this session">
|
|
84
|
+
<action>Use the retrospective discussion to identify patterns, conventions, and lessons.
|
|
85
|
+
Skip the user prompt below — proceed directly to the proposal step.
|
|
86
|
+
</action>
|
|
87
|
+
</check>
|
|
88
|
+
|
|
89
|
+
<check if="retrospective context is NOT present (workflow invoked cold or standalone)">
|
|
90
|
+
<output>
|
|
91
|
+
ℹ️ **No retrospective session detected in this context.**
|
|
92
|
+
|
|
93
|
+
This workflow is designed to run after `/bmad-retrospective`, but it can also be used
|
|
94
|
+
standalone to capture any conventions or patterns you've observed.
|
|
95
|
+
</output>
|
|
96
|
+
<ask>
|
|
97
|
+
Briefly describe the patterns or conventions you want to add to Project-Specific Rules.
|
|
98
|
+
For example: "agents kept omitting error handling in async functions" or
|
|
99
|
+
"we decided all PRs need a test-plan section in the description".
|
|
100
|
+
|
|
101
|
+
You can also just say "run retrospective first" to cancel.
|
|
102
|
+
</ask>
|
|
103
|
+
<check if="user says 'run retrospective first' or equivalent cancel">
|
|
104
|
+
<output>
|
|
105
|
+
ℹ️ To get the most value, run `/bmad-retrospective` first, then invoke `/project-context-expansion`
|
|
106
|
+
at the end of that session. No changes made.
|
|
107
|
+
</output>
|
|
108
|
+
<action>Exit workflow</action>
|
|
109
|
+
</check>
|
|
110
|
+
<action>Store the user-described patterns as {{sprint_patterns}} and use them as the source
|
|
111
|
+
material for the proposal in the next action below.
|
|
112
|
+
</action>
|
|
113
|
+
</check>
|
|
114
|
+
|
|
115
|
+
<action>Based on the retrospective discussion OR user-described patterns, identify items that
|
|
116
|
+
should become standing rules for AI agents — specifically:
|
|
117
|
+
- Coding conventions agents got wrong or needed correction on during the sprint
|
|
118
|
+
- Patterns agents should consistently apply in this project
|
|
119
|
+
- Architectural decisions that agents must respect (and that are not obvious from the code)
|
|
120
|
+
- Testing or review conventions specific to this project
|
|
121
|
+
- Gotchas or anti-patterns agents kept producing that should be explicitly prohibited
|
|
122
|
+
- Workflow or communication rules specific to this team's practices
|
|
123
|
+
</action>
|
|
124
|
+
|
|
125
|
+
<action>Filter OUT anything that belongs in other sections:
|
|
126
|
+
- Technology Stack updates → belongs in `## Technology Stack` (use `/bmad-generate-project-context`)
|
|
127
|
+
- Mandatory pre-task rules → belongs in `## AI Agent Mandatory Rules` (set at install time)
|
|
128
|
+
- Do NOT propose changes to any section other than `## Project-Specific Rules`
|
|
129
|
+
</action>
|
|
130
|
+
|
|
131
|
+
<check if="no relevant patterns found from retrospective">
|
|
132
|
+
<output>
|
|
133
|
+
ℹ️ **No new rules to propose.**
|
|
134
|
+
|
|
135
|
+
Based on the retrospective discussion, no patterns were identified that would add value
|
|
136
|
+
as standing rules in `## Project-Specific Rules`. The section is already up to date.
|
|
137
|
+
|
|
138
|
+
If you noticed patterns the agents got wrong, you can manually edit
|
|
139
|
+
`_bmad-output/project-context.md` to add your own rules at any time.
|
|
140
|
+
</output>
|
|
141
|
+
<action>Exit workflow</action>
|
|
142
|
+
</check>
|
|
143
|
+
|
|
144
|
+
<action>Draft proposed additions as clear, imperative rules:
|
|
145
|
+
- Each rule is a single actionable statement (e.g., "Always use X when Y")
|
|
146
|
+
- Rules are specific enough to change agent behavior, not vague principles
|
|
147
|
+
- Each rule is distinct — no overlap with existing rules
|
|
148
|
+
- Store as {{proposed_additions}}
|
|
149
|
+
</action>
|
|
150
|
+
|
|
151
|
+
<output>
|
|
152
|
+
## Proposed Additions to Project-Specific Rules
|
|
153
|
+
|
|
154
|
+
Based on patterns from this sprint's retrospective, here are the additions I recommend:
|
|
155
|
+
|
|
156
|
+
{{proposed_additions}}
|
|
157
|
+
|
|
158
|
+
---
|
|
159
|
+
|
|
160
|
+
**Review these carefully.** These additions will be appended to `## Project-Specific Rules`
|
|
161
|
+
in `_bmad-output/project-context.md` and will govern all future AI agent sessions.
|
|
162
|
+
</output>
|
|
163
|
+
|
|
164
|
+
</step>
|
|
165
|
+
|
|
166
|
+
<step n="4" goal="Human review and confirmation gate">
|
|
167
|
+
|
|
168
|
+
<ask>
|
|
169
|
+
Review the proposed additions above.
|
|
170
|
+
|
|
171
|
+
Options:
|
|
172
|
+
- **[y] Accept all** — append all proposed additions as shown
|
|
173
|
+
- **[n] Reject all** — skip without any changes
|
|
174
|
+
- **[e] Edit** — describe which rules to add, remove, or reword before writing
|
|
175
|
+
</ask>
|
|
176
|
+
|
|
177
|
+
<check if="user selects 'n'">
|
|
178
|
+
<output>
|
|
179
|
+
❌ **Expansion skipped.** No changes were made to `_bmad-output/project-context.md`.
|
|
180
|
+
</output>
|
|
181
|
+
<action>Exit workflow</action>
|
|
182
|
+
</check>
|
|
183
|
+
|
|
184
|
+
<check if="user selects 'e'">
|
|
185
|
+
<ask>Describe your edits — which rules to keep, drop, or reword:</ask>
|
|
186
|
+
<action>Apply user edits to {{proposed_additions}}</action>
|
|
187
|
+
<action>Re-display the revised proposal</action>
|
|
188
|
+
<ask>Proceed with this revised version? [y] Yes / [n] Cancel:</ask>
|
|
189
|
+
<check if="user selects 'n'">
|
|
190
|
+
<output>
|
|
191
|
+
❌ **Expansion cancelled.** No changes were made to `_bmad-output/project-context.md`.
|
|
192
|
+
</output>
|
|
193
|
+
<action>Exit workflow</action>
|
|
194
|
+
</check>
|
|
195
|
+
</check>
|
|
196
|
+
|
|
197
|
+
</step>
|
|
198
|
+
|
|
199
|
+
<step n="5" goal="Write approved additions to Project-Specific Rules only">
|
|
200
|
+
|
|
201
|
+
<action>Read the current full contents of `_bmad-output/project-context.md` again (to ensure freshness)</action>
|
|
202
|
+
|
|
203
|
+
<action>Locate the `## Project-Specific Rules` section:
|
|
204
|
+
- Find the line starting with `## Project-Specific Rules`
|
|
205
|
+
- Identify the end of the section (next `##` header or end of file)
|
|
206
|
+
- Preserve all existing content in the section — do NOT remove or reorder existing rules
|
|
207
|
+
</action>
|
|
208
|
+
|
|
209
|
+
<action>Append the approved additions at the END of the `## Project-Specific Rules` section,
|
|
210
|
+
before the next `##` header. Insert a blank line separator if the section is not empty.
|
|
211
|
+
</action>
|
|
212
|
+
|
|
213
|
+
<action>CRITICAL CONSTRAINTS — do NOT touch any other section:
|
|
214
|
+
- Do NOT modify `## AI Agent Mandatory Rules`
|
|
215
|
+
- Do NOT modify `## Technology Stack`
|
|
216
|
+
- Do NOT modify any other section
|
|
217
|
+
- Do NOT reformat or reorganize the file
|
|
218
|
+
- Only append to `## Project-Specific Rules`
|
|
219
|
+
</action>
|
|
220
|
+
|
|
221
|
+
<action>Save the updated `_bmad-output/project-context.md`</action>
|
|
222
|
+
|
|
223
|
+
<output>
|
|
224
|
+
✅ **Project-Specific Rules updated successfully!**
|
|
225
|
+
|
|
226
|
+
- **File:** `_bmad-output/project-context.md`
|
|
227
|
+
- **Rules added:** {{count_of_added_rules}}
|
|
228
|
+
|
|
229
|
+
The new rules will be active in all AI agent sessions that load `project-context.md`
|
|
230
|
+
via `critical_actions` (all BMAD agents load it automatically on activation).
|
|
231
|
+
|
|
232
|
+
**Next:** Commit `_bmad-output/project-context.md` to version control so the rules
|
|
233
|
+
are shared across the team and persist across sessions.
|
|
234
|
+
</output>
|
|
235
|
+
|
|
236
|
+
</step>
|
|
237
|
+
|
|
238
|
+
</workflow>
|
|
File without changes
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sprint-status-view
|
|
3
|
+
description: Display sprint progress with assigned items, type distinction, and remaining capacity
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "sprint status view"
|
|
7
|
+
- "view sprint status"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Sprint Status View Workflow
|
|
11
|
+
|
|
12
|
+
Extension workflow that displays sprint progress with assigned items (stories + bugs), type distinction, and remaining capacity.
|
|
13
|
+
|
|
14
|
+
> **Architecture mandate:** This workflow is a NEW extension at `lib/bmad-extension/workflows/sprint-status-view/`. It does NOT modify any files under `_bmad/bmm/workflows/`.
|
|
15
|
+
|
|
16
|
+
<workflow>
|
|
17
|
+
|
|
18
|
+
<step n="1" goal="Discover all sprint artifact files">
|
|
19
|
+
<action>Glob `_bmad-output/implementation-artifacts/sprint-plan-*.yaml` to discover all sprint artifact files</action>
|
|
20
|
+
<check if="no sprint files found">
|
|
21
|
+
<output>
|
|
22
|
+
ℹ️ **No Sprints Found**
|
|
23
|
+
|
|
24
|
+
No sprint plan files exist yet (`sprint-plan-*.yaml`).
|
|
25
|
+
|
|
26
|
+
**To get started:**
|
|
27
|
+
- Run `/add-sprint` to create your first sprint
|
|
28
|
+
- Run `/add-to-sprint` to assign backlog items to it
|
|
29
|
+
</output>
|
|
30
|
+
<action>Exit workflow</action>
|
|
31
|
+
</check>
|
|
32
|
+
<action>For each sprint file found, read the full YAML content and store as {{sprint_plans}} list</action>
|
|
33
|
+
<action>Sort {{sprint_plans}} by sprint_number ascending</action>
|
|
34
|
+
</step>
|
|
35
|
+
|
|
36
|
+
<step n="2" goal="Load sprint-status.yaml for user story execution statuses">
|
|
37
|
+
<action>Read `_bmad-output/implementation-artifacts/sprint-status.yaml`</action>
|
|
38
|
+
<check if="file not found">
|
|
39
|
+
<output>⚠️ `sprint-status.yaml` not found. User story execution statuses will not be available. Run `/sprint-planning` to initialize.</output>
|
|
40
|
+
<action>Set {{story_status_map}} = {} (empty — will show data integrity warnings per missing item)</action>
|
|
41
|
+
</check>
|
|
42
|
+
<check if="file found">
|
|
43
|
+
<action>Parse development_status section into {{story_status_map}} — key: story key, value: status</action>
|
|
44
|
+
<action>Exclude epic-* keys and *-retrospective keys from the map</action>
|
|
45
|
+
</check>
|
|
46
|
+
</step>
|
|
47
|
+
|
|
48
|
+
<step n="3" goal="Discover bug stories for type/severity data">
|
|
49
|
+
<action>Glob `_bmad-output/implementation-artifacts/bug-*.md` to discover all bug story files</action>
|
|
50
|
+
<check if="no bug files found">
|
|
51
|
+
<action>Set {{bug_metadata_map}} = {} (empty)</action>
|
|
52
|
+
</check>
|
|
53
|
+
<check if="bug files found">
|
|
54
|
+
<action>For each bug file, parse YAML frontmatter to extract: type, severity, title</action>
|
|
55
|
+
<action>Build {{bug_metadata_map}} — key: file basename (e.g., `bug-login-crash`), value: {severity, title}</action>
|
|
56
|
+
</check>
|
|
57
|
+
</step>
|
|
58
|
+
|
|
59
|
+
<step n="4" goal="Display sprint status for each sprint">
|
|
60
|
+
<action>For each sprint in {{sprint_plans}} (in order):</action>
|
|
61
|
+
<action>Calculate: {{assigned_count}} = length(sprint.assigned_items)</action>
|
|
62
|
+
<action>Calculate: {{remaining_capacity}} = sprint.capacity - {{assigned_count}}</action>
|
|
63
|
+
|
|
64
|
+
<action>For each item identifier in sprint.assigned_items, resolve item details:
|
|
65
|
+
|
|
66
|
+
**If item is a story (key matches regex `^\d+-\d+-.+`):**
|
|
67
|
+
- Look up status in {{story_status_map}}[item_key]
|
|
68
|
+
- If NOT found in {{story_status_map}}:
|
|
69
|
+
→ Record as DATA INTEGRITY WARNING: "Item {item_key} has no status entry in sprint-status.yaml — run /sprint-planning to initialize status tracking for this item."
|
|
70
|
+
→ Display item with marker: ⚠️ [status unknown]
|
|
71
|
+
- If found: display with current status label
|
|
72
|
+
|
|
73
|
+
**If item is a bug (key matches regex `^bug-.+`):**
|
|
74
|
+
- Look up in {{bug_metadata_map}}[item_key]
|
|
75
|
+
- If NOT found: display with title as item_key, severity as "unknown"
|
|
76
|
+
- If found: display with title and severity from frontmatter
|
|
77
|
+
- Bug execution status: use `status` from bug file frontmatter if present; otherwise "not-started"
|
|
78
|
+
|
|
79
|
+
**If item matches neither pattern:** display as type "Unknown" with raw identifier as title
|
|
80
|
+
</action>
|
|
81
|
+
|
|
82
|
+
<output>
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## 🏃 {{sprint.sprint_name}} (Sprint {{sprint.sprint_number}})
|
|
86
|
+
|
|
87
|
+
**Status:** {{sprint.status}} | **Capacity:** {{sprint.capacity}} items | **Assigned:** {{assigned_count}} | **Remaining:** {{remaining_capacity}}
|
|
88
|
+
{{#if sprint.start_context}}**Start:** {{sprint.start_context}}{{/if}} {{#if sprint.end_context}}| **End:** {{sprint.end_context}}{{/if}}
|
|
89
|
+
|
|
90
|
+
{{#if over_capacity}}
|
|
91
|
+
⚠️ **Over capacity by {{overage}} item(s)**
|
|
92
|
+
{{/if}}
|
|
93
|
+
|
|
94
|
+
### Assigned Items
|
|
95
|
+
|
|
96
|
+
| Item | Title | Type | Status / Severity |
|
|
97
|
+
|---|---|---|---|
|
|
98
|
+
{{#each resolved_items}}
|
|
99
|
+
{{#if is_story}}
|
|
100
|
+
| {{item_key}} | {{title}} | 📋 Story | {{status}} |
|
|
101
|
+
{{/if}}
|
|
102
|
+
{{#if is_bug}}
|
|
103
|
+
| {{item_key}} | {{title}} | 🐛 Bug | Severity: {{severity}} / {{bug_status}} |
|
|
104
|
+
{{/if}}
|
|
105
|
+
{{/each}}
|
|
106
|
+
|
|
107
|
+
{{#if data_integrity_warnings}}
|
|
108
|
+
**⚠️ Data Integrity Warnings:**
|
|
109
|
+
{{#each data_integrity_warnings}}
|
|
110
|
+
- {{this}}
|
|
111
|
+
{{/each}}
|
|
112
|
+
{{/if}}
|
|
113
|
+
|
|
114
|
+
{{#if assigned_items_empty}}
|
|
115
|
+
*(No items assigned to this sprint)*
|
|
116
|
+
{{/if}}
|
|
117
|
+
</output>
|
|
118
|
+
</step>
|
|
119
|
+
|
|
120
|
+
<step n="5" goal="Display unassigned backlog summary">
|
|
121
|
+
<action>Collect all item keys from {{story_status_map}} that are NOT in any sprint's assigned_items list — these are unassigned user stories</action>
|
|
122
|
+
<action>Collect all bug basenames from {{bug_metadata_map}} that are NOT in any sprint's assigned_items list — these are unassigned bugs</action>
|
|
123
|
+
<action>Count unassigned stories by status: {{unassigned_by_status}}</action>
|
|
124
|
+
<output>
|
|
125
|
+
---
|
|
126
|
+
|
|
127
|
+
## 📦 Unassigned Backlog
|
|
128
|
+
|
|
129
|
+
### 📋 Unassigned Stories
|
|
130
|
+
|
|
131
|
+
| Status | Count |
|
|
132
|
+
|---|---|
|
|
133
|
+
| backlog | {{count_backlog}} |
|
|
134
|
+
| ready-for-dev | {{count_ready}} |
|
|
135
|
+
| in-progress | {{count_in_progress}} |
|
|
136
|
+
| review | {{count_review}} |
|
|
137
|
+
| done | {{count_done}} |
|
|
138
|
+
|
|
139
|
+
*Total unassigned stories: {{total_unassigned}}*
|
|
140
|
+
|
|
141
|
+
### 🐛 Unassigned Bugs
|
|
142
|
+
|
|
143
|
+
{{#if unassigned_bugs}}
|
|
144
|
+
| ID / File | Title | Severity |
|
|
145
|
+
|---|---|---|
|
|
146
|
+
{{#each unassigned_bugs}}
|
|
147
|
+
| {{id}} | {{title}} | {{severity}} |
|
|
148
|
+
{{/each}}
|
|
149
|
+
{{else}}
|
|
150
|
+
*(No unassigned bugs)*
|
|
151
|
+
{{/if}}
|
|
152
|
+
|
|
153
|
+
**Tip:** Use `/add-to-sprint` to assign unassigned items to a sprint.
|
|
154
|
+
</output>
|
|
155
|
+
</step>
|
|
156
|
+
|
|
157
|
+
<step n="6" goal="Offer next actions">
|
|
158
|
+
<ask>Options:
|
|
159
|
+
1. Show full unassigned backlog item list (IDs + titles + statuses)
|
|
160
|
+
2. Add items to a sprint — run `/add-to-sprint`
|
|
161
|
+
3. Modify a sprint — run `/modify-sprint`
|
|
162
|
+
4. Create a new sprint — run `/add-sprint`
|
|
163
|
+
5. Exit
|
|
164
|
+
|
|
165
|
+
Choice:</ask>
|
|
166
|
+
<check if="choice == 1">
|
|
167
|
+
<action>For each unassigned story key in {{story_status_map}} not assigned to any sprint, display: key, inferred title, status</action>
|
|
168
|
+
<action>For each unassigned bug in {{bug_metadata_map}} not assigned to any sprint, display: id, title, severity</action>
|
|
169
|
+
<output>
|
|
170
|
+
### Full Unassigned Backlog
|
|
171
|
+
|
|
172
|
+
**Stories:**
|
|
173
|
+
| Key | Title | Status |
|
|
174
|
+
|---|---|---|
|
|
175
|
+
{{#each unassigned_story_items}}
|
|
176
|
+
| {{key}} | {{title}} | {{status}} |
|
|
177
|
+
{{/each}}
|
|
178
|
+
|
|
179
|
+
**Bugs:**
|
|
180
|
+
| ID | Title | Severity |
|
|
181
|
+
|---|---|---|
|
|
182
|
+
{{#each unassigned_bugs}}
|
|
183
|
+
| {{id}} | {{title}} | {{severity}} |
|
|
184
|
+
{{/each}}
|
|
185
|
+
</output>
|
|
186
|
+
<goto step="6" />
|
|
187
|
+
</check>
|
|
188
|
+
<check if="choice == 2">
|
|
189
|
+
<output>▶️ Run `/add-to-sprint` to assign backlog items to a sprint.</output>
|
|
190
|
+
</check>
|
|
191
|
+
<check if="choice == 3">
|
|
192
|
+
<output>▶️ Run `/modify-sprint` to add/remove items or change sprint settings.</output>
|
|
193
|
+
</check>
|
|
194
|
+
<check if="choice == 4">
|
|
195
|
+
<output>▶️ Run `/add-sprint` to create a new sprint.</output>
|
|
196
|
+
</check>
|
|
197
|
+
<check if="choice == 5">
|
|
198
|
+
<action>Exit workflow</action>
|
|
199
|
+
</check>
|
|
200
|
+
</step>
|
|
201
|
+
|
|
202
|
+
</workflow>
|
|
File without changes
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sre-check-deployment-status
|
|
3
|
+
description: Check deployment status across environments
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "check deployment status"
|
|
7
|
+
- "deployment status"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# workflow-check-deployment-status.md
|
|
11
|
+
# Deployment Status Check Workflow
|
|
12
|
+
|
|
13
|
+
This workflow guides the agent through checking the status of a specific deployment in a Kubernetes cluster.
|
|
14
|
+
|
|
15
|
+
## Parameters
|
|
16
|
+
- `{namespace}`: The namespace of the deployment (default: `default`)
|
|
17
|
+
- `{deployment_name}`: The name of the deployment to check
|
|
18
|
+
|
|
19
|
+
## Instructions
|
|
20
|
+
1. **Identify Resource**: Determine the `{deployment_name}` and `{namespace}` from user input or context.
|
|
21
|
+
2. **Run Diagnostics**:
|
|
22
|
+
- `kubectl get deployment {deployment_name} -n {namespace}`
|
|
23
|
+
- `kubectl describe deployment {deployment_name} -n {namespace}`
|
|
24
|
+
3. **Check Pods**:
|
|
25
|
+
- `kubectl get pods -l app={deployment_name} -n {namespace}`
|
|
26
|
+
- Identify any pods that are NOT in `Running` state.
|
|
27
|
+
4. **Analyze Events**:
|
|
28
|
+
- Look at the `Events` section of the `describe` output for error messages (e.g., `ImagePullBackOff`, `CrashLoopBackOff`).
|
|
29
|
+
5. **Report**:
|
|
30
|
+
- Summarize the current status.
|
|
31
|
+
- Highlight any issues found.
|
|
32
|
+
- Suggest next steps (e.g., "Check logs", "Check resource limits").
|
|
File without changes
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sre-check-secrets
|
|
3
|
+
description: Debug and resolve Kubernetes secret issues
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "check secrets"
|
|
7
|
+
- "debug secrets"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# workflow-check-secrets.md
|
|
11
|
+
# Secret Debugging Workflow
|
|
12
|
+
|
|
13
|
+
This workflow helps identify and resolve problems related to Kubernetes Secrets.
|
|
14
|
+
|
|
15
|
+
## Instructions
|
|
16
|
+
1. **Check Visibility**: `kubectl get secret -n {namespace}`
|
|
17
|
+
2. **Verify Mounting**:
|
|
18
|
+
- Check if the deployment actually mounts the secret.
|
|
19
|
+
- `kubectl get deployment {deployment_name} -o yaml | grep secret`
|
|
20
|
+
3. **Check Permissions**: Verify ServiceAccount has permissions to read the secret (RBAC).
|
|
21
|
+
4. **Content Verification**: (Safety first!) Offer to check if keys exist WITHOUT displaying sensitive values unless explicitly requested.
|
|
22
|
+
- `kubectl get secret {name} -n {namespace} -o jsonpath='{.data}'`
|
|
23
|
+
5. **Common Errors**: Look for "Secret not found" or "Authorization" errors in pod events.
|
|
File without changes
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sre-check-system-status
|
|
3
|
+
description: Overall system health check across container runtimes
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "check system status"
|
|
7
|
+
- "system status"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# workflow-check-system-status.md
|
|
11
|
+
# Overall System Status Workflow
|
|
12
|
+
|
|
13
|
+
This workflow provides a high-level overview of the health of the container runtime and orchestration environment.
|
|
14
|
+
|
|
15
|
+
## Instructions
|
|
16
|
+
1. **Detect Runtime**: Check if reachable:
|
|
17
|
+
- `kubectl cluster-info` (Kubernetes)
|
|
18
|
+
- `docker info` (Docker)
|
|
19
|
+
- `podman info` (Podman)
|
|
20
|
+
2. **Resource Overview**:
|
|
21
|
+
- **K8s**: `kubectl get nodes`, `kubectl get pods -A | grep -v Running`
|
|
22
|
+
- **Docker**: `docker ps`, `docker stats --no-stream`
|
|
23
|
+
- **Podman**: `podman ps`, `podman stats --no-stream`
|
|
24
|
+
3. **Cross-Platform Diagnostics**:
|
|
25
|
+
- Check for resource exhaustion (High CPU/Memory).
|
|
26
|
+
- Verify network connectivity between key services.
|
|
27
|
+
4. **Summary Table**: Present a status table of all detected environments.
|
|
File without changes
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sre-day-2-ops
|
|
3
|
+
description: Day 2 operations and maintenance for long-term cluster stability
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "day 2 ops"
|
|
7
|
+
- "day 2 operations"
|
|
8
|
+
- "maintenance"
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# workflow-day-2-ops.md
|
|
12
|
+
# Day 2 Operations & Maintenance Workflow
|
|
13
|
+
|
|
14
|
+
Focuses on long-term stability, cluster-to-config verification, and periodic maintenance.
|
|
15
|
+
|
|
16
|
+
## Instructions
|
|
17
|
+
1. **Config Verification**:
|
|
18
|
+
- Check current cluster status against the master configuration templates.
|
|
19
|
+
- Verify consistency of secrets, configmaps, and resource limits.
|
|
20
|
+
2. **Resource Optimization**:
|
|
21
|
+
- Review `top nodes` and `top pods`.
|
|
22
|
+
- Identify over-provisioned or under-utilized resources.
|
|
23
|
+
3. **Maintenance Tasks**:
|
|
24
|
+
- Node drain/uncordon (safe handling).
|
|
25
|
+
- Certificate rotation check.
|
|
26
|
+
4. **Automation**: Propose cronjobs for periodic backups or diagnostic reports.
|
|
File without changes
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sre-deployment-strategies
|
|
3
|
+
description: Guide advanced deployment strategies including Blue-Green, Canary, and Rolling Updates
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "deployment strategies"
|
|
7
|
+
- "canary deployment"
|
|
8
|
+
- "blue green deployment"
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# workflow-deployment-strategies.md
|
|
12
|
+
# Deployment Strategies Workflow
|
|
13
|
+
|
|
14
|
+
Guides on implementing and monitoring advanced deployment techniques like Blue-Green, Canary, and Rolling Updates.
|
|
15
|
+
|
|
16
|
+
## Instructions
|
|
17
|
+
1. **Select Strategy**:
|
|
18
|
+
- **Rolling Update**: Standard Kubernetes strategy.
|
|
19
|
+
- **Canary**: Gradual traffic shift (requires Service Mesh or specialized CRDs like Argo Rollouts).
|
|
20
|
+
- **Blue-Green**: Instant switch between versions.
|
|
21
|
+
2. **Strategy Status**:
|
|
22
|
+
- `kubectl get rollouts` (Argo Rollouts)
|
|
23
|
+
- Monitor success metrics (HTTP 2xx vs 5xx) during transition.
|
|
24
|
+
3. **Health Verification**:
|
|
25
|
+
- Verify healthy startup before increasing traffic.
|
|
26
|
+
- Automatically propose rollbacks if SLOs are breached.
|
|
27
|
+
4. **Execution**:
|
|
28
|
+
- Trigger rollout update or promotion.
|
|
File without changes
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sre-fix-deployments
|
|
3
|
+
description: Automated troubleshooting and fixes for common deployment issues
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "fix deployments"
|
|
7
|
+
- "troubleshoot deployment"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# workflow-fix-deployments.md
|
|
11
|
+
# Deployment Fix Workflow
|
|
12
|
+
|
|
13
|
+
This workflow provides automated troubleshooting steps to resolve common deployment issues.
|
|
14
|
+
|
|
15
|
+
## Instructions
|
|
16
|
+
1. **Detect Issue**: Based on `check-deployment-status` output, identify the root cause.
|
|
17
|
+
2. **Image issues**: If `ImagePullBackOff`, verify image name and registry secrets.
|
|
18
|
+
3. **CrashLoopBackOff**:
|
|
19
|
+
- `kubectl logs {deployment_name} -n {namespace} --previous`
|
|
20
|
+
- Check for missing env vars or config maps.
|
|
21
|
+
4. **Pending State**:
|
|
22
|
+
- Check node resources: `kubectl describe node`
|
|
23
|
+
- Verify PersistentVolumeClaims (PVCs).
|
|
24
|
+
5. **Scaling**: If resource-related, suggest scaling or adjusting `resources.requests/limits`.
|
|
25
|
+
6. **Action**: Offer to apply a fix (e.g., `kubectl apply -f ...` or `kubectl set image ...`).
|
|
File without changes
|