ma-agents 3.4.6 → 3.4.8
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 +48 -167
- package/.opencode/skills/MANIFEST.yaml +0 -128
- package/.opencode/skills/add-sprint/.gitkeep +0 -0
- 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/.gitkeep +0 -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/.gitkeep +0 -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/.gitkeep +0 -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/cleanup-done/SKILL.md +159 -0
- package/.opencode/skills/cleanup-done/bmad-skill-manifest.yaml +3 -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/generate-backlog/SKILL.md +183 -0
- package/.opencode/skills/generate-backlog/bmad-skill-manifest.yaml +3 -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/prioritize-backlog/SKILL.md +195 -0
- package/.opencode/skills/prioritize-backlog/bmad-skill-manifest.yaml +3 -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/remove-from-sprint/SKILL.md +163 -0
- package/.opencode/skills/remove-from-sprint/bmad-skill-manifest.yaml +3 -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 +48 -167
- package/.roo/skills/MANIFEST.yaml +0 -128
- package/bin/cli.js +20 -6
- package/lib/agents.js +5 -50
- package/lib/bmad.js +4 -1
- package/lib/installer.js +13 -5
- package/package.json +1 -1
- package/.opencode/skills/ai-audit-trail/SKILL.md +0 -23
- package/.opencode/skills/auto-bug-detection/SKILL.md +0 -169
- package/.opencode/skills/cmake-best-practices/SKILL.md +0 -64
- package/.opencode/skills/cmake-best-practices/examples/cmake.md +0 -59
- package/.opencode/skills/code-documentation/SKILL.md +0 -57
- package/.opencode/skills/code-documentation/examples/cpp.md +0 -29
- package/.opencode/skills/code-documentation/examples/csharp.md +0 -28
- package/.opencode/skills/code-documentation/examples/javascript_typescript.md +0 -28
- package/.opencode/skills/code-documentation/examples/python.md +0 -57
- package/.opencode/skills/code-review/SKILL.md +0 -43
- package/.opencode/skills/commit-message/SKILL.md +0 -79
- package/.opencode/skills/cpp-best-practices/SKILL.md +0 -234
- package/.opencode/skills/cpp-best-practices/examples/modern-idioms.md +0 -189
- package/.opencode/skills/cpp-best-practices/examples/naming-and-organization.md +0 -102
- package/.opencode/skills/cpp-concurrency-safety/SKILL.md +0 -60
- package/.opencode/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
- package/.opencode/skills/cpp-const-correctness/SKILL.md +0 -63
- package/.opencode/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
- package/.opencode/skills/cpp-memory-handling/SKILL.md +0 -42
- package/.opencode/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
- package/.opencode/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
- package/.opencode/skills/cpp-modern-composition/SKILL.md +0 -64
- package/.opencode/skills/cpp-modern-composition/examples/composition.md +0 -51
- package/.opencode/skills/cpp-robust-interfaces/SKILL.md +0 -55
- package/.opencode/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
- package/.opencode/skills/create-hardened-docker-skill/SKILL.md +0 -637
- package/.opencode/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
- package/.opencode/skills/csharp-best-practices/SKILL.md +0 -278
- package/.opencode/skills/docker-hardening-verification/SKILL.md +0 -28
- package/.opencode/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
- package/.opencode/skills/docker-image-signing/SKILL.md +0 -28
- package/.opencode/skills/docker-image-signing/scripts/sign-image.sh +0 -33
- package/.opencode/skills/document-revision-history/SKILL.md +0 -104
- package/.roo/skills/ai-audit-trail/SKILL.md +0 -23
- package/.roo/skills/auto-bug-detection/SKILL.md +0 -169
- package/.roo/skills/cmake-best-practices/SKILL.md +0 -64
- package/.roo/skills/cmake-best-practices/examples/cmake.md +0 -59
- package/.roo/skills/code-documentation/SKILL.md +0 -57
- package/.roo/skills/code-documentation/examples/cpp.md +0 -29
- package/.roo/skills/code-documentation/examples/csharp.md +0 -28
- package/.roo/skills/code-documentation/examples/javascript_typescript.md +0 -28
- package/.roo/skills/code-documentation/examples/python.md +0 -57
- package/.roo/skills/code-review/SKILL.md +0 -43
- package/.roo/skills/commit-message/SKILL.md +0 -79
- package/.roo/skills/cpp-best-practices/SKILL.md +0 -234
- package/.roo/skills/cpp-best-practices/examples/modern-idioms.md +0 -189
- package/.roo/skills/cpp-best-practices/examples/naming-and-organization.md +0 -102
- package/.roo/skills/cpp-concurrency-safety/SKILL.md +0 -60
- package/.roo/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
- package/.roo/skills/cpp-const-correctness/SKILL.md +0 -63
- package/.roo/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
- package/.roo/skills/cpp-memory-handling/SKILL.md +0 -42
- package/.roo/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
- package/.roo/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
- package/.roo/skills/cpp-modern-composition/SKILL.md +0 -64
- package/.roo/skills/cpp-modern-composition/examples/composition.md +0 -51
- package/.roo/skills/cpp-robust-interfaces/SKILL.md +0 -55
- package/.roo/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
- package/.roo/skills/create-hardened-docker-skill/SKILL.md +0 -637
- package/.roo/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
- package/.roo/skills/csharp-best-practices/SKILL.md +0 -278
- package/.roo/skills/docker-hardening-verification/SKILL.md +0 -28
- package/.roo/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
- package/.roo/skills/docker-image-signing/SKILL.md +0 -28
- package/.roo/skills/docker-image-signing/scripts/sign-image.sh +0 -33
- package/.roo/skills/document-revision-history/SKILL.md +0 -104
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devops-sign-docker-image
|
|
3
|
+
description: Cryptographically sign Docker images using certificates and Cosign
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "sign docker image"
|
|
7
|
+
- "docker image signing"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# sign-docker-image.md
|
|
11
|
+
# Docker Image Signing Workflow
|
|
12
|
+
|
|
13
|
+
This workflow guides the DevOps agent through the process of cryptographically signing a Docker image.
|
|
14
|
+
|
|
15
|
+
## Instructions
|
|
16
|
+
1. **Select Image**: Identify the image to sign.
|
|
17
|
+
2. **Get Digest**: Retrieve the immutable digest: `docker inspect --format='{{index .RepoDigests 0}}' {image_name}`.
|
|
18
|
+
3. **Prepare Certificate**: Locate the certificate file provided by the user.
|
|
19
|
+
4. **Execute Signing**:
|
|
20
|
+
- Use the `docker-image-signing` skill.
|
|
21
|
+
- Path: `skills/docker-image-signing/scripts/sign-image.sh`
|
|
22
|
+
- Run: `bash skills/docker-image-signing/scripts/sign-image.sh {image_digest} {cert_file} {key_file}`
|
|
23
|
+
5. **Verify**: Confirm the signature using `cosign verify`.
|
|
24
|
+
6. **Report**: provide the signed image reference to the user.
|
|
File without changes
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: generate-backlog
|
|
3
|
+
description: Generate or refresh a flat backlog.yaml from epics and bug stories, preserving existing priority and sprint assignments
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "generate backlog"
|
|
7
|
+
- "refresh backlog"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Generate Backlog Workflow
|
|
11
|
+
|
|
12
|
+
Generate or refresh a flat `backlog.yaml` from epic stories and bug reports. Preserves existing priority and sprint assignments, appends new items, removes stale items, and re-numbers priorities 1..N.
|
|
13
|
+
|
|
14
|
+
<workflow>
|
|
15
|
+
|
|
16
|
+
<step n="1" goal="Load sources">
|
|
17
|
+
<action>Read `_bmad-output/planning-artifacts/epics.md` — this is the master list of epics with their stories.</action>
|
|
18
|
+
<check if="epics.md does not exist">
|
|
19
|
+
<output>**Error:** `_bmad-output/planning-artifacts/epics.md` not found. Cannot generate backlog without an epics file.</output>
|
|
20
|
+
<action>Exit workflow</action>
|
|
21
|
+
</check>
|
|
22
|
+
|
|
23
|
+
<action>Glob `_bmad-output/implementation-artifacts/bug-*.md` to discover all bug story files.</action>
|
|
24
|
+
<action>Store the list of bug files as {{bug_files}} (may be empty — zero bugs is valid).</action>
|
|
25
|
+
|
|
26
|
+
<action>Read `_bmad-output/implementation-artifacts/sprint-status.yaml` if it exists — this provides the current status of each story (done, in-progress, backlog, etc.).</action>
|
|
27
|
+
<action>Store the status map as {{status_map}} (keyed by story id). If the file does not exist, use an empty map.</action>
|
|
28
|
+
|
|
29
|
+
<action>Read `_bmad-output/implementation-artifacts/backlog.yaml` if it exists — this is the existing backlog to merge with.</action>
|
|
30
|
+
<action>Store the existing backlog items as {{existing_items}} (list). If the file does not exist, use an empty list.</action>
|
|
31
|
+
|
|
32
|
+
<output>
|
|
33
|
+
**Sources loaded:**
|
|
34
|
+
- epics.md: found
|
|
35
|
+
- Bug files: {{bug_files | length}} file(s)
|
|
36
|
+
- sprint-status.yaml: {{status_map exists ? "found" : "not found (empty status)"}}
|
|
37
|
+
- Existing backlog.yaml: {{existing_items | length}} item(s)
|
|
38
|
+
</output>
|
|
39
|
+
</step>
|
|
40
|
+
|
|
41
|
+
<step n="2" goal="Extract stories from epics">
|
|
42
|
+
<action>Parse `epics.md` to extract every story from every epic. Each epic is a level-2 heading (`## Epic N: ...`) and each story within it is a level-3 heading (`### Story N.M: ...`) or a list item following the pattern `- **Story N.M:** Title` or `- N.M: Title`.</action>
|
|
43
|
+
|
|
44
|
+
<action>For each story found:
|
|
45
|
+
- Derive {{story_id}} as a kebab-case slug: `"{epic_number}-{story_number}-{title_slug}"` (e.g., `"5-5-explicit-parameter-passing"`)
|
|
46
|
+
- Title slug: lowercase, replace spaces/underscores with hyphens, remove non-alphanumeric/non-hyphen characters, collapse consecutive hyphens, trim leading/trailing hyphens
|
|
47
|
+
- Set {{epic}} to the epic number (integer)
|
|
48
|
+
- Set {{title}} to the story title text
|
|
49
|
+
- Look up status from {{status_map}} using the story identifier. If found and status is `done`, skip this story (exclude from backlog). If found, use that status. If not found, default to `backlog`.
|
|
50
|
+
- Set {{type}} = `story`
|
|
51
|
+
- Set {{severity}} = `null`
|
|
52
|
+
- Set {{sprint}} = `null`
|
|
53
|
+
- Set {{priority}} = `null` (will be assigned during merge/sort)
|
|
54
|
+
</action>
|
|
55
|
+
|
|
56
|
+
<action>Store the extracted stories as {{extracted_stories}} list.</action>
|
|
57
|
+
<output>Extracted {{extracted_stories | length}} active stories from epics (done items excluded).</output>
|
|
58
|
+
</step>
|
|
59
|
+
|
|
60
|
+
<step n="3" goal="Extract bugs">
|
|
61
|
+
<action>For each file in {{bug_files}}:
|
|
62
|
+
- Read the file and parse the YAML frontmatter (between `---` delimiters)
|
|
63
|
+
- Extract `title`, `severity`, and `status` from frontmatter
|
|
64
|
+
- Derive {{bug_id}} from the **filename**, not the title: strip the `bug-` prefix and `.md` extension, then uppercase to `"BUG-{slug}"` (e.g., `bug-login-crash.md` → `BUG-login-crash`)
|
|
65
|
+
- Use `status` from frontmatter directly (bugs track their own status). If `status` is missing, default to `backlog`. If status is `done`, skip this bug (exclude from backlog).
|
|
66
|
+
- Build a backlog item:
|
|
67
|
+
- id: {{bug_id}}
|
|
68
|
+
- type: `bug`
|
|
69
|
+
- epic: `null`
|
|
70
|
+
- title: {{title}}
|
|
71
|
+
- priority: `null` (assigned during merge/sort)
|
|
72
|
+
- status: {{frontmatter_status or "backlog"}}
|
|
73
|
+
- sprint: `null`
|
|
74
|
+
- severity: {{severity}}
|
|
75
|
+
</action>
|
|
76
|
+
|
|
77
|
+
<action>Store the extracted bugs as {{extracted_bugs}} list.</action>
|
|
78
|
+
<output>Extracted {{extracted_bugs | length}} active bugs (done items excluded).</output>
|
|
79
|
+
</step>
|
|
80
|
+
|
|
81
|
+
<step n="4" goal="Merge with existing backlog">
|
|
82
|
+
<action>Combine {{extracted_stories}} and {{extracted_bugs}} into {{new_items}} list.</action>
|
|
83
|
+
|
|
84
|
+
<action>Build a lookup map from {{existing_items}} keyed by `id`.</action>
|
|
85
|
+
|
|
86
|
+
<action>For each item in {{new_items}}:
|
|
87
|
+
- If an item with the same `id` exists in {{existing_items}}:
|
|
88
|
+
- **Preserve** the existing `priority` value
|
|
89
|
+
- **Preserve** the existing `sprint` assignment
|
|
90
|
+
- **Update** `status` from the freshly extracted value (which may reflect sprint-status.yaml changes)
|
|
91
|
+
- **Update** `title`, `type`, `epic`, `severity` from the freshly extracted values (source of truth)
|
|
92
|
+
- If no matching item exists in {{existing_items}}:
|
|
93
|
+
- This is a new item — keep all freshly extracted values
|
|
94
|
+
- Set `priority` to `null` (will be placed at the end during sort)
|
|
95
|
+
</action>
|
|
96
|
+
|
|
97
|
+
<action>Identify stale items: any item in {{existing_items}} whose `id` does NOT appear in {{new_items}}. These items no longer exist in the source files and should be removed.</action>
|
|
98
|
+
|
|
99
|
+
<action>Store the final merged list as {{merged_items}}.</action>
|
|
100
|
+
<action>Store the count of new items added as {{new_count}}.</action>
|
|
101
|
+
<action>Store the count of stale items removed as {{stale_count}}.</action>
|
|
102
|
+
<action>Store the count of preserved items as {{preserved_count}}.</action>
|
|
103
|
+
|
|
104
|
+
<output>
|
|
105
|
+
**Merge results:**
|
|
106
|
+
- Preserved (existing): {{preserved_count}}
|
|
107
|
+
- New items added: {{new_count}}
|
|
108
|
+
- Stale items removed: {{stale_count}}
|
|
109
|
+
</output>
|
|
110
|
+
</step>
|
|
111
|
+
|
|
112
|
+
<step n="5" goal="Write backlog.yaml">
|
|
113
|
+
<action>Sort {{merged_items}} for final output:
|
|
114
|
+
1. Items WITH an existing numeric `priority` come first, sorted ascending by priority
|
|
115
|
+
2. Items WITHOUT a priority (`null`) come after, sorted by:
|
|
116
|
+
a. `type`: bugs before stories (bugs get priority attention)
|
|
117
|
+
b. `severity` for bugs: critical > high > medium > low
|
|
118
|
+
c. `epic` number ascending for stories (lower epics first)
|
|
119
|
+
d. `id` alphabetically as final tiebreaker
|
|
120
|
+
</action>
|
|
121
|
+
|
|
122
|
+
<action>Re-number priorities sequentially 1..N across all items in the sorted list.</action>
|
|
123
|
+
|
|
124
|
+
<action>Get current ISO timestamp as {{generated_at}}.</action>
|
|
125
|
+
|
|
126
|
+
<action>Write `_bmad-output/implementation-artifacts/backlog.yaml` with this structure:
|
|
127
|
+
|
|
128
|
+
```yaml
|
|
129
|
+
# Flat Backlog — auto-generated by generate-backlog
|
|
130
|
+
# Generated: {{generated_at}}
|
|
131
|
+
# Total items: {{merged_items | length}}
|
|
132
|
+
#
|
|
133
|
+
# Schema per item:
|
|
134
|
+
# id, type, epic, title, priority, status, sprint, severity
|
|
135
|
+
|
|
136
|
+
backlog:
|
|
137
|
+
- id: "5-5-explicit-parameter-passing"
|
|
138
|
+
type: story
|
|
139
|
+
epic: 5
|
|
140
|
+
title: "Explicit Parameter Passing"
|
|
141
|
+
priority: 1
|
|
142
|
+
status: backlog
|
|
143
|
+
sprint: null
|
|
144
|
+
severity: null
|
|
145
|
+
# ... remaining items ...
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
**YAML output rules:**
|
|
149
|
+
- Always quote `id` and `title` fields (they contain hyphens and special characters)
|
|
150
|
+
- `epic` is an integer for stories, `null` for bugs
|
|
151
|
+
- `sprint` is a string like `"sprint-3"` if assigned, or `null`
|
|
152
|
+
- `severity` is a string (`critical`, `high`, `medium`, `low`) for bugs, `null` for stories
|
|
153
|
+
- `status` is one of: `backlog`, `ready-for-dev`, `in-progress`, `review` (done items excluded)
|
|
154
|
+
- `priority` is always a positive integer (1 = highest priority)
|
|
155
|
+
- Use 2-space indentation for YAML
|
|
156
|
+
</action>
|
|
157
|
+
|
|
158
|
+
<output>Backlog written to `_bmad-output/implementation-artifacts/backlog.yaml` with {{merged_items | length}} items.</output>
|
|
159
|
+
</step>
|
|
160
|
+
|
|
161
|
+
<step n="6" goal="Report summary">
|
|
162
|
+
<output>
|
|
163
|
+
## Backlog Generation Complete
|
|
164
|
+
|
|
165
|
+
| Metric | Count |
|
|
166
|
+
|----------------------|-------|
|
|
167
|
+
| Total items | {{merged_items | length}} |
|
|
168
|
+
| Stories | {{story_count}} |
|
|
169
|
+
| Bugs | {{bug_count}} |
|
|
170
|
+
| New items added | {{new_count}} |
|
|
171
|
+
| Stale items removed | {{stale_count}} |
|
|
172
|
+
| Items preserved | {{preserved_count}} |
|
|
173
|
+
|
|
174
|
+
**Output:** `_bmad-output/implementation-artifacts/backlog.yaml`
|
|
175
|
+
|
|
176
|
+
**Next Steps:**
|
|
177
|
+
- Review priorities — new items are appended at the end; reorder as needed
|
|
178
|
+
- Use `/add-to-sprint` to assign high-priority items to the current sprint
|
|
179
|
+
- Use `/sprint-status-view` to see sprint progress
|
|
180
|
+
</output>
|
|
181
|
+
</step>
|
|
182
|
+
|
|
183
|
+
</workflow>
|
|
File without changes
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mil498-ocd
|
|
3
|
+
description: Generate MIL-STD-498 Operational Concept Description (OCD)
|
|
4
|
+
type: complex-workflow
|
|
5
|
+
triggers:
|
|
6
|
+
- "generate OCD"
|
|
7
|
+
- "create operational concept description"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# MIL-498: Operational Concept Description (OCD)
|
|
11
|
+
|
|
12
|
+
> MIL-STD-498 Data Item Description: DI-IPSC-81430
|
|
13
|
+
|
|
14
|
+
## Workflow
|
|
15
|
+
|
|
16
|
+
This workflow generates a MIL-STD-498 OCD document through progressive steps.
|
|
17
|
+
The OCD describes the system from the user's and stakeholder's perspective, extracting operational concepts from existing project artifacts.
|
|
18
|
+
|
|
19
|
+
### Steps
|
|
20
|
+
|
|
21
|
+
1. [Discover Project Artifacts](prompts/01-discover-project-artifacts.md)
|
|
22
|
+
2. [Load Template](prompts/02-load-template.md)
|
|
23
|
+
3. [Generate Document](prompts/03-generate-document.md)
|
|
24
|
+
4. [Validate](prompts/04-validate.md)
|
|
25
|
+
5. [Review](prompts/05-review.md)
|
|
26
|
+
6. [Save](prompts/06-save.md)
|
|
27
|
+
|
|
28
|
+
### Template
|
|
29
|
+
|
|
30
|
+
Output template: [template.md](template.md)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Step 1 — Discover Project Artifacts
|
|
2
|
+
|
|
3
|
+
Search the project for the following artifacts. Communicate in {communication_language}. Inform {user_name} which artifacts were found and which are missing.
|
|
4
|
+
|
|
5
|
+
| Priority | Artifact | Search Pattern |
|
|
6
|
+
|----------|----------|----------------|
|
|
7
|
+
| Required | PRD | `**/prd.md`, `**/prd-*.md` |
|
|
8
|
+
| Recommended | Architecture | `**/architecture.md`, `**/architecture-*.md` |
|
|
9
|
+
| Recommended | UX Designs | `**/ux-design*.md`, `**/ux-*.md` |
|
|
10
|
+
| Optional | Product Brief | `**/product-brief*.md` |
|
|
11
|
+
| Optional | Epics & Stories | `**/epics*.md`, `**/stories/*.md` |
|
|
12
|
+
|
|
13
|
+
If the **PRD** is missing, warn the user and ask whether to proceed with available data or stop.
|
|
14
|
+
|
|
15
|
+
## Document Dependencies
|
|
16
|
+
|
|
17
|
+
The OCD is the **first document** in the MIL-STD-498 generation chain. It has no MIL-STD-498 predecessor documents — it draws from project artifacts (PRD, Product Brief, UX Designs) only.
|
|
18
|
+
|
|
19
|
+
**Note**: The OCD feeds into the SSS and other downstream documents. Ensure the operational scenarios and user descriptions are thorough, as they will be referenced by:
|
|
20
|
+
- **SSS** — for deriving system requirements from operational needs
|
|
21
|
+
- **SSDD** — for understanding operational context behind design decisions
|
|
22
|
+
- **SDP** — for understanding the operational environment
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
**CONFIRMATION GATE**: Present the list of discovered artifacts to the user. Wait for the user to confirm before proceeding to the next step.
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Step 2 — Load Template
|
|
2
|
+
|
|
3
|
+
Read the OCD template from:
|
|
4
|
+
[template.md](../template.md)
|
|
5
|
+
|
|
6
|
+
This defines the required DID sections and content expectations for each paragraph.
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
**CONFIRMATION GATE**: Confirm to the user that the template has been loaded and summarize the major sections. Wait for the user to confirm before proceeding to document generation.
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
# Step 3 — Generate Document
|
|
2
|
+
|
|
3
|
+
Write the document in {document_output_language}, populating each template section. The OCD should be written in language accessible to users and stakeholders, minimizing technical jargon.
|
|
4
|
+
|
|
5
|
+
## Revision History
|
|
6
|
+
|
|
7
|
+
Before writing any content, add a **Revision History table** immediately after the document title. If this is a new document, create the table with version `1.0`. If updating an existing document, read the existing revision history and add a new row with an incremented version number and a summary of all changes made in this session. See the `document-revision-history` skill for full formatting rules.
|
|
8
|
+
|
|
9
|
+
```markdown
|
|
10
|
+
| Version | Date | Author | Changes |
|
|
11
|
+
|---------|------|--------|---------|
|
|
12
|
+
| 1.0 | {date} | Agent ({model}) | Initial document generation |
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Section 1: Scope
|
|
16
|
+
- **1.1 Identification**: Extract system name, version, identifiers from PRD
|
|
17
|
+
- **1.2 System overview**: Summarize the system purpose from the user's perspective
|
|
18
|
+
- **1.3 Document overview**: Describe this OCD document's purpose and contents
|
|
19
|
+
|
|
20
|
+
## Section 2: Referenced documents
|
|
21
|
+
- List all project artifacts used as input sources, with number, title, revision, and date
|
|
22
|
+
|
|
23
|
+
## Section 3: Current system or situation
|
|
24
|
+
- **3.1 Background, objectives, and scope**: Describe the problem domain, mission/objectives, and scope from the PRD
|
|
25
|
+
- **3.2 Operational policies and constraints**: Current business rules, operational policies, and constraints
|
|
26
|
+
- **3.3 Description of current system or situation**: How things work today. Describe differences associated with different states or modes of operation. Include all of the following (items a through h per the DID):
|
|
27
|
+
- **a.** The operational environment and its characteristics
|
|
28
|
+
- **b.** Major system components and the interconnections among them
|
|
29
|
+
- **c.** Interfaces to external systems or procedures
|
|
30
|
+
- **d.** Capabilities/functions of the current system
|
|
31
|
+
- **e.** Charts and descriptions depicting inputs, outputs, data flow, and manual/automated processes sufficient to understand the current system from the user's point of view
|
|
32
|
+
- **f.** Performance characteristics: speed, throughput, volume, frequency
|
|
33
|
+
- **g.** Quality attributes: reliability, maintainability, availability, flexibility, portability, usability, efficiency
|
|
34
|
+
- **h.** Provisions for safety, security, privacy, and continuity of operations in emergencies
|
|
35
|
+
- **3.4 Users or involved personnel**: Identify all user types and stakeholders. Include organizational structures, training/skills, responsibilities, activities, and interactions
|
|
36
|
+
- **3.5 Support concept**: Current support and maintenance approach — support agencies, facilities, equipment, support software, repair/replacement criteria, maintenance levels and cycles
|
|
37
|
+
|
|
38
|
+
## Section 4: Justification for and nature of changes
|
|
39
|
+
- **4.1 Justification for change**:
|
|
40
|
+
- **a.** New or modified aspects of user needs, threats, missions, objectives, environments, interfaces, personnel, or other factors requiring a new/modified system
|
|
41
|
+
- **b.** Deficiencies or limitations in the current system that make it unable to respond to these factors
|
|
42
|
+
- **4.2 Description of needed changes**: New or modified capabilities, functions, processes, interfaces, or other changes needed
|
|
43
|
+
- **4.3 Priorities among the changes**: Identify each change as essential, desirable, or optional. Prioritize the desirable and optional changes
|
|
44
|
+
- **4.4 Changes considered but not included**: Identify changes that were considered but excluded, with rationale for not including them
|
|
45
|
+
- **4.5 Assumptions and constraints**: Any assumptions and constraints applicable to the changes identified
|
|
46
|
+
|
|
47
|
+
## Section 5: Concept for the new or modified system
|
|
48
|
+
- **5.1 Background, objectives, and scope**: Vision, mission/objectives, and scope for the new system from Product Brief/PRD
|
|
49
|
+
- **5.2 Operational policies and constraints**: New or changed operational policies and constraints
|
|
50
|
+
- **5.3 Description of the new or modified system**: How the new system will work. Describe differences associated with different states or modes. Include all of the following (items a through h, mirroring Section 3.3):
|
|
51
|
+
- **a.** The operational environment and its characteristics
|
|
52
|
+
- **b.** Major system components and the interconnections among them
|
|
53
|
+
- **c.** Interfaces to external systems or procedures
|
|
54
|
+
- **d.** Capabilities/functions of the new or modified system
|
|
55
|
+
- **e.** Charts and descriptions depicting inputs, outputs, data flow, and manual/automated processes from the user's point of view
|
|
56
|
+
- **f.** Performance characteristics: speed, throughput, volume, frequency
|
|
57
|
+
- **g.** Quality attributes: reliability, maintainability, availability, flexibility, portability, usability, efficiency
|
|
58
|
+
- **h.** Provisions for safety, security, privacy, and continuity of operations in emergencies
|
|
59
|
+
- **5.4 Users/affected personnel**: How user roles change with the new system — organizational structures, training/skills, responsibilities, and interactions
|
|
60
|
+
- **5.5 Support concept**: Planned support approach — support agencies, facilities, equipment, support software, repair/replacement criteria, maintenance levels and cycles
|
|
61
|
+
|
|
62
|
+
## Section 6: Operational scenarios
|
|
63
|
+
- Document one or more operational scenarios that illustrate the role of the new/modified system
|
|
64
|
+
- Each scenario should include: the system's interaction with users, interfaces with other systems, and all states/modes identified
|
|
65
|
+
- Include: events, actions, stimuli, information, interactions
|
|
66
|
+
- Cover both normal operation and exception/error scenarios
|
|
67
|
+
- Reference may be made to other media (e.g., videos, mockups) to provide part of this information
|
|
68
|
+
|
|
69
|
+
## Section 7: Summary of impacts
|
|
70
|
+
- **7.1 Operational impacts**: Anticipated operational impacts on user, acquirer, developer, and support agencies. Include: changes in interfaces with operating centers, procedure changes, use of new data sources, changes in data input quantity/type/timing, changes in data retention, new modes of operation
|
|
71
|
+
- **7.2 Organizational impacts**: Anticipated organizational impacts. Include: modification of responsibilities, addition/elimination of positions, training/retraining needs, changes in number/skill levels/locations of personnel
|
|
72
|
+
- **7.3 Impacts during development**: Anticipated impacts during the development effort. Include: meetings/discussions, database development/modification, training, parallel operation of new and existing systems, testing impacts, monitoring activities
|
|
73
|
+
|
|
74
|
+
## Section 8: Analysis of the proposed system
|
|
75
|
+
- **8.1 Summary of advantages**: Qualitative and quantitative summary of advantages — new capabilities, enhanced capabilities, improved performance, and their relationship to deficiencies identified in 4.1
|
|
76
|
+
- **8.2 Summary of disadvantages/limitations**: Qualitative and quantitative summary of disadvantages — degraded/missing capabilities, less-than-desired performance, excessive resource use, undesirable operational impacts, conflicts with user assumptions
|
|
77
|
+
- **8.3 Alternatives and trade-offs considered**: Major alternatives considered, trade-offs among them, and rationale for the decisions reached
|
|
78
|
+
|
|
79
|
+
## Section 9: Notes
|
|
80
|
+
- Alphabetical listing of all acronyms, abbreviations, and their meanings
|
|
81
|
+
- Glossary of terms and definitions
|
|
82
|
+
- Background information to aid understanding
|
|
83
|
+
|
|
84
|
+
## Appendix A
|
|
85
|
+
- Include any supplementary material (charts, detailed data, classified information) that supports the main body
|
|
86
|
+
- Reference each appendix from the main body where the data would normally appear
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
**CONFIRMATION GATE**: Present the generated document to the user for initial review. Wait for the user to confirm the content before proceeding to validation.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Step 4 — Validate
|
|
2
|
+
|
|
3
|
+
Before presenting to the user, verify:
|
|
4
|
+
- All template sections (1-9 and Appendix A) are populated or marked "Not applicable" with justification
|
|
5
|
+
- Document is written from the user/stakeholder perspective, not the developer perspective
|
|
6
|
+
- Sections 3.3 and 5.3 cover all eight items (a through h)
|
|
7
|
+
- Section 4 includes all five subsections (4.1-4.5)
|
|
8
|
+
- Section 7 (impacts) and Section 8 (analysis) are present and substantive
|
|
9
|
+
- Operational scenarios are complete and realistic
|
|
10
|
+
- Document is written in {document_output_language}
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
**CONFIRMATION GATE**: Present the validation results to the user. List any issues found and corrections made. Wait for the user to confirm before proceeding to the review step.
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Step 5 — Review
|
|
2
|
+
|
|
3
|
+
Present the complete document to {user_name} for review.
|
|
4
|
+
Highlight any sections where information was inferred or assumptions were made.
|
|
5
|
+
Specifically ask about:
|
|
6
|
+
- Are the current system descriptions (Section 3) accurate?
|
|
7
|
+
- Are the operational scenarios (Section 6) complete?
|
|
8
|
+
- Are there additional impacts (Section 7) not captured?
|
|
9
|
+
- Does the analysis (Section 8) accurately represent advantages and disadvantages?
|
|
10
|
+
|
|
11
|
+
Offer to refine any section based on feedback.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
**CONFIRMATION GATE**: Wait for the user to approve the document or request changes. If changes are requested, apply them and re-present for approval. Do not proceed to save until the user explicitly approves.
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Step 6 — Save
|
|
2
|
+
|
|
3
|
+
Write the final document to:
|
|
4
|
+
`{output_folder}/planning-artifacts/OCD.md`
|
|
5
|
+
|
|
6
|
+
Confirm the file was saved and display a summary of:
|
|
7
|
+
- Number of user roles identified
|
|
8
|
+
- Number of operational scenarios documented
|
|
9
|
+
- Number of changes justified (Section 4)
|
|
10
|
+
- Number of impacts identified (Section 7)
|
|
11
|
+
- Any sections marked "Not applicable"
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
**CONFIRMATION GATE**: Confirm to the user that the document has been saved successfully and present the summary. The workflow is now complete.
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
# 1. Scope.
|
|
2
|
+
|
|
3
|
+
This section shall be divided into the following paragraphs.
|
|
4
|
+
|
|
5
|
+
## 1.1 Identification.
|
|
6
|
+
|
|
7
|
+
This paragraph shall contain a full identification of the system to which this document applies, including, as applicable, identification number(s), title(s), abbreviation(s), version number(s), and release number(s).
|
|
8
|
+
|
|
9
|
+
## 1.2 System overview.
|
|
10
|
+
|
|
11
|
+
This paragraph shall briefly state the purpose of the system to which this document applies. It shall describe the general nature of the system; summarize the history of system development, operation, and maintenance; identify the project sponsor, acquirer, user, developer, and support agencies; identify current and planned operating sites; and list other relevant documents.
|
|
12
|
+
|
|
13
|
+
## 1.3 Document overview.
|
|
14
|
+
|
|
15
|
+
This paragraph shall summarize the purpose and contents of this document and shall describe any security or privacy considerations associated with its use.
|
|
16
|
+
|
|
17
|
+
# 2. Referenced documents.
|
|
18
|
+
|
|
19
|
+
This section shall list the number, title, revision, and date of all documents referenced in this document. This section shall also identify the source for all documents not available through normal Government stocking activities.
|
|
20
|
+
|
|
21
|
+
# 3. Current system or situation.
|
|
22
|
+
|
|
23
|
+
This section shall be divided into the following paragraphs to describe the system or situation as it currently exists.
|
|
24
|
+
|
|
25
|
+
## 3.1 Background, objectives, and scope.
|
|
26
|
+
|
|
27
|
+
This paragraph shall describe the background, mission or objectives, and scope of the current system or situation.
|
|
28
|
+
|
|
29
|
+
## 3.2 Operational policies and constraints.
|
|
30
|
+
|
|
31
|
+
This paragraph shall describe any operational policies and constraints that apply to the current system or situation.
|
|
32
|
+
|
|
33
|
+
## 3.3 Description of current system or situation.
|
|
34
|
+
|
|
35
|
+
This paragraph shall provide a description of the current system or situation, identifying differences associated with different states or modes of operation (for example, regular, maintenance, training, degraded, emergency, alternative-site, wartime, peacetime). The distinction between states and modes is arbitrary. A system may be described in terms of states only, modes only, states within modes, modes within states, or any other scheme that is useful. If the system operates without states or modes, this paragraph shall so state, without the need to create artificial distinctions. The description shall include, as applicable:
|
|
36
|
+
|
|
37
|
+
a. The operational environment and its characteristics
|
|
38
|
+
|
|
39
|
+
b. Major system components and the interconnections among these components
|
|
40
|
+
|
|
41
|
+
c. Interfaces to external systems or procedures
|
|
42
|
+
|
|
43
|
+
d. Capabilities/functions of the current system
|
|
44
|
+
|
|
45
|
+
e. Charts and accompanying descriptions depicting inputs, outputs, data flow, and manual and automated processes sufficient to understand the current system or situation from the user's point of view
|
|
46
|
+
|
|
47
|
+
f. Performance characteristics, such as speed, throughput, volume, frequency
|
|
48
|
+
|
|
49
|
+
g. Quality attributes, such as reliability, maintainability, availability, flexibility, portability, usability, efficiency
|
|
50
|
+
|
|
51
|
+
h. Provisions for safety, security, privacy, and continuity of operations in emergencies
|
|
52
|
+
|
|
53
|
+
## 3.4 Users or involved personnel.
|
|
54
|
+
|
|
55
|
+
This paragraph shall describe the types of users of the system, or personnel involved in the current situation, including, as applicable, organizational structures, training/skills, responsibilities, activities, and interactions with one another.
|
|
56
|
+
|
|
57
|
+
## 3.5 Support concept.
|
|
58
|
+
|
|
59
|
+
This paragraph shall provide an overview of the support concept for the current system, including, as applicable to this document, support agency(ies); facilities; equipment; support software; repair/replacement criteria; maintenance levels and cycles; and storage, distribution, and supply methods.
|
|
60
|
+
|
|
61
|
+
# 4. Justification for and nature of changes.
|
|
62
|
+
|
|
63
|
+
This section shall be divided into the following paragraphs.
|
|
64
|
+
|
|
65
|
+
## 4.1 Justification for change.
|
|
66
|
+
|
|
67
|
+
This paragraph shall:
|
|
68
|
+
|
|
69
|
+
a. Describe new or modified aspects of user needs, threats, missions, objectives, environments, interfaces, personnel or other factors that require a new or modified system
|
|
70
|
+
|
|
71
|
+
b. Summarize deficiencies or limitations in the current system or situation that make it unable to respond to these factors
|
|
72
|
+
|
|
73
|
+
## 4.2 Description of needed changes.
|
|
74
|
+
|
|
75
|
+
This paragraph shall summarize new or modified capabilities/functions, processes, interfaces, or other changes needed to respond to the factors identified in 4.1.
|
|
76
|
+
|
|
77
|
+
## 4.3 Priorities among the changes.
|
|
78
|
+
|
|
79
|
+
This paragraph shall identify priorities among the needed changes. It shall, for example, identify each change as essential, desirable, or optional, and prioritize the desirable and optional changes.
|
|
80
|
+
|
|
81
|
+
## 4.4 Changes considered but not included.
|
|
82
|
+
|
|
83
|
+
This paragraph shall identify changes considered but not included in 4.2, and rationale for not including them.
|
|
84
|
+
|
|
85
|
+
## 4.5 Assumptions and constraints.
|
|
86
|
+
|
|
87
|
+
This paragraph shall identify any assumptions and constraints applicable to the changes identified in this section.
|
|
88
|
+
|
|
89
|
+
# 5. Concept for a new or modified system.
|
|
90
|
+
|
|
91
|
+
This section shall be divided into the following paragraphs to describe a new or modified system.
|
|
92
|
+
|
|
93
|
+
## 5.1 Background, objectives, and scope.
|
|
94
|
+
|
|
95
|
+
This paragraph shall describe the background, mission or objectives, and scope of the new or modified system.
|
|
96
|
+
|
|
97
|
+
## 5.2 Operational policies and constraints.
|
|
98
|
+
|
|
99
|
+
This paragraph shall describe any operational policies and constraints that apply to the new or modified system.
|
|
100
|
+
|
|
101
|
+
## 5.3 Description of the new or modified system.
|
|
102
|
+
|
|
103
|
+
This paragraph shall provide a description of the new or modified system, identifying differences associated with different states or modes of operation (for example, regular, maintenance, training, degraded, emergency, alternative-site, wartime, peacetime). The distinction between states and modes is arbitrary. A system may be described in terms of states only, modes only, states within modes, modes within states, or any other scheme that is useful. If the system operates without states or modes, this paragraph shall so state, without the need to create artificial distinctions. The description shall include, as applicable:
|
|
104
|
+
|
|
105
|
+
a. The operational environment and its characteristics
|
|
106
|
+
|
|
107
|
+
b. Major system components and the interconnections among these components
|
|
108
|
+
|
|
109
|
+
c. Interfaces to external systems or procedures
|
|
110
|
+
|
|
111
|
+
d. Capabilities/functions of the new or modified system
|
|
112
|
+
|
|
113
|
+
e. Charts and accompanying descriptions depicting inputs, outputs, data flow, and manual and automated processes sufficient to understand the new or modified system or situation from the user's point of view
|
|
114
|
+
|
|
115
|
+
f. Performance characteristics, such as speed, throughput, volume, frequency
|
|
116
|
+
|
|
117
|
+
g. Quality attributes, such as reliability, maintainability, availability, flexibility, portability, usability, efficiency
|
|
118
|
+
|
|
119
|
+
h. Provisions for safety, security, privacy, and continuity of operations in emergencies
|
|
120
|
+
|
|
121
|
+
## 5.4 Users/affected personnel.
|
|
122
|
+
|
|
123
|
+
This paragraph shall describe the types of users of the new or modified system, including, as applicable, organizational structures, training/skills, responsibilities, and interactions with one another.
|
|
124
|
+
|
|
125
|
+
## 5.5 Support concept.
|
|
126
|
+
|
|
127
|
+
This paragraph shall provide an overview of the support concept for the new or modified system, including, as applicable, support agency(ies); facilities; equipment; support software; repair/replacement criteria; maintenance levels and cycles; and storage, distribution, and supply methods.
|
|
128
|
+
|
|
129
|
+
# 6. Operational scenarios.
|
|
130
|
+
|
|
131
|
+
This section shall describe one or more operational scenarios that illustrate the role of the new or modified system, its interaction with users, its interface to other systems, and all states or modes identified for the system. The scenarios shall include events, actions, stimuli, information, interactions, etc., as applicable. Reference may be made to other media, such as videos, to provide part or all of this information.
|
|
132
|
+
|
|
133
|
+
# 7. Summary of impacts.
|
|
134
|
+
|
|
135
|
+
This section shall be divided into the following paragraphs.
|
|
136
|
+
|
|
137
|
+
## 7.1 Operational impacts.
|
|
138
|
+
|
|
139
|
+
This paragraph shall describe anticipated operational impacts on the user, acquirer, developer, and support agency(ies). These impacts may include changes in interfaces with computer operating centers; change in procedures; use of new data sources; changes in quantity, type, and timing of data to be input to the system; changes in data retention requirements; and new modes of operation based on peacetime, alert, wartime, or emergency conditions.
|
|
140
|
+
|
|
141
|
+
## 7.2 Organizational impacts.
|
|
142
|
+
|
|
143
|
+
This paragraph shall describe anticipated organizational impacts on the user, acquirer, developer, and support agency(ies). These impacts may include modification of responsibilities; addition or elimination of responsibilities or positions; need for training or retraining; and changes in number, skill levels, position identifiers, or location of personnel in various modes of operation.
|
|
144
|
+
|
|
145
|
+
## 7.3 Impacts during development.
|
|
146
|
+
|
|
147
|
+
This paragraph shall describe anticipated impacts on the user, acquirer, developer, and support agency(ies) during the development effort. These impacts may include meetings/discussions regarding the new system; development or modification of databases; training; parallel operation of the new and existing systems; impacts during testing of the new system; and other activities needed to aid or monitor development.
|
|
148
|
+
|
|
149
|
+
# 8. Analysis of the proposed system.
|
|
150
|
+
|
|
151
|
+
## 8.1 Summary of advantages.
|
|
152
|
+
|
|
153
|
+
This paragraph shall provide a qualitative and quantitative summary of the advantages to be obtained from the new or modified system. This summary shall include new capabilities, enhanced capabilities, and improved performance, as applicable, and their relationship to deficiencies identified in 4.1.
|
|
154
|
+
|
|
155
|
+
## 8.2 Summary of disadvantages/limitations.
|
|
156
|
+
|
|
157
|
+
This paragraph shall provide a qualitative and quantitative summary of disadvantages or limitations of the new or modified system. These disadvantages and limitations shall include, as applicable, degraded or missing capabilities, degraded or less-than-desired performance, greater-than-desired use of computer hardware resources, undesirable operational impacts, conflicts with user assumptions, and other constraints.
|
|
158
|
+
|
|
159
|
+
## 8.3 Alternatives and trade-offs considered.
|
|
160
|
+
|
|
161
|
+
This paragraph shall identify and describe major alternatives considered to the system or its characteristics, the trade-offs among them, and rationale for the decisions reached.
|
|
162
|
+
|
|
163
|
+
# 9. Notes.
|
|
164
|
+
|
|
165
|
+
This section shall contain any general information that aids in understanding this document (e.g., background information, glossary, rationale). This section shall include an alphabetical listing of all acronyms, abbreviations, and their meanings as used in this document and a list of any terms and definitions needed to understand this document.
|
|
166
|
+
|
|
167
|
+
# A. Appendixes.
|
|
168
|
+
|
|
169
|
+
Appendixes may be used to provide information published separately for convenience in document maintenance (e.g., charts, classified data). As applicable, each appendix shall be referenced in the main body of the document where the data would normally have been provided. Appendixes may be bound as separate documents for ease in handling. Appendixes shall be lettered alphabetically (A, B, etc.).
|
|
File without changes
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mil498-sdd
|
|
3
|
+
description: Generate MIL-STD-498 Software Design Description (SDD)
|
|
4
|
+
type: complex-workflow
|
|
5
|
+
triggers:
|
|
6
|
+
- "generate SDD"
|
|
7
|
+
- "create software design description"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# MIL-498: Software Design Description (SDD)
|
|
11
|
+
|
|
12
|
+
> MIL-STD-498 Data Item Description: DI-IPSC-81435
|
|
13
|
+
|
|
14
|
+
## Workflow
|
|
15
|
+
|
|
16
|
+
This workflow generates a MIL-STD-498 SDD document through progressive steps.
|
|
17
|
+
The SDD describes the design of a single CSCI — its internal architecture, components (CSCs), interfaces, and detailed unit design.
|
|
18
|
+
|
|
19
|
+
### Steps
|
|
20
|
+
|
|
21
|
+
1. [Discover Project Artifacts](prompts/01-discover-project-artifacts.md)
|
|
22
|
+
2. [Load Template](prompts/02-load-template.md)
|
|
23
|
+
3. [Generate Document](prompts/03-generate-document.md)
|
|
24
|
+
4. [Validate](prompts/04-validate.md)
|
|
25
|
+
5. [Review](prompts/05-review.md)
|
|
26
|
+
6. [Save](prompts/06-save.md)
|
|
27
|
+
|
|
28
|
+
### Template
|
|
29
|
+
|
|
30
|
+
Output template: [template.md](template.md)
|