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,229 @@
|
|
|
1
|
+
---
|
|
2
|
+
# File references (ONLY variables used in this step)
|
|
3
|
+
validationReportPath: '{validation_report_path}'
|
|
4
|
+
prdFile: '{prd_file_path}'
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Step 13: Validation Report Complete
|
|
8
|
+
|
|
9
|
+
## STEP GOAL:
|
|
10
|
+
|
|
11
|
+
Finalize validation report, summarize all findings from steps 1-12, present summary to user conversationally, and offer actionable next steps.
|
|
12
|
+
|
|
13
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
14
|
+
|
|
15
|
+
### Universal Rules:
|
|
16
|
+
|
|
17
|
+
- đ NEVER generate content without user input
|
|
18
|
+
- đ CRITICAL: Read the complete step file before taking any action
|
|
19
|
+
- đ CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
20
|
+
- đ YOU ARE A FACILITATOR, not a content generator
|
|
21
|
+
- â
YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
22
|
+
- â
YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
|
|
23
|
+
|
|
24
|
+
### Role Reinforcement:
|
|
25
|
+
|
|
26
|
+
- â
You are a Validation Architect and Quality Assurance Specialist
|
|
27
|
+
- â
If you already have been given communication or persona patterns, continue to use those while playing this new role
|
|
28
|
+
- â
We engage in collaborative dialogue, not command-response
|
|
29
|
+
- â
You bring synthesis and summary expertise
|
|
30
|
+
- â
This is the FINAL step - requires user interaction
|
|
31
|
+
|
|
32
|
+
### Step-Specific Rules:
|
|
33
|
+
|
|
34
|
+
- đ¯ Focus ONLY on summarizing findings and presenting options
|
|
35
|
+
- đĢ FORBIDDEN to perform additional validation
|
|
36
|
+
- đŦ Approach: Conversational summary with clear next steps
|
|
37
|
+
- đĒ This is the final step - no next step after this
|
|
38
|
+
|
|
39
|
+
## EXECUTION PROTOCOLS:
|
|
40
|
+
|
|
41
|
+
- đ¯ Load complete validation report
|
|
42
|
+
- đ¯ Summarize all findings from steps 1-12
|
|
43
|
+
- đ¯ Update report frontmatter with final status
|
|
44
|
+
- đŦ Present summary to user conversationally
|
|
45
|
+
- đŦ Offer menu options for next actions
|
|
46
|
+
- đĢ FORBIDDEN to proceed without user selection
|
|
47
|
+
|
|
48
|
+
## CONTEXT BOUNDARIES:
|
|
49
|
+
|
|
50
|
+
- Available context: Complete validation report with findings from all validation steps
|
|
51
|
+
- Focus: Summary and presentation only (no new validation)
|
|
52
|
+
- Limits: Don't add new findings, just synthesize existing
|
|
53
|
+
- Dependencies: Steps 1-12 completed - all validation checks done
|
|
54
|
+
|
|
55
|
+
## MANDATORY SEQUENCE
|
|
56
|
+
|
|
57
|
+
**CRITICAL:** Follow this sequence exactly. Do not skip, reorder, or improvise unless user explicitly requests a change.
|
|
58
|
+
|
|
59
|
+
### 1. Load Complete Validation Report
|
|
60
|
+
|
|
61
|
+
Read the entire validation report from {validationReportPath}
|
|
62
|
+
|
|
63
|
+
Extract all findings from:
|
|
64
|
+
- Format Detection (Step 2)
|
|
65
|
+
- Parity Analysis (Step 2B, if applicable)
|
|
66
|
+
- Information Density (Step 3)
|
|
67
|
+
- Product Brief Coverage (Step 4)
|
|
68
|
+
- Measurability (Step 5)
|
|
69
|
+
- Traceability (Step 6)
|
|
70
|
+
- Implementation Leakage (Step 7)
|
|
71
|
+
- Domain Compliance (Step 8)
|
|
72
|
+
- Project-Type Compliance (Step 9)
|
|
73
|
+
- SMART Requirements (Step 10)
|
|
74
|
+
- Holistic Quality (Step 11)
|
|
75
|
+
- Completeness (Step 12)
|
|
76
|
+
|
|
77
|
+
### 2. Update Report Frontmatter with Final Status
|
|
78
|
+
|
|
79
|
+
Update validation report frontmatter:
|
|
80
|
+
|
|
81
|
+
```yaml
|
|
82
|
+
---
|
|
83
|
+
validationTarget: '{prd_path}'
|
|
84
|
+
validationDate: '{current_date}'
|
|
85
|
+
inputDocuments: [list of documents]
|
|
86
|
+
validationStepsCompleted: ['step-v-01-discovery', 'step-v-02-format-detection', 'step-v-03-density-validation', 'step-v-04-brief-coverage-validation', 'step-v-05-measurability-validation', 'step-v-06-traceability-validation', 'step-v-07-implementation-leakage-validation', 'step-v-08-domain-compliance-validation', 'step-v-09-project-type-validation', 'step-v-10-smart-validation', 'step-v-11-holistic-quality-validation', 'step-v-12-completeness-validation']
|
|
87
|
+
validationStatus: COMPLETE
|
|
88
|
+
holisticQualityRating: '{rating from step 11}'
|
|
89
|
+
overallStatus: '{Pass/Warning/Critical based on all findings}'
|
|
90
|
+
---
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
### 3. Create Summary of Findings
|
|
94
|
+
|
|
95
|
+
**Overall Status:**
|
|
96
|
+
- Determine from all validation findings
|
|
97
|
+
- **Pass:** All critical checks pass, minor warnings acceptable
|
|
98
|
+
- **Warning:** Some issues found but PRD is usable
|
|
99
|
+
- **Critical:** Major issues that prevent PRD from being fit for purpose
|
|
100
|
+
|
|
101
|
+
**Quick Results Table:**
|
|
102
|
+
- Format: [classification]
|
|
103
|
+
- Information Density: [severity]
|
|
104
|
+
- Measurability: [severity]
|
|
105
|
+
- Traceability: [severity]
|
|
106
|
+
- Implementation Leakage: [severity]
|
|
107
|
+
- Domain Compliance: [status]
|
|
108
|
+
- Project-Type Compliance: [compliance score]
|
|
109
|
+
- SMART Quality: [percentage]
|
|
110
|
+
- Holistic Quality: [rating/5]
|
|
111
|
+
- Completeness: [percentage]
|
|
112
|
+
|
|
113
|
+
**Critical Issues:** List from all validation steps
|
|
114
|
+
**Warnings:** List from all validation steps
|
|
115
|
+
**Strengths:** List positives from all validation steps
|
|
116
|
+
|
|
117
|
+
**Holistic Quality Rating:** From step 11
|
|
118
|
+
**Top 3 Improvements:** From step 11
|
|
119
|
+
|
|
120
|
+
**Recommendation:** Based on overall status
|
|
121
|
+
|
|
122
|
+
### 4. Present Summary to User Conversationally
|
|
123
|
+
|
|
124
|
+
Display:
|
|
125
|
+
|
|
126
|
+
"**â PRD Validation Complete**
|
|
127
|
+
|
|
128
|
+
**Overall Status:** {Pass/Warning/Critical}
|
|
129
|
+
|
|
130
|
+
**Quick Results:**
|
|
131
|
+
{Present quick results table with key findings}
|
|
132
|
+
|
|
133
|
+
**Critical Issues:** {count or "None"}
|
|
134
|
+
{If any, list briefly}
|
|
135
|
+
|
|
136
|
+
**Warnings:** {count or "None"}
|
|
137
|
+
{If any, list briefly}
|
|
138
|
+
|
|
139
|
+
**Strengths:**
|
|
140
|
+
{List key strengths}
|
|
141
|
+
|
|
142
|
+
**Holistic Quality:** {rating}/5 - {label}
|
|
143
|
+
|
|
144
|
+
**Top 3 Improvements:**
|
|
145
|
+
1. {Improvement 1}
|
|
146
|
+
2. {Improvement 2}
|
|
147
|
+
3. {Improvement 3}
|
|
148
|
+
|
|
149
|
+
**Recommendation:**
|
|
150
|
+
{Based on overall status:
|
|
151
|
+
- Pass: "PRD is in good shape. Address minor improvements to make it great."
|
|
152
|
+
- Warning: "PRD is usable but has issues that should be addressed. Review warnings and improve where needed."
|
|
153
|
+
- Critical: "PRD has significant issues that should be fixed before use. Focus on critical issues above."}
|
|
154
|
+
|
|
155
|
+
**What would you like to do next?**"
|
|
156
|
+
|
|
157
|
+
### 5. Present MENU OPTIONS
|
|
158
|
+
|
|
159
|
+
Display:
|
|
160
|
+
|
|
161
|
+
**[R] Review Detailed Findings** - Walk through validation report section by section
|
|
162
|
+
**[E] Use Edit Workflow** - Use validation report with Edit workflow for systematic improvements
|
|
163
|
+
**[F] Fix Simpler Items** - Immediate fixes for simple issues (anti-patterns, leakage, missing headers)
|
|
164
|
+
**[X] Exit** - Exit and Suggest Next Steps.
|
|
165
|
+
|
|
166
|
+
#### EXECUTION RULES:
|
|
167
|
+
|
|
168
|
+
- ALWAYS halt and wait for user input after presenting menu
|
|
169
|
+
- Only proceed based on user selection
|
|
170
|
+
|
|
171
|
+
#### Menu Handling Logic:
|
|
172
|
+
|
|
173
|
+
- **IF R (Review Detailed Findings):**
|
|
174
|
+
- Walk through validation report section by section
|
|
175
|
+
- Present findings from each validation step
|
|
176
|
+
- Allow user to ask questions
|
|
177
|
+
- After review, return to menu
|
|
178
|
+
|
|
179
|
+
- **IF E (Use Edit Workflow):**
|
|
180
|
+
- Explain: "The Edit workflow can use this validation report to systematically address issues. Edit mode will guide you through discovering what to edit, reviewing the PRD, and applying targeted improvements."
|
|
181
|
+
- Offer: "Would you like to launch Edit mode now? It will help you fix validation findings systematically."
|
|
182
|
+
- If yes: Invoke the `bmad-edit-prd` skill, passing the validation report path as context
|
|
183
|
+
- If no: Return to menu
|
|
184
|
+
|
|
185
|
+
- **IF F (Fix Simpler Items):**
|
|
186
|
+
- Offer immediate fixes for:
|
|
187
|
+
- Template variables (fill in with appropriate content)
|
|
188
|
+
- Conversational filler (remove wordy phrases)
|
|
189
|
+
- Implementation leakage (remove technology names from FRs/NFRs)
|
|
190
|
+
- Missing section headers (add ## headers)
|
|
191
|
+
- Ask: "Which simple fixes would you like me to make?"
|
|
192
|
+
- If user specifies fixes, make them and update validation report
|
|
193
|
+
- Return to menu
|
|
194
|
+
|
|
195
|
+
- **IF X (Exit):**
|
|
196
|
+
- Display: "**Validation Report Saved:** {validationReportPath}"
|
|
197
|
+
- Display: "**Summary:** {overall status} - {recommendation}"
|
|
198
|
+
- PRD Validation complete. Invoke the `bmad-help` skill.
|
|
199
|
+
|
|
200
|
+
- **IF Any other:** Help user, then redisplay menu
|
|
201
|
+
|
|
202
|
+
---
|
|
203
|
+
|
|
204
|
+
## đ¨ SYSTEM SUCCESS/FAILURE METRICS
|
|
205
|
+
|
|
206
|
+
### â
SUCCESS:
|
|
207
|
+
|
|
208
|
+
- Complete validation report loaded successfully
|
|
209
|
+
- All findings from steps 1-12 summarized
|
|
210
|
+
- Report frontmatter updated with final status
|
|
211
|
+
- Overall status determined correctly (Pass/Warning/Critical)
|
|
212
|
+
- Quick results table presented
|
|
213
|
+
- Critical issues, warnings, and strengths listed
|
|
214
|
+
- Holistic quality rating included
|
|
215
|
+
- Top 3 improvements presented
|
|
216
|
+
- Clear recommendation provided
|
|
217
|
+
- Menu options presented with clear explanations
|
|
218
|
+
- User can review findings, get help, or exit
|
|
219
|
+
|
|
220
|
+
### â SYSTEM FAILURE:
|
|
221
|
+
|
|
222
|
+
- Not loading complete validation report
|
|
223
|
+
- Missing summary of findings
|
|
224
|
+
- Not updating report frontmatter
|
|
225
|
+
- Not determining overall status
|
|
226
|
+
- Missing menu options
|
|
227
|
+
- Unclear next steps
|
|
228
|
+
|
|
229
|
+
**Master Rule:** User needs clear summary and actionable next steps. Edit workflow is best for complex issues; immediate fixes available for simpler ones.
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
---
|
|
2
|
+
main_config: '{project-root}/_bmad/bmm/config.yaml'
|
|
3
|
+
validateWorkflow: './steps-v/step-v-01-discovery.md'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# PRD Validate Workflow
|
|
7
|
+
|
|
8
|
+
**Goal:** Validate existing PRDs against BMAD standards through comprehensive review.
|
|
9
|
+
|
|
10
|
+
**Your Role:** Validation Architect and Quality Assurance Specialist.
|
|
11
|
+
|
|
12
|
+
You will continue to operate with your given name, identity, and communication_style, merged with the details of this role description.
|
|
13
|
+
|
|
14
|
+
## WORKFLOW ARCHITECTURE
|
|
15
|
+
|
|
16
|
+
This uses **step-file architecture** for disciplined execution:
|
|
17
|
+
|
|
18
|
+
### Core Principles
|
|
19
|
+
|
|
20
|
+
- **Micro-file Design**: Each step is a self contained instruction file that is a part of an overall workflow that must be followed exactly
|
|
21
|
+
- **Just-In-Time Loading**: Only the current step file is in memory - never load future step files until told to do so
|
|
22
|
+
- **Sequential Enforcement**: Sequence within the step files must be completed in order, no skipping or optimization allowed
|
|
23
|
+
- **State Tracking**: Document progress in output file frontmatter using `stepsCompleted` array when a workflow produces a document
|
|
24
|
+
- **Append-Only Building**: Build documents by appending content as directed to the output file
|
|
25
|
+
|
|
26
|
+
### Step Processing Rules
|
|
27
|
+
|
|
28
|
+
1. **READ COMPLETELY**: Always read the entire step file before taking any action
|
|
29
|
+
2. **FOLLOW SEQUENCE**: Execute all numbered sections in order, never deviate
|
|
30
|
+
3. **WAIT FOR INPUT**: If a menu is presented, halt and wait for user selection
|
|
31
|
+
4. **CHECK CONTINUATION**: If the step has a menu with Continue as an option, only proceed to next step when user selects 'C' (Continue)
|
|
32
|
+
5. **SAVE STATE**: Update `stepsCompleted` in frontmatter before loading next step
|
|
33
|
+
6. **LOAD NEXT**: When directed, read fully and follow the next step file
|
|
34
|
+
|
|
35
|
+
### Critical Rules (NO EXCEPTIONS)
|
|
36
|
+
|
|
37
|
+
- đ **NEVER** load multiple step files simultaneously
|
|
38
|
+
- đ **ALWAYS** read entire step file before execution
|
|
39
|
+
- đĢ **NEVER** skip steps or optimize the sequence
|
|
40
|
+
- đž **ALWAYS** update frontmatter of output files when writing the final output for a specific step
|
|
41
|
+
- đ¯ **ALWAYS** follow the exact instructions in the step file
|
|
42
|
+
- â¸ī¸ **ALWAYS** halt at menus and wait for user input
|
|
43
|
+
- đ **NEVER** create mental todo lists from future steps
|
|
44
|
+
|
|
45
|
+
## INITIALIZATION SEQUENCE
|
|
46
|
+
|
|
47
|
+
### 1. Configuration Loading
|
|
48
|
+
|
|
49
|
+
Load and read full config from {main_config} and resolve:
|
|
50
|
+
|
|
51
|
+
- `project_name`, `output_folder`, `planning_artifacts`, `user_name`
|
|
52
|
+
- `communication_language`, `document_output_language`, `user_skill_level`
|
|
53
|
+
- `date` as system-generated current datetime
|
|
54
|
+
|
|
55
|
+
â
YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`.
|
|
56
|
+
â
YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`.
|
|
57
|
+
|
|
58
|
+
### 2. Route to Validate Workflow
|
|
59
|
+
|
|
60
|
+
"**Validate Mode: Validating an existing PRD against BMAD standards.**"
|
|
61
|
+
|
|
62
|
+
Then read fully and follow: `{validateWorkflow}` (steps-v/step-v-01-discovery.md)
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: create-bug-story
|
|
3
|
+
description: Guided workflow to create a structured bug story from a detected defect
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "create bug story"
|
|
7
|
+
- "report bug"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Create Bug Story Workflow
|
|
11
|
+
|
|
12
|
+
Guided workflow to create a structured bug story from a detected defect and add it to the backlog as a standalone item.
|
|
13
|
+
|
|
14
|
+
<workflow>
|
|
15
|
+
|
|
16
|
+
<step n="1" goal="Gather bug title and severity">
|
|
17
|
+
<action>Explain: This workflow creates a structured bug story file that enters the backlog alongside user stories.</action>
|
|
18
|
+
<ask>What is the bug title? (short, descriptive â e.g., "Login fails with empty password field")</ask>
|
|
19
|
+
<action>Store as {{bug_title}}</action>
|
|
20
|
+
<action>Validate {{bug_title}} is not empty</action>
|
|
21
|
+
<check if="{{bug_title}} is empty">
|
|
22
|
+
<output>â Bug title cannot be empty.</output>
|
|
23
|
+
<goto step="1" />
|
|
24
|
+
</check>
|
|
25
|
+
|
|
26
|
+
<output>
|
|
27
|
+
**Severity levels:**
|
|
28
|
+
- `critical` â Data loss, security breach, or system crash in normal usage
|
|
29
|
+
- `high` â Core feature broken or serious security risk; blocks users
|
|
30
|
+
- `medium` â Feature partially broken or degraded; workaround exists
|
|
31
|
+
- `low` â Minor issue, cosmetic defect, or edge case with minimal user impact
|
|
32
|
+
</output>
|
|
33
|
+
<ask>What is the severity? [critical / high / medium / low]</ask>
|
|
34
|
+
<action>Store as {{severity}}</action>
|
|
35
|
+
<action>Normalize to lowercase</action>
|
|
36
|
+
<check if="{{severity}} is not one of: critical, high, medium, low">
|
|
37
|
+
<output>â Severity must be one of: critical, high, medium, low.</output>
|
|
38
|
+
<goto step="1" />
|
|
39
|
+
</check>
|
|
40
|
+
</step>
|
|
41
|
+
|
|
42
|
+
<step n="2" goal="Gather affected component and reproduction steps">
|
|
43
|
+
<ask>What is the affected component? (e.g., "auth module", "login page", "installer pipeline")</ask>
|
|
44
|
+
<action>Store as {{affected_component}}</action>
|
|
45
|
+
|
|
46
|
+
<ask>What are the reproduction steps? (numbered steps to reproduce the bug â describe them one at a time or as a list)</ask>
|
|
47
|
+
<action>Store as {{reproduction_steps}}</action>
|
|
48
|
+
</step>
|
|
49
|
+
|
|
50
|
+
<step n="3" goal="Gather expected vs actual behavior">
|
|
51
|
+
<ask>What is the expected behavior? (what should happen when working correctly)</ask>
|
|
52
|
+
<action>Store as {{expected_behavior}}</action>
|
|
53
|
+
|
|
54
|
+
<ask>What is the actual behavior? (what actually happens â the defect)</ask>
|
|
55
|
+
<action>Store as {{actual_behavior}}</action>
|
|
56
|
+
</step>
|
|
57
|
+
|
|
58
|
+
<step n="4" goal="Gather version and bug type">
|
|
59
|
+
<ask>What version was this bug found in? (optional â press Enter to skip; e.g., "2.3.1", "v1.0.0-rc2")</ask>
|
|
60
|
+
<action>Store as {{version_found}} (empty string if skipped)</action>
|
|
61
|
+
|
|
62
|
+
<output>
|
|
63
|
+
**Bug type classifications:**
|
|
64
|
+
- `regression` â Previously working feature now broken
|
|
65
|
+
- `functional` â Feature does not work as specified
|
|
66
|
+
- `performance` â Unacceptable latency, throughput, or resource usage
|
|
67
|
+
- `security` â Vulnerability or authentication/authorization flaw
|
|
68
|
+
- `ui` â Visual or interaction defect
|
|
69
|
+
- `data` â Data corruption, loss, or incorrect transformation
|
|
70
|
+
- `integration` â Failure at system/service boundaries
|
|
71
|
+
- `other` â Does not fit the above categories
|
|
72
|
+
</output>
|
|
73
|
+
<ask>What is the bug type? [regression / functional / performance / security / ui / data / integration / other] (default: functional)</ask>
|
|
74
|
+
<action>Store as {{bug_type}}</action>
|
|
75
|
+
<action>If empty or blank, default to "functional"</action>
|
|
76
|
+
<action>Normalize to lowercase</action>
|
|
77
|
+
<check if="{{bug_type}} is not one of: regression, functional, performance, security, ui, data, integration, other">
|
|
78
|
+
<output>â Bug type must be one of: regression, functional, performance, security, ui, data, integration, other.</output>
|
|
79
|
+
<goto step="4" />
|
|
80
|
+
</check>
|
|
81
|
+
</step>
|
|
82
|
+
|
|
83
|
+
<step n="5" goal="Gather root cause hypothesis and affected files">
|
|
84
|
+
<ask>What is your root cause hypothesis? (optional â press Enter to skip; e.g., "Null check missing in validateUser()")</ask>
|
|
85
|
+
<action>Store as {{root_cause}} (empty string if skipped)</action>
|
|
86
|
+
|
|
87
|
+
<ask>What files are affected? (optional â comma-separated paths relative to repo root, press Enter to skip)</ask>
|
|
88
|
+
<action>Store as {{affected_files}} (empty string if skipped)</action>
|
|
89
|
+
<action>If provided, split by comma and trim whitespace to form a list of file paths</action>
|
|
90
|
+
|
|
91
|
+
<ask>Is there a suggested fix? (optional â brief description or press Enter to skip)</ask>
|
|
92
|
+
<action>Store as {{suggested_fix}} (empty string if skipped)</action>
|
|
93
|
+
</step>
|
|
94
|
+
|
|
95
|
+
<step n="6" goal="Confirm all bug details before writing">
|
|
96
|
+
<action>Derive {{title_slug}} by converting {{bug_title}} to lowercase kebab-case:
|
|
97
|
+
- Convert to lowercase
|
|
98
|
+
- Replace spaces and underscores with hyphens
|
|
99
|
+
- Remove characters that are not alphanumeric or hyphens
|
|
100
|
+
- Collapse consecutive hyphens into one
|
|
101
|
+
- Trim leading/trailing hyphens
|
|
102
|
+
</action>
|
|
103
|
+
<action>Set {{output_file}} = `_bmad-output/implementation-artifacts/bug-{{title_slug}}.md`</action>
|
|
104
|
+
|
|
105
|
+
<output>
|
|
106
|
+
## Bug Story Summary â Please Confirm
|
|
107
|
+
|
|
108
|
+
- **Title:** {{bug_title}}
|
|
109
|
+
- **Severity:** {{severity}}
|
|
110
|
+
- **Bug Type:** {{bug_type}}
|
|
111
|
+
- **Version Found:** {{version_found}} *(empty if skipped)*
|
|
112
|
+
- **Affected Component:** {{affected_component}}
|
|
113
|
+
- **Reproduction Steps:** {{reproduction_steps}}
|
|
114
|
+
- **Expected Behavior:** {{expected_behavior}}
|
|
115
|
+
- **Actual Behavior:** {{actual_behavior}}
|
|
116
|
+
- **Root Cause Hypothesis:** {{root_cause}} *(empty if skipped)*
|
|
117
|
+
- **Affected Files:** {{affected_files}} *(empty if skipped)*
|
|
118
|
+
- **Suggested Fix:** {{suggested_fix}} *(empty if skipped)*
|
|
119
|
+
- **Output File:** `{{output_file}}`
|
|
120
|
+
</output>
|
|
121
|
+
<ask>Confirm creation? [y] Yes / [n] Cancel / [e] Edit a field:</ask>
|
|
122
|
+
<check if="user selects 'e'">
|
|
123
|
+
<ask>Which field to edit? (title / severity / component / steps / expected / actual / version / bug-type / root-cause / files / fix)</ask>
|
|
124
|
+
<check if="field == 'title' OR field == 'severity'"><goto step="1" /></check>
|
|
125
|
+
<check if="field == 'component' OR field == 'steps'"><goto step="2" /></check>
|
|
126
|
+
<check if="field == 'expected' OR field == 'actual'"><goto step="3" /></check>
|
|
127
|
+
<check if="field == 'version' OR field == 'bug-type'"><goto step="4" /></check>
|
|
128
|
+
<check if="field == 'root-cause' OR field == 'files' OR field == 'fix'"><goto step="5" /></check>
|
|
129
|
+
<check if="none of the above matched">
|
|
130
|
+
<output>â Unrecognized field. Valid options: title / severity / component / steps / expected / actual / version / bug-type / root-cause / files / fix</output>
|
|
131
|
+
<goto step="6" />
|
|
132
|
+
</check>
|
|
133
|
+
</check>
|
|
134
|
+
<check if="user selects 'n'">
|
|
135
|
+
<output>â Bug story creation cancelled.</output>
|
|
136
|
+
<action>Exit workflow</action>
|
|
137
|
+
</check>
|
|
138
|
+
</step>
|
|
139
|
+
|
|
140
|
+
<step n="7" goal="Write bug story file">
|
|
141
|
+
<action>Check if {{output_file}} already exists</action>
|
|
142
|
+
<check if="file already exists">
|
|
143
|
+
<output>â ī¸ A bug story already exists at `{{output_file}}`.</output>
|
|
144
|
+
<ask>Overwrite? [y] Yes â overwrite existing / [n] Cancel / [s] Save with unique suffix (e.g. bug-{{title_slug}}-2.md):</ask>
|
|
145
|
+
<check if="user selects 's'">
|
|
146
|
+
<action>Find the next available suffix: try bug-{{title_slug}}-2.md, -3.md, etc. until a filename that does not exist is found. Set {{output_file}} to that path.</action>
|
|
147
|
+
</check>
|
|
148
|
+
<check if="user selects 'n'">
|
|
149
|
+
<output>â Bug story creation cancelled to preserve existing file.</output>
|
|
150
|
+
<action>Exit workflow</action>
|
|
151
|
+
</check>
|
|
152
|
+
</check>
|
|
153
|
+
|
|
154
|
+
<action>Write bug story to {{output_file}} using the template below.
|
|
155
|
+
CRITICAL: The YAML frontmatter block MUST be the very first content in the file â no blank lines, no title, nothing before the opening `---`.
|
|
156
|
+
Format optional fields (root_cause, affected_files, suggested_fix) as follows:
|
|
157
|
+
- If {{root_cause}} is empty, write: `_Not identified_`
|
|
158
|
+
- If {{affected_files}} is empty, write: `_Unknown_`; otherwise list each file as a `- path/to/file` bullet
|
|
159
|
+
- If {{suggested_fix}} is empty, omit the Suggested Fix section entirely
|
|
160
|
+
</action>
|
|
161
|
+
|
|
162
|
+
<action>Write file with this exact structure:
|
|
163
|
+
|
|
164
|
+
```
|
|
165
|
+
---
|
|
166
|
+
type: bug
|
|
167
|
+
status: backlog
|
|
168
|
+
severity: {{severity}}
|
|
169
|
+
bug_type: {{bug_type}}
|
|
170
|
+
version_found: {{version_found}}
|
|
171
|
+
title: {{bug_title}}
|
|
172
|
+
---
|
|
173
|
+
|
|
174
|
+
# Bug: {{bug_title}}
|
|
175
|
+
|
|
176
|
+
**Severity:** {{severity}}
|
|
177
|
+
**Affected Component:** {{affected_component}}
|
|
178
|
+
|
|
179
|
+
## Reproduction Steps
|
|
180
|
+
|
|
181
|
+
{{reproduction_steps}}
|
|
182
|
+
|
|
183
|
+
## Expected Behavior
|
|
184
|
+
|
|
185
|
+
{{expected_behavior}}
|
|
186
|
+
|
|
187
|
+
## Actual Behavior
|
|
188
|
+
|
|
189
|
+
{{actual_behavior}}
|
|
190
|
+
|
|
191
|
+
## Root Cause Hypothesis
|
|
192
|
+
|
|
193
|
+
{{root_cause or "_Not identified_"}}
|
|
194
|
+
|
|
195
|
+
## Affected Files
|
|
196
|
+
|
|
197
|
+
{{affected_files list or "_Unknown_"}}
|
|
198
|
+
|
|
199
|
+
## Suggested Fix
|
|
200
|
+
|
|
201
|
+
{{suggested_fix â omit section if empty}}
|
|
202
|
+
|
|
203
|
+
## Notes
|
|
204
|
+
|
|
205
|
+
- Created via `create-bug-story` workflow
|
|
206
|
+
- Discoverable by sprint workflows via glob: `_bmad-output/implementation-artifacts/bug-*.md`
|
|
207
|
+
- To add to a sprint, run `/add-to-sprint`
|
|
208
|
+
```
|
|
209
|
+
</action>
|
|
210
|
+
|
|
211
|
+
<output>
|
|
212
|
+
â
**Bug story created successfully!**
|
|
213
|
+
|
|
214
|
+
- **File:** `{{output_file}}`
|
|
215
|
+
- **Title:** {{bug_title}}
|
|
216
|
+
- **Severity:** {{severity}}
|
|
217
|
+
- **Bug Type:** {{bug_type}}
|
|
218
|
+
- **Component:** {{affected_component}}
|
|
219
|
+
</output>
|
|
220
|
+
</step>
|
|
221
|
+
|
|
222
|
+
<step n="8" goal="Add bug entry to backlog.yaml">
|
|
223
|
+
<action>Check if `_bmad-output/implementation-artifacts/backlog.yaml` exists</action>
|
|
224
|
+
|
|
225
|
+
<check if="backlog.yaml exists">
|
|
226
|
+
<action>Read `_bmad-output/implementation-artifacts/backlog.yaml`</action>
|
|
227
|
+
<action>Determine the next priority number by finding the highest existing priority value and adding 1</action>
|
|
228
|
+
<action>Append a new entry at the end of the backlog items list with the following format:
|
|
229
|
+
```yaml
|
|
230
|
+
- id: "BUG-{{title_slug}}"
|
|
231
|
+
type: bug
|
|
232
|
+
epic: null
|
|
233
|
+
title: "{{bug_title}}"
|
|
234
|
+
priority: N
|
|
235
|
+
status: backlog
|
|
236
|
+
sprint: null
|
|
237
|
+
severity: {{severity}}
|
|
238
|
+
```
|
|
239
|
+
Where N is the next priority number.
|
|
240
|
+
</action>
|
|
241
|
+
<action>Re-number all priorities sequentially (1, 2, 3, ...) from top to bottom to ensure no gaps</action>
|
|
242
|
+
<action>Write the updated backlog.yaml back to disk</action>
|
|
243
|
+
<output>
|
|
244
|
+
đ **Backlog updated!** Added `BUG-{{title_slug}}` to `_bmad-output/implementation-artifacts/backlog.yaml` with priority {{N}}.
|
|
245
|
+
</output>
|
|
246
|
+
</check>
|
|
247
|
+
|
|
248
|
+
<check if="backlog.yaml does not exist">
|
|
249
|
+
<output>
|
|
250
|
+
âšī¸ No `backlog.yaml` found at `_bmad-output/implementation-artifacts/backlog.yaml`.
|
|
251
|
+
Run `/generate-backlog` to create a backlog that will include this bug story.
|
|
252
|
+
</output>
|
|
253
|
+
</check>
|
|
254
|
+
|
|
255
|
+
<output>
|
|
256
|
+
**Next Steps:**
|
|
257
|
+
- Use `/add-to-sprint` to assign this bug to the current sprint
|
|
258
|
+
- Use `/sprint-status-view` to see all sprint items including this bug
|
|
259
|
+
- To detect more bugs, ensure the `auto-bug-detection` skill is loaded in your session
|
|
260
|
+
</output>
|
|
261
|
+
</step>
|
|
262
|
+
|
|
263
|
+
</workflow>
|
|
File without changes
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cyber-generate-certs
|
|
3
|
+
description: Generate self-signed certificates using the self-signed-cert skill
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "generate certs"
|
|
7
|
+
- "generate certificates"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# workflow-generate-certs.md
|
|
11
|
+
# Secure Certificate Generation Workflow
|
|
12
|
+
|
|
13
|
+
Automated workflow for generating self-signed certificates using the `self-signed-cert` skill.
|
|
14
|
+
|
|
15
|
+
## Instructions
|
|
16
|
+
1. **Load Skill**: Activate the `self-signed-cert` skill instructions.
|
|
17
|
+
2. **Requirement Analysis**: Determine common name (CN) and Subject Alternative Names (SANs).
|
|
18
|
+
3. **Execution**:
|
|
19
|
+
- **Linux/macOS**:
|
|
20
|
+
- `bash scripts/generate-cert.sh root my-internal-ca`
|
|
21
|
+
- `bash scripts/generate-cert.sh cert my-service localhost`
|
|
22
|
+
- **Windows**:
|
|
23
|
+
- `.\scripts\generate-cert.ps1 -Type root -Name my-internal-ca`
|
|
24
|
+
- `.\scripts\generate-cert.ps1 -Type cert -Name my-service -Dns localhost`
|
|
25
|
+
4. **Packaging**: Provide instructions for importing the cert into trust stores (OS, Browsers) or mounting in Kubernetes secrets.
|
|
26
|
+
5. **Security**: Ensure private keys are stored with restricted permissions (600).
|
|
27
|
+
6. **Rotation**: Offer a schedule for certificate renewal.
|
|
File without changes
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cyber-immunity-estimation
|
|
3
|
+
description: Assess overall security posture and immunity against common attack vectors
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "immunity estimation"
|
|
7
|
+
- "security posture"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# workflow-immunity-estimation.md
|
|
11
|
+
# Cyber Immunity Estimation Workflow
|
|
12
|
+
|
|
13
|
+
Assesses the overall security posture and 'immunity' of the system against common attack vectors.
|
|
14
|
+
|
|
15
|
+
## Instructions
|
|
16
|
+
1. **Attack Surface Analysis**: Identify all entry points (APIs, UI, SSH, 3rd party integrations).
|
|
17
|
+
2. **Control Verification**:
|
|
18
|
+
- Authentication/Authorization presence.
|
|
19
|
+
- Encryption in transit and at rest.
|
|
20
|
+
- Secret management maturity (Hardcoded vs Vault).
|
|
21
|
+
3. **Posture Scoring**: Rate 1-10 on:
|
|
22
|
+
- Code quality/Sanitization.
|
|
23
|
+
- Dependency health.
|
|
24
|
+
- Infrastructure hardening.
|
|
25
|
+
- Visibility/Logging.
|
|
26
|
+
4. **Immunity Report**:
|
|
27
|
+
- Summarize major gaps.
|
|
28
|
+
- Provide a roadmap for reach 'Immunity Level 5' (Robust).
|
|
29
|
+
5. **Verification**: Recommend automated regression tests for security controls.
|
|
File without changes
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cyber-security-audit
|
|
3
|
+
description: Comprehensive security audit of infrastructure and application configuration
|
|
4
|
+
type: skill
|
|
5
|
+
triggers:
|
|
6
|
+
- "security audit"
|
|
7
|
+
- "run security audit"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# workflow-security-audit.md
|
|
11
|
+
# Comprehensive Security Audit Workflow
|
|
12
|
+
|
|
13
|
+
Deep-dive audit of infrastructure and application configuration.
|
|
14
|
+
|
|
15
|
+
## Instructions
|
|
16
|
+
1. **Infrastructure Audit**:
|
|
17
|
+
- **K8s**: Check for privileged containers, missing network policies, root users.
|
|
18
|
+
- **Docker**: Check for exposed ports, unnecessary packages in images.
|
|
19
|
+
2. **Code Audit**:
|
|
20
|
+
- Static Analysis (SAST) for common patterns (SQLi, XSS).
|
|
21
|
+
- Check for insecure defaults in frameworks.
|
|
22
|
+
3. **Identity Audit**:
|
|
23
|
+
- Review ServiceAccount permissions (RBAC).
|
|
24
|
+
- Check for hard-coded credentials.
|
|
25
|
+
4. **Final Recommendation**:
|
|
26
|
+
- Provide a prioritized list of hardening tasks.
|
|
27
|
+
- Propose CIDCD guardrails.
|
|
File without changes
|