ma-agents 3.4.7 → 3.4.9
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 +134 -134
- package/.opencode/skills/add-sprint/SKILL.md +207 -0
- package/.opencode/skills/add-sprint/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/add-to-sprint/SKILL.md +189 -0
- package/.opencode/skills/add-to-sprint/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/bmad-advanced-elicitation/SKILL.md +137 -0
- package/.opencode/skills/bmad-advanced-elicitation/methods.csv +51 -0
- package/.opencode/skills/bmad-agent-analyst/SKILL.md +56 -0
- package/.opencode/skills/bmad-agent-analyst/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-agent-architect/SKILL.md +52 -0
- package/.opencode/skills/bmad-agent-architect/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-agent-dev/SKILL.md +62 -0
- package/.opencode/skills/bmad-agent-dev/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-agent-pm/SKILL.md +57 -0
- package/.opencode/skills/bmad-agent-pm/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-agent-qa/SKILL.md +59 -0
- package/.opencode/skills/bmad-agent-qa/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-agent-quick-flow-solo-dev/SKILL.md +51 -0
- package/.opencode/skills/bmad-agent-quick-flow-solo-dev/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-agent-sm/SKILL.md +53 -0
- package/.opencode/skills/bmad-agent-sm/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-agent-tech-writer/SKILL.md +55 -0
- package/.opencode/skills/bmad-agent-tech-writer/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-agent-tech-writer/explain-concept.md +20 -0
- package/.opencode/skills/bmad-agent-tech-writer/mermaid-gen.md +20 -0
- package/.opencode/skills/bmad-agent-tech-writer/validate-doc.md +19 -0
- package/.opencode/skills/bmad-agent-tech-writer/write-document.md +20 -0
- package/.opencode/skills/bmad-agent-ux-designer/SKILL.md +53 -0
- package/.opencode/skills/bmad-agent-ux-designer/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-brainstorming/SKILL.md +6 -0
- package/.opencode/skills/bmad-brainstorming/brain-methods.csv +62 -0
- package/.opencode/skills/bmad-brainstorming/steps/step-01-session-setup.md +214 -0
- package/.opencode/skills/bmad-brainstorming/steps/step-01b-continue.md +124 -0
- package/.opencode/skills/bmad-brainstorming/steps/step-02a-user-selected.md +229 -0
- package/.opencode/skills/bmad-brainstorming/steps/step-02b-ai-recommended.md +239 -0
- package/.opencode/skills/bmad-brainstorming/steps/step-02c-random-selection.md +211 -0
- package/.opencode/skills/bmad-brainstorming/steps/step-02d-progressive-flow.md +266 -0
- package/.opencode/skills/bmad-brainstorming/steps/step-03-technique-execution.md +401 -0
- package/.opencode/skills/bmad-brainstorming/steps/step-04-idea-organization.md +305 -0
- package/.opencode/skills/bmad-brainstorming/template.md +15 -0
- package/.opencode/skills/bmad-brainstorming/workflow.md +53 -0
- package/.opencode/skills/bmad-check-implementation-readiness/SKILL.md +6 -0
- package/.opencode/skills/bmad-check-implementation-readiness/steps/step-01-document-discovery.md +179 -0
- package/.opencode/skills/bmad-check-implementation-readiness/steps/step-02-prd-analysis.md +168 -0
- package/.opencode/skills/bmad-check-implementation-readiness/steps/step-03-epic-coverage-validation.md +169 -0
- package/.opencode/skills/bmad-check-implementation-readiness/steps/step-04-ux-alignment.md +129 -0
- package/.opencode/skills/bmad-check-implementation-readiness/steps/step-05-epic-quality-review.md +241 -0
- package/.opencode/skills/bmad-check-implementation-readiness/steps/step-06-final-assessment.md +126 -0
- package/.opencode/skills/bmad-check-implementation-readiness/templates/readiness-report-template.md +4 -0
- package/.opencode/skills/bmad-check-implementation-readiness/workflow.md +49 -0
- package/.opencode/skills/bmad-cis-design-thinking/SKILL.md +6 -0
- package/.opencode/skills/bmad-cis-design-thinking/bmad-skill-manifest.yaml +1 -0
- package/.opencode/skills/bmad-cis-design-thinking/design-methods.csv +31 -0
- package/.opencode/skills/bmad-cis-design-thinking/template.md +111 -0
- package/.opencode/skills/bmad-cis-design-thinking/workflow.md +242 -0
- package/.opencode/skills/bmad-cis-innovation-strategy/SKILL.md +6 -0
- package/.opencode/skills/bmad-cis-innovation-strategy/bmad-skill-manifest.yaml +1 -0
- package/.opencode/skills/bmad-cis-innovation-strategy/innovation-frameworks.csv +31 -0
- package/.opencode/skills/bmad-cis-innovation-strategy/template.md +189 -0
- package/.opencode/skills/bmad-cis-innovation-strategy/workflow.md +315 -0
- package/.opencode/skills/bmad-cis-problem-solving/SKILL.md +6 -0
- package/.opencode/skills/bmad-cis-problem-solving/bmad-skill-manifest.yaml +1 -0
- package/.opencode/skills/bmad-cis-problem-solving/solving-methods.csv +31 -0
- package/.opencode/skills/bmad-cis-problem-solving/template.md +165 -0
- package/.opencode/skills/bmad-cis-problem-solving/workflow.md +291 -0
- package/.opencode/skills/bmad-cis-storytelling/SKILL.md +6 -0
- package/.opencode/skills/bmad-cis-storytelling/bmad-skill-manifest.yaml +1 -0
- package/.opencode/skills/bmad-cis-storytelling/story-types.csv +26 -0
- package/.opencode/skills/bmad-cis-storytelling/template.md +113 -0
- package/.opencode/skills/bmad-cis-storytelling/workflow.md +321 -0
- package/.opencode/skills/bmad-code-review/SKILL.md +6 -0
- package/.opencode/skills/bmad-code-review/steps/step-01-gather-context.md +62 -0
- package/.opencode/skills/bmad-code-review/steps/step-02-review.md +34 -0
- package/.opencode/skills/bmad-code-review/steps/step-03-triage.md +49 -0
- package/.opencode/skills/bmad-code-review/steps/step-04-present.md +129 -0
- package/.opencode/skills/bmad-code-review/workflow.md +55 -0
- package/.opencode/skills/bmad-correct-course/SKILL.md +6 -0
- package/.opencode/skills/bmad-correct-course/checklist.md +288 -0
- package/.opencode/skills/bmad-correct-course/workflow.md +267 -0
- package/.opencode/skills/bmad-create-architecture/SKILL.md +6 -0
- package/.opencode/skills/bmad-create-architecture/architecture-decision-template.md +12 -0
- package/.opencode/skills/bmad-create-architecture/data/domain-complexity.csv +13 -0
- package/.opencode/skills/bmad-create-architecture/data/project-types.csv +7 -0
- package/.opencode/skills/bmad-create-architecture/steps/step-01-init.md +153 -0
- package/.opencode/skills/bmad-create-architecture/steps/step-01b-continue.md +173 -0
- package/.opencode/skills/bmad-create-architecture/steps/step-02-context.md +224 -0
- package/.opencode/skills/bmad-create-architecture/steps/step-03-starter.md +329 -0
- package/.opencode/skills/bmad-create-architecture/steps/step-04-decisions.md +318 -0
- package/.opencode/skills/bmad-create-architecture/steps/step-05-patterns.md +359 -0
- package/.opencode/skills/bmad-create-architecture/steps/step-06-structure.md +379 -0
- package/.opencode/skills/bmad-create-architecture/steps/step-07-validation.md +359 -0
- package/.opencode/skills/bmad-create-architecture/steps/step-08-complete.md +76 -0
- package/.opencode/skills/bmad-create-architecture/workflow.md +38 -0
- package/.opencode/skills/bmad-create-epics-and-stories/SKILL.md +6 -0
- package/.opencode/skills/bmad-create-epics-and-stories/steps/step-01-validate-prerequisites.md +255 -0
- package/.opencode/skills/bmad-create-epics-and-stories/steps/step-02-design-epics.md +212 -0
- package/.opencode/skills/bmad-create-epics-and-stories/steps/step-03-create-stories.md +255 -0
- package/.opencode/skills/bmad-create-epics-and-stories/steps/step-04-final-validation.md +131 -0
- package/.opencode/skills/bmad-create-epics-and-stories/templates/epics-template.md +61 -0
- package/.opencode/skills/bmad-create-epics-and-stories/workflow.md +53 -0
- package/.opencode/skills/bmad-create-prd/SKILL.md +6 -0
- package/.opencode/skills/bmad-create-prd/data/domain-complexity.csv +15 -0
- package/.opencode/skills/bmad-create-prd/data/prd-purpose.md +197 -0
- package/.opencode/skills/bmad-create-prd/data/project-types.csv +11 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-01-init.md +178 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-01b-continue.md +161 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-02-discovery.md +208 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-02b-vision.md +142 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-02c-executive-summary.md +158 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-03-success.md +214 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-04-journeys.md +201 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-05-domain.md +194 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-06-innovation.md +211 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-07-project-type.md +222 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-08-scoping.md +216 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-09-functional.md +219 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-10-nonfunctional.md +230 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-11-polish.md +221 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-12-complete.md +115 -0
- package/.opencode/skills/bmad-create-prd/templates/prd-template.md +10 -0
- package/.opencode/skills/bmad-create-prd/workflow.md +62 -0
- package/.opencode/skills/bmad-create-story/SKILL.md +6 -0
- package/.opencode/skills/bmad-create-story/checklist.md +357 -0
- package/.opencode/skills/bmad-create-story/discover-inputs.md +88 -0
- package/.opencode/skills/bmad-create-story/template.md +49 -0
- package/.opencode/skills/bmad-create-story/workflow.md +380 -0
- package/.opencode/skills/bmad-create-ux-design/SKILL.md +6 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-01-init.md +135 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-01b-continue.md +127 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-02-discovery.md +190 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-03-core-experience.md +217 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-04-emotional-response.md +220 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-05-inspiration.md +235 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-06-design-system.md +253 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-07-defining-experience.md +255 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-08-visual-foundation.md +225 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-09-design-directions.md +225 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-10-user-journeys.md +242 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-11-component-strategy.md +249 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-12-ux-patterns.md +238 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-13-responsive-accessibility.md +265 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-14-complete.md +171 -0
- package/.opencode/skills/bmad-create-ux-design/ux-design-template.md +13 -0
- package/.opencode/skills/bmad-create-ux-design/workflow.md +36 -0
- package/.opencode/skills/bmad-dev-story/SKILL.md +6 -0
- package/.opencode/skills/bmad-dev-story/checklist.md +80 -0
- package/.opencode/skills/bmad-dev-story/workflow.md +450 -0
- package/.opencode/skills/bmad-distillator/SKILL.md +178 -0
- package/.opencode/skills/bmad-distillator/agents/distillate-compressor.md +116 -0
- package/.opencode/skills/bmad-distillator/agents/round-trip-reconstructor.md +68 -0
- package/.opencode/skills/bmad-distillator/resources/compression-rules.md +51 -0
- package/.opencode/skills/bmad-distillator/resources/distillate-format-reference.md +227 -0
- package/.opencode/skills/bmad-distillator/resources/splitting-strategy.md +78 -0
- package/.opencode/skills/bmad-distillator/scripts/analyze_sources.py +300 -0
- package/.opencode/skills/bmad-distillator/scripts/tests/test_analyze_sources.py +204 -0
- package/.opencode/skills/bmad-document-project/SKILL.md +6 -0
- package/.opencode/skills/bmad-document-project/checklist.md +245 -0
- package/.opencode/skills/bmad-document-project/documentation-requirements.csv +12 -0
- package/.opencode/skills/bmad-document-project/instructions.md +128 -0
- package/.opencode/skills/bmad-document-project/templates/deep-dive-template.md +345 -0
- package/.opencode/skills/bmad-document-project/templates/index-template.md +169 -0
- package/.opencode/skills/bmad-document-project/templates/project-overview-template.md +103 -0
- package/.opencode/skills/bmad-document-project/templates/project-scan-report-schema.json +160 -0
- package/.opencode/skills/bmad-document-project/templates/source-tree-template.md +135 -0
- package/.opencode/skills/bmad-document-project/workflow.md +27 -0
- package/.opencode/skills/bmad-document-project/workflows/deep-dive-instructions.md +299 -0
- package/.opencode/skills/bmad-document-project/workflows/deep-dive-workflow.md +34 -0
- package/.opencode/skills/bmad-document-project/workflows/full-scan-instructions.md +1107 -0
- package/.opencode/skills/bmad-document-project/workflows/full-scan-workflow.md +34 -0
- package/.opencode/skills/bmad-domain-research/SKILL.md +6 -0
- package/.opencode/skills/bmad-domain-research/domain-steps/step-01-init.md +137 -0
- package/.opencode/skills/bmad-domain-research/domain-steps/step-02-domain-analysis.md +229 -0
- package/.opencode/skills/bmad-domain-research/domain-steps/step-03-competitive-landscape.md +238 -0
- package/.opencode/skills/bmad-domain-research/domain-steps/step-04-regulatory-focus.md +206 -0
- package/.opencode/skills/bmad-domain-research/domain-steps/step-05-technical-trends.md +234 -0
- package/.opencode/skills/bmad-domain-research/domain-steps/step-06-research-synthesis.md +444 -0
- package/.opencode/skills/bmad-domain-research/research.template.md +29 -0
- package/.opencode/skills/bmad-domain-research/workflow.md +49 -0
- package/.opencode/skills/bmad-edit-prd/SKILL.md +6 -0
- package/.opencode/skills/bmad-edit-prd/steps-e/step-e-01-discovery.md +242 -0
- package/.opencode/skills/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md +204 -0
- package/.opencode/skills/bmad-edit-prd/steps-e/step-e-02-review.md +245 -0
- package/.opencode/skills/bmad-edit-prd/steps-e/step-e-03-edit.md +250 -0
- package/.opencode/skills/bmad-edit-prd/steps-e/step-e-04-complete.md +165 -0
- package/.opencode/skills/bmad-edit-prd/workflow.md +63 -0
- package/.opencode/skills/bmad-editorial-review-prose/SKILL.md +86 -0
- package/.opencode/skills/bmad-editorial-review-structure/SKILL.md +179 -0
- package/.opencode/skills/bmad-generate-project-context/SKILL.md +6 -0
- package/.opencode/skills/bmad-generate-project-context/project-context-template.md +21 -0
- package/.opencode/skills/bmad-generate-project-context/steps/step-01-discover.md +186 -0
- package/.opencode/skills/bmad-generate-project-context/steps/step-02-generate.md +321 -0
- package/.opencode/skills/bmad-generate-project-context/steps/step-03-complete.md +278 -0
- package/.opencode/skills/bmad-generate-project-context/workflow.md +43 -0
- package/.opencode/skills/bmad-help/SKILL.md +73 -0
- package/.opencode/skills/bmad-index-docs/SKILL.md +66 -0
- package/.opencode/skills/bmad-init/SKILL.md +100 -0
- package/.opencode/skills/bmad-init/resources/core-module.yaml +25 -0
- package/.opencode/skills/bmad-init/scripts/bmad_init.py +593 -0
- package/.opencode/skills/bmad-init/scripts/tests/test_bmad_init.py +329 -0
- package/.opencode/skills/bmad-ma-agent-cyber/SKILL.md +49 -0
- package/.opencode/skills/bmad-ma-agent-cyber/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-ma-agent-devops/SKILL.md +49 -0
- package/.opencode/skills/bmad-ma-agent-devops/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-ma-agent-mil498/.gitkeep +0 -0
- package/.opencode/skills/bmad-ma-agent-mil498/SKILL.md +53 -0
- package/.opencode/skills/bmad-ma-agent-mil498/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-ma-agent-ml/.gitkeep +0 -0
- package/.opencode/skills/bmad-ma-agent-ml/SKILL.md +59 -0
- package/.opencode/skills/bmad-ma-agent-ml/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-ma-agent-sre/.gitkeep +0 -0
- package/.opencode/skills/bmad-ma-agent-sre/SKILL.md +49 -0
- package/.opencode/skills/bmad-ma-agent-sre/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-market-research/SKILL.md +6 -0
- package/.opencode/skills/bmad-market-research/research.template.md +29 -0
- package/.opencode/skills/bmad-market-research/steps/step-01-init.md +184 -0
- package/.opencode/skills/bmad-market-research/steps/step-02-customer-behavior.md +239 -0
- package/.opencode/skills/bmad-market-research/steps/step-03-customer-pain-points.md +251 -0
- package/.opencode/skills/bmad-market-research/steps/step-04-customer-decisions.md +261 -0
- package/.opencode/skills/bmad-market-research/steps/step-05-competitive-analysis.md +173 -0
- package/.opencode/skills/bmad-market-research/steps/step-06-research-completion.md +478 -0
- package/.opencode/skills/bmad-market-research/workflow.md +49 -0
- package/.opencode/skills/bmad-party-mode/SKILL.md +6 -0
- package/.opencode/skills/bmad-party-mode/steps/step-01-agent-loading.md +138 -0
- package/.opencode/skills/bmad-party-mode/steps/step-02-discussion-orchestration.md +187 -0
- package/.opencode/skills/bmad-party-mode/steps/step-03-graceful-exit.md +167 -0
- package/.opencode/skills/bmad-party-mode/workflow.md +190 -0
- package/.opencode/skills/bmad-product-brief/SKILL.md +87 -0
- package/.opencode/skills/bmad-product-brief/agents/artifact-analyzer.md +60 -0
- package/.opencode/skills/bmad-product-brief/agents/opportunity-reviewer.md +44 -0
- package/.opencode/skills/bmad-product-brief/agents/skeptic-reviewer.md +44 -0
- package/.opencode/skills/bmad-product-brief/agents/web-researcher.md +49 -0
- package/.opencode/skills/bmad-product-brief/bmad-manifest.json +17 -0
- package/.opencode/skills/bmad-product-brief/prompts/contextual-discovery.md +57 -0
- package/.opencode/skills/bmad-product-brief/prompts/draft-and-review.md +86 -0
- package/.opencode/skills/bmad-product-brief/prompts/finalize.md +75 -0
- package/.opencode/skills/bmad-product-brief/prompts/guided-elicitation.md +70 -0
- package/.opencode/skills/bmad-product-brief/resources/brief-template.md +60 -0
- package/.opencode/skills/bmad-qa-generate-e2e-tests/SKILL.md +6 -0
- package/.opencode/skills/bmad-qa-generate-e2e-tests/checklist.md +33 -0
- package/.opencode/skills/bmad-qa-generate-e2e-tests/workflow.md +136 -0
- package/.opencode/skills/bmad-quick-dev/SKILL.md +6 -0
- package/.opencode/skills/bmad-quick-dev/spec-template.md +88 -0
- package/.opencode/skills/bmad-quick-dev/step-01-clarify-and-route.md +64 -0
- package/.opencode/skills/bmad-quick-dev/step-02-plan.md +35 -0
- package/.opencode/skills/bmad-quick-dev/step-03-implement.md +37 -0
- package/.opencode/skills/bmad-quick-dev/step-04-review.md +49 -0
- package/.opencode/skills/bmad-quick-dev/step-05-present.md +63 -0
- package/.opencode/skills/bmad-quick-dev/step-oneshot.md +49 -0
- package/.opencode/skills/bmad-quick-dev/workflow.md +79 -0
- package/.opencode/skills/bmad-retrospective/SKILL.md +6 -0
- package/.opencode/skills/bmad-retrospective/workflow.md +1479 -0
- package/.opencode/skills/bmad-review-adversarial-general/SKILL.md +37 -0
- package/.opencode/skills/bmad-review-edge-case-hunter/SKILL.md +67 -0
- package/.opencode/skills/bmad-shard-doc/SKILL.md +105 -0
- package/.opencode/skills/bmad-sprint-planning/SKILL.md +6 -0
- package/.opencode/skills/bmad-sprint-planning/checklist.md +33 -0
- package/.opencode/skills/bmad-sprint-planning/sprint-status-template.yaml +56 -0
- package/.opencode/skills/bmad-sprint-planning/workflow.md +263 -0
- package/.opencode/skills/bmad-sprint-status/SKILL.md +6 -0
- package/.opencode/skills/bmad-sprint-status/workflow.md +261 -0
- package/.opencode/skills/bmad-technical-research/SKILL.md +6 -0
- package/.opencode/skills/bmad-technical-research/research.template.md +29 -0
- package/.opencode/skills/bmad-technical-research/technical-steps/step-01-init.md +137 -0
- package/.opencode/skills/bmad-technical-research/technical-steps/step-02-technical-overview.md +239 -0
- package/.opencode/skills/bmad-technical-research/technical-steps/step-03-integration-patterns.md +248 -0
- package/.opencode/skills/bmad-technical-research/technical-steps/step-04-architectural-patterns.md +202 -0
- package/.opencode/skills/bmad-technical-research/technical-steps/step-05-implementation-research.md +233 -0
- package/.opencode/skills/bmad-technical-research/technical-steps/step-06-research-synthesis.md +487 -0
- package/.opencode/skills/bmad-technical-research/workflow.md +50 -0
- package/.opencode/skills/bmad-validate-prd/SKILL.md +6 -0
- package/.opencode/skills/bmad-validate-prd/data/domain-complexity.csv +15 -0
- package/.opencode/skills/bmad-validate-prd/data/prd-purpose.md +197 -0
- package/.opencode/skills/bmad-validate-prd/data/project-types.csv +11 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-01-discovery.md +221 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-02-format-detection.md +188 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-02b-parity-check.md +206 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-03-density-validation.md +171 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md +211 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md +225 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md +214 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md +202 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md +240 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md +260 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-10-smart-validation.md +206 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md +261 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md +239 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-13-report-complete.md +229 -0
- package/.opencode/skills/bmad-validate-prd/workflow.md +62 -0
- package/.opencode/skills/cleanup-done/.gitkeep +0 -0
- package/.opencode/skills/create-bug-story/.gitkeep +0 -0
- package/.opencode/skills/create-bug-story/SKILL.md +263 -0
- package/.opencode/skills/create-bug-story/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/cyber-generate-certs/.gitkeep +0 -0
- package/.opencode/skills/cyber-generate-certs/SKILL.md +27 -0
- package/.opencode/skills/cyber-generate-certs/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/cyber-immunity-estimation/.gitkeep +0 -0
- package/.opencode/skills/cyber-immunity-estimation/SKILL.md +29 -0
- package/.opencode/skills/cyber-immunity-estimation/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/cyber-security-audit/.gitkeep +0 -0
- package/.opencode/skills/cyber-security-audit/SKILL.md +27 -0
- package/.opencode/skills/cyber-security-audit/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/cyber-vault-secrets/.gitkeep +0 -0
- package/.opencode/skills/cyber-vault-secrets/SKILL.md +28 -0
- package/.opencode/skills/cyber-vault-secrets/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/cyber-verify-docker-users/.gitkeep +0 -0
- package/.opencode/skills/cyber-verify-docker-users/SKILL.md +23 -0
- package/.opencode/skills/cyber-verify-docker-users/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/cyber-verify-image-signature/.gitkeep +0 -0
- package/.opencode/skills/cyber-verify-image-signature/SKILL.md +22 -0
- package/.opencode/skills/cyber-verify-image-signature/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/cyber-vulnerability-scan/.gitkeep +0 -0
- package/.opencode/skills/cyber-vulnerability-scan/SKILL.md +28 -0
- package/.opencode/skills/cyber-vulnerability-scan/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/devops-configure-infrastructure/.gitkeep +0 -0
- package/.opencode/skills/devops-configure-infrastructure/SKILL.md +27 -0
- package/.opencode/skills/devops-configure-infrastructure/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/devops-disconnected-deployment/.gitkeep +0 -0
- package/.opencode/skills/devops-disconnected-deployment/SKILL.md +27 -0
- package/.opencode/skills/devops-disconnected-deployment/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/devops-docker-compose-setup/.gitkeep +0 -0
- package/.opencode/skills/devops-docker-compose-setup/SKILL.md +26 -0
- package/.opencode/skills/devops-docker-compose-setup/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/devops-manage-helm/.gitkeep +0 -0
- package/.opencode/skills/devops-manage-helm/SKILL.md +28 -0
- package/.opencode/skills/devops-manage-helm/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/devops-sign-docker-image/.gitkeep +0 -0
- package/.opencode/skills/devops-sign-docker-image/SKILL.md +24 -0
- package/.opencode/skills/devops-sign-docker-image/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/generate-backlog/.gitkeep +0 -0
- package/.opencode/skills/mil498-ocd/.gitkeep +0 -0
- package/.opencode/skills/mil498-ocd/SKILL.md +30 -0
- package/.opencode/skills/mil498-ocd/bmad-skill-manifest.yaml +5 -0
- package/.opencode/skills/mil498-ocd/prompts/01-discover-project-artifacts.md +26 -0
- package/.opencode/skills/mil498-ocd/prompts/02-load-template.md +10 -0
- package/.opencode/skills/mil498-ocd/prompts/03-generate-document.md +90 -0
- package/.opencode/skills/mil498-ocd/prompts/04-validate.md +14 -0
- package/.opencode/skills/mil498-ocd/prompts/05-review.md +15 -0
- package/.opencode/skills/mil498-ocd/prompts/06-save.md +15 -0
- package/.opencode/skills/mil498-ocd/template.md +169 -0
- package/.opencode/skills/mil498-sdd/.gitkeep +0 -0
- package/.opencode/skills/mil498-sdd/SKILL.md +30 -0
- package/.opencode/skills/mil498-sdd/bmad-skill-manifest.yaml +5 -0
- package/.opencode/skills/mil498-sdd/prompts/01-discover-project-artifacts.md +50 -0
- package/.opencode/skills/mil498-sdd/prompts/02-load-template.md +10 -0
- package/.opencode/skills/mil498-sdd/prompts/03-generate-document.md +98 -0
- package/.opencode/skills/mil498-sdd/prompts/04-validate.md +16 -0
- package/.opencode/skills/mil498-sdd/prompts/05-review.md +15 -0
- package/.opencode/skills/mil498-sdd/prompts/06-save.md +19 -0
- package/.opencode/skills/mil498-sdd/template.md +163 -0
- package/.opencode/skills/mil498-sdp/.gitkeep +0 -0
- package/.opencode/skills/mil498-sdp/SKILL.md +30 -0
- package/.opencode/skills/mil498-sdp/bmad-skill-manifest.yaml +5 -0
- package/.opencode/skills/mil498-sdp/prompts/01-discover-project-artifacts.md +32 -0
- package/.opencode/skills/mil498-sdp/prompts/02-load-template.md +10 -0
- package/.opencode/skills/mil498-sdp/prompts/03-generate-document.md +187 -0
- package/.opencode/skills/mil498-sdp/prompts/04-validate.md +13 -0
- package/.opencode/skills/mil498-sdp/prompts/05-review.md +15 -0
- package/.opencode/skills/mil498-sdp/prompts/06-save.md +14 -0
- package/.opencode/skills/mil498-sdp/template.md +307 -0
- package/.opencode/skills/mil498-srs/.gitkeep +0 -0
- package/.opencode/skills/mil498-srs/SKILL.md +30 -0
- package/.opencode/skills/mil498-srs/bmad-skill-manifest.yaml +5 -0
- package/.opencode/skills/mil498-srs/prompts/01-discover-project-artifacts.md +42 -0
- package/.opencode/skills/mil498-srs/prompts/02-load-template.md +10 -0
- package/.opencode/skills/mil498-srs/prompts/03-generate-document.md +100 -0
- package/.opencode/skills/mil498-srs/prompts/04-validate.md +16 -0
- package/.opencode/skills/mil498-srs/prompts/05-review.md +15 -0
- package/.opencode/skills/mil498-srs/prompts/06-save.md +18 -0
- package/.opencode/skills/mil498-srs/template.md +219 -0
- package/.opencode/skills/mil498-ssdd/.gitkeep +0 -0
- package/.opencode/skills/mil498-ssdd/SKILL.md +32 -0
- package/.opencode/skills/mil498-ssdd/bmad-skill-manifest.yaml +5 -0
- package/.opencode/skills/mil498-ssdd/prompts/01-discover-project-artifacts.md +32 -0
- package/.opencode/skills/mil498-ssdd/prompts/02-load-template.md +10 -0
- package/.opencode/skills/mil498-ssdd/prompts/03-csci-discovery-interview.md +43 -0
- package/.opencode/skills/mil498-ssdd/prompts/04-generate-document.md +96 -0
- package/.opencode/skills/mil498-ssdd/prompts/05-validate.md +14 -0
- package/.opencode/skills/mil498-ssdd/prompts/06-review.md +16 -0
- package/.opencode/skills/mil498-ssdd/prompts/07-save.md +16 -0
- package/.opencode/skills/mil498-ssdd/template.md +154 -0
- package/.opencode/skills/mil498-sss/.gitkeep +0 -0
- package/.opencode/skills/mil498-sss/SKILL.md +31 -0
- package/.opencode/skills/mil498-sss/bmad-skill-manifest.yaml +5 -0
- package/.opencode/skills/mil498-sss/prompts/01-discover-project-artifacts.md +31 -0
- package/.opencode/skills/mil498-sss/prompts/02-load-template.md +10 -0
- package/.opencode/skills/mil498-sss/prompts/03-generate-document.md +108 -0
- package/.opencode/skills/mil498-sss/prompts/04-validate.md +16 -0
- package/.opencode/skills/mil498-sss/prompts/05-review.md +15 -0
- package/.opencode/skills/mil498-sss/prompts/06-save.md +15 -0
- package/.opencode/skills/mil498-sss/template.md +225 -0
- package/.opencode/skills/mil498-std/.gitkeep +0 -0
- package/.opencode/skills/mil498-std/SKILL.md +30 -0
- package/.opencode/skills/mil498-std/bmad-skill-manifest.yaml +5 -0
- package/.opencode/skills/mil498-std/prompts/01-discover-project-artifacts.md +42 -0
- package/.opencode/skills/mil498-std/prompts/02-load-template.md +10 -0
- package/.opencode/skills/mil498-std/prompts/03-generate-document.md +117 -0
- package/.opencode/skills/mil498-std/prompts/04-validate.md +15 -0
- package/.opencode/skills/mil498-std/prompts/05-review.md +15 -0
- package/.opencode/skills/mil498-std/prompts/06-save.md +15 -0
- package/.opencode/skills/mil498-std/template.md +188 -0
- package/.opencode/skills/ml-advise/.gitkeep +0 -0
- package/.opencode/skills/ml-advise/SKILL.md +76 -0
- package/.opencode/skills/ml-advise/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-advise/skill.json +7 -0
- package/.opencode/skills/ml-analysis/.gitkeep +0 -0
- package/.opencode/skills/ml-analysis/SKILL.md +60 -0
- package/.opencode/skills/ml-analysis/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-analysis/skill.json +7 -0
- package/.opencode/skills/ml-architecture/.gitkeep +0 -0
- package/.opencode/skills/ml-architecture/SKILL.md +55 -0
- package/.opencode/skills/ml-architecture/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-architecture/skill.json +7 -0
- package/.opencode/skills/ml-detailed-design/.gitkeep +0 -0
- package/.opencode/skills/ml-detailed-design/SKILL.md +67 -0
- package/.opencode/skills/ml-detailed-design/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-detailed-design/skill.json +7 -0
- package/.opencode/skills/ml-eda/.gitkeep +0 -0
- package/.opencode/skills/ml-eda/SKILL.md +56 -0
- package/.opencode/skills/ml-eda/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-eda/scripts/baseline_classifier.py +522 -0
- package/.opencode/skills/ml-eda/scripts/class_weights_calculator.py +295 -0
- package/.opencode/skills/ml-eda/scripts/clustering_explorer.py +383 -0
- package/.opencode/skills/ml-eda/scripts/eda_analyzer.py +654 -0
- package/.opencode/skills/ml-eda/skill.json +7 -0
- package/.opencode/skills/ml-experiment/.gitkeep +0 -0
- package/.opencode/skills/ml-experiment/SKILL.md +74 -0
- package/.opencode/skills/ml-experiment/assets/advanced_trainer_configs.py +430 -0
- package/.opencode/skills/ml-experiment/assets/quick_trainer_setup.py +233 -0
- package/.opencode/skills/ml-experiment/assets/template_datamodule.py +219 -0
- package/.opencode/skills/ml-experiment/assets/template_gnn_module.py +341 -0
- package/.opencode/skills/ml-experiment/assets/template_lightning_module.py +158 -0
- package/.opencode/skills/ml-experiment/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-experiment/skill.json +7 -0
- package/.opencode/skills/ml-hparam/.gitkeep +0 -0
- package/.opencode/skills/ml-hparam/SKILL.md +81 -0
- package/.opencode/skills/ml-hparam/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-hparam/skill.json +7 -0
- package/.opencode/skills/ml-ideation/.gitkeep +0 -0
- package/.opencode/skills/ml-ideation/SKILL.md +50 -0
- package/.opencode/skills/ml-ideation/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-ideation/scripts/validate_ml_prd.py +287 -0
- package/.opencode/skills/ml-ideation/skill.json +7 -0
- package/.opencode/skills/ml-infra/.gitkeep +0 -0
- package/.opencode/skills/ml-infra/SKILL.md +58 -0
- package/.opencode/skills/ml-infra/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-infra/skill.json +7 -0
- package/.opencode/skills/ml-retrospective/.gitkeep +0 -0
- package/.opencode/skills/ml-retrospective/SKILL.md +63 -0
- package/.opencode/skills/ml-retrospective/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-retrospective/skill.json +7 -0
- package/.opencode/skills/ml-revision/.gitkeep +0 -0
- package/.opencode/skills/ml-revision/SKILL.md +82 -0
- package/.opencode/skills/ml-revision/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-revision/skill.json +7 -0
- package/.opencode/skills/ml-techspec/.gitkeep +0 -0
- package/.opencode/skills/ml-techspec/SKILL.md +80 -0
- package/.opencode/skills/ml-techspec/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-techspec/skill.json +7 -0
- package/.opencode/skills/modify-sprint/.gitkeep +0 -0
- package/.opencode/skills/modify-sprint/SKILL.md +322 -0
- package/.opencode/skills/modify-sprint/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/prioritize-backlog/.gitkeep +0 -0
- package/.opencode/skills/project-context-expansion/.gitkeep +0 -0
- package/.opencode/skills/project-context-expansion/SKILL.md +238 -0
- package/.opencode/skills/project-context-expansion/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/remove-from-sprint/.gitkeep +0 -0
- package/.opencode/skills/sprint-status-view/.gitkeep +0 -0
- package/.opencode/skills/sprint-status-view/SKILL.md +263 -0
- package/.opencode/skills/sprint-status-view/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/sre-check-deployment-status/.gitkeep +0 -0
- package/.opencode/skills/sre-check-deployment-status/SKILL.md +32 -0
- package/.opencode/skills/sre-check-deployment-status/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/sre-check-secrets/.gitkeep +0 -0
- package/.opencode/skills/sre-check-secrets/SKILL.md +23 -0
- package/.opencode/skills/sre-check-secrets/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/sre-check-system-status/.gitkeep +0 -0
- package/.opencode/skills/sre-check-system-status/SKILL.md +27 -0
- package/.opencode/skills/sre-check-system-status/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/sre-day-2-ops/.gitkeep +0 -0
- package/.opencode/skills/sre-day-2-ops/SKILL.md +26 -0
- package/.opencode/skills/sre-day-2-ops/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/sre-deployment-strategies/.gitkeep +0 -0
- package/.opencode/skills/sre-deployment-strategies/SKILL.md +28 -0
- package/.opencode/skills/sre-deployment-strategies/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/sre-fix-deployments/.gitkeep +0 -0
- package/.opencode/skills/sre-fix-deployments/SKILL.md +25 -0
- package/.opencode/skills/sre-fix-deployments/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/sre-gitops-status/.gitkeep +0 -0
- package/.opencode/skills/sre-gitops-status/SKILL.md +25 -0
- package/.opencode/skills/sre-gitops-status/bmad-skill-manifest.yaml +3 -0
- package/.roo/skills/.ma-agents.json +134 -134
- package/bin/cli.js +25 -10
- package/lib/agents.js +21 -51
- package/lib/bmad-extension/module-help.csv +4 -21
- package/lib/bmad-extension/skills/add-sprint/SKILL.md +40 -126
- package/lib/bmad-extension/skills/add-to-sprint/SKILL.md +142 -116
- package/lib/bmad-extension/skills/create-bug-story/SKILL.md +7 -75
- package/lib/bmad-extension/skills/modify-sprint/SKILL.md +0 -63
- package/lib/bmad-extension/skills/sprint-status-view/SKILL.md +138 -199
- package/lib/bmad-extension/workflows/add-sprint/workflow.md +39 -129
- package/lib/bmad-extension/workflows/add-to-sprint/workflow.md +205 -3
- package/lib/bmad-extension/workflows/modify-sprint/workflow.md +0 -5
- package/lib/bmad-extension/workflows/sprint-status-view/workflow.md +192 -3
- package/lib/installer.js +13 -5
- package/package.json +1 -1
- /package/{lib/bmad-extension/skills/cleanup-done → .opencode/skills/add-sprint}/.gitkeep +0 -0
- /package/{lib/bmad-extension/skills/generate-backlog → .opencode/skills/add-to-sprint}/.gitkeep +0 -0
- /package/{lib/bmad-extension/skills/prioritize-backlog → .opencode/skills/bmad-ma-agent-cyber}/.gitkeep +0 -0
- /package/{lib/bmad-extension/skills/remove-from-sprint → .opencode/skills/bmad-ma-agent-devops}/.gitkeep +0 -0
- /package/{lib/bmad-extension → .opencode}/skills/cleanup-done/SKILL.md +0 -0
- /package/{lib/bmad-extension → .opencode}/skills/cleanup-done/bmad-skill-manifest.yaml +0 -0
- /package/{lib/bmad-extension → .opencode}/skills/generate-backlog/SKILL.md +0 -0
- /package/{lib/bmad-extension → .opencode}/skills/generate-backlog/bmad-skill-manifest.yaml +0 -0
- /package/{lib/bmad-extension → .opencode}/skills/prioritize-backlog/SKILL.md +0 -0
- /package/{lib/bmad-extension → .opencode}/skills/prioritize-backlog/bmad-skill-manifest.yaml +0 -0
- /package/{lib/bmad-extension → .opencode}/skills/remove-from-sprint/SKILL.md +0 -0
- /package/{lib/bmad-extension → .opencode}/skills/remove-from-sprint/bmad-skill-manifest.yaml +0 -0
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sprint-status-view
|
|
3
|
+
description: Display sprint progress with capacity, items, and backlog. Regenerates sprint-status.yaml.
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "sprint status view"
|
|
7
|
+
- "view sprint status"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Sprint Status View Workflow
|
|
11
|
+
|
|
12
|
+
Display sprint status with capacity, items, and backlog summary. Regenerates `sprint-status.yaml` from authoritative sources.
|
|
13
|
+
|
|
14
|
+
<workflow>
|
|
15
|
+
|
|
16
|
+
<step n="1" goal="Suggest running /cleanup-done first">
|
|
17
|
+
<output>
|
|
18
|
+
**Tip:** Consider running `/cleanup-done` before viewing sprint status to archive completed items and free capacity.
|
|
19
|
+
</output>
|
|
20
|
+
<action>Continue to next step (advisory only -- do not auto-invoke /cleanup-done)</action>
|
|
21
|
+
</step>
|
|
22
|
+
|
|
23
|
+
<step n="2" goal="Load data sources">
|
|
24
|
+
<action>Glob `_bmad-output/implementation-artifacts/sprints/sprint-*.yaml` to discover all sprint entity files</action>
|
|
25
|
+
<action>Store discovered sprint files as {{sprint_files}} list</action>
|
|
26
|
+
|
|
27
|
+
<action>Read `_bmad-output/implementation-artifacts/backlog.yaml` if it exists</action>
|
|
28
|
+
<action>Store the backlog items list as {{backlog_items}} (or empty list if file not found)</action>
|
|
29
|
+
|
|
30
|
+
<action>Glob `_bmad-output/implementation-artifacts/bug-*.md` to discover all bug story files (fallback for bug metadata)</action>
|
|
31
|
+
<action>For each bug file found, parse YAML frontmatter to extract: title, severity, status</action>
|
|
32
|
+
<action>Store as {{bug_metadata_map}} keyed by file basename (e.g., `bug-login-crash`)</action>
|
|
33
|
+
|
|
34
|
+
<action>Read `_bmad-output/implementation-artifacts/sprint-status.yaml` if it exists (fallback for story status when backlog.yaml is missing or incomplete)</action>
|
|
35
|
+
<action>Parse development_status section into {{status_fallback_map}} -- key: story key, value: status</action>
|
|
36
|
+
<action>Exclude epic-* keys and *-retrospective keys from the fallback map</action>
|
|
37
|
+
|
|
38
|
+
<check if="no sprint files found AND no backlog.yaml exists">
|
|
39
|
+
<output>
|
|
40
|
+
**No Sprint Data Found**
|
|
41
|
+
|
|
42
|
+
No sprint files exist (`sprints/sprint-*.yaml`) and no `backlog.yaml` was found.
|
|
43
|
+
|
|
44
|
+
**To get started:**
|
|
45
|
+
1. Run `/generate-backlog` to create a backlog from your epics
|
|
46
|
+
2. Run `/add-sprint` to create your first sprint
|
|
47
|
+
3. Run `/add-to-sprint` to assign backlog items to it
|
|
48
|
+
</output>
|
|
49
|
+
<action>Exit workflow</action>
|
|
50
|
+
</check>
|
|
51
|
+
</step>
|
|
52
|
+
|
|
53
|
+
<step n="3" goal="Display each sprint">
|
|
54
|
+
<action>For each sprint in {{sprint_files}}, read the full YAML content</action>
|
|
55
|
+
<action>Sort sprints for display: active first, then planning, then closed</action>
|
|
56
|
+
<action>Initialize {{total_done_in_sprints}} = 0 for step 4</action>
|
|
57
|
+
|
|
58
|
+
<action>For each sprint (in sorted order):
|
|
59
|
+
|
|
60
|
+
**If sprint.status is "closed":**
|
|
61
|
+
- Count total items in sprint.items
|
|
62
|
+
- Display collapsed summary line only
|
|
63
|
+
|
|
64
|
+
**If sprint.status is NOT "closed" (active or planning):**
|
|
65
|
+
- Calculate {{item_count}} = length(sprint.items)
|
|
66
|
+
- For each item identifier in sprint.items, resolve details:
|
|
67
|
+
- Look up item in {{backlog_items}} by matching `id` field
|
|
68
|
+
- If found in backlog: use `type`, `title`, `status`, `severity` from backlog entry
|
|
69
|
+
- If NOT found in backlog and item matches `^bug-`: look up in {{bug_metadata_map}} for title/severity, use status from bug frontmatter or default to "backlog"
|
|
70
|
+
- If NOT found in backlog and item matches a story pattern: look up in {{status_fallback_map}} for status, infer title from key, set type to "story"
|
|
71
|
+
- If item cannot be resolved from any source: display with raw identifier, type "unknown", status "unknown"
|
|
72
|
+
- If resolved item status is "done", increment {{total_done_in_sprints}}
|
|
73
|
+
- Build capacity bar: `[===---]` style where `=` represents filled slots and `-` represents remaining capacity
|
|
74
|
+
</action>
|
|
75
|
+
|
|
76
|
+
<action>Display non-closed sprints:</action>
|
|
77
|
+
<output>
|
|
78
|
+
{{#each non_closed_sprints}}
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
## {{sprint.name}} ({{sprint.status}}) -- {{item_count}}/{{sprint.capacity}} items
|
|
82
|
+
|
|
83
|
+
{{#if sprint.start}}**Start:** {{sprint.start}}{{/if}}{{#if sprint.end}} | **End:** {{sprint.end}}{{/if}}
|
|
84
|
+
|
|
85
|
+
| Item | Type | Status |
|
|
86
|
+
|---|---|---|
|
|
87
|
+
{{#each resolved_items}}
|
|
88
|
+
| {{id}} | {{#if is_story}}[story]{{/if}}{{#if is_bug}}[bug, {{severity}}]{{/if}} | {{status}} |
|
|
89
|
+
{{/each}}
|
|
90
|
+
{{#if items_empty}}
|
|
91
|
+
*(No items assigned)*
|
|
92
|
+
{{/if}}
|
|
93
|
+
|
|
94
|
+
**Capacity:** {{capacity_bar}}
|
|
95
|
+
{{/each}}
|
|
96
|
+
</output>
|
|
97
|
+
|
|
98
|
+
<action>Display closed sprints:</action>
|
|
99
|
+
<output>
|
|
100
|
+
{{#each closed_sprints}}
|
|
101
|
+
---
|
|
102
|
+
**{{sprint.name}}** (closed) -- {{item_count}} items completed
|
|
103
|
+
{{/each}}
|
|
104
|
+
</output>
|
|
105
|
+
</step>
|
|
106
|
+
|
|
107
|
+
<step n="4" goal="Completed items summary">
|
|
108
|
+
<action>Count items with status "done" that are still present in non-closed sprint files (use {{total_done_in_sprints}} from step 3)</action>
|
|
109
|
+
<check if="total_done_in_sprints > 0">
|
|
110
|
+
<output>
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
## Completed Items
|
|
114
|
+
|
|
115
|
+
{{total_done_in_sprints}} done item(s) are still in sprint files. Run `/cleanup-done` to archive them and free capacity.
|
|
116
|
+
</output>
|
|
117
|
+
</check>
|
|
118
|
+
<check if="total_done_in_sprints == 0">
|
|
119
|
+
<action>Skip this section -- no done items lingering in sprints</action>
|
|
120
|
+
</check>
|
|
121
|
+
</step>
|
|
122
|
+
|
|
123
|
+
<step n="5" goal="Unassigned backlog">
|
|
124
|
+
<action>Filter {{backlog_items}} to find items where sprint is null (unassigned)</action>
|
|
125
|
+
<action>Exclude items with status "done" from the unassigned list</action>
|
|
126
|
+
<action>Sort unassigned items by priority ascending (lowest number = highest priority)</action>
|
|
127
|
+
<action>Store as {{unassigned_items}}</action>
|
|
128
|
+
<action>Store total count as {{unassigned_total}}</action>
|
|
129
|
+
<action>Take top 15 items for display as {{unassigned_display}}</action>
|
|
130
|
+
|
|
131
|
+
<check if="unassigned_total > 0">
|
|
132
|
+
<output>
|
|
133
|
+
---
|
|
134
|
+
|
|
135
|
+
## Unassigned Backlog
|
|
136
|
+
|
|
137
|
+
| # | Item | Type | Priority | Status |
|
|
138
|
+
|---|---|---|---|---|
|
|
139
|
+
{{#each unassigned_display}}
|
|
140
|
+
| {{priority}} | {{id}} | {{type}} | {{priority}} | {{status}} |
|
|
141
|
+
{{/each}}
|
|
142
|
+
{{#if unassigned_total > 15}}
|
|
143
|
+
|
|
144
|
+
... and {{unassigned_total - 15}} more
|
|
145
|
+
{{/if}}
|
|
146
|
+
</output>
|
|
147
|
+
</check>
|
|
148
|
+
<check if="unassigned_total == 0">
|
|
149
|
+
<output>
|
|
150
|
+
---
|
|
151
|
+
|
|
152
|
+
## Unassigned Backlog
|
|
153
|
+
|
|
154
|
+
*(All backlog items are assigned to sprints)*
|
|
155
|
+
</output>
|
|
156
|
+
</check>
|
|
157
|
+
</step>
|
|
158
|
+
|
|
159
|
+
<step n="6" goal="Next actions menu">
|
|
160
|
+
<ask>
|
|
161
|
+
**Next Actions:**
|
|
162
|
+
[1] Full backlog
|
|
163
|
+
[2] /add-to-sprint
|
|
164
|
+
[3] /remove-from-sprint
|
|
165
|
+
[4] /prioritize-backlog
|
|
166
|
+
[5] /add-sprint
|
|
167
|
+
[6] /cleanup-done
|
|
168
|
+
[7] Exit
|
|
169
|
+
|
|
170
|
+
Choice:
|
|
171
|
+
</ask>
|
|
172
|
+
<check if="choice == 1">
|
|
173
|
+
<action>Display all items from {{backlog_items}} in a table: id, type, priority, status, sprint, severity</action>
|
|
174
|
+
<goto step="6" />
|
|
175
|
+
</check>
|
|
176
|
+
<check if="choice == 2">
|
|
177
|
+
<output>Run `/add-to-sprint` to assign backlog items to a sprint.</output>
|
|
178
|
+
</check>
|
|
179
|
+
<check if="choice == 3">
|
|
180
|
+
<output>Run `/remove-from-sprint` to remove items from a sprint.</output>
|
|
181
|
+
</check>
|
|
182
|
+
<check if="choice == 4">
|
|
183
|
+
<output>Run `/prioritize-backlog` to reorder backlog priorities.</output>
|
|
184
|
+
</check>
|
|
185
|
+
<check if="choice == 5">
|
|
186
|
+
<output>Run `/add-sprint` to create a new sprint.</output>
|
|
187
|
+
</check>
|
|
188
|
+
<check if="choice == 6">
|
|
189
|
+
<output>Run `/cleanup-done` to archive completed items from sprints.</output>
|
|
190
|
+
</check>
|
|
191
|
+
<check if="choice == 7">
|
|
192
|
+
<action>Exit workflow</action>
|
|
193
|
+
</check>
|
|
194
|
+
</step>
|
|
195
|
+
|
|
196
|
+
<step n="7" goal="Regenerate sprint-status.yaml (internal)" internal="true">
|
|
197
|
+
<action>This step runs automatically after display (steps 3-6) completes, before the workflow exits.</action>
|
|
198
|
+
|
|
199
|
+
<action>Read existing `_bmad-output/implementation-artifacts/sprint-status.yaml` if it exists</action>
|
|
200
|
+
<action>Preserve the STATUS DEFINITIONS comment block at the top of the file (lines starting with `#` that define status values)</action>
|
|
201
|
+
<action>Preserve any epic-* keys and *-retrospective keys from the existing file</action>
|
|
202
|
+
|
|
203
|
+
<action>Build the new development_status section:
|
|
204
|
+
- Source 1: {{backlog_items}} from backlog.yaml -- for each item where status is NOT "done", add an entry: key = item.id, value = item.status
|
|
205
|
+
- Source 2: sprint entity files -- for each sprint, for each item in sprint.items, ensure the item has an entry. If the item was already added from backlog.yaml, the backlog value wins. If the item is NOT in backlog.yaml, look up status from {{bug_metadata_map}} or {{status_fallback_map}}.
|
|
206
|
+
- Exclude items with status "done" -- only non-done items appear in sprint-status.yaml
|
|
207
|
+
</action>
|
|
208
|
+
|
|
209
|
+
<action>Collect sprint metadata for header comments:
|
|
210
|
+
- For each sprint: id, name, status, item count, capacity
|
|
211
|
+
</action>
|
|
212
|
+
|
|
213
|
+
<action>Get current ISO timestamp as {{generated_at}}</action>
|
|
214
|
+
|
|
215
|
+
<action>Write `_bmad-output/implementation-artifacts/sprint-status.yaml` with this structure:
|
|
216
|
+
|
|
217
|
+
```yaml
|
|
218
|
+
# generated: {{original_generated_date or generated_at}}
|
|
219
|
+
# updated: {{generated_at}} — regenerated by sprint-status-view
|
|
220
|
+
# project: {{project_name from existing file or "unknown"}}
|
|
221
|
+
# project_key: {{project_key from existing file or "NOKEY"}}
|
|
222
|
+
# tracking_system: file-system
|
|
223
|
+
# story_location: _bmad-output/implementation-artifacts
|
|
224
|
+
#
|
|
225
|
+
# Sprints:
|
|
226
|
+
{{#each sprints}}
|
|
227
|
+
# {{sprint.id}}: {{sprint.name}} ({{sprint.status}}) — {{item_count}}/{{sprint.capacity}} items
|
|
228
|
+
{{/each}}
|
|
229
|
+
#
|
|
230
|
+
# STATUS DEFINITIONS:
|
|
231
|
+
# ==================
|
|
232
|
+
# (preserve the full STATUS DEFINITIONS block from the existing file verbatim)
|
|
233
|
+
# If no existing file, use these defaults:
|
|
234
|
+
# backlog — item is in the backlog, not yet started
|
|
235
|
+
# ready-for-dev — story file created, ready for development
|
|
236
|
+
# in-progress — item is actively being worked on
|
|
237
|
+
# review — item is in review
|
|
238
|
+
# done — item is complete (excluded from this file)
|
|
239
|
+
|
|
240
|
+
{{#if preserved_epic_keys}}
|
|
241
|
+
# Epic tracking
|
|
242
|
+
{{#each preserved_epic_keys}}
|
|
243
|
+
{{key}}: {{value}}
|
|
244
|
+
{{/each}}
|
|
245
|
+
{{/if}}
|
|
246
|
+
|
|
247
|
+
development_status:
|
|
248
|
+
{{#each active_items}}
|
|
249
|
+
{{id}}: {{status}}
|
|
250
|
+
{{/each}}
|
|
251
|
+
|
|
252
|
+
{{#if preserved_retro_keys}}
|
|
253
|
+
# Retrospective tracking
|
|
254
|
+
{{#each preserved_retro_keys}}
|
|
255
|
+
{{key}}: {{value}}
|
|
256
|
+
{{/each}}
|
|
257
|
+
{{/if}}
|
|
258
|
+
```
|
|
259
|
+
|
|
260
|
+
</action>
|
|
261
|
+
</step>
|
|
262
|
+
|
|
263
|
+
</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
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sre-gitops-status
|
|
3
|
+
description: Monitor GitOps synchronization state and detect drift using ArgoCD or Flux
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "gitops status"
|
|
7
|
+
- "drift detection"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# workflow-gitops-status.md
|
|
11
|
+
# GitOps Status & Drift Detection Workflow
|
|
12
|
+
|
|
13
|
+
This workflow monitors and reports the synchronization state between your git repository and the cluster using ArgoCD or Flux.
|
|
14
|
+
|
|
15
|
+
## Instructions
|
|
16
|
+
1. **Identify Tool**: Detect if ArgoCD or Flux is in use.
|
|
17
|
+
2. **Sync Status**:
|
|
18
|
+
- **ArgoCD**: `argocd app list`, `argocd app get {app_name}`
|
|
19
|
+
- **Flux**: `flux get kustomizations`, `flux get helmreleases`
|
|
20
|
+
3. **Drift Detection**:
|
|
21
|
+
- Identify "OutOfSync" resources.
|
|
22
|
+
- Compare live state with desired state in git.
|
|
23
|
+
4. **Action**:
|
|
24
|
+
- Offer to trigger a sync: `argocd app sync {app_name}` or `flux reconcile kustomization {name}`.
|
|
25
|
+
- Analyze reasons for permanent drift (e.g., manual cluster changes).
|