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
package/.opencode/skills/bmad-technical-research/technical-steps/step-03-integration-patterns.md
ADDED
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
# Technical Research Step 3: Integration Patterns
|
|
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 AN INTEGRATION ANALYST, not content generator
|
|
11
|
+
- 💬 FOCUS on APIs, protocols, and system interoperability
|
|
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 integration patterns content generation
|
|
20
|
+
- 📝 WRITE INTEGRATION PATTERNS ANALYSIS TO DOCUMENT IMMEDIATELY
|
|
21
|
+
- 💾 ONLY proceed when user chooses C (Continue)
|
|
22
|
+
- 📖 Update frontmatter `stepsCompleted: [1, 2, 3]` 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 previous steps are available
|
|
28
|
+
- **Research topic = "{{research_topic}}"** - established from initial discussion
|
|
29
|
+
- **Research goals = "{{research_goals}}"** - established from initial discussion
|
|
30
|
+
- Focus on APIs, protocols, and system interoperability
|
|
31
|
+
- Web search capabilities with source verification are enabled
|
|
32
|
+
|
|
33
|
+
## YOUR TASK:
|
|
34
|
+
|
|
35
|
+
Conduct integration patterns analysis focusing on APIs, communication protocols, and system interoperability. Search the web to verify and supplement current facts.
|
|
36
|
+
|
|
37
|
+
## INTEGRATION PATTERNS ANALYSIS SEQUENCE:
|
|
38
|
+
|
|
39
|
+
### 1. Begin Integration Patterns Analysis
|
|
40
|
+
|
|
41
|
+
**UTILIZE SUBPROCESSES AND SUBAGENTS**: Use research subagents, subprocesses or parallel processing if available to thoroughly analyze different integration areas simultaneously and thoroughly.
|
|
42
|
+
|
|
43
|
+
Start with integration patterns research approach:
|
|
44
|
+
"Now I'll conduct **integration patterns analysis** for **{{research_topic}}** to understand system integration approaches.
|
|
45
|
+
|
|
46
|
+
**Integration Patterns Focus:**
|
|
47
|
+
|
|
48
|
+
- API design patterns and protocols
|
|
49
|
+
- Communication protocols and data formats
|
|
50
|
+
- System interoperability approaches
|
|
51
|
+
- Microservices integration patterns
|
|
52
|
+
- Event-driven architectures and messaging
|
|
53
|
+
|
|
54
|
+
**Let me search for current integration patterns insights.**"
|
|
55
|
+
|
|
56
|
+
### 2. Parallel Integration Patterns Research Execution
|
|
57
|
+
|
|
58
|
+
**Execute multiple web searches simultaneously:**
|
|
59
|
+
|
|
60
|
+
Search the web: "{{research_topic}} API design patterns protocols"
|
|
61
|
+
Search the web: "{{research_topic}} communication protocols data formats"
|
|
62
|
+
Search the web: "{{research_topic}} system interoperability integration"
|
|
63
|
+
Search the web: "{{research_topic}} microservices integration patterns"
|
|
64
|
+
|
|
65
|
+
**Analysis approach:**
|
|
66
|
+
|
|
67
|
+
- Look for recent API design guides and best practices
|
|
68
|
+
- Search for communication protocol documentation and standards
|
|
69
|
+
- Research integration platform and middleware solutions
|
|
70
|
+
- Analyze microservices architecture patterns and approaches
|
|
71
|
+
- Study event-driven systems and messaging patterns
|
|
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 integration patterns findings:
|
|
78
|
+
|
|
79
|
+
**Research Coverage:**
|
|
80
|
+
|
|
81
|
+
- API design patterns and protocols analysis
|
|
82
|
+
- Communication protocols and data formats evaluation
|
|
83
|
+
- System interoperability approaches assessment
|
|
84
|
+
- Microservices integration patterns documentation
|
|
85
|
+
|
|
86
|
+
**Cross-Integration Analysis:**
|
|
87
|
+
[Identify patterns connecting API choices, communication protocols, and system design]
|
|
88
|
+
|
|
89
|
+
**Quality Assessment:**
|
|
90
|
+
[Overall confidence levels and research gaps identified]"
|
|
91
|
+
|
|
92
|
+
### 4. Generate Integration Patterns Content
|
|
93
|
+
|
|
94
|
+
**WRITE IMMEDIATELY TO DOCUMENT**
|
|
95
|
+
|
|
96
|
+
Prepare integration patterns 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
|
+
## Integration Patterns Analysis
|
|
104
|
+
|
|
105
|
+
### API Design Patterns
|
|
106
|
+
|
|
107
|
+
[API design patterns analysis with source citations]
|
|
108
|
+
_RESTful APIs: [REST principles and best practices for {{research_topic}}]_
|
|
109
|
+
_GraphQL APIs: [GraphQL adoption and implementation patterns]_
|
|
110
|
+
_RPC and gRPC: [High-performance API communication patterns]_
|
|
111
|
+
_Webhook Patterns: [Event-driven API integration approaches]_
|
|
112
|
+
_Source: [URL]_
|
|
113
|
+
|
|
114
|
+
### Communication Protocols
|
|
115
|
+
|
|
116
|
+
[Communication protocols analysis with source citations]
|
|
117
|
+
_HTTP/HTTPS Protocols: [Web-based communication patterns and evolution]_
|
|
118
|
+
_WebSocket Protocols: [Real-time communication and persistent connections]_
|
|
119
|
+
_Message Queue Protocols: [AMQP, MQTT, and messaging patterns]_
|
|
120
|
+
_grpc and Protocol Buffers: [High-performance binary communication protocols]_
|
|
121
|
+
_Source: [URL]_
|
|
122
|
+
|
|
123
|
+
### Data Formats and Standards
|
|
124
|
+
|
|
125
|
+
[Data formats analysis with source citations]
|
|
126
|
+
_JSON and XML: [Structured data exchange formats and their evolution]_
|
|
127
|
+
_Protobuf and MessagePack: [Efficient binary serialization formats]_
|
|
128
|
+
_CSV and Flat Files: [Legacy data integration and bulk transfer patterns]_
|
|
129
|
+
_Custom Data Formats: [Domain-specific data exchange standards]_
|
|
130
|
+
_Source: [URL]_
|
|
131
|
+
|
|
132
|
+
### System Interoperability Approaches
|
|
133
|
+
|
|
134
|
+
[Interoperability analysis with source citations]
|
|
135
|
+
_Point-to-Point Integration: [Direct system-to-system communication patterns]_
|
|
136
|
+
_API Gateway Patterns: [Centralized API management and routing]_
|
|
137
|
+
_Service Mesh: [Service-to-service communication and observability]_
|
|
138
|
+
_Enterprise Service Bus: [Traditional enterprise integration patterns]_
|
|
139
|
+
_Source: [URL]_
|
|
140
|
+
|
|
141
|
+
### Microservices Integration Patterns
|
|
142
|
+
|
|
143
|
+
[Microservices integration analysis with source citations]
|
|
144
|
+
_API Gateway Pattern: [External API management and routing]_
|
|
145
|
+
_Service Discovery: [Dynamic service registration and discovery]_
|
|
146
|
+
_Circuit Breaker Pattern: [Fault tolerance and resilience patterns]_
|
|
147
|
+
_Saga Pattern: [Distributed transaction management]_
|
|
148
|
+
_Source: [URL]_
|
|
149
|
+
|
|
150
|
+
### Event-Driven Integration
|
|
151
|
+
|
|
152
|
+
[Event-driven analysis with source citations]
|
|
153
|
+
_Publish-Subscribe Patterns: [Event broadcasting and subscription models]_
|
|
154
|
+
_Event Sourcing: [Event-based state management and persistence]_
|
|
155
|
+
_Message Broker Patterns: [RabbitMQ, Kafka, and message routing]_
|
|
156
|
+
_CQRS Patterns: [Command Query Responsibility Segregation]_
|
|
157
|
+
_Source: [URL]_
|
|
158
|
+
|
|
159
|
+
### Integration Security Patterns
|
|
160
|
+
|
|
161
|
+
[Security patterns analysis with source citations]
|
|
162
|
+
_OAuth 2.0 and JWT: [API authentication and authorization patterns]_
|
|
163
|
+
_API Key Management: [Secure API access and key rotation]_
|
|
164
|
+
_Mutual TLS: [Certificate-based service authentication]_
|
|
165
|
+
_Data Encryption: [Secure data transmission and storage]_
|
|
166
|
+
_Source: [URL]_
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
### 5. Present Analysis and Continue Option
|
|
170
|
+
|
|
171
|
+
**Show analysis and present continue option:**
|
|
172
|
+
|
|
173
|
+
"I've completed **integration patterns analysis** of system integration approaches for {{research_topic}}.
|
|
174
|
+
|
|
175
|
+
**Key Integration Patterns Findings:**
|
|
176
|
+
|
|
177
|
+
- API design patterns and protocols thoroughly analyzed
|
|
178
|
+
- Communication protocols and data formats evaluated
|
|
179
|
+
- System interoperability approaches documented
|
|
180
|
+
- Microservices integration patterns mapped
|
|
181
|
+
- Event-driven integration strategies identified
|
|
182
|
+
|
|
183
|
+
**Ready to proceed to architectural patterns analysis?**
|
|
184
|
+
[C] Continue - Save this to document and proceed to architectural patterns
|
|
185
|
+
|
|
186
|
+
### 6. Handle Continue Selection
|
|
187
|
+
|
|
188
|
+
#### If 'C' (Continue):
|
|
189
|
+
|
|
190
|
+
- **CONTENT ALREADY WRITTEN TO DOCUMENT**
|
|
191
|
+
- Update frontmatter: `stepsCompleted: [1, 2, 3]`
|
|
192
|
+
- Load: `./step-04-architectural-patterns.md`
|
|
193
|
+
|
|
194
|
+
## APPEND TO DOCUMENT:
|
|
195
|
+
|
|
196
|
+
Content is already written to document when generated in step 4. No additional append needed.
|
|
197
|
+
|
|
198
|
+
## SUCCESS METRICS:
|
|
199
|
+
|
|
200
|
+
✅ API design patterns and protocols thoroughly analyzed
|
|
201
|
+
✅ Communication protocols and data formats evaluated
|
|
202
|
+
✅ System interoperability approaches documented
|
|
203
|
+
✅ Microservices integration patterns mapped
|
|
204
|
+
✅ Event-driven integration strategies identified
|
|
205
|
+
✅ Content written immediately to document
|
|
206
|
+
✅ [C] continue option presented and handled correctly
|
|
207
|
+
✅ Proper routing to next step (architectural patterns)
|
|
208
|
+
✅ Research goals alignment maintained
|
|
209
|
+
|
|
210
|
+
## FAILURE MODES:
|
|
211
|
+
|
|
212
|
+
❌ Relying solely on training data without web verification for current facts
|
|
213
|
+
|
|
214
|
+
❌ Missing critical API design patterns or protocols
|
|
215
|
+
❌ Incomplete communication protocols analysis
|
|
216
|
+
❌ Not identifying system interoperability approaches
|
|
217
|
+
❌ Not writing content immediately to document
|
|
218
|
+
❌ Not presenting [C] continue option after content generation
|
|
219
|
+
❌ Not routing to architectural patterns step
|
|
220
|
+
|
|
221
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
222
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
223
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
224
|
+
|
|
225
|
+
## INTEGRATION PATTERNS RESEARCH PROTOCOLS:
|
|
226
|
+
|
|
227
|
+
- Research API design guides and best practices documentation
|
|
228
|
+
- Use communication protocol specifications and standards
|
|
229
|
+
- Analyze integration platform and middleware solutions
|
|
230
|
+
- Study microservices architecture patterns and case studies
|
|
231
|
+
- Focus on current integration data
|
|
232
|
+
- Present conflicting information when sources disagree
|
|
233
|
+
- Apply confidence levels appropriately
|
|
234
|
+
|
|
235
|
+
## INTEGRATION PATTERNS ANALYSIS STANDARDS:
|
|
236
|
+
|
|
237
|
+
- Always cite URLs for web search results
|
|
238
|
+
- Use authoritative integration research sources
|
|
239
|
+
- Note data currency and potential limitations
|
|
240
|
+
- Present multiple perspectives when sources conflict
|
|
241
|
+
- Apply confidence levels to uncertain data
|
|
242
|
+
- Focus on actionable integration insights
|
|
243
|
+
|
|
244
|
+
## NEXT STEP:
|
|
245
|
+
|
|
246
|
+
After user selects 'C', load `./step-04-architectural-patterns.md` to analyze architectural patterns, design decisions, and system structures for {{research_topic}}.
|
|
247
|
+
|
|
248
|
+
Remember: Always write research content to document immediately and emphasize current integration data with rigorous source verification!
|
package/.opencode/skills/bmad-technical-research/technical-steps/step-04-architectural-patterns.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
# Technical Research Step 4: Architectural Patterns
|
|
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 SYSTEMS ARCHITECT, not content generator
|
|
11
|
+
- 💬 FOCUS on architectural patterns and design decisions
|
|
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 architectural patterns content generation
|
|
20
|
+
- 📝 WRITE ARCHITECTURAL PATTERNS ANALYSIS TO DOCUMENT IMMEDIATELY
|
|
21
|
+
- 💾 ONLY proceed when user chooses C (Continue)
|
|
22
|
+
- 📖 Update frontmatter `stepsCompleted: [1, 2, 3, 4]` 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 previous steps are available
|
|
28
|
+
- **Research topic = "{{research_topic}}"** - established from initial discussion
|
|
29
|
+
- **Research goals = "{{research_goals}}"** - established from initial discussion
|
|
30
|
+
- Focus on architectural patterns and design decisions
|
|
31
|
+
- Web search capabilities with source verification are enabled
|
|
32
|
+
|
|
33
|
+
## YOUR TASK:
|
|
34
|
+
|
|
35
|
+
Conduct comprehensive architectural patterns analysis with emphasis on design decisions and implementation approaches for {{research_topic}}.
|
|
36
|
+
|
|
37
|
+
## ARCHITECTURAL PATTERNS SEQUENCE:
|
|
38
|
+
|
|
39
|
+
### 1. Begin Architectural Patterns Analysis
|
|
40
|
+
|
|
41
|
+
Start with architectural research approach:
|
|
42
|
+
"Now I'll focus on **architectural patterns and design decisions** for effective architecture approaches for [technology/domain].
|
|
43
|
+
|
|
44
|
+
**Architectural Patterns Focus:**
|
|
45
|
+
|
|
46
|
+
- System architecture patterns and their trade-offs
|
|
47
|
+
- Design principles and best practices
|
|
48
|
+
- Scalability and maintainability considerations
|
|
49
|
+
- Integration and communication patterns
|
|
50
|
+
- Security and performance architectural considerations
|
|
51
|
+
|
|
52
|
+
**Let me search for current architectural patterns and approaches.**"
|
|
53
|
+
|
|
54
|
+
### 2. Web Search for System Architecture Patterns
|
|
55
|
+
|
|
56
|
+
Search for current architecture patterns:
|
|
57
|
+
Search the web: "system architecture patterns best practices"
|
|
58
|
+
|
|
59
|
+
**Architecture focus:**
|
|
60
|
+
|
|
61
|
+
- Microservices, monolithic, and serverless patterns
|
|
62
|
+
- Event-driven and reactive architectures
|
|
63
|
+
- Domain-driven design patterns
|
|
64
|
+
- Cloud-native and edge architecture patterns
|
|
65
|
+
|
|
66
|
+
### 3. Web Search for Design Principles
|
|
67
|
+
|
|
68
|
+
Search for current design principles:
|
|
69
|
+
Search the web: "software design principles patterns"
|
|
70
|
+
|
|
71
|
+
**Design focus:**
|
|
72
|
+
|
|
73
|
+
- SOLID principles and their application
|
|
74
|
+
- Clean architecture and hexagonal architecture
|
|
75
|
+
- API design and GraphQL vs REST patterns
|
|
76
|
+
- Database design and data architecture patterns
|
|
77
|
+
|
|
78
|
+
### 4. Web Search for Scalability Patterns
|
|
79
|
+
|
|
80
|
+
Search for current scalability approaches:
|
|
81
|
+
Search the web: "scalability architecture patterns"
|
|
82
|
+
|
|
83
|
+
**Scalability focus:**
|
|
84
|
+
|
|
85
|
+
- Horizontal vs vertical scaling patterns
|
|
86
|
+
- Load balancing and caching strategies
|
|
87
|
+
- Distributed systems and consensus patterns
|
|
88
|
+
- Performance optimization techniques
|
|
89
|
+
|
|
90
|
+
### 5. Generate Architectural Patterns Content
|
|
91
|
+
|
|
92
|
+
Prepare architectural analysis with web search citations:
|
|
93
|
+
|
|
94
|
+
#### Content Structure:
|
|
95
|
+
|
|
96
|
+
When saving to document, append these Level 2 and Level 3 sections:
|
|
97
|
+
|
|
98
|
+
```markdown
|
|
99
|
+
## Architectural Patterns and Design
|
|
100
|
+
|
|
101
|
+
### System Architecture Patterns
|
|
102
|
+
|
|
103
|
+
[System architecture patterns analysis with source citations]
|
|
104
|
+
_Source: [URL]_
|
|
105
|
+
|
|
106
|
+
### Design Principles and Best Practices
|
|
107
|
+
|
|
108
|
+
[Design principles analysis with source citations]
|
|
109
|
+
_Source: [URL]_
|
|
110
|
+
|
|
111
|
+
### Scalability and Performance Patterns
|
|
112
|
+
|
|
113
|
+
[Scalability patterns analysis with source citations]
|
|
114
|
+
_Source: [URL]_
|
|
115
|
+
|
|
116
|
+
### Integration and Communication Patterns
|
|
117
|
+
|
|
118
|
+
[Integration patterns analysis with source citations]
|
|
119
|
+
_Source: [URL]_
|
|
120
|
+
|
|
121
|
+
### Security Architecture Patterns
|
|
122
|
+
|
|
123
|
+
[Security patterns analysis with source citations]
|
|
124
|
+
_Source: [URL]_
|
|
125
|
+
|
|
126
|
+
### Data Architecture Patterns
|
|
127
|
+
|
|
128
|
+
[Data architecture analysis with source citations]
|
|
129
|
+
_Source: [URL]_
|
|
130
|
+
|
|
131
|
+
### Deployment and Operations Architecture
|
|
132
|
+
|
|
133
|
+
[Deployment architecture analysis with source citations]
|
|
134
|
+
_Source: [URL]_
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
### 6. Present Analysis and Continue Option
|
|
138
|
+
|
|
139
|
+
Show the generated architectural patterns and present continue option:
|
|
140
|
+
"I've completed the **architectural patterns analysis** for effective architecture approaches.
|
|
141
|
+
|
|
142
|
+
**Key Architectural Findings:**
|
|
143
|
+
|
|
144
|
+
- System architecture patterns and trade-offs clearly mapped
|
|
145
|
+
- Design principles and best practices thoroughly documented
|
|
146
|
+
- Scalability and performance patterns identified
|
|
147
|
+
- Integration and communication patterns analyzed
|
|
148
|
+
- Security and data architecture considerations captured
|
|
149
|
+
|
|
150
|
+
**Ready to proceed to implementation research?**
|
|
151
|
+
[C] Continue - Save this to the document and move to implementation research
|
|
152
|
+
|
|
153
|
+
### 7. Handle Continue Selection
|
|
154
|
+
|
|
155
|
+
#### If 'C' (Continue):
|
|
156
|
+
|
|
157
|
+
- Append the final content to the research document
|
|
158
|
+
- Update frontmatter: `stepsCompleted: [1, 2, 3, 4]`
|
|
159
|
+
- Load: `./step-05-implementation-research.md`
|
|
160
|
+
|
|
161
|
+
## APPEND TO DOCUMENT:
|
|
162
|
+
|
|
163
|
+
When user selects 'C', append the content directly to the research document using the structure from step 5.
|
|
164
|
+
|
|
165
|
+
## SUCCESS METRICS:
|
|
166
|
+
|
|
167
|
+
✅ System architecture patterns identified with current citations
|
|
168
|
+
✅ Design principles clearly documented and analyzed
|
|
169
|
+
✅ Scalability and performance patterns thoroughly mapped
|
|
170
|
+
✅ Integration and communication patterns captured
|
|
171
|
+
✅ Security and data architecture considerations analyzed
|
|
172
|
+
✅ [C] continue option presented and handled correctly
|
|
173
|
+
✅ Content properly appended to document when C selected
|
|
174
|
+
✅ Proper routing to implementation research step
|
|
175
|
+
|
|
176
|
+
## FAILURE MODES:
|
|
177
|
+
|
|
178
|
+
❌ Relying solely on training data without web verification for current facts
|
|
179
|
+
|
|
180
|
+
❌ Missing critical system architecture patterns
|
|
181
|
+
❌ Not analyzing design trade-offs and considerations
|
|
182
|
+
❌ Incomplete scalability or performance patterns analysis
|
|
183
|
+
❌ Not presenting [C] continue option after content generation
|
|
184
|
+
❌ Appending content without user selecting 'C'
|
|
185
|
+
|
|
186
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
187
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
188
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
189
|
+
|
|
190
|
+
## ARCHITECTURAL RESEARCH PROTOCOLS:
|
|
191
|
+
|
|
192
|
+
- Search for architecture documentation and pattern catalogs
|
|
193
|
+
- Use architectural conference proceedings and case studies
|
|
194
|
+
- Research successful system architectures and their evolution
|
|
195
|
+
- Note architectural decision records (ADRs) and rationales
|
|
196
|
+
- Research architecture assessment and evaluation frameworks
|
|
197
|
+
|
|
198
|
+
## NEXT STEP:
|
|
199
|
+
|
|
200
|
+
After user selects 'C' and content is saved to document, load `./step-05-implementation-research.md` to focus on implementation approaches and technology adoption.
|
|
201
|
+
|
|
202
|
+
Remember: Always emphasize current architectural data and rigorous source verification!
|
package/.opencode/skills/bmad-technical-research/technical-steps/step-05-implementation-research.md
ADDED
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
# Technical Research Step 5: Implementation Research
|
|
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 AN IMPLEMENTATION ENGINEER, not content generator
|
|
11
|
+
- 💬 FOCUS on implementation approaches and technology adoption
|
|
12
|
+
- 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
|
|
13
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
|
+
|
|
15
|
+
## EXECUTION PROTOCOLS:
|
|
16
|
+
|
|
17
|
+
- 🎯 Show web search analysis before presenting findings
|
|
18
|
+
- ⚠️ Present [C] complete option after implementation research content generation
|
|
19
|
+
- 💾 ONLY save when user chooses C (Complete)
|
|
20
|
+
- 📖 Update frontmatter `stepsCompleted: [1, 2, 3, 4, 5]` before completing workflow
|
|
21
|
+
- 🚫 FORBIDDEN to complete workflow until C is selected
|
|
22
|
+
|
|
23
|
+
## CONTEXT BOUNDARIES:
|
|
24
|
+
|
|
25
|
+
- Current document and frontmatter from previous steps are available
|
|
26
|
+
- Focus on implementation approaches and technology adoption strategies
|
|
27
|
+
- Web search capabilities with source verification are enabled
|
|
28
|
+
- This step prepares for the final synthesis step
|
|
29
|
+
|
|
30
|
+
## YOUR TASK:
|
|
31
|
+
|
|
32
|
+
Conduct comprehensive implementation research with emphasis on practical implementation approaches and technology adoption.
|
|
33
|
+
|
|
34
|
+
## IMPLEMENTATION RESEARCH SEQUENCE:
|
|
35
|
+
|
|
36
|
+
### 1. Begin Implementation Research
|
|
37
|
+
|
|
38
|
+
Start with implementation research approach:
|
|
39
|
+
"Now I'll complete our technical research with **implementation approaches and technology adoption** analysis.
|
|
40
|
+
|
|
41
|
+
**Implementation Research Focus:**
|
|
42
|
+
|
|
43
|
+
- Technology adoption strategies and migration patterns
|
|
44
|
+
- Development workflows and tooling ecosystems
|
|
45
|
+
- Testing, deployment, and operational practices
|
|
46
|
+
- Team organization and skill requirements
|
|
47
|
+
- Cost optimization and resource management
|
|
48
|
+
|
|
49
|
+
**Let me search for current implementation and adoption strategies.**"
|
|
50
|
+
|
|
51
|
+
### 2. Web Search for Technology Adoption
|
|
52
|
+
|
|
53
|
+
Search for current adoption strategies:
|
|
54
|
+
Search the web: "technology adoption strategies migration"
|
|
55
|
+
|
|
56
|
+
**Adoption focus:**
|
|
57
|
+
|
|
58
|
+
- Technology migration patterns and approaches
|
|
59
|
+
- Gradual adoption vs big bang strategies
|
|
60
|
+
- Legacy system modernization approaches
|
|
61
|
+
- Vendor evaluation and selection criteria
|
|
62
|
+
|
|
63
|
+
### 3. Web Search for Development Workflows
|
|
64
|
+
|
|
65
|
+
Search for current development practices:
|
|
66
|
+
Search the web: "software development workflows tooling"
|
|
67
|
+
|
|
68
|
+
**Workflow focus:**
|
|
69
|
+
|
|
70
|
+
- CI/CD pipelines and automation tools
|
|
71
|
+
- Code quality and review processes
|
|
72
|
+
- Testing strategies and frameworks
|
|
73
|
+
- Collaboration and communication tools
|
|
74
|
+
|
|
75
|
+
### 4. Web Search for Operational Excellence
|
|
76
|
+
|
|
77
|
+
Search for current operational practices:
|
|
78
|
+
Search the web: "DevOps operations best practices"
|
|
79
|
+
|
|
80
|
+
**Operations focus:**
|
|
81
|
+
|
|
82
|
+
- Monitoring and observability practices
|
|
83
|
+
- Incident response and disaster recovery
|
|
84
|
+
- Infrastructure as code and automation
|
|
85
|
+
- Security operations and compliance automation
|
|
86
|
+
|
|
87
|
+
### 5. Generate Implementation Research Content
|
|
88
|
+
|
|
89
|
+
Prepare implementation analysis with web search citations:
|
|
90
|
+
|
|
91
|
+
#### Content Structure:
|
|
92
|
+
|
|
93
|
+
When saving to document, append these Level 2 and Level 3 sections:
|
|
94
|
+
|
|
95
|
+
```markdown
|
|
96
|
+
## Implementation Approaches and Technology Adoption
|
|
97
|
+
|
|
98
|
+
### Technology Adoption Strategies
|
|
99
|
+
|
|
100
|
+
[Technology adoption analysis with source citations]
|
|
101
|
+
_Source: [URL]_
|
|
102
|
+
|
|
103
|
+
### Development Workflows and Tooling
|
|
104
|
+
|
|
105
|
+
[Development workflows analysis with source citations]
|
|
106
|
+
_Source: [URL]_
|
|
107
|
+
|
|
108
|
+
### Testing and Quality Assurance
|
|
109
|
+
|
|
110
|
+
[Testing approaches analysis with source citations]
|
|
111
|
+
_Source: [URL]_
|
|
112
|
+
|
|
113
|
+
### Deployment and Operations Practices
|
|
114
|
+
|
|
115
|
+
[Deployment practices analysis with source citations]
|
|
116
|
+
_Source: [URL]_
|
|
117
|
+
|
|
118
|
+
### Team Organization and Skills
|
|
119
|
+
|
|
120
|
+
[Team organization analysis with source citations]
|
|
121
|
+
_Source: [URL]_
|
|
122
|
+
|
|
123
|
+
### Cost Optimization and Resource Management
|
|
124
|
+
|
|
125
|
+
[Cost optimization analysis with source citations]
|
|
126
|
+
_Source: [URL]_
|
|
127
|
+
|
|
128
|
+
### Risk Assessment and Mitigation
|
|
129
|
+
|
|
130
|
+
[Risk mitigation analysis with source citations]
|
|
131
|
+
_Source: [URL]_
|
|
132
|
+
|
|
133
|
+
## Technical Research Recommendations
|
|
134
|
+
|
|
135
|
+
### Implementation Roadmap
|
|
136
|
+
|
|
137
|
+
[Implementation roadmap recommendations]
|
|
138
|
+
|
|
139
|
+
### Technology Stack Recommendations
|
|
140
|
+
|
|
141
|
+
[Technology stack suggestions]
|
|
142
|
+
|
|
143
|
+
### Skill Development Requirements
|
|
144
|
+
|
|
145
|
+
[Skill development recommendations]
|
|
146
|
+
|
|
147
|
+
### Success Metrics and KPIs
|
|
148
|
+
|
|
149
|
+
[Success measurement framework]
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
### 6. Present Analysis and Continue Option
|
|
153
|
+
|
|
154
|
+
Show the generated implementation research and present continue option:
|
|
155
|
+
"I've completed the **implementation research and technology adoption** analysis for {{research_topic}}.
|
|
156
|
+
|
|
157
|
+
**Implementation Highlights:**
|
|
158
|
+
|
|
159
|
+
- Technology adoption strategies and migration patterns documented
|
|
160
|
+
- Development workflows and tooling ecosystems analyzed
|
|
161
|
+
- Testing, deployment, and operational practices mapped
|
|
162
|
+
- Team organization and skill requirements identified
|
|
163
|
+
- Cost optimization and resource management strategies provided
|
|
164
|
+
|
|
165
|
+
**Technical research phases completed:**
|
|
166
|
+
|
|
167
|
+
- Step 1: Research scope confirmation
|
|
168
|
+
- Step 2: Technology stack analysis
|
|
169
|
+
- Step 3: Integration patterns analysis
|
|
170
|
+
- Step 4: Architectural patterns analysis
|
|
171
|
+
- Step 5: Implementation research (current step)
|
|
172
|
+
|
|
173
|
+
**Ready to proceed to the final synthesis step?**
|
|
174
|
+
[C] Continue - Save this to document and proceed to synthesis
|
|
175
|
+
|
|
176
|
+
### 7. Handle Continue Selection
|
|
177
|
+
|
|
178
|
+
#### If 'C' (Continue):
|
|
179
|
+
|
|
180
|
+
- Append the final content to the research document
|
|
181
|
+
- Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5]`
|
|
182
|
+
- Load: `./step-06-research-synthesis.md`
|
|
183
|
+
|
|
184
|
+
## APPEND TO DOCUMENT:
|
|
185
|
+
|
|
186
|
+
When user selects 'C', append the content directly to the research document using the structure from step 5.
|
|
187
|
+
|
|
188
|
+
## SUCCESS METRICS:
|
|
189
|
+
|
|
190
|
+
✅ Technology adoption strategies identified with current citations
|
|
191
|
+
✅ Development workflows and tooling thoroughly analyzed
|
|
192
|
+
✅ Testing and deployment practices clearly documented
|
|
193
|
+
✅ Team organization and skill requirements mapped
|
|
194
|
+
✅ Cost optimization and risk mitigation strategies provided
|
|
195
|
+
✅ [C] continue option presented and handled correctly
|
|
196
|
+
✅ Content properly appended to document when C selected
|
|
197
|
+
✅ Proper routing to synthesis step (step-06)
|
|
198
|
+
|
|
199
|
+
## FAILURE MODES:
|
|
200
|
+
|
|
201
|
+
❌ Relying solely on training data without web verification for current facts
|
|
202
|
+
|
|
203
|
+
❌ Missing critical technology adoption strategies
|
|
204
|
+
❌ Not providing practical implementation guidance
|
|
205
|
+
❌ Incomplete development workflows or operational practices analysis
|
|
206
|
+
❌ Not presenting continue option to synthesis step
|
|
207
|
+
❌ Appending content without user selecting 'C'
|
|
208
|
+
❌ Not routing to step-06-research-synthesis.md
|
|
209
|
+
|
|
210
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
211
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
212
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
213
|
+
|
|
214
|
+
## IMPLEMENTATION RESEARCH PROTOCOLS:
|
|
215
|
+
|
|
216
|
+
- Search for implementation case studies and success stories
|
|
217
|
+
- Research technology migration patterns and lessons learned
|
|
218
|
+
- Identify common implementation challenges and solutions
|
|
219
|
+
- Research development tooling ecosystem evaluations
|
|
220
|
+
- Analyze operational excellence frameworks and maturity models
|
|
221
|
+
|
|
222
|
+
## TECHNICAL RESEARCH WORKFLOW COMPLETION:
|
|
223
|
+
|
|
224
|
+
When 'C' is selected:
|
|
225
|
+
|
|
226
|
+
- Implementation research step completed
|
|
227
|
+
- Content appended to research document with source citations
|
|
228
|
+
- Frontmatter updated with stepsCompleted: [1, 2, 3, 4, 5]
|
|
229
|
+
- Ready to proceed to final synthesis step
|
|
230
|
+
|
|
231
|
+
## NEXT STEP:
|
|
232
|
+
|
|
233
|
+
After user selects 'C', load `./step-06-research-synthesis.md` to produce the comprehensive technical research document with narrative introduction, detailed TOC, and executive summary.
|