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,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cyber-vault-secrets
|
|
3
|
+
description: Manage secrets, policies, and authentication in HashiCorp Vault
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "vault secrets"
|
|
7
|
+
- "manage vault"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# workflow-vault-secrets.md
|
|
11
|
+
# HashiCorp Vault Secret Management Workflow
|
|
12
|
+
|
|
13
|
+
This workflow guides the agent through managing secrets, policies, and authentication in HashiCorp Vault.
|
|
14
|
+
|
|
15
|
+
## Instructions
|
|
16
|
+
1. **Check Connection**: Verify `vault status` and authentication.
|
|
17
|
+
2. **Secret Creation/Update**:
|
|
18
|
+
- `vault kv put secret/{path} {key}={value}`
|
|
19
|
+
- Ensure secrets are never logged or echoed in plain text.
|
|
20
|
+
3. **Policy Management**:
|
|
21
|
+
- Define HCL policies for restricted access.
|
|
22
|
+
- `vault policy write {name} {policy_file}`
|
|
23
|
+
4. **Integration**:
|
|
24
|
+
- Manage Kubernetes auth method: `vault auth enable kubernetes`
|
|
25
|
+
- Setup Vault Agent injector configurations.
|
|
26
|
+
5. **Audit**:
|
|
27
|
+
- Check for expired tokens or orphaned secrets.
|
|
28
|
+
- Review access logs if available.
|
|
File without changes
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cyber-verify-docker-users
|
|
3
|
+
description: Audit Docker images for proper user management and least privilege
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "verify docker users"
|
|
7
|
+
- "docker user audit"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# verify-docker-users.md
|
|
11
|
+
# Docker User & Hardening Verification Workflow
|
|
12
|
+
|
|
13
|
+
This workflow guides the Cyber agent through auditing Docker images for proper user management and least privilege.
|
|
14
|
+
|
|
15
|
+
## Instructions
|
|
16
|
+
1. **Inspect Metadata**:
|
|
17
|
+
- Use the `docker-hardening-verification` skill.
|
|
18
|
+
- Run: `bash skills/docker-hardening-verification/scripts/verify-hardening.sh {image_name}`.
|
|
19
|
+
2. **Audit Result Analysis**:
|
|
20
|
+
- **UID Check**: Confirm the defined user is non-zero.
|
|
21
|
+
- **Permissive Files**: Scan for world-writable files in common paths (/tmp, /etc, /var).
|
|
22
|
+
3. **Governance Check**: Ensure the image follows OpenShift/hardened cluster requirements (no root, arbitrary UID support).
|
|
23
|
+
4. **Reporting**: provide a high-level summary of hardening quality and mandatory fixes.
|
|
File without changes
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cyber-verify-image-signature
|
|
3
|
+
description: Verify Docker image signatures for supply chain security
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "verify image signature"
|
|
7
|
+
- "check image signature"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# verify-image-signature.md
|
|
11
|
+
# Docker Image Signature Verification Workflow
|
|
12
|
+
|
|
13
|
+
This workflow guides the Cyber agent through verifying that a Docker image has been properly signed.
|
|
14
|
+
|
|
15
|
+
## Instructions
|
|
16
|
+
1. **Identify Image**: Get the image name and digest.
|
|
17
|
+
2. **Locate Public Key**: Obtain the public key or certificate used for signing.
|
|
18
|
+
3. **Execute Verification**:
|
|
19
|
+
- Use `cosign verify --key {public_key} {image_digest}`.
|
|
20
|
+
- Check the output for valid signatures.
|
|
21
|
+
4. **Policy Compliance**: Verify if the signing entity (certificate CN) matches the expected trusted authorities.
|
|
22
|
+
5. **Report**: Alert the user if the image is unsigned or the signature is invalid.
|
|
File without changes
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cyber-vulnerability-scan
|
|
3
|
+
description: Orchestrate comprehensive vulnerability scanning across tech stacks
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "vulnerability scan"
|
|
7
|
+
- "run vulnerability scan"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# workflow-vulnerability-scan.md
|
|
11
|
+
# ma-agents Vulnerability Scan Orchestration
|
|
12
|
+
|
|
13
|
+
Orchestrates multiple security-focused skills from the `ma-agents` package to provide a comprehensive security scan.
|
|
14
|
+
|
|
15
|
+
## Instructions
|
|
16
|
+
1. **Select Scanners**: Based on project tech stack, trigger:
|
|
17
|
+
- **JS/TS**: `js-ts-security-skill`
|
|
18
|
+
- **Python**: `python-security-skill`
|
|
19
|
+
- **Docker**: `verify-hardened-docker-skill`
|
|
20
|
+
2. **Run Tools**:
|
|
21
|
+
- Execute `npm audit` or `yarn audit`.
|
|
22
|
+
- Run `pip-audit` for Python environments.
|
|
23
|
+
- Run `trivy image {image}` for containers.
|
|
24
|
+
3. **Aggregate Results**: Collect all findings into a unified report.
|
|
25
|
+
4. **Prioritization**: Rank vulnerabilities by CVSS score and exploitability.
|
|
26
|
+
5. **Remediation**:
|
|
27
|
+
- Propose version upgrades.
|
|
28
|
+
- Propose configuration hardening steps.
|
|
File without changes
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devops-configure-infrastructure
|
|
3
|
+
description: Define and configure core infrastructure components in Kubernetes
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "configure infrastructure"
|
|
7
|
+
- "infrastructure configuration"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# workflow-configure-infrastructure.md
|
|
11
|
+
# Infrastructure Configuration Workflow
|
|
12
|
+
|
|
13
|
+
This workflow focuses on defining and configuring core infrastructure components in a Kubernetes environment.
|
|
14
|
+
|
|
15
|
+
## Instructions
|
|
16
|
+
1. **Storage Definition**:
|
|
17
|
+
- Define `PersistentVolume` (PV) with appropriate access modes and storage classes.
|
|
18
|
+
- Define `PersistentVolumeClaim` (PVC) for application workloads.
|
|
19
|
+
2. **Networking**:
|
|
20
|
+
- Configure `Service` type `LoadBalancer` or `Ingress` controllers.
|
|
21
|
+
- Define `NetworkPolicies` for secure communication.
|
|
22
|
+
3. **Disconnected Environments**:
|
|
23
|
+
- Provide templates for local storage provisioners (e.g., hostPath, Local Persistent Volumes).
|
|
24
|
+
- Configure static IP assignments for on-prem load balancers.
|
|
25
|
+
4. **Validation**:
|
|
26
|
+
- Verify binding status: `kubectl get pv,pvc`
|
|
27
|
+
- Verify endpoint availability: `kubectl get endpoints`
|
|
File without changes
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devops-disconnected-deployment
|
|
3
|
+
description: Deploy applications in air-gapped or restricted on-prem environments
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "disconnected deployment"
|
|
7
|
+
- "air-gapped deployment"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# workflow-disconnected-deployment.md
|
|
11
|
+
# Disconnected Environment Deployment Workflow
|
|
12
|
+
|
|
13
|
+
Strategies and actions for deploying applications in air-gapped or restricted on-prem environments.
|
|
14
|
+
|
|
15
|
+
## Instructions
|
|
16
|
+
1. **Dependency Gathering**:
|
|
17
|
+
- Identify all required container images.
|
|
18
|
+
- Export images: `docker save {image_list} | gzip > images.tar.gz`
|
|
19
|
+
- Package Helm charts: `helm package {chart_path}`
|
|
20
|
+
2. **Target Readiness**:
|
|
21
|
+
- Verify local registry availability.
|
|
22
|
+
- Import images: `docker load < images.tar.gz`
|
|
23
|
+
3. **Deployment**:
|
|
24
|
+
- Use `--set image.repository={local_registry}/{repo}` for Helm.
|
|
25
|
+
- Verify offline connectivity between components.
|
|
26
|
+
4. **Troubleshooting**:
|
|
27
|
+
- Check for 'ImagePullBackOff' due to incorrect registry paths.
|
|
File without changes
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devops-docker-compose-setup
|
|
3
|
+
description: Multi-container orchestration using Docker Compose for development and on-prem
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "docker compose setup"
|
|
7
|
+
- "docker compose"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# workflow-docker-compose-setup.md
|
|
11
|
+
# Docker Compose Management Workflow
|
|
12
|
+
|
|
13
|
+
This workflow handles multi-container orchestration using Docker Compose, optimized for development and on-prem deployments.
|
|
14
|
+
|
|
15
|
+
## Instructions
|
|
16
|
+
1. **Define Services**: Map application components to Docker services.
|
|
17
|
+
2. **Environment Sync**: Setup `.env` file management for different environments (on-prem, dev).
|
|
18
|
+
3. **Disconnected Operations**:
|
|
19
|
+
- Build images with `--pull=false` if registry is unavailable.
|
|
20
|
+
- Use local image tags.
|
|
21
|
+
4. **Orchestration**:
|
|
22
|
+
- Setup dependencies with `depends_on` and health checks.
|
|
23
|
+
- Configure volumes for persistence.
|
|
24
|
+
5. **Execution**:
|
|
25
|
+
- `docker-compose up -d`
|
|
26
|
+
- `docker-compose ps`
|
|
File without changes
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devops-manage-helm
|
|
3
|
+
description: Create and manage Helm charts and Helm umbrellas for complex systems
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "manage helm"
|
|
7
|
+
- "helm chart"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# workflow-manage-helm.md
|
|
11
|
+
# Helm Management Workflow
|
|
12
|
+
|
|
13
|
+
This workflow handles the creation and management of Helm charts and Helm umbrellas for complex systems.
|
|
14
|
+
|
|
15
|
+
## Instructions
|
|
16
|
+
1. **Analyze System**: Determine if a single chart or an umbrella chart (multiple sub-charts) is needed.
|
|
17
|
+
2. **Chart Creation**:
|
|
18
|
+
- `helm create {chart_name}`
|
|
19
|
+
- Structure for disconnected environments: Ensure all chart dependencies are bundled (vendorized).
|
|
20
|
+
3. **Helm Umbrella Setup**:
|
|
21
|
+
- Configure `Chart.yaml` with sub-chart dependencies.
|
|
22
|
+
- Setup `values.yaml` to override sub-chart values.
|
|
23
|
+
4. **On-prem Optimization**:
|
|
24
|
+
- Prepare `chart-save` and `chart-load` routines for air-gapped systems.
|
|
25
|
+
- Configure local registry mirrors.
|
|
26
|
+
5. **Validation**:
|
|
27
|
+
- `helm lint {chart_path}`
|
|
28
|
+
- `helm template {chart_path}`
|
|
File without changes
|
|
@@ -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
|
|
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.
|