ma-agents 3.4.7 → 3.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.opencode/skills/.ma-agents.json +48 -167
- package/.opencode/skills/MANIFEST.yaml +0 -128
- package/.opencode/skills/add-sprint/.gitkeep +0 -0
- package/.opencode/skills/add-sprint/SKILL.md +207 -0
- package/.opencode/skills/add-sprint/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/add-to-sprint/.gitkeep +0 -0
- package/.opencode/skills/add-to-sprint/SKILL.md +189 -0
- package/.opencode/skills/add-to-sprint/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/bmad-advanced-elicitation/SKILL.md +137 -0
- package/.opencode/skills/bmad-advanced-elicitation/methods.csv +51 -0
- package/.opencode/skills/bmad-agent-analyst/SKILL.md +56 -0
- package/.opencode/skills/bmad-agent-analyst/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-agent-architect/SKILL.md +52 -0
- package/.opencode/skills/bmad-agent-architect/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-agent-dev/SKILL.md +62 -0
- package/.opencode/skills/bmad-agent-dev/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-agent-pm/SKILL.md +57 -0
- package/.opencode/skills/bmad-agent-pm/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-agent-qa/SKILL.md +59 -0
- package/.opencode/skills/bmad-agent-qa/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-agent-quick-flow-solo-dev/SKILL.md +51 -0
- package/.opencode/skills/bmad-agent-quick-flow-solo-dev/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-agent-sm/SKILL.md +53 -0
- package/.opencode/skills/bmad-agent-sm/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-agent-tech-writer/SKILL.md +55 -0
- package/.opencode/skills/bmad-agent-tech-writer/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-agent-tech-writer/explain-concept.md +20 -0
- package/.opencode/skills/bmad-agent-tech-writer/mermaid-gen.md +20 -0
- package/.opencode/skills/bmad-agent-tech-writer/validate-doc.md +19 -0
- package/.opencode/skills/bmad-agent-tech-writer/write-document.md +20 -0
- package/.opencode/skills/bmad-agent-ux-designer/SKILL.md +53 -0
- package/.opencode/skills/bmad-agent-ux-designer/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-brainstorming/SKILL.md +6 -0
- package/.opencode/skills/bmad-brainstorming/brain-methods.csv +62 -0
- package/.opencode/skills/bmad-brainstorming/steps/step-01-session-setup.md +214 -0
- package/.opencode/skills/bmad-brainstorming/steps/step-01b-continue.md +124 -0
- package/.opencode/skills/bmad-brainstorming/steps/step-02a-user-selected.md +229 -0
- package/.opencode/skills/bmad-brainstorming/steps/step-02b-ai-recommended.md +239 -0
- package/.opencode/skills/bmad-brainstorming/steps/step-02c-random-selection.md +211 -0
- package/.opencode/skills/bmad-brainstorming/steps/step-02d-progressive-flow.md +266 -0
- package/.opencode/skills/bmad-brainstorming/steps/step-03-technique-execution.md +401 -0
- package/.opencode/skills/bmad-brainstorming/steps/step-04-idea-organization.md +305 -0
- package/.opencode/skills/bmad-brainstorming/template.md +15 -0
- package/.opencode/skills/bmad-brainstorming/workflow.md +53 -0
- package/.opencode/skills/bmad-check-implementation-readiness/SKILL.md +6 -0
- package/.opencode/skills/bmad-check-implementation-readiness/steps/step-01-document-discovery.md +179 -0
- package/.opencode/skills/bmad-check-implementation-readiness/steps/step-02-prd-analysis.md +168 -0
- package/.opencode/skills/bmad-check-implementation-readiness/steps/step-03-epic-coverage-validation.md +169 -0
- package/.opencode/skills/bmad-check-implementation-readiness/steps/step-04-ux-alignment.md +129 -0
- package/.opencode/skills/bmad-check-implementation-readiness/steps/step-05-epic-quality-review.md +241 -0
- package/.opencode/skills/bmad-check-implementation-readiness/steps/step-06-final-assessment.md +126 -0
- package/.opencode/skills/bmad-check-implementation-readiness/templates/readiness-report-template.md +4 -0
- package/.opencode/skills/bmad-check-implementation-readiness/workflow.md +49 -0
- package/.opencode/skills/bmad-cis-design-thinking/SKILL.md +6 -0
- package/.opencode/skills/bmad-cis-design-thinking/bmad-skill-manifest.yaml +1 -0
- package/.opencode/skills/bmad-cis-design-thinking/design-methods.csv +31 -0
- package/.opencode/skills/bmad-cis-design-thinking/template.md +111 -0
- package/.opencode/skills/bmad-cis-design-thinking/workflow.md +242 -0
- package/.opencode/skills/bmad-cis-innovation-strategy/SKILL.md +6 -0
- package/.opencode/skills/bmad-cis-innovation-strategy/bmad-skill-manifest.yaml +1 -0
- package/.opencode/skills/bmad-cis-innovation-strategy/innovation-frameworks.csv +31 -0
- package/.opencode/skills/bmad-cis-innovation-strategy/template.md +189 -0
- package/.opencode/skills/bmad-cis-innovation-strategy/workflow.md +315 -0
- package/.opencode/skills/bmad-cis-problem-solving/SKILL.md +6 -0
- package/.opencode/skills/bmad-cis-problem-solving/bmad-skill-manifest.yaml +1 -0
- package/.opencode/skills/bmad-cis-problem-solving/solving-methods.csv +31 -0
- package/.opencode/skills/bmad-cis-problem-solving/template.md +165 -0
- package/.opencode/skills/bmad-cis-problem-solving/workflow.md +291 -0
- package/.opencode/skills/bmad-cis-storytelling/SKILL.md +6 -0
- package/.opencode/skills/bmad-cis-storytelling/bmad-skill-manifest.yaml +1 -0
- package/.opencode/skills/bmad-cis-storytelling/story-types.csv +26 -0
- package/.opencode/skills/bmad-cis-storytelling/template.md +113 -0
- package/.opencode/skills/bmad-cis-storytelling/workflow.md +321 -0
- package/.opencode/skills/bmad-code-review/SKILL.md +6 -0
- package/.opencode/skills/bmad-code-review/steps/step-01-gather-context.md +62 -0
- package/.opencode/skills/bmad-code-review/steps/step-02-review.md +34 -0
- package/.opencode/skills/bmad-code-review/steps/step-03-triage.md +49 -0
- package/.opencode/skills/bmad-code-review/steps/step-04-present.md +129 -0
- package/.opencode/skills/bmad-code-review/workflow.md +55 -0
- package/.opencode/skills/bmad-correct-course/SKILL.md +6 -0
- package/.opencode/skills/bmad-correct-course/checklist.md +288 -0
- package/.opencode/skills/bmad-correct-course/workflow.md +267 -0
- package/.opencode/skills/bmad-create-architecture/SKILL.md +6 -0
- package/.opencode/skills/bmad-create-architecture/architecture-decision-template.md +12 -0
- package/.opencode/skills/bmad-create-architecture/data/domain-complexity.csv +13 -0
- package/.opencode/skills/bmad-create-architecture/data/project-types.csv +7 -0
- package/.opencode/skills/bmad-create-architecture/steps/step-01-init.md +153 -0
- package/.opencode/skills/bmad-create-architecture/steps/step-01b-continue.md +173 -0
- package/.opencode/skills/bmad-create-architecture/steps/step-02-context.md +224 -0
- package/.opencode/skills/bmad-create-architecture/steps/step-03-starter.md +329 -0
- package/.opencode/skills/bmad-create-architecture/steps/step-04-decisions.md +318 -0
- package/.opencode/skills/bmad-create-architecture/steps/step-05-patterns.md +359 -0
- package/.opencode/skills/bmad-create-architecture/steps/step-06-structure.md +379 -0
- package/.opencode/skills/bmad-create-architecture/steps/step-07-validation.md +359 -0
- package/.opencode/skills/bmad-create-architecture/steps/step-08-complete.md +76 -0
- package/.opencode/skills/bmad-create-architecture/workflow.md +38 -0
- package/.opencode/skills/bmad-create-epics-and-stories/SKILL.md +6 -0
- package/.opencode/skills/bmad-create-epics-and-stories/steps/step-01-validate-prerequisites.md +255 -0
- package/.opencode/skills/bmad-create-epics-and-stories/steps/step-02-design-epics.md +212 -0
- package/.opencode/skills/bmad-create-epics-and-stories/steps/step-03-create-stories.md +255 -0
- package/.opencode/skills/bmad-create-epics-and-stories/steps/step-04-final-validation.md +131 -0
- package/.opencode/skills/bmad-create-epics-and-stories/templates/epics-template.md +61 -0
- package/.opencode/skills/bmad-create-epics-and-stories/workflow.md +53 -0
- package/.opencode/skills/bmad-create-prd/SKILL.md +6 -0
- package/.opencode/skills/bmad-create-prd/data/domain-complexity.csv +15 -0
- package/.opencode/skills/bmad-create-prd/data/prd-purpose.md +197 -0
- package/.opencode/skills/bmad-create-prd/data/project-types.csv +11 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-01-init.md +178 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-01b-continue.md +161 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-02-discovery.md +208 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-02b-vision.md +142 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-02c-executive-summary.md +158 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-03-success.md +214 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-04-journeys.md +201 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-05-domain.md +194 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-06-innovation.md +211 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-07-project-type.md +222 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-08-scoping.md +216 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-09-functional.md +219 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-10-nonfunctional.md +230 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-11-polish.md +221 -0
- package/.opencode/skills/bmad-create-prd/steps-c/step-12-complete.md +115 -0
- package/.opencode/skills/bmad-create-prd/templates/prd-template.md +10 -0
- package/.opencode/skills/bmad-create-prd/workflow.md +62 -0
- package/.opencode/skills/bmad-create-story/SKILL.md +6 -0
- package/.opencode/skills/bmad-create-story/checklist.md +357 -0
- package/.opencode/skills/bmad-create-story/discover-inputs.md +88 -0
- package/.opencode/skills/bmad-create-story/template.md +49 -0
- package/.opencode/skills/bmad-create-story/workflow.md +380 -0
- package/.opencode/skills/bmad-create-ux-design/SKILL.md +6 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-01-init.md +135 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-01b-continue.md +127 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-02-discovery.md +190 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-03-core-experience.md +217 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-04-emotional-response.md +220 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-05-inspiration.md +235 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-06-design-system.md +253 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-07-defining-experience.md +255 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-08-visual-foundation.md +225 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-09-design-directions.md +225 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-10-user-journeys.md +242 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-11-component-strategy.md +249 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-12-ux-patterns.md +238 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-13-responsive-accessibility.md +265 -0
- package/.opencode/skills/bmad-create-ux-design/steps/step-14-complete.md +171 -0
- package/.opencode/skills/bmad-create-ux-design/ux-design-template.md +13 -0
- package/.opencode/skills/bmad-create-ux-design/workflow.md +36 -0
- package/.opencode/skills/bmad-dev-story/SKILL.md +6 -0
- package/.opencode/skills/bmad-dev-story/checklist.md +80 -0
- package/.opencode/skills/bmad-dev-story/workflow.md +450 -0
- package/.opencode/skills/bmad-distillator/SKILL.md +178 -0
- package/.opencode/skills/bmad-distillator/agents/distillate-compressor.md +116 -0
- package/.opencode/skills/bmad-distillator/agents/round-trip-reconstructor.md +68 -0
- package/.opencode/skills/bmad-distillator/resources/compression-rules.md +51 -0
- package/.opencode/skills/bmad-distillator/resources/distillate-format-reference.md +227 -0
- package/.opencode/skills/bmad-distillator/resources/splitting-strategy.md +78 -0
- package/.opencode/skills/bmad-distillator/scripts/analyze_sources.py +300 -0
- package/.opencode/skills/bmad-distillator/scripts/tests/test_analyze_sources.py +204 -0
- package/.opencode/skills/bmad-document-project/SKILL.md +6 -0
- package/.opencode/skills/bmad-document-project/checklist.md +245 -0
- package/.opencode/skills/bmad-document-project/documentation-requirements.csv +12 -0
- package/.opencode/skills/bmad-document-project/instructions.md +128 -0
- package/.opencode/skills/bmad-document-project/templates/deep-dive-template.md +345 -0
- package/.opencode/skills/bmad-document-project/templates/index-template.md +169 -0
- package/.opencode/skills/bmad-document-project/templates/project-overview-template.md +103 -0
- package/.opencode/skills/bmad-document-project/templates/project-scan-report-schema.json +160 -0
- package/.opencode/skills/bmad-document-project/templates/source-tree-template.md +135 -0
- package/.opencode/skills/bmad-document-project/workflow.md +27 -0
- package/.opencode/skills/bmad-document-project/workflows/deep-dive-instructions.md +299 -0
- package/.opencode/skills/bmad-document-project/workflows/deep-dive-workflow.md +34 -0
- package/.opencode/skills/bmad-document-project/workflows/full-scan-instructions.md +1107 -0
- package/.opencode/skills/bmad-document-project/workflows/full-scan-workflow.md +34 -0
- package/.opencode/skills/bmad-domain-research/SKILL.md +6 -0
- package/.opencode/skills/bmad-domain-research/domain-steps/step-01-init.md +137 -0
- package/.opencode/skills/bmad-domain-research/domain-steps/step-02-domain-analysis.md +229 -0
- package/.opencode/skills/bmad-domain-research/domain-steps/step-03-competitive-landscape.md +238 -0
- package/.opencode/skills/bmad-domain-research/domain-steps/step-04-regulatory-focus.md +206 -0
- package/.opencode/skills/bmad-domain-research/domain-steps/step-05-technical-trends.md +234 -0
- package/.opencode/skills/bmad-domain-research/domain-steps/step-06-research-synthesis.md +444 -0
- package/.opencode/skills/bmad-domain-research/research.template.md +29 -0
- package/.opencode/skills/bmad-domain-research/workflow.md +49 -0
- package/.opencode/skills/bmad-edit-prd/SKILL.md +6 -0
- package/.opencode/skills/bmad-edit-prd/steps-e/step-e-01-discovery.md +242 -0
- package/.opencode/skills/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md +204 -0
- package/.opencode/skills/bmad-edit-prd/steps-e/step-e-02-review.md +245 -0
- package/.opencode/skills/bmad-edit-prd/steps-e/step-e-03-edit.md +250 -0
- package/.opencode/skills/bmad-edit-prd/steps-e/step-e-04-complete.md +165 -0
- package/.opencode/skills/bmad-edit-prd/workflow.md +63 -0
- package/.opencode/skills/bmad-editorial-review-prose/SKILL.md +86 -0
- package/.opencode/skills/bmad-editorial-review-structure/SKILL.md +179 -0
- package/.opencode/skills/bmad-generate-project-context/SKILL.md +6 -0
- package/.opencode/skills/bmad-generate-project-context/project-context-template.md +21 -0
- package/.opencode/skills/bmad-generate-project-context/steps/step-01-discover.md +186 -0
- package/.opencode/skills/bmad-generate-project-context/steps/step-02-generate.md +321 -0
- package/.opencode/skills/bmad-generate-project-context/steps/step-03-complete.md +278 -0
- package/.opencode/skills/bmad-generate-project-context/workflow.md +43 -0
- package/.opencode/skills/bmad-help/SKILL.md +73 -0
- package/.opencode/skills/bmad-index-docs/SKILL.md +66 -0
- package/.opencode/skills/bmad-init/SKILL.md +100 -0
- package/.opencode/skills/bmad-init/resources/core-module.yaml +25 -0
- package/.opencode/skills/bmad-init/scripts/bmad_init.py +593 -0
- package/.opencode/skills/bmad-init/scripts/tests/test_bmad_init.py +329 -0
- package/.opencode/skills/bmad-ma-agent-cyber/.gitkeep +0 -0
- package/.opencode/skills/bmad-ma-agent-cyber/SKILL.md +49 -0
- package/.opencode/skills/bmad-ma-agent-cyber/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-ma-agent-devops/.gitkeep +0 -0
- package/.opencode/skills/bmad-ma-agent-devops/SKILL.md +49 -0
- package/.opencode/skills/bmad-ma-agent-devops/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-ma-agent-mil498/.gitkeep +0 -0
- package/.opencode/skills/bmad-ma-agent-mil498/SKILL.md +53 -0
- package/.opencode/skills/bmad-ma-agent-mil498/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-ma-agent-ml/.gitkeep +0 -0
- package/.opencode/skills/bmad-ma-agent-ml/SKILL.md +59 -0
- package/.opencode/skills/bmad-ma-agent-ml/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-ma-agent-sre/.gitkeep +0 -0
- package/.opencode/skills/bmad-ma-agent-sre/SKILL.md +49 -0
- package/.opencode/skills/bmad-ma-agent-sre/bmad-skill-manifest.yaml +11 -0
- package/.opencode/skills/bmad-market-research/SKILL.md +6 -0
- package/.opencode/skills/bmad-market-research/research.template.md +29 -0
- package/.opencode/skills/bmad-market-research/steps/step-01-init.md +184 -0
- package/.opencode/skills/bmad-market-research/steps/step-02-customer-behavior.md +239 -0
- package/.opencode/skills/bmad-market-research/steps/step-03-customer-pain-points.md +251 -0
- package/.opencode/skills/bmad-market-research/steps/step-04-customer-decisions.md +261 -0
- package/.opencode/skills/bmad-market-research/steps/step-05-competitive-analysis.md +173 -0
- package/.opencode/skills/bmad-market-research/steps/step-06-research-completion.md +478 -0
- package/.opencode/skills/bmad-market-research/workflow.md +49 -0
- package/.opencode/skills/bmad-party-mode/SKILL.md +6 -0
- package/.opencode/skills/bmad-party-mode/steps/step-01-agent-loading.md +138 -0
- package/.opencode/skills/bmad-party-mode/steps/step-02-discussion-orchestration.md +187 -0
- package/.opencode/skills/bmad-party-mode/steps/step-03-graceful-exit.md +167 -0
- package/.opencode/skills/bmad-party-mode/workflow.md +190 -0
- package/.opencode/skills/bmad-product-brief/SKILL.md +87 -0
- package/.opencode/skills/bmad-product-brief/agents/artifact-analyzer.md +60 -0
- package/.opencode/skills/bmad-product-brief/agents/opportunity-reviewer.md +44 -0
- package/.opencode/skills/bmad-product-brief/agents/skeptic-reviewer.md +44 -0
- package/.opencode/skills/bmad-product-brief/agents/web-researcher.md +49 -0
- package/.opencode/skills/bmad-product-brief/bmad-manifest.json +17 -0
- package/.opencode/skills/bmad-product-brief/prompts/contextual-discovery.md +57 -0
- package/.opencode/skills/bmad-product-brief/prompts/draft-and-review.md +86 -0
- package/.opencode/skills/bmad-product-brief/prompts/finalize.md +75 -0
- package/.opencode/skills/bmad-product-brief/prompts/guided-elicitation.md +70 -0
- package/.opencode/skills/bmad-product-brief/resources/brief-template.md +60 -0
- package/.opencode/skills/bmad-qa-generate-e2e-tests/SKILL.md +6 -0
- package/.opencode/skills/bmad-qa-generate-e2e-tests/checklist.md +33 -0
- package/.opencode/skills/bmad-qa-generate-e2e-tests/workflow.md +136 -0
- package/.opencode/skills/bmad-quick-dev/SKILL.md +6 -0
- package/.opencode/skills/bmad-quick-dev/spec-template.md +88 -0
- package/.opencode/skills/bmad-quick-dev/step-01-clarify-and-route.md +64 -0
- package/.opencode/skills/bmad-quick-dev/step-02-plan.md +35 -0
- package/.opencode/skills/bmad-quick-dev/step-03-implement.md +37 -0
- package/.opencode/skills/bmad-quick-dev/step-04-review.md +49 -0
- package/.opencode/skills/bmad-quick-dev/step-05-present.md +63 -0
- package/.opencode/skills/bmad-quick-dev/step-oneshot.md +49 -0
- package/.opencode/skills/bmad-quick-dev/workflow.md +79 -0
- package/.opencode/skills/bmad-retrospective/SKILL.md +6 -0
- package/.opencode/skills/bmad-retrospective/workflow.md +1479 -0
- package/.opencode/skills/bmad-review-adversarial-general/SKILL.md +37 -0
- package/.opencode/skills/bmad-review-edge-case-hunter/SKILL.md +67 -0
- package/.opencode/skills/bmad-shard-doc/SKILL.md +105 -0
- package/.opencode/skills/bmad-sprint-planning/SKILL.md +6 -0
- package/.opencode/skills/bmad-sprint-planning/checklist.md +33 -0
- package/.opencode/skills/bmad-sprint-planning/sprint-status-template.yaml +56 -0
- package/.opencode/skills/bmad-sprint-planning/workflow.md +263 -0
- package/.opencode/skills/bmad-sprint-status/SKILL.md +6 -0
- package/.opencode/skills/bmad-sprint-status/workflow.md +261 -0
- package/.opencode/skills/bmad-technical-research/SKILL.md +6 -0
- package/.opencode/skills/bmad-technical-research/research.template.md +29 -0
- package/.opencode/skills/bmad-technical-research/technical-steps/step-01-init.md +137 -0
- package/.opencode/skills/bmad-technical-research/technical-steps/step-02-technical-overview.md +239 -0
- package/.opencode/skills/bmad-technical-research/technical-steps/step-03-integration-patterns.md +248 -0
- package/.opencode/skills/bmad-technical-research/technical-steps/step-04-architectural-patterns.md +202 -0
- package/.opencode/skills/bmad-technical-research/technical-steps/step-05-implementation-research.md +233 -0
- package/.opencode/skills/bmad-technical-research/technical-steps/step-06-research-synthesis.md +487 -0
- package/.opencode/skills/bmad-technical-research/workflow.md +50 -0
- package/.opencode/skills/bmad-validate-prd/SKILL.md +6 -0
- package/.opencode/skills/bmad-validate-prd/data/domain-complexity.csv +15 -0
- package/.opencode/skills/bmad-validate-prd/data/prd-purpose.md +197 -0
- package/.opencode/skills/bmad-validate-prd/data/project-types.csv +11 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-01-discovery.md +221 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-02-format-detection.md +188 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-02b-parity-check.md +206 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-03-density-validation.md +171 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md +211 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md +225 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md +214 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md +202 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md +240 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md +260 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-10-smart-validation.md +206 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md +261 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md +239 -0
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-13-report-complete.md +229 -0
- package/.opencode/skills/bmad-validate-prd/workflow.md +62 -0
- package/.opencode/skills/cleanup-done/.gitkeep +0 -0
- package/.opencode/skills/cleanup-done/SKILL.md +159 -0
- package/.opencode/skills/cleanup-done/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/create-bug-story/.gitkeep +0 -0
- package/.opencode/skills/create-bug-story/SKILL.md +263 -0
- package/.opencode/skills/create-bug-story/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/cyber-generate-certs/.gitkeep +0 -0
- package/.opencode/skills/cyber-generate-certs/SKILL.md +27 -0
- package/.opencode/skills/cyber-generate-certs/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/cyber-immunity-estimation/.gitkeep +0 -0
- package/.opencode/skills/cyber-immunity-estimation/SKILL.md +29 -0
- package/.opencode/skills/cyber-immunity-estimation/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/cyber-security-audit/.gitkeep +0 -0
- package/.opencode/skills/cyber-security-audit/SKILL.md +27 -0
- package/.opencode/skills/cyber-security-audit/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/cyber-vault-secrets/.gitkeep +0 -0
- package/.opencode/skills/cyber-vault-secrets/SKILL.md +28 -0
- package/.opencode/skills/cyber-vault-secrets/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/cyber-verify-docker-users/.gitkeep +0 -0
- package/.opencode/skills/cyber-verify-docker-users/SKILL.md +23 -0
- package/.opencode/skills/cyber-verify-docker-users/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/cyber-verify-image-signature/.gitkeep +0 -0
- package/.opencode/skills/cyber-verify-image-signature/SKILL.md +22 -0
- package/.opencode/skills/cyber-verify-image-signature/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/cyber-vulnerability-scan/.gitkeep +0 -0
- package/.opencode/skills/cyber-vulnerability-scan/SKILL.md +28 -0
- package/.opencode/skills/cyber-vulnerability-scan/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/devops-configure-infrastructure/.gitkeep +0 -0
- package/.opencode/skills/devops-configure-infrastructure/SKILL.md +27 -0
- package/.opencode/skills/devops-configure-infrastructure/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/devops-disconnected-deployment/.gitkeep +0 -0
- package/.opencode/skills/devops-disconnected-deployment/SKILL.md +27 -0
- package/.opencode/skills/devops-disconnected-deployment/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/devops-docker-compose-setup/.gitkeep +0 -0
- package/.opencode/skills/devops-docker-compose-setup/SKILL.md +26 -0
- package/.opencode/skills/devops-docker-compose-setup/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/devops-manage-helm/.gitkeep +0 -0
- package/.opencode/skills/devops-manage-helm/SKILL.md +28 -0
- package/.opencode/skills/devops-manage-helm/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/devops-sign-docker-image/.gitkeep +0 -0
- package/.opencode/skills/devops-sign-docker-image/SKILL.md +24 -0
- package/.opencode/skills/devops-sign-docker-image/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/generate-backlog/.gitkeep +0 -0
- package/.opencode/skills/generate-backlog/SKILL.md +183 -0
- package/.opencode/skills/generate-backlog/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/mil498-ocd/.gitkeep +0 -0
- package/.opencode/skills/mil498-ocd/SKILL.md +30 -0
- package/.opencode/skills/mil498-ocd/bmad-skill-manifest.yaml +5 -0
- package/.opencode/skills/mil498-ocd/prompts/01-discover-project-artifacts.md +26 -0
- package/.opencode/skills/mil498-ocd/prompts/02-load-template.md +10 -0
- package/.opencode/skills/mil498-ocd/prompts/03-generate-document.md +90 -0
- package/.opencode/skills/mil498-ocd/prompts/04-validate.md +14 -0
- package/.opencode/skills/mil498-ocd/prompts/05-review.md +15 -0
- package/.opencode/skills/mil498-ocd/prompts/06-save.md +15 -0
- package/.opencode/skills/mil498-ocd/template.md +169 -0
- package/.opencode/skills/mil498-sdd/.gitkeep +0 -0
- package/.opencode/skills/mil498-sdd/SKILL.md +30 -0
- package/.opencode/skills/mil498-sdd/bmad-skill-manifest.yaml +5 -0
- package/.opencode/skills/mil498-sdd/prompts/01-discover-project-artifacts.md +50 -0
- package/.opencode/skills/mil498-sdd/prompts/02-load-template.md +10 -0
- package/.opencode/skills/mil498-sdd/prompts/03-generate-document.md +98 -0
- package/.opencode/skills/mil498-sdd/prompts/04-validate.md +16 -0
- package/.opencode/skills/mil498-sdd/prompts/05-review.md +15 -0
- package/.opencode/skills/mil498-sdd/prompts/06-save.md +19 -0
- package/.opencode/skills/mil498-sdd/template.md +163 -0
- package/.opencode/skills/mil498-sdp/.gitkeep +0 -0
- package/.opencode/skills/mil498-sdp/SKILL.md +30 -0
- package/.opencode/skills/mil498-sdp/bmad-skill-manifest.yaml +5 -0
- package/.opencode/skills/mil498-sdp/prompts/01-discover-project-artifacts.md +32 -0
- package/.opencode/skills/mil498-sdp/prompts/02-load-template.md +10 -0
- package/.opencode/skills/mil498-sdp/prompts/03-generate-document.md +187 -0
- package/.opencode/skills/mil498-sdp/prompts/04-validate.md +13 -0
- package/.opencode/skills/mil498-sdp/prompts/05-review.md +15 -0
- package/.opencode/skills/mil498-sdp/prompts/06-save.md +14 -0
- package/.opencode/skills/mil498-sdp/template.md +307 -0
- package/.opencode/skills/mil498-srs/.gitkeep +0 -0
- package/.opencode/skills/mil498-srs/SKILL.md +30 -0
- package/.opencode/skills/mil498-srs/bmad-skill-manifest.yaml +5 -0
- package/.opencode/skills/mil498-srs/prompts/01-discover-project-artifacts.md +42 -0
- package/.opencode/skills/mil498-srs/prompts/02-load-template.md +10 -0
- package/.opencode/skills/mil498-srs/prompts/03-generate-document.md +100 -0
- package/.opencode/skills/mil498-srs/prompts/04-validate.md +16 -0
- package/.opencode/skills/mil498-srs/prompts/05-review.md +15 -0
- package/.opencode/skills/mil498-srs/prompts/06-save.md +18 -0
- package/.opencode/skills/mil498-srs/template.md +219 -0
- package/.opencode/skills/mil498-ssdd/.gitkeep +0 -0
- package/.opencode/skills/mil498-ssdd/SKILL.md +32 -0
- package/.opencode/skills/mil498-ssdd/bmad-skill-manifest.yaml +5 -0
- package/.opencode/skills/mil498-ssdd/prompts/01-discover-project-artifacts.md +32 -0
- package/.opencode/skills/mil498-ssdd/prompts/02-load-template.md +10 -0
- package/.opencode/skills/mil498-ssdd/prompts/03-csci-discovery-interview.md +43 -0
- package/.opencode/skills/mil498-ssdd/prompts/04-generate-document.md +96 -0
- package/.opencode/skills/mil498-ssdd/prompts/05-validate.md +14 -0
- package/.opencode/skills/mil498-ssdd/prompts/06-review.md +16 -0
- package/.opencode/skills/mil498-ssdd/prompts/07-save.md +16 -0
- package/.opencode/skills/mil498-ssdd/template.md +154 -0
- package/.opencode/skills/mil498-sss/.gitkeep +0 -0
- package/.opencode/skills/mil498-sss/SKILL.md +31 -0
- package/.opencode/skills/mil498-sss/bmad-skill-manifest.yaml +5 -0
- package/.opencode/skills/mil498-sss/prompts/01-discover-project-artifacts.md +31 -0
- package/.opencode/skills/mil498-sss/prompts/02-load-template.md +10 -0
- package/.opencode/skills/mil498-sss/prompts/03-generate-document.md +108 -0
- package/.opencode/skills/mil498-sss/prompts/04-validate.md +16 -0
- package/.opencode/skills/mil498-sss/prompts/05-review.md +15 -0
- package/.opencode/skills/mil498-sss/prompts/06-save.md +15 -0
- package/.opencode/skills/mil498-sss/template.md +225 -0
- package/.opencode/skills/mil498-std/.gitkeep +0 -0
- package/.opencode/skills/mil498-std/SKILL.md +30 -0
- package/.opencode/skills/mil498-std/bmad-skill-manifest.yaml +5 -0
- package/.opencode/skills/mil498-std/prompts/01-discover-project-artifacts.md +42 -0
- package/.opencode/skills/mil498-std/prompts/02-load-template.md +10 -0
- package/.opencode/skills/mil498-std/prompts/03-generate-document.md +117 -0
- package/.opencode/skills/mil498-std/prompts/04-validate.md +15 -0
- package/.opencode/skills/mil498-std/prompts/05-review.md +15 -0
- package/.opencode/skills/mil498-std/prompts/06-save.md +15 -0
- package/.opencode/skills/mil498-std/template.md +188 -0
- package/.opencode/skills/ml-advise/.gitkeep +0 -0
- package/.opencode/skills/ml-advise/SKILL.md +76 -0
- package/.opencode/skills/ml-advise/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-advise/skill.json +7 -0
- package/.opencode/skills/ml-analysis/.gitkeep +0 -0
- package/.opencode/skills/ml-analysis/SKILL.md +60 -0
- package/.opencode/skills/ml-analysis/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-analysis/skill.json +7 -0
- package/.opencode/skills/ml-architecture/.gitkeep +0 -0
- package/.opencode/skills/ml-architecture/SKILL.md +55 -0
- package/.opencode/skills/ml-architecture/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-architecture/skill.json +7 -0
- package/.opencode/skills/ml-detailed-design/.gitkeep +0 -0
- package/.opencode/skills/ml-detailed-design/SKILL.md +67 -0
- package/.opencode/skills/ml-detailed-design/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-detailed-design/skill.json +7 -0
- package/.opencode/skills/ml-eda/.gitkeep +0 -0
- package/.opencode/skills/ml-eda/SKILL.md +56 -0
- package/.opencode/skills/ml-eda/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-eda/scripts/baseline_classifier.py +522 -0
- package/.opencode/skills/ml-eda/scripts/class_weights_calculator.py +295 -0
- package/.opencode/skills/ml-eda/scripts/clustering_explorer.py +383 -0
- package/.opencode/skills/ml-eda/scripts/eda_analyzer.py +654 -0
- package/.opencode/skills/ml-eda/skill.json +7 -0
- package/.opencode/skills/ml-experiment/.gitkeep +0 -0
- package/.opencode/skills/ml-experiment/SKILL.md +74 -0
- package/.opencode/skills/ml-experiment/assets/advanced_trainer_configs.py +430 -0
- package/.opencode/skills/ml-experiment/assets/quick_trainer_setup.py +233 -0
- package/.opencode/skills/ml-experiment/assets/template_datamodule.py +219 -0
- package/.opencode/skills/ml-experiment/assets/template_gnn_module.py +341 -0
- package/.opencode/skills/ml-experiment/assets/template_lightning_module.py +158 -0
- package/.opencode/skills/ml-experiment/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-experiment/skill.json +7 -0
- package/.opencode/skills/ml-hparam/.gitkeep +0 -0
- package/.opencode/skills/ml-hparam/SKILL.md +81 -0
- package/.opencode/skills/ml-hparam/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-hparam/skill.json +7 -0
- package/.opencode/skills/ml-ideation/.gitkeep +0 -0
- package/.opencode/skills/ml-ideation/SKILL.md +50 -0
- package/.opencode/skills/ml-ideation/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-ideation/scripts/validate_ml_prd.py +287 -0
- package/.opencode/skills/ml-ideation/skill.json +7 -0
- package/.opencode/skills/ml-infra/.gitkeep +0 -0
- package/.opencode/skills/ml-infra/SKILL.md +58 -0
- package/.opencode/skills/ml-infra/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-infra/skill.json +7 -0
- package/.opencode/skills/ml-retrospective/.gitkeep +0 -0
- package/.opencode/skills/ml-retrospective/SKILL.md +63 -0
- package/.opencode/skills/ml-retrospective/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-retrospective/skill.json +7 -0
- package/.opencode/skills/ml-revision/.gitkeep +0 -0
- package/.opencode/skills/ml-revision/SKILL.md +82 -0
- package/.opencode/skills/ml-revision/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-revision/skill.json +7 -0
- package/.opencode/skills/ml-techspec/.gitkeep +0 -0
- package/.opencode/skills/ml-techspec/SKILL.md +80 -0
- package/.opencode/skills/ml-techspec/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/ml-techspec/skill.json +7 -0
- package/.opencode/skills/modify-sprint/.gitkeep +0 -0
- package/.opencode/skills/modify-sprint/SKILL.md +322 -0
- package/.opencode/skills/modify-sprint/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/prioritize-backlog/.gitkeep +0 -0
- package/.opencode/skills/prioritize-backlog/SKILL.md +195 -0
- package/.opencode/skills/prioritize-backlog/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/project-context-expansion/.gitkeep +0 -0
- package/.opencode/skills/project-context-expansion/SKILL.md +238 -0
- package/.opencode/skills/project-context-expansion/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/remove-from-sprint/.gitkeep +0 -0
- package/.opencode/skills/remove-from-sprint/SKILL.md +163 -0
- package/.opencode/skills/remove-from-sprint/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/sprint-status-view/.gitkeep +0 -0
- package/.opencode/skills/sprint-status-view/SKILL.md +263 -0
- package/.opencode/skills/sprint-status-view/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/sre-check-deployment-status/.gitkeep +0 -0
- package/.opencode/skills/sre-check-deployment-status/SKILL.md +32 -0
- package/.opencode/skills/sre-check-deployment-status/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/sre-check-secrets/.gitkeep +0 -0
- package/.opencode/skills/sre-check-secrets/SKILL.md +23 -0
- package/.opencode/skills/sre-check-secrets/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/sre-check-system-status/.gitkeep +0 -0
- package/.opencode/skills/sre-check-system-status/SKILL.md +27 -0
- package/.opencode/skills/sre-check-system-status/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/sre-day-2-ops/.gitkeep +0 -0
- package/.opencode/skills/sre-day-2-ops/SKILL.md +26 -0
- package/.opencode/skills/sre-day-2-ops/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/sre-deployment-strategies/.gitkeep +0 -0
- package/.opencode/skills/sre-deployment-strategies/SKILL.md +28 -0
- package/.opencode/skills/sre-deployment-strategies/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/sre-fix-deployments/.gitkeep +0 -0
- package/.opencode/skills/sre-fix-deployments/SKILL.md +25 -0
- package/.opencode/skills/sre-fix-deployments/bmad-skill-manifest.yaml +3 -0
- package/.opencode/skills/sre-gitops-status/.gitkeep +0 -0
- package/.opencode/skills/sre-gitops-status/SKILL.md +25 -0
- package/.opencode/skills/sre-gitops-status/bmad-skill-manifest.yaml +3 -0
- package/.roo/skills/.ma-agents.json +48 -167
- package/.roo/skills/MANIFEST.yaml +0 -128
- package/bin/cli.js +20 -6
- package/lib/agents.js +5 -50
- package/lib/installer.js +13 -5
- package/package.json +1 -1
- package/.opencode/skills/ai-audit-trail/SKILL.md +0 -23
- package/.opencode/skills/auto-bug-detection/SKILL.md +0 -169
- package/.opencode/skills/cmake-best-practices/SKILL.md +0 -64
- package/.opencode/skills/cmake-best-practices/examples/cmake.md +0 -59
- package/.opencode/skills/code-documentation/SKILL.md +0 -57
- package/.opencode/skills/code-documentation/examples/cpp.md +0 -29
- package/.opencode/skills/code-documentation/examples/csharp.md +0 -28
- package/.opencode/skills/code-documentation/examples/javascript_typescript.md +0 -28
- package/.opencode/skills/code-documentation/examples/python.md +0 -57
- package/.opencode/skills/code-review/SKILL.md +0 -43
- package/.opencode/skills/commit-message/SKILL.md +0 -79
- package/.opencode/skills/cpp-best-practices/SKILL.md +0 -234
- package/.opencode/skills/cpp-best-practices/examples/modern-idioms.md +0 -189
- package/.opencode/skills/cpp-best-practices/examples/naming-and-organization.md +0 -102
- package/.opencode/skills/cpp-concurrency-safety/SKILL.md +0 -60
- package/.opencode/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
- package/.opencode/skills/cpp-const-correctness/SKILL.md +0 -63
- package/.opencode/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
- package/.opencode/skills/cpp-memory-handling/SKILL.md +0 -42
- package/.opencode/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
- package/.opencode/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
- package/.opencode/skills/cpp-modern-composition/SKILL.md +0 -64
- package/.opencode/skills/cpp-modern-composition/examples/composition.md +0 -51
- package/.opencode/skills/cpp-robust-interfaces/SKILL.md +0 -55
- package/.opencode/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
- package/.opencode/skills/create-hardened-docker-skill/SKILL.md +0 -637
- package/.opencode/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
- package/.opencode/skills/csharp-best-practices/SKILL.md +0 -278
- package/.opencode/skills/docker-hardening-verification/SKILL.md +0 -28
- package/.opencode/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
- package/.opencode/skills/docker-image-signing/SKILL.md +0 -28
- package/.opencode/skills/docker-image-signing/scripts/sign-image.sh +0 -33
- package/.opencode/skills/document-revision-history/SKILL.md +0 -104
- package/.roo/skills/ai-audit-trail/SKILL.md +0 -23
- package/.roo/skills/auto-bug-detection/SKILL.md +0 -169
- package/.roo/skills/cmake-best-practices/SKILL.md +0 -64
- package/.roo/skills/cmake-best-practices/examples/cmake.md +0 -59
- package/.roo/skills/code-documentation/SKILL.md +0 -57
- package/.roo/skills/code-documentation/examples/cpp.md +0 -29
- package/.roo/skills/code-documentation/examples/csharp.md +0 -28
- package/.roo/skills/code-documentation/examples/javascript_typescript.md +0 -28
- package/.roo/skills/code-documentation/examples/python.md +0 -57
- package/.roo/skills/code-review/SKILL.md +0 -43
- package/.roo/skills/commit-message/SKILL.md +0 -79
- package/.roo/skills/cpp-best-practices/SKILL.md +0 -234
- package/.roo/skills/cpp-best-practices/examples/modern-idioms.md +0 -189
- package/.roo/skills/cpp-best-practices/examples/naming-and-organization.md +0 -102
- package/.roo/skills/cpp-concurrency-safety/SKILL.md +0 -60
- package/.roo/skills/cpp-concurrency-safety/examples/concurrency.md +0 -73
- package/.roo/skills/cpp-const-correctness/SKILL.md +0 -63
- package/.roo/skills/cpp-const-correctness/examples/const_correctness.md +0 -54
- package/.roo/skills/cpp-memory-handling/SKILL.md +0 -42
- package/.roo/skills/cpp-memory-handling/examples/modern-cpp.md +0 -49
- package/.roo/skills/cpp-memory-handling/examples/smart-pointers.md +0 -46
- package/.roo/skills/cpp-modern-composition/SKILL.md +0 -64
- package/.roo/skills/cpp-modern-composition/examples/composition.md +0 -51
- package/.roo/skills/cpp-robust-interfaces/SKILL.md +0 -55
- package/.roo/skills/cpp-robust-interfaces/examples/interfaces.md +0 -56
- package/.roo/skills/create-hardened-docker-skill/SKILL.md +0 -637
- package/.roo/skills/create-hardened-docker-skill/scripts/create-all.sh +0 -489
- package/.roo/skills/csharp-best-practices/SKILL.md +0 -278
- package/.roo/skills/docker-hardening-verification/SKILL.md +0 -28
- package/.roo/skills/docker-hardening-verification/scripts/verify-hardening.sh +0 -39
- package/.roo/skills/docker-image-signing/SKILL.md +0 -28
- package/.roo/skills/docker-image-signing/scripts/sign-image.sh +0 -33
- package/.roo/skills/document-revision-history/SKILL.md +0 -104
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
# Sprint Status Workflow
|
|
2
|
+
|
|
3
|
+
**Goal:** Summarize sprint status, surface risks, and recommend the next workflow action.
|
|
4
|
+
|
|
5
|
+
**Your Role:** You are a Scrum Master providing clear, actionable sprint visibility. No time estimates — focus on status, risks, and next steps.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## INITIALIZATION
|
|
10
|
+
|
|
11
|
+
### Configuration Loading
|
|
12
|
+
|
|
13
|
+
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
14
|
+
|
|
15
|
+
- `project_name`, `user_name`
|
|
16
|
+
- `communication_language`, `document_output_language`
|
|
17
|
+
- `implementation_artifacts`
|
|
18
|
+
- `date` as system-generated current datetime
|
|
19
|
+
- YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
|
|
20
|
+
|
|
21
|
+
### Paths
|
|
22
|
+
|
|
23
|
+
- `sprint_status_file` = `{implementation_artifacts}/sprint-status.yaml`
|
|
24
|
+
|
|
25
|
+
### Input Files
|
|
26
|
+
|
|
27
|
+
| Input | Path | Load Strategy |
|
|
28
|
+
|-------|------|---------------|
|
|
29
|
+
| Sprint status | `{sprint_status_file}` | FULL_LOAD |
|
|
30
|
+
|
|
31
|
+
### Context
|
|
32
|
+
|
|
33
|
+
- `project_context` = `**/project-context.md` (load if exists)
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## EXECUTION
|
|
38
|
+
|
|
39
|
+
<workflow>
|
|
40
|
+
|
|
41
|
+
<step n="0" goal="Determine execution mode">
|
|
42
|
+
<action>Set mode = {{mode}} if provided by caller; otherwise mode = "interactive"</action>
|
|
43
|
+
|
|
44
|
+
<check if="mode == data">
|
|
45
|
+
<action>Jump to Step 20</action>
|
|
46
|
+
</check>
|
|
47
|
+
|
|
48
|
+
<check if="mode == validate">
|
|
49
|
+
<action>Jump to Step 30</action>
|
|
50
|
+
</check>
|
|
51
|
+
|
|
52
|
+
<check if="mode == interactive">
|
|
53
|
+
<action>Continue to Step 1</action>
|
|
54
|
+
</check>
|
|
55
|
+
</step>
|
|
56
|
+
|
|
57
|
+
<step n="1" goal="Locate sprint status file">
|
|
58
|
+
<action>Load {project_context} for project-wide patterns and conventions (if exists)</action>
|
|
59
|
+
<action>Try {sprint_status_file}</action>
|
|
60
|
+
<check if="file not found">
|
|
61
|
+
<output>❌ sprint-status.yaml not found.
|
|
62
|
+
Run `/bmad:bmm:workflows:sprint-planning` to generate it, then rerun sprint-status.</output>
|
|
63
|
+
<action>Exit workflow</action>
|
|
64
|
+
</check>
|
|
65
|
+
<action>Continue to Step 2</action>
|
|
66
|
+
</step>
|
|
67
|
+
|
|
68
|
+
<step n="2" goal="Read and parse sprint-status.yaml">
|
|
69
|
+
<action>Read the FULL file: {sprint_status_file}</action>
|
|
70
|
+
<action>Parse fields: generated, last_updated, project, project_key, tracking_system, story_location</action>
|
|
71
|
+
<action>Parse development_status map. Classify keys:</action>
|
|
72
|
+
- Epics: keys starting with "epic-" (and not ending with "-retrospective")
|
|
73
|
+
- Retrospectives: keys ending with "-retrospective"
|
|
74
|
+
- Stories: everything else (e.g., 1-2-login-form)
|
|
75
|
+
<action>Map legacy story status "drafted" → "ready-for-dev"</action>
|
|
76
|
+
<action>Count story statuses: backlog, ready-for-dev, in-progress, review, done</action>
|
|
77
|
+
<action>Map legacy epic status "contexted" → "in-progress"</action>
|
|
78
|
+
<action>Count epic statuses: backlog, in-progress, done</action>
|
|
79
|
+
<action>Count retrospective statuses: optional, done</action>
|
|
80
|
+
|
|
81
|
+
<action>Validate all statuses against known values:</action>
|
|
82
|
+
|
|
83
|
+
- Valid story statuses: backlog, ready-for-dev, in-progress, review, done, drafted (legacy)
|
|
84
|
+
- Valid epic statuses: backlog, in-progress, done, contexted (legacy)
|
|
85
|
+
- Valid retrospective statuses: optional, done
|
|
86
|
+
|
|
87
|
+
<check if="any status is unrecognized">
|
|
88
|
+
<output>
|
|
89
|
+
⚠️ **Unknown status detected:**
|
|
90
|
+
{{#each invalid_entries}}
|
|
91
|
+
|
|
92
|
+
- `{{key}}`: "{{status}}" (not recognized)
|
|
93
|
+
{{/each}}
|
|
94
|
+
|
|
95
|
+
**Valid statuses:**
|
|
96
|
+
|
|
97
|
+
- Stories: backlog, ready-for-dev, in-progress, review, done
|
|
98
|
+
- Epics: backlog, in-progress, done
|
|
99
|
+
- Retrospectives: optional, done
|
|
100
|
+
</output>
|
|
101
|
+
<ask>How should these be corrected?
|
|
102
|
+
{{#each invalid_entries}}
|
|
103
|
+
{{@index}}. {{key}}: "{{status}}" → [select valid status]
|
|
104
|
+
{{/each}}
|
|
105
|
+
|
|
106
|
+
Enter corrections (e.g., "1=in-progress, 2=backlog") or "skip" to continue without fixing:</ask>
|
|
107
|
+
<check if="user provided corrections">
|
|
108
|
+
<action>Update sprint-status.yaml with corrected values</action>
|
|
109
|
+
<action>Re-parse the file with corrected statuses</action>
|
|
110
|
+
</check>
|
|
111
|
+
</check>
|
|
112
|
+
|
|
113
|
+
<action>Detect risks:</action>
|
|
114
|
+
|
|
115
|
+
- IF any story has status "review": suggest `/bmad:bmm:workflows:code-review`
|
|
116
|
+
- IF any story has status "in-progress" AND no stories have status "ready-for-dev": recommend staying focused on active story
|
|
117
|
+
- IF all epics have status "backlog" AND no stories have status "ready-for-dev": prompt `/bmad:bmm:workflows:create-story`
|
|
118
|
+
- IF `last_updated` timestamp is more than 7 days old (or `last_updated` is missing, fall back to `generated`): warn "sprint-status.yaml may be stale"
|
|
119
|
+
- IF any story key doesn't match an epic pattern (e.g., story "5-1-..." but no "epic-5"): warn "orphaned story detected"
|
|
120
|
+
- IF any epic has status in-progress but has no associated stories: warn "in-progress epic has no stories"
|
|
121
|
+
</step>
|
|
122
|
+
|
|
123
|
+
<step n="3" goal="Select next action recommendation">
|
|
124
|
+
<action>Pick the next recommended workflow using priority:</action>
|
|
125
|
+
<note>When selecting "first" story: sort by epic number, then story number (e.g., 1-1 before 1-2 before 2-1)</note>
|
|
126
|
+
1. If any story status == in-progress → recommend `dev-story` for the first in-progress story
|
|
127
|
+
2. Else if any story status == review → recommend `code-review` for the first review story
|
|
128
|
+
3. Else if any story status == ready-for-dev → recommend `dev-story`
|
|
129
|
+
4. Else if any story status == backlog → recommend `create-story`
|
|
130
|
+
5. Else if any retrospective status == optional → recommend `retrospective`
|
|
131
|
+
6. Else → All implementation items done; congratulate the user - you both did amazing work together!
|
|
132
|
+
<action>Store selected recommendation as: next_story_id, next_workflow_id, next_agent (SM/DEV as appropriate)</action>
|
|
133
|
+
</step>
|
|
134
|
+
|
|
135
|
+
<step n="4" goal="Display summary">
|
|
136
|
+
<output>
|
|
137
|
+
## 📊 Sprint Status
|
|
138
|
+
|
|
139
|
+
- Project: {{project}} ({{project_key}})
|
|
140
|
+
- Tracking: {{tracking_system}}
|
|
141
|
+
- Status file: {sprint_status_file}
|
|
142
|
+
|
|
143
|
+
**Stories:** backlog {{count_backlog}}, ready-for-dev {{count_ready}}, in-progress {{count_in_progress}}, review {{count_review}}, done {{count_done}}
|
|
144
|
+
|
|
145
|
+
**Epics:** backlog {{epic_backlog}}, in-progress {{epic_in_progress}}, done {{epic_done}}
|
|
146
|
+
|
|
147
|
+
**Next Recommendation:** /bmad:bmm:workflows:{{next_workflow_id}} ({{next_story_id}})
|
|
148
|
+
|
|
149
|
+
{{#if risks}}
|
|
150
|
+
**Risks:**
|
|
151
|
+
{{#each risks}}
|
|
152
|
+
|
|
153
|
+
- {{this}}
|
|
154
|
+
{{/each}}
|
|
155
|
+
{{/if}}
|
|
156
|
+
|
|
157
|
+
</output>
|
|
158
|
+
</step>
|
|
159
|
+
|
|
160
|
+
<step n="5" goal="Offer actions">
|
|
161
|
+
<ask>Pick an option:
|
|
162
|
+
1) Run recommended workflow now
|
|
163
|
+
2) Show all stories grouped by status
|
|
164
|
+
3) Show raw sprint-status.yaml
|
|
165
|
+
4) Exit
|
|
166
|
+
Choice:</ask>
|
|
167
|
+
|
|
168
|
+
<check if="choice == 1">
|
|
169
|
+
<output>Run `/bmad:bmm:workflows:{{next_workflow_id}}`.
|
|
170
|
+
If the command targets a story, set `story_key={{next_story_id}}` when prompted.</output>
|
|
171
|
+
</check>
|
|
172
|
+
|
|
173
|
+
<check if="choice == 2">
|
|
174
|
+
<output>
|
|
175
|
+
### Stories by Status
|
|
176
|
+
- In Progress: {{stories_in_progress}}
|
|
177
|
+
- Review: {{stories_in_review}}
|
|
178
|
+
- Ready for Dev: {{stories_ready_for_dev}}
|
|
179
|
+
- Backlog: {{stories_backlog}}
|
|
180
|
+
- Done: {{stories_done}}
|
|
181
|
+
</output>
|
|
182
|
+
</check>
|
|
183
|
+
|
|
184
|
+
<check if="choice == 3">
|
|
185
|
+
<action>Display the full contents of {sprint_status_file}</action>
|
|
186
|
+
</check>
|
|
187
|
+
|
|
188
|
+
<check if="choice == 4">
|
|
189
|
+
<action>Exit workflow</action>
|
|
190
|
+
</check>
|
|
191
|
+
</step>
|
|
192
|
+
|
|
193
|
+
<!-- ========================= -->
|
|
194
|
+
<!-- Data mode for other flows -->
|
|
195
|
+
<!-- ========================= -->
|
|
196
|
+
|
|
197
|
+
<step n="20" goal="Data mode output">
|
|
198
|
+
<action>Load and parse {sprint_status_file} same as Step 2</action>
|
|
199
|
+
<action>Compute recommendation same as Step 3</action>
|
|
200
|
+
<template-output>next_workflow_id = {{next_workflow_id}}</template-output>
|
|
201
|
+
<template-output>next_story_id = {{next_story_id}}</template-output>
|
|
202
|
+
<template-output>count_backlog = {{count_backlog}}</template-output>
|
|
203
|
+
<template-output>count_ready = {{count_ready}}</template-output>
|
|
204
|
+
<template-output>count_in_progress = {{count_in_progress}}</template-output>
|
|
205
|
+
<template-output>count_review = {{count_review}}</template-output>
|
|
206
|
+
<template-output>count_done = {{count_done}}</template-output>
|
|
207
|
+
<template-output>epic_backlog = {{epic_backlog}}</template-output>
|
|
208
|
+
<template-output>epic_in_progress = {{epic_in_progress}}</template-output>
|
|
209
|
+
<template-output>epic_done = {{epic_done}}</template-output>
|
|
210
|
+
<template-output>risks = {{risks}}</template-output>
|
|
211
|
+
<action>Return to caller</action>
|
|
212
|
+
</step>
|
|
213
|
+
|
|
214
|
+
<!-- ========================= -->
|
|
215
|
+
<!-- Validate mode -->
|
|
216
|
+
<!-- ========================= -->
|
|
217
|
+
|
|
218
|
+
<step n="30" goal="Validate sprint-status file">
|
|
219
|
+
<action>Check that {sprint_status_file} exists</action>
|
|
220
|
+
<check if="missing">
|
|
221
|
+
<template-output>is_valid = false</template-output>
|
|
222
|
+
<template-output>error = "sprint-status.yaml missing"</template-output>
|
|
223
|
+
<template-output>suggestion = "Run sprint-planning to create it"</template-output>
|
|
224
|
+
<action>Return</action>
|
|
225
|
+
</check>
|
|
226
|
+
|
|
227
|
+
<action>Read and parse {sprint_status_file}</action>
|
|
228
|
+
|
|
229
|
+
<action>Validate required metadata fields exist: generated, project, project_key, tracking_system, story_location (last_updated is optional for backward compatibility)</action>
|
|
230
|
+
<check if="any required field missing">
|
|
231
|
+
<template-output>is_valid = false</template-output>
|
|
232
|
+
<template-output>error = "Missing required field(s): {{missing_fields}}"</template-output>
|
|
233
|
+
<template-output>suggestion = "Re-run sprint-planning or add missing fields manually"</template-output>
|
|
234
|
+
<action>Return</action>
|
|
235
|
+
</check>
|
|
236
|
+
|
|
237
|
+
<action>Verify development_status section exists with at least one entry</action>
|
|
238
|
+
<check if="development_status missing or empty">
|
|
239
|
+
<template-output>is_valid = false</template-output>
|
|
240
|
+
<template-output>error = "development_status missing or empty"</template-output>
|
|
241
|
+
<template-output>suggestion = "Re-run sprint-planning or repair the file manually"</template-output>
|
|
242
|
+
<action>Return</action>
|
|
243
|
+
</check>
|
|
244
|
+
|
|
245
|
+
<action>Validate all status values against known valid statuses:</action>
|
|
246
|
+
|
|
247
|
+
- Stories: backlog, ready-for-dev, in-progress, review, done (legacy: drafted)
|
|
248
|
+
- Epics: backlog, in-progress, done (legacy: contexted)
|
|
249
|
+
- Retrospectives: optional, done
|
|
250
|
+
<check if="any invalid status found">
|
|
251
|
+
<template-output>is_valid = false</template-output>
|
|
252
|
+
<template-output>error = "Invalid status values: {{invalid_entries}}"</template-output>
|
|
253
|
+
<template-output>suggestion = "Fix invalid statuses in sprint-status.yaml"</template-output>
|
|
254
|
+
<action>Return</action>
|
|
255
|
+
</check>
|
|
256
|
+
|
|
257
|
+
<template-output>is_valid = true</template-output>
|
|
258
|
+
<template-output>message = "sprint-status.yaml valid: metadata complete, all statuses recognized"</template-output>
|
|
259
|
+
</step>
|
|
260
|
+
|
|
261
|
+
</workflow>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
stepsCompleted: []
|
|
3
|
+
inputDocuments: []
|
|
4
|
+
workflowType: 'research'
|
|
5
|
+
lastStep: 1
|
|
6
|
+
research_type: '{{research_type}}'
|
|
7
|
+
research_topic: '{{research_topic}}'
|
|
8
|
+
research_goals: '{{research_goals}}'
|
|
9
|
+
user_name: '{{user_name}}'
|
|
10
|
+
date: '{{date}}'
|
|
11
|
+
web_research_enabled: true
|
|
12
|
+
source_verification: true
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
# Research Report: {{research_type}}
|
|
16
|
+
|
|
17
|
+
**Date:** {{date}}
|
|
18
|
+
**Author:** {{user_name}}
|
|
19
|
+
**Research Type:** {{research_type}}
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Research Overview
|
|
24
|
+
|
|
25
|
+
[Research overview and methodology will be appended here]
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
<!-- Content will be appended sequentially through research workflow steps -->
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
# Technical Research Step 1: Technical Research Scope Confirmation
|
|
2
|
+
|
|
3
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
4
|
+
|
|
5
|
+
- 🛑 NEVER generate content without user confirmation
|
|
6
|
+
|
|
7
|
+
- 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
|
|
8
|
+
- 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
|
|
9
|
+
- ✅ FOCUS EXCLUSIVELY on confirming technical research scope and approach
|
|
10
|
+
- 📋 YOU ARE A TECHNICAL RESEARCH PLANNER, not content generator
|
|
11
|
+
- 💬 ACKNOWLEDGE and CONFIRM understanding of technical research goals
|
|
12
|
+
- 🔍 This is SCOPE CONFIRMATION ONLY - no web research yet
|
|
13
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
|
+
|
|
15
|
+
## EXECUTION PROTOCOLS:
|
|
16
|
+
|
|
17
|
+
- 🎯 Show your analysis before taking any action
|
|
18
|
+
- ⚠️ Present [C] continue option after scope confirmation
|
|
19
|
+
- 💾 ONLY proceed when user chooses C (Continue)
|
|
20
|
+
- 📖 Update frontmatter `stepsCompleted: [1]` before loading next step
|
|
21
|
+
- 🚫 FORBIDDEN to load next step until C is selected
|
|
22
|
+
|
|
23
|
+
## CONTEXT BOUNDARIES:
|
|
24
|
+
|
|
25
|
+
- Research type = "technical" is already set
|
|
26
|
+
- **Research topic = "{{research_topic}}"** - discovered from initial discussion
|
|
27
|
+
- **Research goals = "{{research_goals}}"** - captured from initial discussion
|
|
28
|
+
- Focus on technical architecture and implementation research
|
|
29
|
+
- Web search is required to verify and supplement your knowledge with current facts
|
|
30
|
+
|
|
31
|
+
## YOUR TASK:
|
|
32
|
+
|
|
33
|
+
Confirm technical research scope and approach for **{{research_topic}}** with the user's goals in mind.
|
|
34
|
+
|
|
35
|
+
## TECHNICAL SCOPE CONFIRMATION:
|
|
36
|
+
|
|
37
|
+
### 1. Begin Scope Confirmation
|
|
38
|
+
|
|
39
|
+
Start with technical scope understanding:
|
|
40
|
+
"I understand you want to conduct **technical research** for **{{research_topic}}** with these goals: {{research_goals}}
|
|
41
|
+
|
|
42
|
+
**Technical Research Scope:**
|
|
43
|
+
|
|
44
|
+
- **Architecture Analysis**: System design patterns, frameworks, and architectural decisions
|
|
45
|
+
- **Implementation Approaches**: Development methodologies, coding patterns, and best practices
|
|
46
|
+
- **Technology Stack**: Languages, frameworks, tools, and platforms relevant to {{research_topic}}
|
|
47
|
+
- **Integration Patterns**: APIs, communication protocols, and system interoperability
|
|
48
|
+
- **Performance Considerations**: Scalability, optimization, and performance patterns
|
|
49
|
+
|
|
50
|
+
**Research Approach:**
|
|
51
|
+
|
|
52
|
+
- Current web data with rigorous source verification
|
|
53
|
+
- Multi-source validation for critical technical claims
|
|
54
|
+
- Confidence levels for uncertain technical information
|
|
55
|
+
- Comprehensive technical coverage with architecture-specific insights
|
|
56
|
+
|
|
57
|
+
### 2. Scope Confirmation
|
|
58
|
+
|
|
59
|
+
Present clear scope confirmation:
|
|
60
|
+
"**Technical Research Scope Confirmation:**
|
|
61
|
+
|
|
62
|
+
For **{{research_topic}}**, I will research:
|
|
63
|
+
|
|
64
|
+
✅ **Architecture Analysis** - design patterns, frameworks, system architecture
|
|
65
|
+
✅ **Implementation Approaches** - development methodologies, coding patterns
|
|
66
|
+
✅ **Technology Stack** - languages, frameworks, tools, platforms
|
|
67
|
+
✅ **Integration Patterns** - APIs, protocols, interoperability
|
|
68
|
+
✅ **Performance Considerations** - scalability, optimization, patterns
|
|
69
|
+
|
|
70
|
+
**All claims verified against current public sources.**
|
|
71
|
+
|
|
72
|
+
**Does this technical research scope and approach align with your goals?**
|
|
73
|
+
[C] Continue - Begin technical research with this scope
|
|
74
|
+
|
|
75
|
+
### 3. Handle Continue Selection
|
|
76
|
+
|
|
77
|
+
#### If 'C' (Continue):
|
|
78
|
+
|
|
79
|
+
- Document scope confirmation in research file
|
|
80
|
+
- Update frontmatter: `stepsCompleted: [1]`
|
|
81
|
+
- Load: `./step-02-technical-overview.md`
|
|
82
|
+
|
|
83
|
+
## APPEND TO DOCUMENT:
|
|
84
|
+
|
|
85
|
+
When user selects 'C', append scope confirmation:
|
|
86
|
+
|
|
87
|
+
```markdown
|
|
88
|
+
## Technical Research Scope Confirmation
|
|
89
|
+
|
|
90
|
+
**Research Topic:** {{research_topic}}
|
|
91
|
+
**Research Goals:** {{research_goals}}
|
|
92
|
+
|
|
93
|
+
**Technical Research Scope:**
|
|
94
|
+
|
|
95
|
+
- Architecture Analysis - design patterns, frameworks, system architecture
|
|
96
|
+
- Implementation Approaches - development methodologies, coding patterns
|
|
97
|
+
- Technology Stack - languages, frameworks, tools, platforms
|
|
98
|
+
- Integration Patterns - APIs, protocols, interoperability
|
|
99
|
+
- Performance Considerations - scalability, optimization, patterns
|
|
100
|
+
|
|
101
|
+
**Research Methodology:**
|
|
102
|
+
|
|
103
|
+
- Current web data with rigorous source verification
|
|
104
|
+
- Multi-source validation for critical technical claims
|
|
105
|
+
- Confidence level framework for uncertain information
|
|
106
|
+
- Comprehensive technical coverage with architecture-specific insights
|
|
107
|
+
|
|
108
|
+
**Scope Confirmed:** {{date}}
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
## SUCCESS METRICS:
|
|
112
|
+
|
|
113
|
+
✅ Technical research scope clearly confirmed with user
|
|
114
|
+
✅ All technical analysis areas identified and explained
|
|
115
|
+
✅ Research methodology emphasized
|
|
116
|
+
✅ [C] continue option presented and handled correctly
|
|
117
|
+
✅ Scope confirmation documented when user proceeds
|
|
118
|
+
✅ Proper routing to next technical research step
|
|
119
|
+
|
|
120
|
+
## FAILURE MODES:
|
|
121
|
+
|
|
122
|
+
❌ Not clearly confirming technical research scope with user
|
|
123
|
+
❌ Missing critical technical analysis areas
|
|
124
|
+
❌ Not explaining that web search is required for current facts
|
|
125
|
+
❌ Not presenting [C] continue option
|
|
126
|
+
❌ Proceeding without user scope confirmation
|
|
127
|
+
❌ Not routing to next technical research step
|
|
128
|
+
|
|
129
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
130
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
131
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
132
|
+
|
|
133
|
+
## NEXT STEP:
|
|
134
|
+
|
|
135
|
+
After user selects 'C', load `./step-02-technical-overview.md` to begin technology stack analysis.
|
|
136
|
+
|
|
137
|
+
Remember: This is SCOPE CONFIRMATION ONLY - no actual technical research yet, just confirming the research approach and scope!
|
package/.opencode/skills/bmad-technical-research/technical-steps/step-02-technical-overview.md
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
# Technical Research Step 2: Technology Stack Analysis
|
|
2
|
+
|
|
3
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
4
|
+
|
|
5
|
+
- 🛑 NEVER generate content without web search verification
|
|
6
|
+
|
|
7
|
+
- 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
|
|
8
|
+
- 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
|
|
9
|
+
- ✅ Search the web to verify and supplement your knowledge with current facts
|
|
10
|
+
- 📋 YOU ARE A TECHNOLOGY STACK ANALYST, not content generator
|
|
11
|
+
- 💬 FOCUS on languages, frameworks, tools, and platforms
|
|
12
|
+
- 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
|
|
13
|
+
- 📝 WRITE CONTENT IMMEDIATELY TO DOCUMENT
|
|
14
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
15
|
+
|
|
16
|
+
## EXECUTION PROTOCOLS:
|
|
17
|
+
|
|
18
|
+
- 🎯 Show web search analysis before presenting findings
|
|
19
|
+
- ⚠️ Present [C] continue option after technology stack content generation
|
|
20
|
+
- 📝 WRITE TECHNOLOGY STACK ANALYSIS TO DOCUMENT IMMEDIATELY
|
|
21
|
+
- 💾 ONLY proceed when user chooses C (Continue)
|
|
22
|
+
- 📖 Update frontmatter `stepsCompleted: [1, 2]` before loading next step
|
|
23
|
+
- 🚫 FORBIDDEN to load next step until C is selected
|
|
24
|
+
|
|
25
|
+
## CONTEXT BOUNDARIES:
|
|
26
|
+
|
|
27
|
+
- Current document and frontmatter from step-01 are available
|
|
28
|
+
- **Research topic = "{{research_topic}}"** - established from initial discussion
|
|
29
|
+
- **Research goals = "{{research_goals}}"** - established from initial discussion
|
|
30
|
+
- Focus on languages, frameworks, tools, and platforms
|
|
31
|
+
- Web search capabilities with source verification are enabled
|
|
32
|
+
|
|
33
|
+
## YOUR TASK:
|
|
34
|
+
|
|
35
|
+
Conduct technology stack analysis focusing on languages, frameworks, tools, and platforms. Search the web to verify and supplement current facts.
|
|
36
|
+
|
|
37
|
+
## TECHNOLOGY STACK ANALYSIS SEQUENCE:
|
|
38
|
+
|
|
39
|
+
### 1. Begin Technology Stack Analysis
|
|
40
|
+
|
|
41
|
+
**UTILIZE SUBPROCESSES AND SUBAGENTS**: Use research subagents, subprocesses or parallel processing if available to thoroughly analyze different technology stack areas simultaneously and thoroughly.
|
|
42
|
+
|
|
43
|
+
Start with technology stack research approach:
|
|
44
|
+
"Now I'll conduct **technology stack analysis** for **{{research_topic}}** to understand the technology landscape.
|
|
45
|
+
|
|
46
|
+
**Technology Stack Focus:**
|
|
47
|
+
|
|
48
|
+
- Programming languages and their evolution
|
|
49
|
+
- Development frameworks and libraries
|
|
50
|
+
- Database and storage technologies
|
|
51
|
+
- Development tools and platforms
|
|
52
|
+
- Cloud infrastructure and deployment platforms
|
|
53
|
+
|
|
54
|
+
**Let me search for current technology stack insights.**"
|
|
55
|
+
|
|
56
|
+
### 2. Parallel Technology Stack Research Execution
|
|
57
|
+
|
|
58
|
+
**Execute multiple web searches simultaneously:**
|
|
59
|
+
|
|
60
|
+
Search the web: "{{research_topic}} programming languages frameworks"
|
|
61
|
+
Search the web: "{{research_topic}} development tools platforms"
|
|
62
|
+
Search the web: "{{research_topic}} database storage technologies"
|
|
63
|
+
Search the web: "{{research_topic}} cloud infrastructure platforms"
|
|
64
|
+
|
|
65
|
+
**Analysis approach:**
|
|
66
|
+
|
|
67
|
+
- Look for recent technology trend reports and developer surveys
|
|
68
|
+
- Search for technology documentation and best practices
|
|
69
|
+
- Research open-source projects and their technology choices
|
|
70
|
+
- Analyze technology adoption patterns and migration trends
|
|
71
|
+
- Study platform and tool evolution in the domain
|
|
72
|
+
|
|
73
|
+
### 3. Analyze and Aggregate Results
|
|
74
|
+
|
|
75
|
+
**Collect and analyze findings from all parallel searches:**
|
|
76
|
+
|
|
77
|
+
"After executing comprehensive parallel web searches, let me analyze and aggregate technology stack findings:
|
|
78
|
+
|
|
79
|
+
**Research Coverage:**
|
|
80
|
+
|
|
81
|
+
- Programming languages and frameworks analysis
|
|
82
|
+
- Development tools and platforms evaluation
|
|
83
|
+
- Database and storage technologies assessment
|
|
84
|
+
- Cloud infrastructure and deployment platform analysis
|
|
85
|
+
|
|
86
|
+
**Cross-Technology Analysis:**
|
|
87
|
+
[Identify patterns connecting language choices, frameworks, and platform decisions]
|
|
88
|
+
|
|
89
|
+
**Quality Assessment:**
|
|
90
|
+
[Overall confidence levels and research gaps identified]"
|
|
91
|
+
|
|
92
|
+
### 4. Generate Technology Stack Content
|
|
93
|
+
|
|
94
|
+
**WRITE IMMEDIATELY TO DOCUMENT**
|
|
95
|
+
|
|
96
|
+
Prepare technology stack analysis with web search citations:
|
|
97
|
+
|
|
98
|
+
#### Content Structure:
|
|
99
|
+
|
|
100
|
+
When saving to document, append these Level 2 and Level 3 sections:
|
|
101
|
+
|
|
102
|
+
```markdown
|
|
103
|
+
## Technology Stack Analysis
|
|
104
|
+
|
|
105
|
+
### Programming Languages
|
|
106
|
+
|
|
107
|
+
[Programming languages analysis with source citations]
|
|
108
|
+
_Popular Languages: [Most widely used languages for {{research_topic}}]_
|
|
109
|
+
_Emerging Languages: [Growing languages gaining adoption]_
|
|
110
|
+
_Language Evolution: [How language preferences are changing]_
|
|
111
|
+
_Performance Characteristics: [Language performance and suitability]_
|
|
112
|
+
_Source: [URL]_
|
|
113
|
+
|
|
114
|
+
### Development Frameworks and Libraries
|
|
115
|
+
|
|
116
|
+
[Frameworks analysis with source citations]
|
|
117
|
+
_Major Frameworks: [Dominant frameworks and their use cases]_
|
|
118
|
+
_Micro-frameworks: [Lightweight options and specialized libraries]_
|
|
119
|
+
_Evolution Trends: [How frameworks are evolving and changing]_
|
|
120
|
+
_Ecosystem Maturity: [Library availability and community support]_
|
|
121
|
+
_Source: [URL]_
|
|
122
|
+
|
|
123
|
+
### Database and Storage Technologies
|
|
124
|
+
|
|
125
|
+
[Database analysis with source citations]
|
|
126
|
+
_Relational Databases: [Traditional SQL databases and their evolution]_
|
|
127
|
+
_NoSQL Databases: [Document, key-value, graph, and other NoSQL options]_
|
|
128
|
+
_In-Memory Databases: [Redis, Memcached, and performance-focused solutions]_
|
|
129
|
+
_Data Warehousing: [Analytics and big data storage solutions]_
|
|
130
|
+
_Source: [URL]_
|
|
131
|
+
|
|
132
|
+
### Development Tools and Platforms
|
|
133
|
+
|
|
134
|
+
[Tools and platforms analysis with source citations]
|
|
135
|
+
_IDE and Editors: [Development environments and their evolution]_
|
|
136
|
+
_Version Control: [Git and related development tools]_
|
|
137
|
+
_Build Systems: [Compilation, packaging, and automation tools]_
|
|
138
|
+
_Testing Frameworks: [Unit testing, integration testing, and QA tools]_
|
|
139
|
+
_Source: [URL]_
|
|
140
|
+
|
|
141
|
+
### Cloud Infrastructure and Deployment
|
|
142
|
+
|
|
143
|
+
[Cloud platforms analysis with source citations]
|
|
144
|
+
_Major Cloud Providers: [AWS, Azure, GCP and their services]_
|
|
145
|
+
_Container Technologies: [Docker, Kubernetes, and orchestration]_
|
|
146
|
+
_Serverless Platforms: [FaaS and event-driven computing]_
|
|
147
|
+
_CDN and Edge Computing: [Content delivery and distributed computing]_
|
|
148
|
+
_Source: [URL]_
|
|
149
|
+
|
|
150
|
+
### Technology Adoption Trends
|
|
151
|
+
|
|
152
|
+
[Adoption trends analysis with source citations]
|
|
153
|
+
_Migration Patterns: [How technology choices are evolving]_
|
|
154
|
+
_Emerging Technologies: [New technologies gaining traction]_
|
|
155
|
+
_Legacy Technology: [Older technologies being phased out]_
|
|
156
|
+
_Community Trends: [Developer preferences and open-source adoption]_
|
|
157
|
+
_Source: [URL]_
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
### 5. Present Analysis and Continue Option
|
|
161
|
+
|
|
162
|
+
**Show analysis and present continue option:**
|
|
163
|
+
|
|
164
|
+
"I've completed **technology stack analysis** of the technology landscape for {{research_topic}}.
|
|
165
|
+
|
|
166
|
+
**Key Technology Stack Findings:**
|
|
167
|
+
|
|
168
|
+
- Programming languages and frameworks thoroughly analyzed
|
|
169
|
+
- Database and storage technologies evaluated
|
|
170
|
+
- Development tools and platforms documented
|
|
171
|
+
- Cloud infrastructure and deployment options mapped
|
|
172
|
+
- Technology adoption trends identified
|
|
173
|
+
|
|
174
|
+
**Ready to proceed to integration patterns analysis?**
|
|
175
|
+
[C] Continue - Save this to document and proceed to integration patterns
|
|
176
|
+
|
|
177
|
+
### 6. Handle Continue Selection
|
|
178
|
+
|
|
179
|
+
#### If 'C' (Continue):
|
|
180
|
+
|
|
181
|
+
- **CONTENT ALREADY WRITTEN TO DOCUMENT**
|
|
182
|
+
- Update frontmatter: `stepsCompleted: [1, 2]`
|
|
183
|
+
- Load: `./step-03-integration-patterns.md`
|
|
184
|
+
|
|
185
|
+
## APPEND TO DOCUMENT:
|
|
186
|
+
|
|
187
|
+
Content is already written to document when generated in step 4. No additional append needed.
|
|
188
|
+
|
|
189
|
+
## SUCCESS METRICS:
|
|
190
|
+
|
|
191
|
+
✅ Programming languages and frameworks thoroughly analyzed
|
|
192
|
+
✅ Database and storage technologies evaluated
|
|
193
|
+
✅ Development tools and platforms documented
|
|
194
|
+
✅ Cloud infrastructure and deployment options mapped
|
|
195
|
+
✅ Technology adoption trends identified
|
|
196
|
+
✅ Content written immediately to document
|
|
197
|
+
✅ [C] continue option presented and handled correctly
|
|
198
|
+
✅ Proper routing to next step (integration patterns)
|
|
199
|
+
✅ Research goals alignment maintained
|
|
200
|
+
|
|
201
|
+
## FAILURE MODES:
|
|
202
|
+
|
|
203
|
+
❌ Relying solely on training data without web verification for current facts
|
|
204
|
+
|
|
205
|
+
❌ Missing critical programming languages or frameworks
|
|
206
|
+
❌ Incomplete database and storage technology analysis
|
|
207
|
+
❌ Not identifying development tools and platforms
|
|
208
|
+
❌ Not writing content immediately to document
|
|
209
|
+
❌ Not presenting [C] continue option after content generation
|
|
210
|
+
❌ Not routing to integration patterns step
|
|
211
|
+
|
|
212
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
213
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
214
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
215
|
+
|
|
216
|
+
## TECHNOLOGY STACK RESEARCH PROTOCOLS:
|
|
217
|
+
|
|
218
|
+
- Research technology trend reports and developer surveys
|
|
219
|
+
- Use technology documentation and best practices guides
|
|
220
|
+
- Analyze open-source projects and their technology choices
|
|
221
|
+
- Study technology adoption patterns and migration trends
|
|
222
|
+
- Focus on current technology data
|
|
223
|
+
- Present conflicting information when sources disagree
|
|
224
|
+
- Apply confidence levels appropriately
|
|
225
|
+
|
|
226
|
+
## TECHNOLOGY STACK ANALYSIS STANDARDS:
|
|
227
|
+
|
|
228
|
+
- Always cite URLs for web search results
|
|
229
|
+
- Use authoritative technology research sources
|
|
230
|
+
- Note data currency and potential limitations
|
|
231
|
+
- Present multiple perspectives when sources conflict
|
|
232
|
+
- Apply confidence levels to uncertain data
|
|
233
|
+
- Focus on actionable technology insights
|
|
234
|
+
|
|
235
|
+
## NEXT STEP:
|
|
236
|
+
|
|
237
|
+
After user selects 'C', load `./step-03-integration-patterns.md` to analyze APIs, communication protocols, and system interoperability for {{research_topic}}.
|
|
238
|
+
|
|
239
|
+
Remember: Always write research content to document immediately and emphasize current technology data with rigorous source verification!
|