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,32 @@
|
|
|
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 | Product Brief | `**/product-brief*.md` |
|
|
8
|
+
| Required | PRD | `**/prd.md`, `**/prd-*.md` |
|
|
9
|
+
| Recommended | Architecture | `**/architecture.md`, `**/architecture-*.md` |
|
|
10
|
+
| Recommended | Project Context | `**/project-context.md` |
|
|
11
|
+
| Optional | Sprint Status | `**/sprint-status*.yaml`, `**/sprint-status*.md` |
|
|
12
|
+
| Optional | Epics | `**/epics*.md` |
|
|
13
|
+
|
|
14
|
+
If **required** artifacts are missing, warn the user and ask whether to proceed with available data or stop.
|
|
15
|
+
|
|
16
|
+
## Document Dependencies
|
|
17
|
+
|
|
18
|
+
The SDP describes how the software will be developed. It benefits from knowing the system architecture (SSDD) and what documents are planned for each CSCI.
|
|
19
|
+
|
|
20
|
+
| Predecessor | Relationship | Search Pattern |
|
|
21
|
+
|-------------|-------------|----------------|
|
|
22
|
+
| SSDD (System/Subsystem Design Description) | Recommended — provides system architecture, CSCI decomposition, and specification tree | `**/SSDD.md` |
|
|
23
|
+
| SSS (System/Subsystem Specification) | Optional — provides system requirements context | `**/SSS.md` |
|
|
24
|
+
| OCD (Operational Concept Description) | Optional — provides operational context | `**/OCD.md` |
|
|
25
|
+
|
|
26
|
+
If the SSDD exists, it MUST be loaded — the SDP should reference the CSCI decomposition when describing plans for CSCI-level activities (Section 5), and the specification tree (SSDD 4.1.f) informs Section 3.b (documentation requirements).
|
|
27
|
+
|
|
28
|
+
If the SSDD has NOT been generated yet, **inform {user_name}**: "The SSDD has not been generated yet. The SDP benefits from the system architecture and CSCI decomposition in the SSDD. Would you like to proceed without it, or generate the SSDD first?"
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
**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 SDP 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,187 @@
|
|
|
1
|
+
# Step 3 — Generate Document
|
|
2
|
+
|
|
3
|
+
Write the document in {document_output_language}, populating each template section. **Important**: Each paragraph in Sections 4 and 5 shall identify applicable risks/uncertainties and plans for dealing with them.
|
|
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 project name, version, identifiers from PRD
|
|
17
|
+
- **1.2 System overview**: Summarize from Product Brief and PRD
|
|
18
|
+
- **1.3 Document overview**: Describe this SDP document's purpose
|
|
19
|
+
- **1.4 Relationship to other plans**: Reference any related project plans (quality assurance plans, configuration management plans, test plans)
|
|
20
|
+
|
|
21
|
+
## Section 2: Referenced documents
|
|
22
|
+
- List all project artifacts, standards, and external references with number, title, revision, and date
|
|
23
|
+
|
|
24
|
+
## Section 3: Overview of required work
|
|
25
|
+
Provide an overview of the following (items a through f per the DID):
|
|
26
|
+
- **a.** Requirements and constraints on the system and software to be developed
|
|
27
|
+
- **b.** Requirements and constraints on project documentation (reference SSDD specification tree if available)
|
|
28
|
+
- **c.** Position of the project in the system life cycle
|
|
29
|
+
- **d.** The selected program/acquisition strategy or any requirements/constraints on it
|
|
30
|
+
- **e.** Requirements and constraints on project schedules and resources
|
|
31
|
+
- **f.** Other requirements and constraints (security, privacy, methods, standards, interdependencies in hardware and software development)
|
|
32
|
+
|
|
33
|
+
## Section 4: Plans for general software development activities
|
|
34
|
+
|
|
35
|
+
**4.1 Software development process**: Describe the software development process to be used. Identify planned builds (if applicable), their objectives, and the software development activities in each build.
|
|
36
|
+
|
|
37
|
+
**4.2 General plans for software development**:
|
|
38
|
+
|
|
39
|
+
- **4.2.1 Software development methods**: Describe or reference the methods to be used — manual and automated tools and procedures. Map the project's development methodology to MIL-STD-498 activities.
|
|
40
|
+
- **4.2.2 Standards for software products**: Describe standards for representing requirements, design, code, test cases, test procedures, and test results. For code standards, include:
|
|
41
|
+
- a. Format standards (indentation, spacing, capitalization, ordering)
|
|
42
|
+
- b. Header comment standards (name, version, modification history, purpose, requirements/design decisions, processing notes, data notes)
|
|
43
|
+
- c. Other comment standards (required number and content)
|
|
44
|
+
- d. Naming conventions (variables, parameters, packages, procedures, files)
|
|
45
|
+
- e. Restrictions on language constructs or features
|
|
46
|
+
- f. Restrictions on code complexity
|
|
47
|
+
- **4.2.3 Reusable software products**:
|
|
48
|
+
- 4.2.3.1 Incorporating reusable software products — approach for identifying, evaluating, and incorporating reuse candidates
|
|
49
|
+
- 4.2.3.2 Developing reusable software products — approach for identifying and reporting reuse opportunities
|
|
50
|
+
- **4.2.4 Handling of critical requirements**:
|
|
51
|
+
- 4.2.4.1 Safety assurance
|
|
52
|
+
- 4.2.4.2 Security assurance
|
|
53
|
+
- 4.2.4.3 Privacy assurance
|
|
54
|
+
- 4.2.4.4 Assurance of other critical requirements
|
|
55
|
+
- **4.2.5 Computer hardware resource utilization**: Approach for allocating and monitoring hardware resource utilization
|
|
56
|
+
- **4.2.6 Recording rationale**: Approach for recording rationale for key project decisions
|
|
57
|
+
- **4.2.7 Access for acquirer review**: Approach for providing acquirer access to facilities for review
|
|
58
|
+
|
|
59
|
+
## Section 5: Plans for performing detailed software development activities
|
|
60
|
+
|
|
61
|
+
For each subsection below, describe the approach (methods/procedures/tools) for: 1) analysis or technical tasks, 2) recording of results, 3) preparation of deliverables. Identify applicable risks/uncertainties and plans for dealing with them.
|
|
62
|
+
|
|
63
|
+
- **5.1 Project planning and oversight**:
|
|
64
|
+
- 5.1.1 Software development planning (updates to this plan)
|
|
65
|
+
- 5.1.2 CSCI test planning
|
|
66
|
+
- 5.1.3 System test planning
|
|
67
|
+
- 5.1.4 Software installation planning
|
|
68
|
+
- 5.1.5 Software transition planning
|
|
69
|
+
- 5.1.6 Following and updating plans, including management review intervals
|
|
70
|
+
- **5.2 Establishing a software development environment**:
|
|
71
|
+
- 5.2.1 Software engineering environment
|
|
72
|
+
- 5.2.2 Software test environment
|
|
73
|
+
- 5.2.3 Software development library
|
|
74
|
+
- 5.2.4 Software development files
|
|
75
|
+
- 5.2.5 Non-deliverable software
|
|
76
|
+
- **5.3 System requirements analysis**:
|
|
77
|
+
- 5.3.1 Analysis of user input
|
|
78
|
+
- 5.3.2 Operational concept
|
|
79
|
+
- 5.3.3 System requirements
|
|
80
|
+
- **5.4 System design**:
|
|
81
|
+
- 5.4.1 System-wide design decisions
|
|
82
|
+
- 5.4.2 System architectural design
|
|
83
|
+
- **5.5 Software requirements analysis**: Approach for deriving CSCI requirements from system requirements
|
|
84
|
+
- **5.6 Software design**:
|
|
85
|
+
- 5.6.1 CSCI-wide design decisions
|
|
86
|
+
- 5.6.2 CSCI architectural design
|
|
87
|
+
- 5.6.3 CSCI detailed design
|
|
88
|
+
- **5.7 Software implementation and unit testing**:
|
|
89
|
+
- 5.7.1 Software implementation
|
|
90
|
+
- 5.7.2 Preparing for unit testing
|
|
91
|
+
- 5.7.3 Performing unit testing
|
|
92
|
+
- 5.7.4 Revision and retesting
|
|
93
|
+
- 5.7.5 Analyzing and recording unit test results
|
|
94
|
+
- **5.8 Unit integration and testing**:
|
|
95
|
+
- 5.8.1 Preparing for unit integration and testing
|
|
96
|
+
- 5.8.2 Performing unit integration and testing
|
|
97
|
+
- 5.8.3 Revision and retesting
|
|
98
|
+
- 5.8.4 Analyzing and recording unit integration and test results
|
|
99
|
+
- **5.9 CSCI qualification testing**:
|
|
100
|
+
- 5.9.1 Independence in CSCI qualification testing
|
|
101
|
+
- 5.9.2 Testing on the target computer system
|
|
102
|
+
- 5.9.3 Preparing for CSCI qualification testing
|
|
103
|
+
- 5.9.4 Dry run of CSCI qualification testing
|
|
104
|
+
- 5.9.5 Performing CSCI qualification testing
|
|
105
|
+
- 5.9.6 Revision and retesting
|
|
106
|
+
- 5.9.7 Analyzing and recording CSCI qualification test results
|
|
107
|
+
- **5.10 CSCI/HWCI integration and testing**:
|
|
108
|
+
- 5.10.1 Preparing for CSCI/HWCI integration and testing
|
|
109
|
+
- 5.10.2 Performing CSCI/HWCI integration and testing
|
|
110
|
+
- 5.10.3 Revision and retesting
|
|
111
|
+
- 5.10.4 Analyzing and recording CSCI/HWCI integration and test results
|
|
112
|
+
- **5.11 System qualification testing**:
|
|
113
|
+
- 5.11.1 Independence in system qualification testing
|
|
114
|
+
- 5.11.2 Testing on the target computer system
|
|
115
|
+
- 5.11.3 Preparing for system qualification testing
|
|
116
|
+
- 5.11.4 Dry run of system qualification testing
|
|
117
|
+
- 5.11.5 Performing system qualification testing
|
|
118
|
+
- 5.11.6 Revision and retesting
|
|
119
|
+
- 5.11.7 Analyzing and recording system qualification test results
|
|
120
|
+
- **5.12 Preparing for software use**:
|
|
121
|
+
- 5.12.1 Preparing the executable software
|
|
122
|
+
- 5.12.2 Preparing version descriptions for user sites
|
|
123
|
+
- 5.12.3 Preparing user manuals
|
|
124
|
+
- 5.12.4 Installation at user sites
|
|
125
|
+
- **5.13 Preparing for software transition**:
|
|
126
|
+
- 5.13.1 Preparing the executable software
|
|
127
|
+
- 5.13.2 Preparing source files
|
|
128
|
+
- 5.13.3 Preparing version descriptions for the support site
|
|
129
|
+
- 5.13.4 Preparing the "as built" CSCI design and other support information
|
|
130
|
+
- 5.13.5 Updating the system design description
|
|
131
|
+
- 5.13.6 Preparing support manuals
|
|
132
|
+
- 5.13.7 Transition to the designated support site
|
|
133
|
+
- **5.14 Software configuration management**:
|
|
134
|
+
- 5.14.1 Configuration identification
|
|
135
|
+
- 5.14.2 Configuration control
|
|
136
|
+
- 5.14.3 Configuration status accounting
|
|
137
|
+
- 5.14.4 Configuration audits
|
|
138
|
+
- 5.14.5 Packaging, storage, handling, and delivery
|
|
139
|
+
- **5.15 Software product evaluation**:
|
|
140
|
+
- 5.15.1 In-process and final software product evaluations
|
|
141
|
+
- 5.15.2 Software product evaluation records, including items to be recorded
|
|
142
|
+
- 5.15.3 Independence in software product evaluation
|
|
143
|
+
- **5.16 Software quality assurance**:
|
|
144
|
+
- 5.16.1 Software quality assurance evaluations
|
|
145
|
+
- 5.16.2 Software quality assurance records, including items to be recorded
|
|
146
|
+
- 5.16.3 Independence in software quality assurance
|
|
147
|
+
- **5.17 Corrective action**:
|
|
148
|
+
- 5.17.1 Problem/change reports (including items to be recorded: project name, originator, problem number/name, affected element, dates, category/priority, description, analyst, recommended solution, impacts, status, correction details)
|
|
149
|
+
- 5.17.2 Corrective action system
|
|
150
|
+
- **5.18 Joint technical and management reviews**:
|
|
151
|
+
- 5.18.1 Joint technical reviews, including a proposed set of reviews
|
|
152
|
+
- 5.18.2 Joint management reviews, including a proposed set of reviews
|
|
153
|
+
- **5.19 Other software development activities**:
|
|
154
|
+
- 5.19.1 Risk management, including known risks and corresponding strategies
|
|
155
|
+
- 5.19.2 Software management indicators, including indicators to be used
|
|
156
|
+
- 5.19.3 Security and privacy
|
|
157
|
+
- 5.19.4 Subcontractor management
|
|
158
|
+
- 5.19.5 Interface with software IV&V agents
|
|
159
|
+
- 5.19.6 Coordination with associate developers
|
|
160
|
+
- 5.19.7 Improvement of project processes
|
|
161
|
+
- 5.19.8 Other activities not covered elsewhere
|
|
162
|
+
|
|
163
|
+
For subsections that are not applicable to the project, state "Not applicable" with brief justification.
|
|
164
|
+
|
|
165
|
+
## Section 6: Schedules and activity network
|
|
166
|
+
- **a.** Schedule(s) identifying activities in each build, showing initiation of each activity, availability of draft and final deliverables and milestones, and completion of each activity
|
|
167
|
+
- **b.** An activity network depicting sequential relationships and dependencies among activities, identifying those that impose the greatest time restrictions
|
|
168
|
+
|
|
169
|
+
## Section 7: Project organization and resources
|
|
170
|
+
- **7.1 Project organization**: Organizational structure, organizations involved, relationships, and authority/responsibility for carrying out activities
|
|
171
|
+
- **7.2 Project resources**:
|
|
172
|
+
- **a.** Personnel resources: estimated staff-loading, breakdown by responsibility, skill levels, geographic locations, and security clearances
|
|
173
|
+
- **b.** Developer facilities: geographic locations, facilities, secure areas
|
|
174
|
+
- **c.** Acquirer-furnished items: equipment, software, services, documentation, data, facilities with schedule of when needed
|
|
175
|
+
- **d.** Other required resources with plan for obtaining them, dates needed, and availability
|
|
176
|
+
|
|
177
|
+
## Section 8: Notes
|
|
178
|
+
- Alphabetical listing of all acronyms, abbreviations, and their meanings
|
|
179
|
+
- Glossary of terms and definitions
|
|
180
|
+
- Background information to aid understanding
|
|
181
|
+
|
|
182
|
+
## Appendix A
|
|
183
|
+
- Include any supplementary material (charts, detailed schedules, classified data) that supports the main body
|
|
184
|
+
|
|
185
|
+
---
|
|
186
|
+
|
|
187
|
+
**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,13 @@
|
|
|
1
|
+
# Step 4 — Validate
|
|
2
|
+
|
|
3
|
+
Before presenting to the user, verify:
|
|
4
|
+
- All template sections (1-8 and Appendix A) are populated or marked "Not applicable" with justification
|
|
5
|
+
- Each paragraph in Sections 4-5 identifies applicable risks/uncertainties
|
|
6
|
+
- All 19 subsections of Section 5 (5.1-5.19) are addressed
|
|
7
|
+
- Schedule information is consistent with available Sprint/Epic data
|
|
8
|
+
- Development process accurately reflects the actual methodology
|
|
9
|
+
- Document is written in {document_output_language}
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
**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
|
+
- Is the development process description accurate?
|
|
7
|
+
- Are the identified risks and mitigation strategies complete?
|
|
8
|
+
- Is the schedule realistic?
|
|
9
|
+
- Are there additional activities or reviews not captured?
|
|
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,14 @@
|
|
|
1
|
+
# Step 6 — Save
|
|
2
|
+
|
|
3
|
+
Write the final document to:
|
|
4
|
+
`{output_folder}/planning-artifacts/SDP.md`
|
|
5
|
+
|
|
6
|
+
Confirm the file was saved and display a summary of:
|
|
7
|
+
- Development phases and builds identified
|
|
8
|
+
- Key milestones documented
|
|
9
|
+
- Number of risks identified
|
|
10
|
+
- Any sections marked "Not applicable"
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
**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,307 @@
|
|
|
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 and the software 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 and the software to which this document applies. It shall describe the general nature of the system and software; 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
|
+
## 1.4 Relationship to other plans.
|
|
18
|
+
|
|
19
|
+
This paragraph shall describe the relationship, if any, of the SDP to other project management plans.
|
|
20
|
+
|
|
21
|
+
# 2. Referenced documents.
|
|
22
|
+
|
|
23
|
+
This section shall list the number, title, revision, and date of all documents referenced in this plan. This section shall also identify the source for all documents not available through normal Government stocking activities.
|
|
24
|
+
|
|
25
|
+
# 3. Overview of required work.
|
|
26
|
+
|
|
27
|
+
This section shall be divided into paragraphs as needed to establish the context for the planning described in later sections. It shall include, as applicable, an overview of:
|
|
28
|
+
|
|
29
|
+
a. Requirements and constraints on the system and software to be developed
|
|
30
|
+
b. Requirements and constraints on project documentation
|
|
31
|
+
c. Position of the project in the system life cycle
|
|
32
|
+
d. The selected program/acquisition strategy or any requirements or constraints on it
|
|
33
|
+
e. Requirements and constraints on project schedules and resources
|
|
34
|
+
f. Other requirements and constraints, such as on project security, privacy, methods, standards, interdependencies in hardware and software development, etc.
|
|
35
|
+
|
|
36
|
+
# 4. Plans for performing general software development activities.
|
|
37
|
+
|
|
38
|
+
This section shall be divided into the following paragraphs. Provisions corresponding to non-required activities may be satisfied by the words "Not applicable." If different builds or different software on the project require different planning, these differences shall be noted in the paragraphs. In addition to the content specified below, each paragraph shall identify applicable risks/uncertainties and plans for dealing with them.
|
|
39
|
+
|
|
40
|
+
## 4.1 Software development process.
|
|
41
|
+
|
|
42
|
+
This paragraph shall describe the software development process to be used. The planning shall cover all contractual clauses concerning this topic, identifying planned builds, if applicable, their objectives, and the software development activities to be performed in each build.
|
|
43
|
+
|
|
44
|
+
## 4.2 General plans for software development.
|
|
45
|
+
|
|
46
|
+
This paragraph shall be divided into the following subparagraphs.
|
|
47
|
+
|
|
48
|
+
### 4.2.1 Software development methods.
|
|
49
|
+
|
|
50
|
+
This paragraph shall describe or reference the software development methods to be used. Included shall be descriptions of the manual and automated tools and procedures to be used in support of these methods. The methods shall cover all contractual clauses concerning this topic. Reference may be made to other paragraphs in this plan if the methods are better described in context with the activities to which they will be applied.
|
|
51
|
+
|
|
52
|
+
### 4.2.2 Standards for software products.
|
|
53
|
+
|
|
54
|
+
This paragraph shall describe or reference the standards to be followed for representing requirements, design, code, test cases, test procedures, and test results. The standards shall cover all contractual clauses concerning this topic. Reference may be made to other paragraphs in this plan if the standards are better described in context with the activities to which they will be applied. Standards for code shall be provided for each programming language to be used. They shall include at a minimum:
|
|
55
|
+
|
|
56
|
+
a. Standards for format (such as indentation, spacing, capitalization, and order of information)
|
|
57
|
+
b. Standards for header comments (requiring, for example, name/identifier of the code; version identification; modification history; purpose; requirements and design decisions implemented; notes on the processing (such as algorithms used, assumptions, constraints, limitations, and side effects); and notes on the data (inputs, outputs, variables, data structures, etc.)
|
|
58
|
+
c. Standards for other comments (such as required number and content expectations)
|
|
59
|
+
d. Naming conventions for variables, parameters, packages, procedures, files, etc.
|
|
60
|
+
e. Restrictions, if any, on the use of programming language constructs or features
|
|
61
|
+
f. Restrictions, if any, on the complexity of code aggregates
|
|
62
|
+
|
|
63
|
+
### 4.2.3 Reusable software products.
|
|
64
|
+
|
|
65
|
+
This paragraph shall be divided into the following subparagraphs.
|
|
66
|
+
|
|
67
|
+
#### 4.2.3.1 Incorporating reusable software products.
|
|
68
|
+
|
|
69
|
+
This paragraph shall describe the approach to be followed for identifying, evaluating, and incorporating reusable software products, including the scope of the search for such products and the criteria to be used for their evaluation. It shall cover all contractual clauses concerning this topic. Candidate or selected reusable software products known at the time this plan is prepared or updated shall be identified and described, together with benefits, drawbacks, and restrictions, as applicable, associated with their use.
|
|
70
|
+
|
|
71
|
+
#### 4.2.3.2 Developing reusable software products.
|
|
72
|
+
|
|
73
|
+
This paragraph shall describe the approach to be followed for identifying, evaluating, and reporting opportunities for developing reusable software products. It shall cover all contractual clauses concerning this topic.
|
|
74
|
+
|
|
75
|
+
### 4.2.4 Handling of critical requirements.
|
|
76
|
+
|
|
77
|
+
This paragraph shall be divided into the following subparagraphs to describe the approach to be followed for handling requirements designated critical. The planning in each subparagraph shall cover all contractual clauses concerning the identified topic.
|
|
78
|
+
|
|
79
|
+
4.2.4.1 Safety assurance
|
|
80
|
+
4.2.4.2 Security assurance
|
|
81
|
+
4.2.4.3 Privacy assurance
|
|
82
|
+
4.2.4.4 Assurance of other critical requirements
|
|
83
|
+
|
|
84
|
+
### 4.2.5 Computer hardware resource utilization.
|
|
85
|
+
|
|
86
|
+
This paragraph shall describe the approach to be followed for allocating computer hardware resources and monitoring their utilization. It shall cover all contractual clauses concerning this topic.
|
|
87
|
+
|
|
88
|
+
### 4.2.6 Recording rationale.
|
|
89
|
+
|
|
90
|
+
This paragraph shall describe the approach to be followed for recording rationale that will be useful to the support agency for key decisions made on the project. It shall interpret the term "key decisions" for the project and state where the rationale are to be recorded. It shall cover all contractual clauses concerning this topic.
|
|
91
|
+
|
|
92
|
+
### 4.2.7 Access for acquirer review.
|
|
93
|
+
|
|
94
|
+
This paragraph shall describe the approach to be followed for providing the acquirer or its authorized representative access to developer and subcontractor facilities for review of software products and activities. It shall cover all contractual clauses concerning this topic.
|
|
95
|
+
|
|
96
|
+
# 5. Plans for performing detailed software development activities.
|
|
97
|
+
|
|
98
|
+
This section shall be divided into the following paragraphs. Provisions corresponding to non-required activities may be satisfied by the words "Not applicable." If different builds or different software on the project require different planning, these differences shall be noted in the paragraphs. The discussion of each activity shall include the approach (methods/procedures/tools) to be applied to: 1) the analysis or other technical tasks involved, 2) the recording of results, and 3) the preparation of associated deliverables, if applicable. The discussion shall also identify applicable risks/uncertainties and plans for dealing with them. Reference may be made to 4.2.1 if applicable methods are described there.
|
|
99
|
+
|
|
100
|
+
## 5.1 Project planning and oversight.
|
|
101
|
+
|
|
102
|
+
This paragraph shall be divided into the following subparagraphs to describe the approach to be followed for project planning and oversight. The planning in each subparagraph shall cover all contractual clauses regarding the identified topic.
|
|
103
|
+
|
|
104
|
+
5.1.1 Software development planning (covering updates to this plan)
|
|
105
|
+
5.1.2 CSCI test planning
|
|
106
|
+
5.1.3 System test planning
|
|
107
|
+
5.1.4 Software installation planning
|
|
108
|
+
5.1.5 Software transition planning
|
|
109
|
+
5.1.6 Following and updating plans, including the intervals for management review
|
|
110
|
+
|
|
111
|
+
## 5.2 Establishing a software development environment.
|
|
112
|
+
|
|
113
|
+
This paragraph shall be divided into the following subparagraphs to describe the approach to be followed for establishing, controlling, and maintaining a software development environment. The planning in each subparagraph shall cover all contractual clauses regarding the identified topic.
|
|
114
|
+
|
|
115
|
+
5.2.1 Software engineering environment
|
|
116
|
+
5.2.2 Software test environment
|
|
117
|
+
5.2.3 Software development library
|
|
118
|
+
5.2.4 Software development files
|
|
119
|
+
5.2.5 Non-deliverable software
|
|
120
|
+
|
|
121
|
+
## 5.3 System requirements analysis.
|
|
122
|
+
|
|
123
|
+
This paragraph shall be divided into the following subparagraphs to describe the approach to be followed for participating in system requirements analysis. The planning in each subparagraph shall cover all contractual clauses regarding the identified topic.
|
|
124
|
+
|
|
125
|
+
5.3.1 Analysis of user input
|
|
126
|
+
5.3.2 Operational concept
|
|
127
|
+
5.3.3 System requirements
|
|
128
|
+
|
|
129
|
+
## 5.4 System design.
|
|
130
|
+
|
|
131
|
+
This paragraph shall be divided into the following subparagraphs to describe the approach to be followed for participating in system design. The planning in each subparagraph shall cover all contractual clauses regarding the identified topic.
|
|
132
|
+
|
|
133
|
+
5.4.1 System-wide design decisions
|
|
134
|
+
5.4.2 System architectural design
|
|
135
|
+
|
|
136
|
+
## 5.5 Software requirements analysis.
|
|
137
|
+
|
|
138
|
+
This paragraph shall describe the approach to be followed for software requirements analysis. The approach shall cover all contractual clauses concerning this topic.
|
|
139
|
+
|
|
140
|
+
## 5.6 Software design.
|
|
141
|
+
|
|
142
|
+
This paragraph shall be divided into the following subparagraphs to describe the approach to be followed for software design. The planning in each subparagraph shall cover all contractual clauses regarding the identified topic.
|
|
143
|
+
|
|
144
|
+
5.6.1 CSCI-wide design decisions
|
|
145
|
+
5.6.2 CSCI architectural design
|
|
146
|
+
5.6.3 CSCI detailed design
|
|
147
|
+
|
|
148
|
+
## 5.7 Software implementation and unit testing.
|
|
149
|
+
|
|
150
|
+
This paragraph shall be divided into the following subparagraphs to describe the approach to be followed for software implementation and unit testing. The planning in each subparagraph shall cover all contractual clauses regarding the identified topic.
|
|
151
|
+
|
|
152
|
+
5.7.1 Software implementation
|
|
153
|
+
5.7.2 Preparing for unit testing
|
|
154
|
+
5.7.3 Performing unit testing
|
|
155
|
+
5.7.4 Revision and retesting
|
|
156
|
+
5.7.5 Analyzing and recording unit test results
|
|
157
|
+
|
|
158
|
+
## 5.8 Unit integration and testing.
|
|
159
|
+
|
|
160
|
+
This paragraph shall be divided into the following subparagraphs to describe the approach to be followed for unit integration and testing. The planning in each subparagraph shall cover all contractual clauses regarding the identified topic.
|
|
161
|
+
|
|
162
|
+
5.8.1 Preparing for unit integration and testing
|
|
163
|
+
5.8.2 Performing unit integration and testing
|
|
164
|
+
5.8.3 Revision and retesting
|
|
165
|
+
5.8.4 Analyzing and recording unit integration and test results
|
|
166
|
+
|
|
167
|
+
## 5.9 CSCI qualification testing.
|
|
168
|
+
|
|
169
|
+
This paragraph shall be divided into the following subparagraphs to describe the approach to be followed for CSCI qualification testing. The planning in each subparagraph shall cover all contractual clauses regarding the identified topic.
|
|
170
|
+
|
|
171
|
+
5.9.1 Independence in CSCI qualification testing
|
|
172
|
+
5.9.2 Testing on the target computer system
|
|
173
|
+
5.9.3 Preparing for CSCI qualification testing
|
|
174
|
+
5.9.4 Dry run of CSCI qualification testing
|
|
175
|
+
5.9.5 Performing CSCI qualification testing
|
|
176
|
+
5.9.6 Revision and retesting
|
|
177
|
+
5.9.7 Analyzing and recording CSCI qualification test results
|
|
178
|
+
|
|
179
|
+
## 5.10 CSCI/HWCI integration and testing.
|
|
180
|
+
|
|
181
|
+
This paragraph shall be divided into the following subparagraphs to describe the approach to be followed for participating in CSCI/HWCI integration and testing. The planning in each subparagraph shall cover all contractual clauses regarding the identified topic.
|
|
182
|
+
|
|
183
|
+
5.10.1 Preparing for CSCI/HWCI integration and testing
|
|
184
|
+
5.10.2 Performing CSCI/HWCI integration and testing
|
|
185
|
+
5.10.3 Revision and retesting
|
|
186
|
+
5.10.4 Analyzing and recording CSCI/HWCI integration and test results
|
|
187
|
+
|
|
188
|
+
## 5.11 System qualification testing.
|
|
189
|
+
|
|
190
|
+
This paragraph shall be divided into the following subparagraphs to describe the approach to be followed for participating in system qualification testing. The planning in each subparagraph shall cover all contractual clauses regarding the identified topic.
|
|
191
|
+
|
|
192
|
+
5.11.1 Independence in system qualification testing
|
|
193
|
+
5.11.2 Testing on the target computer system
|
|
194
|
+
5.11.3 Preparing for system qualification testing
|
|
195
|
+
5.11.4 Dry run of system qualification testing
|
|
196
|
+
5.11.5 Performing system qualification testing
|
|
197
|
+
5.11.6 Revision and retesting
|
|
198
|
+
5.11.7 Analyzing and recording system qualification test results
|
|
199
|
+
|
|
200
|
+
## 5.12 Preparing for software use.
|
|
201
|
+
|
|
202
|
+
This paragraph shall be divided into the following subparagraphs to describe the approach to be followed for preparing for software use. The planning in each subparagraph shall cover all contractual clauses regarding the identified topic.
|
|
203
|
+
|
|
204
|
+
5.12.1 Preparing the executable software
|
|
205
|
+
5.12.2 Preparing version descriptions for user sites
|
|
206
|
+
5.12.3 Preparing user manuals
|
|
207
|
+
5.12.4 Installation at user sites
|
|
208
|
+
|
|
209
|
+
## 5.13 Preparing for software transition.
|
|
210
|
+
|
|
211
|
+
This paragraph shall be divided into the following subparagraphs to describe the approach to be followed for preparing for software transition. The planning in each subparagraph shall cover all contractual clauses regarding the identified topic.
|
|
212
|
+
|
|
213
|
+
5.13.1 Preparing the executable software
|
|
214
|
+
5.13.2 Preparing source files
|
|
215
|
+
5.13.3 Preparing version descriptions for the support site
|
|
216
|
+
5.13.4 Preparing the "as built" CSCI design and other software support information
|
|
217
|
+
5.13.5 Updating the system design description
|
|
218
|
+
5.13.6 Preparing support manuals
|
|
219
|
+
5.13.7 Transition to the designated support site
|
|
220
|
+
|
|
221
|
+
## 5.14 Software configuration management.
|
|
222
|
+
|
|
223
|
+
This paragraph shall be divided into the following subparagraphs to describe the approach to be followed for software configuration management. The planning in each subparagraph shall cover all contractual clauses regarding the identified topic.
|
|
224
|
+
|
|
225
|
+
5.14.1 Configuration identification
|
|
226
|
+
5.14.2 Configuration control
|
|
227
|
+
5.14.3 Configuration status accounting
|
|
228
|
+
5.14.4 Configuration audits
|
|
229
|
+
5.14.5 Packaging, storage, handling, and delivery
|
|
230
|
+
|
|
231
|
+
## 5.15 Software product evaluation.
|
|
232
|
+
|
|
233
|
+
This paragraph shall be divided into the following subparagraphs to describe the approach to be followed for software product evaluation. The planning in each subparagraph shall cover all contractual clauses regarding the identified topic.
|
|
234
|
+
|
|
235
|
+
5.15.1 In-process and final software product evaluations
|
|
236
|
+
5.15.2 Software product evaluation records, including items to be recorded
|
|
237
|
+
5.15.3 Independence in software product evaluation
|
|
238
|
+
|
|
239
|
+
## 5.16 Software quality assurance.
|
|
240
|
+
|
|
241
|
+
This paragraph shall be divided into the following subparagraphs to describe the approach to be followed for software quality assurance. The planning in each subparagraph shall cover all contractual clauses regarding the identified topic.
|
|
242
|
+
|
|
243
|
+
5.16.1 Software quality assurance evaluations
|
|
244
|
+
5.16.2 Software quality assurance records, including items to be recorded
|
|
245
|
+
5.16.3 Independence in software quality assurance
|
|
246
|
+
|
|
247
|
+
## 5.17 Corrective action.
|
|
248
|
+
|
|
249
|
+
This paragraph shall be divided into the following subparagraphs to describe the approach to be followed for corrective action. The planning in each subparagraph shall cover all contractual clauses regarding the identified topic.
|
|
250
|
+
|
|
251
|
+
5.17.1 Problem/change reports, including items to be recorded (candidate items include project name, originator, problem number, problem name, software element or document affected, origination date, category and priority, description, analyst assigned to the problem, date assigned, date completed, analysis time, recommended solution, impacts, problem status, approval of solution, follow-up actions, corrector, correction date, version where corrected, correction time, description of solution implemented)
|
|
252
|
+
5.17.2 Corrective action system
|
|
253
|
+
|
|
254
|
+
## 5.18 Joint technical and management reviews.
|
|
255
|
+
|
|
256
|
+
This paragraph shall be divided into the following subparagraphs to describe the approach to be followed for joint technical and management reviews. The planning in each subparagraph shall cover all contractual clauses regarding the identified topic.
|
|
257
|
+
|
|
258
|
+
5.18.1 Joint technical reviews, including a proposed set of reviews
|
|
259
|
+
5.18.2 Joint management reviews, including a proposed set of reviews
|
|
260
|
+
|
|
261
|
+
## 5.19 Other software development activities.
|
|
262
|
+
|
|
263
|
+
This paragraph shall be divided into the following subparagraphs to describe the approach to be followed for other software development activities. The planning in each subparagraph shall cover all contractual clauses regarding the identified topic.
|
|
264
|
+
|
|
265
|
+
5.19.1 Risk management, including known risks and corresponding strategies
|
|
266
|
+
5.19.2 Software management indicators, including indicators to be used
|
|
267
|
+
5.19.3 Security and privacy
|
|
268
|
+
5.19.4 Subcontractor management
|
|
269
|
+
5.19.5 Interface with software independent verification and validation (IV&V) agents
|
|
270
|
+
5.19.6 Coordination with associate developers
|
|
271
|
+
5.19.7 Improvement of project processes
|
|
272
|
+
5.19.8 Other activities not covered elsewhere in the plan
|
|
273
|
+
|
|
274
|
+
# 6. Schedules and activity network.
|
|
275
|
+
|
|
276
|
+
This section shall present:
|
|
277
|
+
|
|
278
|
+
a. Schedule(s) identifying the activities in each build and showing initiation of each activity, availability of draft and final deliverables and other milestones, and completion of each activity
|
|
279
|
+
b. An activity network, depicting sequential relationships and dependencies among activities and identifying those activities that impose the greatest time restrictions on the project
|
|
280
|
+
|
|
281
|
+
# 7. Project organization and resources.
|
|
282
|
+
|
|
283
|
+
This section shall be divided into the following paragraphs to describe the project organization and resources to be applied in each build.
|
|
284
|
+
|
|
285
|
+
## 7.1 Project organization.
|
|
286
|
+
|
|
287
|
+
This paragraph shall describe the organizational structure to be used on the project, including the organizations involved, their relationships to one another, and the authority and responsibility of each organization for carrying out required activities.
|
|
288
|
+
|
|
289
|
+
## 7.2 Project resources.
|
|
290
|
+
|
|
291
|
+
This paragraph shall describe the resources to be applied to the project. It shall include, as applicable:
|
|
292
|
+
|
|
293
|
+
a. Personnel resources, including:
|
|
294
|
+
1. The estimated staff-loading for the project (number of personnel over time)
|
|
295
|
+
2. The breakdown of the staff-loading numbers by responsibility (for example, management, software engineering, software testing, software configuration management, software product evaluation, software quality assurance)
|
|
296
|
+
3. A breakdown of the skill levels, geographic locations, and security clearances of personnel performing each responsibility
|
|
297
|
+
b. Overview of developer facilities to be used, including geographic locations in which the work will be performed, facilities to be used, and secure areas and other features of the facilities as applicable to the contracted effort.
|
|
298
|
+
c. Acquirer-furnished equipment, software, services, documentation, data, and facilities required for the contracted effort. A schedule detailing when these items will be needed shall also be included.
|
|
299
|
+
d. Other required resources, including a plan for obtaining the resources, dates needed, and availability of each resource item.
|
|
300
|
+
|
|
301
|
+
# 8. Notes.
|
|
302
|
+
|
|
303
|
+
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.
|
|
304
|
+
|
|
305
|
+
# A. Appendixes.
|
|
306
|
+
|
|
307
|
+
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-srs
|
|
3
|
+
description: Generate MIL-STD-498 Software Requirements Specification (SRS)
|
|
4
|
+
type: complex-workflow
|
|
5
|
+
triggers:
|
|
6
|
+
- "generate SRS"
|
|
7
|
+
- "create software requirements specification"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# MIL-498: Software Requirements Specification (SRS)
|
|
11
|
+
|
|
12
|
+
> MIL-STD-498 Data Item Description: DI-IPSC-81433
|
|
13
|
+
|
|
14
|
+
## Workflow
|
|
15
|
+
|
|
16
|
+
This workflow generates a MIL-STD-498 SRS document through progressive steps.
|
|
17
|
+
The SRS specifies requirements for a single CSCI (Computer Software Configuration Item).
|
|
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)
|