ma-agents 3.4.9 → 3.5.0
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/AiAudit.md +7 -0
- package/README.md +78 -29
- package/_bmad-output/implementation-artifacts/17-10-rework-generate-backlog.md +237 -0
- package/_bmad-output/implementation-artifacts/17-11-rework-add-to-sprint.md +339 -0
- package/_bmad-output/implementation-artifacts/17-12-rework-remove-from-sprint.md +348 -0
- package/_bmad-output/implementation-artifacts/17-13-rework-sprint-status-view.md +383 -0
- package/_bmad-output/implementation-artifacts/17-14-rework-cleanup-done.md +348 -0
- package/_bmad-output/implementation-artifacts/17-15-rework-bmad-sprint-planning.md +385 -0
- package/_bmad-output/implementation-artifacts/17-16-rework-add-sprint.md +362 -0
- package/_bmad-output/implementation-artifacts/17-17-rework-modify-sprint.md +477 -0
- package/_bmad-output/implementation-artifacts/17-18-rework-bmad-dev-story.md +377 -0
- package/_bmad-output/implementation-artifacts/17-19-rework-story-status-lookup.md +301 -0
- package/_bmad-output/implementation-artifacts/17-20-rework-bmad-sprint-status.md +508 -0
- package/_bmad-output/implementation-artifacts/17-21-new-close-sprint.md +455 -0
- package/_bmad-output/implementation-artifacts/17-22-jira-adapter-pattern.md +325 -0
- package/_bmad-output/implementation-artifacts/17-23-migration-deprecation-old-files.md +403 -0
- package/_bmad-output/implementation-artifacts/17-24-rework-prioritize-backlog.md +344 -0
- package/_bmad-output/implementation-artifacts/17-9-unified-sprint-status-schema.md +279 -0
- package/_bmad-output/implementation-artifacts/4-1-vs-agent-registry-entry.md +173 -0
- package/_bmad-output/implementation-artifacts/4-2-vs-skill-template-format.md +129 -0
- package/_bmad-output/implementation-artifacts/5-5-explicit-parameter-passing.md +274 -0
- package/_bmad-output/implementation-artifacts/5-6-fix-space-in-path-bug.md +186 -0
- package/_bmad-output/implementation-artifacts/7-1-test-infrastructure-setup.md +144 -0
- package/_bmad-output/implementation-artifacts/7-2-installer-pipeline-tests.md +132 -0
- package/_bmad-output/implementation-artifacts/7-3-bmad-pipeline-tests.md +119 -0
- package/_bmad-output/implementation-artifacts/7-4-cli-command-routing-tests.md +162 -0
- package/_bmad-output/implementation-artifacts/deferred-work.md +9 -0
- package/_bmad-output/implementation-artifacts/done/1-1-ci-cd-yes-flag.md +200 -0
- package/_bmad-output/implementation-artifacts/done/10-1-ensure-bmad-output-not-gitignored.md +172 -0
- package/_bmad-output/implementation-artifacts/done/10-2-document-bmad-output-policy.md +102 -0
- package/_bmad-output/implementation-artifacts/done/11-1-auto-bug-detection-skill.md +119 -0
- package/_bmad-output/implementation-artifacts/done/11-2-bug-story-extension-workflow.md +132 -0
- package/_bmad-output/implementation-artifacts/done/11-3-integrate-bug-detection-code-review.md +111 -0
- package/_bmad-output/implementation-artifacts/done/12-1-add-sprint-workflow.md +126 -0
- package/_bmad-output/implementation-artifacts/done/12-2-add-to-sprint-workflow.md +137 -0
- package/_bmad-output/implementation-artifacts/done/12-3-modify-sprint-workflow.md +127 -0
- package/_bmad-output/implementation-artifacts/done/12-4-sprint-status-assigned-items.md +129 -0
- package/_bmad-output/implementation-artifacts/done/13-1-project-context-template-and-generator.md +179 -0
- package/_bmad-output/implementation-artifacts/done/13-2-install-pipeline-integration.md +138 -0
- package/_bmad-output/implementation-artifacts/done/13-3-bmad-critical-actions-update.md +150 -0
- package/_bmad-output/implementation-artifacts/done/13-4-retrospective-expansion-trigger.md +128 -0
- package/_bmad-output/implementation-artifacts/done/13-5-document-project-context-generation.md +118 -0
- package/_bmad-output/implementation-artifacts/done/15-1-bump-bmad-method-to-6-2-1.md +132 -0
- package/_bmad-output/implementation-artifacts/done/15-2-restructure-extension-module.md +174 -0
- package/_bmad-output/implementation-artifacts/done/15-3-convert-custom-agents-to-skill-folders.md +183 -0
- package/_bmad-output/implementation-artifacts/done/15-4-convert-mil498-workflows-to-skill-md.md +252 -0
- package/_bmad-output/implementation-artifacts/done/15-5-convert-sre-devops-cyber-workflows.md +232 -0
- package/_bmad-output/implementation-artifacts/done/15-6-separate-built-in-agent-customizations.md +163 -0
- package/_bmad-output/implementation-artifacts/done/15-7-migration-detection-and-upgrade-path.md +133 -0
- package/_bmad-output/implementation-artifacts/done/15-8-validate-migrated-agents-and-workflows.md +172 -0
- package/_bmad-output/implementation-artifacts/done/15-8-validation-report.md +342 -0
- package/_bmad-output/implementation-artifacts/done/16-1-repository-layout-wizard.md +223 -0
- package/_bmad-output/implementation-artifacts/done/16-2-config-storage-and-cross-reference.md +180 -0
- package/_bmad-output/implementation-artifacts/done/16-3-project-context-multi-repo-section.md +136 -0
- package/_bmad-output/implementation-artifacts/done/16-4-validate-cross-repo-path-resolution.md +137 -0
- package/_bmad-output/implementation-artifacts/done/16-4-validation-report.md +79 -0
- package/_bmad-output/implementation-artifacts/done/16-5-fix-config-lost-on-update.md +110 -0
- package/_bmad-output/implementation-artifacts/done/16-6-repo-sync-check-skill.md +116 -0
- package/_bmad-output/implementation-artifacts/done/16-7-portable-path-storage.md +109 -0
- package/_bmad-output/implementation-artifacts/done/16-8-cicd-remote-mode.md +97 -0
- package/_bmad-output/implementation-artifacts/done/16-9-reconfigure-layout-workflow.md +125 -0
- package/_bmad-output/implementation-artifacts/done/17-1-sprint-entity-model.md +322 -0
- package/_bmad-output/implementation-artifacts/done/17-2-flat-backlog-model.md +264 -0
- package/_bmad-output/implementation-artifacts/done/17-3-bug-as-story-type.md +208 -0
- package/_bmad-output/implementation-artifacts/done/17-4-backlog-to-sprint-workflow.md +209 -0
- package/_bmad-output/implementation-artifacts/done/17-5-sprint-to-backlog-workflow.md +221 -0
- package/_bmad-output/implementation-artifacts/done/17-6-done-item-cleanup.md +273 -0
- package/_bmad-output/implementation-artifacts/done/17-7-multi-criteria-prioritization.md +235 -0
- package/_bmad-output/implementation-artifacts/done/17-8-rework-sprint-status-display.md +285 -0
- package/_bmad-output/implementation-artifacts/done/2-1-cpp-coding-standards-skill.md +188 -0
- package/_bmad-output/implementation-artifacts/done/2-2-csharp-coding-standards-skill.md +211 -0
- package/_bmad-output/implementation-artifacts/done/2-3-python-coding-standards-skill.md +189 -0
- package/_bmad-output/implementation-artifacts/done/3-1-skill-scaffolding-tool.md +184 -0
- package/_bmad-output/implementation-artifacts/done/3-2-skill-validation-tool.md +178 -0
- package/_bmad-output/implementation-artifacts/done/3-3-mandatory-skill-designation.md +136 -0
- package/_bmad-output/implementation-artifacts/done/3-4-bmad-persona-customization-tooling.md +141 -0
- package/_bmad-output/implementation-artifacts/done/3-5-specialized-agent-development-tooling.md +145 -0
- package/_bmad-output/implementation-artifacts/done/5-1-bmad-method-direct-dependency.md +188 -0
- package/_bmad-output/implementation-artifacts/done/5-2-bmad-cache-build-script.md +219 -0
- package/_bmad-output/implementation-artifacts/done/5-3-pre-populate-bmad-cache.md +234 -0
- package/_bmad-output/implementation-artifacts/done/5-4-validate-bundled-installation.md +274 -0
- package/_bmad-output/implementation-artifacts/done/6-1-methodology-presentation-bundle.md +173 -0
- package/_bmad-output/implementation-artifacts/done/8-1-move-instruction-injection-to-top.md +131 -0
- package/_bmad-output/implementation-artifacts/done/8-2-agent-aware-injection-strategy.md +124 -0
- package/_bmad-output/implementation-artifacts/done/8-3-create-bmad-extension-module.md +187 -0
- package/_bmad-output/implementation-artifacts/done/8-4-integration-verification.md +102 -0
- package/_bmad-output/implementation-artifacts/done/8-5-per-agent-enforcement-hooks-research.md +126 -0
- package/_bmad-output/implementation-artifacts/done/8-6-context-persistence-research.md +101 -0
- package/_bmad-output/implementation-artifacts/done/9-1-register-opencode-agent.md +73 -0
- package/_bmad-output/implementation-artifacts/done/9-2-json-merge-injection.md +91 -0
- package/_bmad-output/implementation-artifacts/done/9-3-json-merge-existing.md +113 -0
- package/_bmad-output/implementation-artifacts/done/9-4-json-error-handling.md +90 -0
- package/_bmad-output/implementation-artifacts/epic-11-12-shared-guardrails.md +53 -0
- package/_bmad-output/implementation-artifacts/epic-15-adversarial-fixes.md +287 -0
- package/_bmad-output/implementation-artifacts/epic-16-adversarial-review.md +49 -0
- package/_bmad-output/implementation-artifacts/epic-16-edge-case-review.md +230 -0
- package/_bmad-output/implementation-artifacts/epic-17-adversarial-review.md +37 -0
- package/_bmad-output/implementation-artifacts/epic-17-edge-case-review.md +140 -0
- package/_bmad-output/implementation-artifacts/sprint-status.yaml +83 -0
- package/_bmad-output/methodology/BMAD_AI_Development_Training.pptx +0 -0
- package/_bmad-output/methodology/version.json +7 -0
- package/_bmad-output/planning-artifacts/adapter-pattern-spec.md +508 -0
- package/_bmad-output/planning-artifacts/architecture.md +1619 -0
- package/_bmad-output/planning-artifacts/domain-research-roocode-2026-03-31.md +295 -0
- package/_bmad-output/planning-artifacts/epics.md +3287 -0
- package/_bmad-output/planning-artifacts/mil498-workflow-audit.md +290 -0
- package/_bmad-output/planning-artifacts/prd.md +684 -0
- package/_bmad-output/planning-artifacts/product-brief-agents-2026-03-08.md +214 -0
- package/_bmad-output/planning-artifacts/sprint-status-schema.md +506 -0
- package/_bmad-output/project-context.md +47 -0
- package/lib/bmad-extension/module-help.csv +26 -4
- package/lib/bmad-extension/skills/add-sprint/SKILL.md +126 -72
- package/lib/bmad-extension/skills/add-to-sprint/SKILL.md +124 -96
- package/{.opencode/skills/add-to-sprint → lib/bmad-extension/skills/bmad-dev-story}/bmad-skill-manifest.yaml +1 -1
- package/{.opencode → lib/bmad-extension}/skills/bmad-dev-story/checklist.md +13 -13
- package/{.opencode → lib/bmad-extension}/skills/bmad-dev-story/workflow.md +103 -44
- package/lib/bmad-extension/skills/bmad-ma-agent-mil498/SKILL.md +2 -1
- package/lib/bmad-extension/skills/bmad-sprint-planning/SKILL.md +6 -0
- package/lib/bmad-extension/skills/bmad-sprint-planning/bmad-skill-manifest.yaml +3 -0
- package/lib/bmad-extension/skills/bmad-sprint-planning/checklist.md +74 -0
- package/lib/bmad-extension/skills/bmad-sprint-planning/sprint-status-template.yaml +89 -0
- package/lib/bmad-extension/skills/bmad-sprint-planning/workflow.md +372 -0
- package/lib/bmad-extension/skills/bmad-sprint-status/SKILL.md +6 -0
- package/{.opencode/skills/create-bug-story → lib/bmad-extension/skills/bmad-sprint-status}/bmad-skill-manifest.yaml +1 -1
- package/lib/bmad-extension/skills/bmad-sprint-status/workflow.md +434 -0
- package/lib/bmad-extension/skills/cleanup-done/SKILL.md +215 -0
- package/lib/bmad-extension/skills/close-sprint/SKILL.md +379 -0
- package/{.opencode/skills/add-sprint → lib/bmad-extension/skills/close-sprint}/bmad-skill-manifest.yaml +1 -1
- package/lib/bmad-extension/skills/generate-backlog/SKILL.md +195 -0
- package/lib/bmad-extension/skills/mil498-requirement-quality/SKILL.md +105 -0
- package/lib/bmad-extension/skills/mil498-requirement-quality/bmad-skill-manifest.yaml +5 -0
- package/lib/bmad-extension/skills/mil498-ssdd/prompts/05-validate.md +4 -0
- package/lib/bmad-extension/skills/modify-sprint/SKILL.md +227 -175
- package/lib/bmad-extension/skills/prioritize-backlog/SKILL.md +217 -0
- package/lib/bmad-extension/skills/remove-from-sprint/SKILL.md +184 -0
- package/lib/bmad-extension/skills/sprint-status-view/SKILL.md +165 -190
- package/lib/bmad-extension/workflows/add-sprint/workflow.md +125 -71
- package/lib/bmad-extension/workflows/add-to-sprint/workflow.md +123 -95
- package/lib/bmad-extension/workflows/modify-sprint/workflow.md +228 -176
- package/lib/bmad-extension/workflows/remove-from-sprint/workflow.md +164 -0
- package/lib/bmad-extension/workflows/sprint-status-view/workflow.md +162 -189
- package/mil498/README.md +4 -0
- package/out.txt +0 -0
- package/package.json +1 -1
- package/skills/add-sprint/SKILL.md +165 -0
- package/skills/add-sprint/skill.json +7 -0
- package/skills/add-to-sprint/SKILL.md +231 -0
- package/skills/add-to-sprint/skill.json +7 -0
- package/skills/bmad-sprint-planning/SKILL.md +321 -0
- package/skills/bmad-sprint-planning/skill.json +7 -0
- package/skills/bmad-sprint-status/SKILL.md +273 -0
- package/skills/bmad-sprint-status/skill.json +7 -0
- package/skills/cleanup-done/SKILL.md +203 -0
- package/skills/cleanup-done/skill.json +7 -0
- package/skills/close-sprint/SKILL.md +370 -0
- package/skills/close-sprint/skill.json +7 -0
- package/skills/generate-backlog/SKILL.md +178 -0
- package/skills/generate-backlog/skill.json +7 -0
- package/skills/modify-sprint/SKILL.md +302 -0
- package/skills/modify-sprint/skill.json +7 -0
- package/skills/prioritize-backlog/SKILL.md +203 -0
- package/skills/prioritize-backlog/skill.json +7 -0
- package/skills/remove-from-sprint/SKILL.md +174 -0
- package/skills/remove-from-sprint/skill.json +7 -0
- package/skills/sprint-status-view/SKILL.md +173 -0
- package/skills/sprint-status-view/skill.json +7 -0
- package/skills/story-status-lookup/SKILL.md +21 -6
- package/skills/story-status-lookup/skill.json +2 -2
- package/test/extension-module-restructure.test.js +12 -11
- package/test/migration-validation.test.js +10 -10
- package/.opencode/skills/.ma-agents.json +0 -241
- package/.opencode/skills/MANIFEST.yaml +0 -254
- package/.opencode/skills/add-sprint/SKILL.md +0 -207
- package/.opencode/skills/add-to-sprint/SKILL.md +0 -189
- package/.opencode/skills/ai-audit-trail/SKILL.md +0 -23
- package/.opencode/skills/auto-bug-detection/SKILL.md +0 -169
- package/.opencode/skills/bmad-advanced-elicitation/SKILL.md +0 -137
- package/.opencode/skills/bmad-advanced-elicitation/methods.csv +0 -51
- package/.opencode/skills/bmad-agent-analyst/SKILL.md +0 -56
- package/.opencode/skills/bmad-agent-analyst/bmad-skill-manifest.yaml +0 -11
- package/.opencode/skills/bmad-agent-architect/SKILL.md +0 -52
- package/.opencode/skills/bmad-agent-architect/bmad-skill-manifest.yaml +0 -11
- package/.opencode/skills/bmad-agent-dev/SKILL.md +0 -62
- package/.opencode/skills/bmad-agent-dev/bmad-skill-manifest.yaml +0 -11
- package/.opencode/skills/bmad-agent-pm/SKILL.md +0 -57
- package/.opencode/skills/bmad-agent-pm/bmad-skill-manifest.yaml +0 -11
- package/.opencode/skills/bmad-agent-qa/SKILL.md +0 -59
- package/.opencode/skills/bmad-agent-qa/bmad-skill-manifest.yaml +0 -11
- package/.opencode/skills/bmad-agent-quick-flow-solo-dev/SKILL.md +0 -51
- package/.opencode/skills/bmad-agent-quick-flow-solo-dev/bmad-skill-manifest.yaml +0 -11
- package/.opencode/skills/bmad-agent-sm/SKILL.md +0 -53
- package/.opencode/skills/bmad-agent-sm/bmad-skill-manifest.yaml +0 -11
- package/.opencode/skills/bmad-agent-tech-writer/SKILL.md +0 -55
- package/.opencode/skills/bmad-agent-tech-writer/bmad-skill-manifest.yaml +0 -11
- package/.opencode/skills/bmad-agent-tech-writer/explain-concept.md +0 -20
- package/.opencode/skills/bmad-agent-tech-writer/mermaid-gen.md +0 -20
- package/.opencode/skills/bmad-agent-tech-writer/validate-doc.md +0 -19
- package/.opencode/skills/bmad-agent-tech-writer/write-document.md +0 -20
- package/.opencode/skills/bmad-agent-ux-designer/SKILL.md +0 -53
- package/.opencode/skills/bmad-agent-ux-designer/bmad-skill-manifest.yaml +0 -11
- package/.opencode/skills/bmad-brainstorming/SKILL.md +0 -6
- package/.opencode/skills/bmad-brainstorming/brain-methods.csv +0 -62
- package/.opencode/skills/bmad-brainstorming/steps/step-01-session-setup.md +0 -214
- package/.opencode/skills/bmad-brainstorming/steps/step-01b-continue.md +0 -124
- package/.opencode/skills/bmad-brainstorming/steps/step-02a-user-selected.md +0 -229
- package/.opencode/skills/bmad-brainstorming/steps/step-02b-ai-recommended.md +0 -239
- package/.opencode/skills/bmad-brainstorming/steps/step-02c-random-selection.md +0 -211
- package/.opencode/skills/bmad-brainstorming/steps/step-02d-progressive-flow.md +0 -266
- package/.opencode/skills/bmad-brainstorming/steps/step-03-technique-execution.md +0 -401
- package/.opencode/skills/bmad-brainstorming/steps/step-04-idea-organization.md +0 -305
- package/.opencode/skills/bmad-brainstorming/template.md +0 -15
- package/.opencode/skills/bmad-brainstorming/workflow.md +0 -53
- package/.opencode/skills/bmad-check-implementation-readiness/SKILL.md +0 -6
- package/.opencode/skills/bmad-check-implementation-readiness/steps/step-01-document-discovery.md +0 -179
- package/.opencode/skills/bmad-check-implementation-readiness/steps/step-02-prd-analysis.md +0 -168
- package/.opencode/skills/bmad-check-implementation-readiness/steps/step-03-epic-coverage-validation.md +0 -169
- package/.opencode/skills/bmad-check-implementation-readiness/steps/step-04-ux-alignment.md +0 -129
- package/.opencode/skills/bmad-check-implementation-readiness/steps/step-05-epic-quality-review.md +0 -241
- package/.opencode/skills/bmad-check-implementation-readiness/steps/step-06-final-assessment.md +0 -126
- package/.opencode/skills/bmad-check-implementation-readiness/templates/readiness-report-template.md +0 -4
- package/.opencode/skills/bmad-check-implementation-readiness/workflow.md +0 -49
- package/.opencode/skills/bmad-cis-design-thinking/SKILL.md +0 -6
- package/.opencode/skills/bmad-cis-design-thinking/bmad-skill-manifest.yaml +0 -1
- package/.opencode/skills/bmad-cis-design-thinking/design-methods.csv +0 -31
- package/.opencode/skills/bmad-cis-design-thinking/template.md +0 -111
- package/.opencode/skills/bmad-cis-design-thinking/workflow.md +0 -242
- package/.opencode/skills/bmad-cis-innovation-strategy/SKILL.md +0 -6
- package/.opencode/skills/bmad-cis-innovation-strategy/bmad-skill-manifest.yaml +0 -1
- package/.opencode/skills/bmad-cis-innovation-strategy/innovation-frameworks.csv +0 -31
- package/.opencode/skills/bmad-cis-innovation-strategy/template.md +0 -189
- package/.opencode/skills/bmad-cis-innovation-strategy/workflow.md +0 -315
- package/.opencode/skills/bmad-cis-problem-solving/SKILL.md +0 -6
- package/.opencode/skills/bmad-cis-problem-solving/bmad-skill-manifest.yaml +0 -1
- package/.opencode/skills/bmad-cis-problem-solving/solving-methods.csv +0 -31
- package/.opencode/skills/bmad-cis-problem-solving/template.md +0 -165
- package/.opencode/skills/bmad-cis-problem-solving/workflow.md +0 -291
- package/.opencode/skills/bmad-cis-storytelling/SKILL.md +0 -6
- package/.opencode/skills/bmad-cis-storytelling/bmad-skill-manifest.yaml +0 -1
- package/.opencode/skills/bmad-cis-storytelling/story-types.csv +0 -26
- package/.opencode/skills/bmad-cis-storytelling/template.md +0 -113
- package/.opencode/skills/bmad-cis-storytelling/workflow.md +0 -321
- package/.opencode/skills/bmad-code-review/SKILL.md +0 -6
- package/.opencode/skills/bmad-code-review/steps/step-01-gather-context.md +0 -62
- package/.opencode/skills/bmad-code-review/steps/step-02-review.md +0 -34
- package/.opencode/skills/bmad-code-review/steps/step-03-triage.md +0 -49
- package/.opencode/skills/bmad-code-review/steps/step-04-present.md +0 -129
- package/.opencode/skills/bmad-code-review/workflow.md +0 -55
- package/.opencode/skills/bmad-correct-course/SKILL.md +0 -6
- package/.opencode/skills/bmad-correct-course/checklist.md +0 -288
- package/.opencode/skills/bmad-correct-course/workflow.md +0 -267
- package/.opencode/skills/bmad-create-architecture/SKILL.md +0 -6
- package/.opencode/skills/bmad-create-architecture/architecture-decision-template.md +0 -12
- package/.opencode/skills/bmad-create-architecture/data/domain-complexity.csv +0 -13
- package/.opencode/skills/bmad-create-architecture/data/project-types.csv +0 -7
- package/.opencode/skills/bmad-create-architecture/steps/step-01-init.md +0 -153
- package/.opencode/skills/bmad-create-architecture/steps/step-01b-continue.md +0 -173
- package/.opencode/skills/bmad-create-architecture/steps/step-02-context.md +0 -224
- package/.opencode/skills/bmad-create-architecture/steps/step-03-starter.md +0 -329
- package/.opencode/skills/bmad-create-architecture/steps/step-04-decisions.md +0 -318
- package/.opencode/skills/bmad-create-architecture/steps/step-05-patterns.md +0 -359
- package/.opencode/skills/bmad-create-architecture/steps/step-06-structure.md +0 -379
- package/.opencode/skills/bmad-create-architecture/steps/step-07-validation.md +0 -359
- package/.opencode/skills/bmad-create-architecture/steps/step-08-complete.md +0 -76
- package/.opencode/skills/bmad-create-architecture/workflow.md +0 -38
- package/.opencode/skills/bmad-create-epics-and-stories/SKILL.md +0 -6
- package/.opencode/skills/bmad-create-epics-and-stories/steps/step-01-validate-prerequisites.md +0 -255
- package/.opencode/skills/bmad-create-epics-and-stories/steps/step-02-design-epics.md +0 -212
- package/.opencode/skills/bmad-create-epics-and-stories/steps/step-03-create-stories.md +0 -255
- package/.opencode/skills/bmad-create-epics-and-stories/steps/step-04-final-validation.md +0 -131
- package/.opencode/skills/bmad-create-epics-and-stories/templates/epics-template.md +0 -61
- package/.opencode/skills/bmad-create-epics-and-stories/workflow.md +0 -53
- package/.opencode/skills/bmad-create-prd/SKILL.md +0 -6
- package/.opencode/skills/bmad-create-prd/data/domain-complexity.csv +0 -15
- package/.opencode/skills/bmad-create-prd/data/prd-purpose.md +0 -197
- package/.opencode/skills/bmad-create-prd/data/project-types.csv +0 -11
- package/.opencode/skills/bmad-create-prd/steps-c/step-01-init.md +0 -178
- package/.opencode/skills/bmad-create-prd/steps-c/step-01b-continue.md +0 -161
- package/.opencode/skills/bmad-create-prd/steps-c/step-02-discovery.md +0 -208
- package/.opencode/skills/bmad-create-prd/steps-c/step-02b-vision.md +0 -142
- package/.opencode/skills/bmad-create-prd/steps-c/step-02c-executive-summary.md +0 -158
- package/.opencode/skills/bmad-create-prd/steps-c/step-03-success.md +0 -214
- package/.opencode/skills/bmad-create-prd/steps-c/step-04-journeys.md +0 -201
- package/.opencode/skills/bmad-create-prd/steps-c/step-05-domain.md +0 -194
- package/.opencode/skills/bmad-create-prd/steps-c/step-06-innovation.md +0 -211
- package/.opencode/skills/bmad-create-prd/steps-c/step-07-project-type.md +0 -222
- package/.opencode/skills/bmad-create-prd/steps-c/step-08-scoping.md +0 -216
- package/.opencode/skills/bmad-create-prd/steps-c/step-09-functional.md +0 -219
- package/.opencode/skills/bmad-create-prd/steps-c/step-10-nonfunctional.md +0 -230
- package/.opencode/skills/bmad-create-prd/steps-c/step-11-polish.md +0 -221
- package/.opencode/skills/bmad-create-prd/steps-c/step-12-complete.md +0 -115
- package/.opencode/skills/bmad-create-prd/templates/prd-template.md +0 -10
- package/.opencode/skills/bmad-create-prd/workflow.md +0 -62
- package/.opencode/skills/bmad-create-story/SKILL.md +0 -6
- package/.opencode/skills/bmad-create-story/checklist.md +0 -357
- package/.opencode/skills/bmad-create-story/discover-inputs.md +0 -88
- package/.opencode/skills/bmad-create-story/template.md +0 -49
- package/.opencode/skills/bmad-create-story/workflow.md +0 -380
- package/.opencode/skills/bmad-create-ux-design/SKILL.md +0 -6
- package/.opencode/skills/bmad-create-ux-design/steps/step-01-init.md +0 -135
- package/.opencode/skills/bmad-create-ux-design/steps/step-01b-continue.md +0 -127
- package/.opencode/skills/bmad-create-ux-design/steps/step-02-discovery.md +0 -190
- package/.opencode/skills/bmad-create-ux-design/steps/step-03-core-experience.md +0 -217
- package/.opencode/skills/bmad-create-ux-design/steps/step-04-emotional-response.md +0 -220
- package/.opencode/skills/bmad-create-ux-design/steps/step-05-inspiration.md +0 -235
- package/.opencode/skills/bmad-create-ux-design/steps/step-06-design-system.md +0 -253
- package/.opencode/skills/bmad-create-ux-design/steps/step-07-defining-experience.md +0 -255
- package/.opencode/skills/bmad-create-ux-design/steps/step-08-visual-foundation.md +0 -225
- package/.opencode/skills/bmad-create-ux-design/steps/step-09-design-directions.md +0 -225
- package/.opencode/skills/bmad-create-ux-design/steps/step-10-user-journeys.md +0 -242
- package/.opencode/skills/bmad-create-ux-design/steps/step-11-component-strategy.md +0 -249
- package/.opencode/skills/bmad-create-ux-design/steps/step-12-ux-patterns.md +0 -238
- package/.opencode/skills/bmad-create-ux-design/steps/step-13-responsive-accessibility.md +0 -265
- package/.opencode/skills/bmad-create-ux-design/steps/step-14-complete.md +0 -171
- package/.opencode/skills/bmad-create-ux-design/ux-design-template.md +0 -13
- package/.opencode/skills/bmad-create-ux-design/workflow.md +0 -36
- package/.opencode/skills/bmad-distillator/SKILL.md +0 -178
- package/.opencode/skills/bmad-distillator/agents/distillate-compressor.md +0 -116
- package/.opencode/skills/bmad-distillator/agents/round-trip-reconstructor.md +0 -68
- package/.opencode/skills/bmad-distillator/resources/compression-rules.md +0 -51
- package/.opencode/skills/bmad-distillator/resources/distillate-format-reference.md +0 -227
- package/.opencode/skills/bmad-distillator/resources/splitting-strategy.md +0 -78
- package/.opencode/skills/bmad-distillator/scripts/analyze_sources.py +0 -300
- package/.opencode/skills/bmad-distillator/scripts/tests/test_analyze_sources.py +0 -204
- package/.opencode/skills/bmad-document-project/SKILL.md +0 -6
- package/.opencode/skills/bmad-document-project/checklist.md +0 -245
- package/.opencode/skills/bmad-document-project/documentation-requirements.csv +0 -12
- package/.opencode/skills/bmad-document-project/instructions.md +0 -128
- package/.opencode/skills/bmad-document-project/templates/deep-dive-template.md +0 -345
- package/.opencode/skills/bmad-document-project/templates/index-template.md +0 -169
- package/.opencode/skills/bmad-document-project/templates/project-overview-template.md +0 -103
- package/.opencode/skills/bmad-document-project/templates/project-scan-report-schema.json +0 -160
- package/.opencode/skills/bmad-document-project/templates/source-tree-template.md +0 -135
- package/.opencode/skills/bmad-document-project/workflow.md +0 -27
- package/.opencode/skills/bmad-document-project/workflows/deep-dive-instructions.md +0 -299
- package/.opencode/skills/bmad-document-project/workflows/deep-dive-workflow.md +0 -34
- package/.opencode/skills/bmad-document-project/workflows/full-scan-instructions.md +0 -1107
- package/.opencode/skills/bmad-document-project/workflows/full-scan-workflow.md +0 -34
- package/.opencode/skills/bmad-domain-research/SKILL.md +0 -6
- package/.opencode/skills/bmad-domain-research/domain-steps/step-01-init.md +0 -137
- package/.opencode/skills/bmad-domain-research/domain-steps/step-02-domain-analysis.md +0 -229
- package/.opencode/skills/bmad-domain-research/domain-steps/step-03-competitive-landscape.md +0 -238
- package/.opencode/skills/bmad-domain-research/domain-steps/step-04-regulatory-focus.md +0 -206
- package/.opencode/skills/bmad-domain-research/domain-steps/step-05-technical-trends.md +0 -234
- package/.opencode/skills/bmad-domain-research/domain-steps/step-06-research-synthesis.md +0 -444
- package/.opencode/skills/bmad-domain-research/research.template.md +0 -29
- package/.opencode/skills/bmad-domain-research/workflow.md +0 -49
- package/.opencode/skills/bmad-edit-prd/SKILL.md +0 -6
- package/.opencode/skills/bmad-edit-prd/steps-e/step-e-01-discovery.md +0 -242
- package/.opencode/skills/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md +0 -204
- package/.opencode/skills/bmad-edit-prd/steps-e/step-e-02-review.md +0 -245
- package/.opencode/skills/bmad-edit-prd/steps-e/step-e-03-edit.md +0 -250
- package/.opencode/skills/bmad-edit-prd/steps-e/step-e-04-complete.md +0 -165
- package/.opencode/skills/bmad-edit-prd/workflow.md +0 -63
- package/.opencode/skills/bmad-editorial-review-prose/SKILL.md +0 -86
- package/.opencode/skills/bmad-editorial-review-structure/SKILL.md +0 -179
- package/.opencode/skills/bmad-generate-project-context/SKILL.md +0 -6
- package/.opencode/skills/bmad-generate-project-context/project-context-template.md +0 -21
- package/.opencode/skills/bmad-generate-project-context/steps/step-01-discover.md +0 -186
- package/.opencode/skills/bmad-generate-project-context/steps/step-02-generate.md +0 -321
- package/.opencode/skills/bmad-generate-project-context/steps/step-03-complete.md +0 -278
- package/.opencode/skills/bmad-generate-project-context/workflow.md +0 -43
- package/.opencode/skills/bmad-help/SKILL.md +0 -73
- package/.opencode/skills/bmad-index-docs/SKILL.md +0 -66
- package/.opencode/skills/bmad-init/SKILL.md +0 -100
- package/.opencode/skills/bmad-init/resources/core-module.yaml +0 -25
- package/.opencode/skills/bmad-init/scripts/bmad_init.py +0 -593
- package/.opencode/skills/bmad-init/scripts/tests/test_bmad_init.py +0 -329
- package/.opencode/skills/bmad-ma-agent-cyber/SKILL.md +0 -49
- package/.opencode/skills/bmad-ma-agent-cyber/bmad-skill-manifest.yaml +0 -11
- package/.opencode/skills/bmad-ma-agent-devops/SKILL.md +0 -49
- package/.opencode/skills/bmad-ma-agent-devops/bmad-skill-manifest.yaml +0 -11
- package/.opencode/skills/bmad-ma-agent-mil498/SKILL.md +0 -53
- package/.opencode/skills/bmad-ma-agent-mil498/bmad-skill-manifest.yaml +0 -11
- package/.opencode/skills/bmad-ma-agent-ml/SKILL.md +0 -59
- package/.opencode/skills/bmad-ma-agent-ml/bmad-skill-manifest.yaml +0 -11
- package/.opencode/skills/bmad-ma-agent-sre/SKILL.md +0 -49
- package/.opencode/skills/bmad-ma-agent-sre/bmad-skill-manifest.yaml +0 -11
- package/.opencode/skills/bmad-market-research/SKILL.md +0 -6
- package/.opencode/skills/bmad-market-research/research.template.md +0 -29
- package/.opencode/skills/bmad-market-research/steps/step-01-init.md +0 -184
- package/.opencode/skills/bmad-market-research/steps/step-02-customer-behavior.md +0 -239
- package/.opencode/skills/bmad-market-research/steps/step-03-customer-pain-points.md +0 -251
- package/.opencode/skills/bmad-market-research/steps/step-04-customer-decisions.md +0 -261
- package/.opencode/skills/bmad-market-research/steps/step-05-competitive-analysis.md +0 -173
- package/.opencode/skills/bmad-market-research/steps/step-06-research-completion.md +0 -478
- package/.opencode/skills/bmad-market-research/workflow.md +0 -49
- package/.opencode/skills/bmad-party-mode/SKILL.md +0 -6
- package/.opencode/skills/bmad-party-mode/steps/step-01-agent-loading.md +0 -138
- package/.opencode/skills/bmad-party-mode/steps/step-02-discussion-orchestration.md +0 -187
- package/.opencode/skills/bmad-party-mode/steps/step-03-graceful-exit.md +0 -167
- package/.opencode/skills/bmad-party-mode/workflow.md +0 -190
- package/.opencode/skills/bmad-product-brief/SKILL.md +0 -87
- package/.opencode/skills/bmad-product-brief/agents/artifact-analyzer.md +0 -60
- package/.opencode/skills/bmad-product-brief/agents/opportunity-reviewer.md +0 -44
- package/.opencode/skills/bmad-product-brief/agents/skeptic-reviewer.md +0 -44
- package/.opencode/skills/bmad-product-brief/agents/web-researcher.md +0 -49
- package/.opencode/skills/bmad-product-brief/bmad-manifest.json +0 -17
- package/.opencode/skills/bmad-product-brief/prompts/contextual-discovery.md +0 -57
- package/.opencode/skills/bmad-product-brief/prompts/draft-and-review.md +0 -86
- package/.opencode/skills/bmad-product-brief/prompts/finalize.md +0 -75
- package/.opencode/skills/bmad-product-brief/prompts/guided-elicitation.md +0 -70
- package/.opencode/skills/bmad-product-brief/resources/brief-template.md +0 -60
- package/.opencode/skills/bmad-qa-generate-e2e-tests/SKILL.md +0 -6
- package/.opencode/skills/bmad-qa-generate-e2e-tests/checklist.md +0 -33
- package/.opencode/skills/bmad-qa-generate-e2e-tests/workflow.md +0 -136
- package/.opencode/skills/bmad-quick-dev/SKILL.md +0 -6
- package/.opencode/skills/bmad-quick-dev/spec-template.md +0 -88
- package/.opencode/skills/bmad-quick-dev/step-01-clarify-and-route.md +0 -64
- package/.opencode/skills/bmad-quick-dev/step-02-plan.md +0 -35
- package/.opencode/skills/bmad-quick-dev/step-03-implement.md +0 -37
- package/.opencode/skills/bmad-quick-dev/step-04-review.md +0 -49
- package/.opencode/skills/bmad-quick-dev/step-05-present.md +0 -63
- package/.opencode/skills/bmad-quick-dev/step-oneshot.md +0 -49
- package/.opencode/skills/bmad-quick-dev/workflow.md +0 -79
- package/.opencode/skills/bmad-retrospective/SKILL.md +0 -6
- package/.opencode/skills/bmad-retrospective/workflow.md +0 -1479
- package/.opencode/skills/bmad-review-adversarial-general/SKILL.md +0 -37
- package/.opencode/skills/bmad-review-edge-case-hunter/SKILL.md +0 -67
- package/.opencode/skills/bmad-shard-doc/SKILL.md +0 -105
- package/.opencode/skills/bmad-sprint-planning/SKILL.md +0 -6
- package/.opencode/skills/bmad-sprint-planning/checklist.md +0 -33
- package/.opencode/skills/bmad-sprint-planning/sprint-status-template.yaml +0 -56
- package/.opencode/skills/bmad-sprint-planning/workflow.md +0 -263
- package/.opencode/skills/bmad-sprint-status/SKILL.md +0 -6
- package/.opencode/skills/bmad-sprint-status/workflow.md +0 -261
- package/.opencode/skills/bmad-technical-research/SKILL.md +0 -6
- package/.opencode/skills/bmad-technical-research/research.template.md +0 -29
- package/.opencode/skills/bmad-technical-research/technical-steps/step-01-init.md +0 -137
- package/.opencode/skills/bmad-technical-research/technical-steps/step-02-technical-overview.md +0 -239
- package/.opencode/skills/bmad-technical-research/technical-steps/step-03-integration-patterns.md +0 -248
- package/.opencode/skills/bmad-technical-research/technical-steps/step-04-architectural-patterns.md +0 -202
- package/.opencode/skills/bmad-technical-research/technical-steps/step-05-implementation-research.md +0 -233
- package/.opencode/skills/bmad-technical-research/technical-steps/step-06-research-synthesis.md +0 -487
- package/.opencode/skills/bmad-technical-research/workflow.md +0 -50
- package/.opencode/skills/bmad-validate-prd/SKILL.md +0 -6
- package/.opencode/skills/bmad-validate-prd/data/domain-complexity.csv +0 -15
- package/.opencode/skills/bmad-validate-prd/data/prd-purpose.md +0 -197
- package/.opencode/skills/bmad-validate-prd/data/project-types.csv +0 -11
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-01-discovery.md +0 -221
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-02-format-detection.md +0 -188
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-02b-parity-check.md +0 -206
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-03-density-validation.md +0 -171
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md +0 -211
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md +0 -225
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md +0 -214
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md +0 -202
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md +0 -240
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md +0 -260
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-10-smart-validation.md +0 -206
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md +0 -261
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md +0 -239
- package/.opencode/skills/bmad-validate-prd/steps-v/step-v-13-report-complete.md +0 -229
- package/.opencode/skills/bmad-validate-prd/workflow.md +0 -62
- package/.opencode/skills/cleanup-done/SKILL.md +0 -159
- 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-bug-story/SKILL.md +0 -263
- 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/cyber-generate-certs/.gitkeep +0 -0
- package/.opencode/skills/cyber-generate-certs/SKILL.md +0 -27
- package/.opencode/skills/cyber-generate-certs/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/cyber-immunity-estimation/.gitkeep +0 -0
- package/.opencode/skills/cyber-immunity-estimation/SKILL.md +0 -29
- package/.opencode/skills/cyber-immunity-estimation/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/cyber-security-audit/.gitkeep +0 -0
- package/.opencode/skills/cyber-security-audit/SKILL.md +0 -27
- package/.opencode/skills/cyber-security-audit/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/cyber-vault-secrets/.gitkeep +0 -0
- package/.opencode/skills/cyber-vault-secrets/SKILL.md +0 -28
- package/.opencode/skills/cyber-vault-secrets/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/cyber-verify-docker-users/.gitkeep +0 -0
- package/.opencode/skills/cyber-verify-docker-users/SKILL.md +0 -23
- package/.opencode/skills/cyber-verify-docker-users/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/cyber-verify-image-signature/.gitkeep +0 -0
- package/.opencode/skills/cyber-verify-image-signature/SKILL.md +0 -22
- package/.opencode/skills/cyber-verify-image-signature/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/cyber-vulnerability-scan/.gitkeep +0 -0
- package/.opencode/skills/cyber-vulnerability-scan/SKILL.md +0 -28
- package/.opencode/skills/cyber-vulnerability-scan/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/devops-configure-infrastructure/.gitkeep +0 -0
- package/.opencode/skills/devops-configure-infrastructure/SKILL.md +0 -27
- package/.opencode/skills/devops-configure-infrastructure/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/devops-disconnected-deployment/.gitkeep +0 -0
- package/.opencode/skills/devops-disconnected-deployment/SKILL.md +0 -27
- package/.opencode/skills/devops-disconnected-deployment/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/devops-docker-compose-setup/.gitkeep +0 -0
- package/.opencode/skills/devops-docker-compose-setup/SKILL.md +0 -26
- package/.opencode/skills/devops-docker-compose-setup/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/devops-manage-helm/.gitkeep +0 -0
- package/.opencode/skills/devops-manage-helm/SKILL.md +0 -28
- package/.opencode/skills/devops-manage-helm/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/devops-sign-docker-image/.gitkeep +0 -0
- package/.opencode/skills/devops-sign-docker-image/SKILL.md +0 -24
- package/.opencode/skills/devops-sign-docker-image/bmad-skill-manifest.yaml +0 -3
- 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/.opencode/skills/generate-backlog/.gitkeep +0 -0
- package/.opencode/skills/generate-backlog/SKILL.md +0 -183
- package/.opencode/skills/git-workflow-skill/SKILL.md +0 -194
- package/.opencode/skills/git-workflow-skill/hooks/commit-msg +0 -61
- package/.opencode/skills/git-workflow-skill/hooks/pre-commit +0 -38
- package/.opencode/skills/git-workflow-skill/hooks/prepare-commit-msg +0 -56
- package/.opencode/skills/git-workflow-skill/scripts/finish-feature.sh +0 -192
- package/.opencode/skills/git-workflow-skill/scripts/install-hooks.sh +0 -55
- package/.opencode/skills/git-workflow-skill/scripts/start-feature.sh +0 -110
- package/.opencode/skills/git-workflow-skill/scripts/validate-workflow.sh +0 -229
- package/.opencode/skills/js-ts-dependency-mgmt/SKILL.md +0 -49
- package/.opencode/skills/js-ts-dependency-mgmt/examples/dependency_mgmt.md +0 -60
- package/.opencode/skills/js-ts-security-skill/SKILL.md +0 -64
- package/.opencode/skills/js-ts-security-skill/scripts/verify-security.sh +0 -136
- package/.opencode/skills/logging-best-practices/SKILL.md +0 -50
- package/.opencode/skills/logging-best-practices/examples/cpp.md +0 -36
- package/.opencode/skills/logging-best-practices/examples/csharp.md +0 -49
- package/.opencode/skills/logging-best-practices/examples/javascript.md +0 -77
- package/.opencode/skills/logging-best-practices/examples/python.md +0 -57
- package/.opencode/skills/logging-best-practices/references/logging-standards.md +0 -29
- package/.opencode/skills/mil498-ocd/.gitkeep +0 -0
- package/.opencode/skills/mil498-ocd/SKILL.md +0 -30
- package/.opencode/skills/mil498-ocd/bmad-skill-manifest.yaml +0 -5
- package/.opencode/skills/mil498-ocd/prompts/01-discover-project-artifacts.md +0 -26
- package/.opencode/skills/mil498-ocd/prompts/02-load-template.md +0 -10
- package/.opencode/skills/mil498-ocd/prompts/03-generate-document.md +0 -90
- package/.opencode/skills/mil498-ocd/prompts/04-validate.md +0 -14
- package/.opencode/skills/mil498-ocd/prompts/05-review.md +0 -15
- package/.opencode/skills/mil498-ocd/prompts/06-save.md +0 -15
- package/.opencode/skills/mil498-sdd/.gitkeep +0 -0
- package/.opencode/skills/mil498-sdd/SKILL.md +0 -30
- package/.opencode/skills/mil498-sdd/bmad-skill-manifest.yaml +0 -5
- package/.opencode/skills/mil498-sdd/prompts/01-discover-project-artifacts.md +0 -50
- package/.opencode/skills/mil498-sdd/prompts/02-load-template.md +0 -10
- package/.opencode/skills/mil498-sdd/prompts/03-generate-document.md +0 -98
- package/.opencode/skills/mil498-sdd/prompts/04-validate.md +0 -16
- package/.opencode/skills/mil498-sdd/prompts/05-review.md +0 -15
- package/.opencode/skills/mil498-sdd/prompts/06-save.md +0 -19
- package/.opencode/skills/mil498-sdd/template.md +0 -163
- package/.opencode/skills/mil498-sdp/.gitkeep +0 -0
- package/.opencode/skills/mil498-sdp/SKILL.md +0 -30
- package/.opencode/skills/mil498-sdp/bmad-skill-manifest.yaml +0 -5
- package/.opencode/skills/mil498-sdp/prompts/01-discover-project-artifacts.md +0 -32
- package/.opencode/skills/mil498-sdp/prompts/02-load-template.md +0 -10
- package/.opencode/skills/mil498-sdp/prompts/03-generate-document.md +0 -187
- package/.opencode/skills/mil498-sdp/prompts/04-validate.md +0 -13
- package/.opencode/skills/mil498-sdp/prompts/05-review.md +0 -15
- package/.opencode/skills/mil498-sdp/prompts/06-save.md +0 -14
- package/.opencode/skills/mil498-srs/.gitkeep +0 -0
- package/.opencode/skills/mil498-srs/SKILL.md +0 -30
- package/.opencode/skills/mil498-srs/bmad-skill-manifest.yaml +0 -5
- package/.opencode/skills/mil498-srs/prompts/01-discover-project-artifacts.md +0 -42
- package/.opencode/skills/mil498-srs/prompts/02-load-template.md +0 -10
- package/.opencode/skills/mil498-srs/prompts/03-generate-document.md +0 -100
- package/.opencode/skills/mil498-srs/prompts/04-validate.md +0 -16
- package/.opencode/skills/mil498-srs/prompts/05-review.md +0 -15
- package/.opencode/skills/mil498-srs/prompts/06-save.md +0 -18
- package/.opencode/skills/mil498-ssdd/.gitkeep +0 -0
- package/.opencode/skills/mil498-ssdd/SKILL.md +0 -32
- package/.opencode/skills/mil498-ssdd/bmad-skill-manifest.yaml +0 -5
- package/.opencode/skills/mil498-ssdd/prompts/01-discover-project-artifacts.md +0 -32
- package/.opencode/skills/mil498-ssdd/prompts/02-load-template.md +0 -10
- package/.opencode/skills/mil498-ssdd/prompts/03-csci-discovery-interview.md +0 -43
- package/.opencode/skills/mil498-ssdd/prompts/04-generate-document.md +0 -96
- package/.opencode/skills/mil498-ssdd/prompts/05-validate.md +0 -14
- package/.opencode/skills/mil498-ssdd/prompts/06-review.md +0 -16
- package/.opencode/skills/mil498-ssdd/prompts/07-save.md +0 -16
- package/.opencode/skills/mil498-sss/.gitkeep +0 -0
- package/.opencode/skills/mil498-sss/SKILL.md +0 -31
- package/.opencode/skills/mil498-sss/bmad-skill-manifest.yaml +0 -5
- package/.opencode/skills/mil498-sss/prompts/01-discover-project-artifacts.md +0 -31
- package/.opencode/skills/mil498-sss/prompts/02-load-template.md +0 -10
- package/.opencode/skills/mil498-sss/prompts/03-generate-document.md +0 -108
- package/.opencode/skills/mil498-sss/prompts/04-validate.md +0 -16
- package/.opencode/skills/mil498-sss/prompts/05-review.md +0 -15
- package/.opencode/skills/mil498-sss/prompts/06-save.md +0 -15
- package/.opencode/skills/mil498-std/.gitkeep +0 -0
- package/.opencode/skills/mil498-std/SKILL.md +0 -30
- package/.opencode/skills/mil498-std/bmad-skill-manifest.yaml +0 -5
- package/.opencode/skills/mil498-std/prompts/01-discover-project-artifacts.md +0 -42
- package/.opencode/skills/mil498-std/prompts/02-load-template.md +0 -10
- package/.opencode/skills/mil498-std/prompts/03-generate-document.md +0 -117
- package/.opencode/skills/mil498-std/prompts/04-validate.md +0 -15
- package/.opencode/skills/mil498-std/prompts/05-review.md +0 -15
- package/.opencode/skills/mil498-std/prompts/06-save.md +0 -15
- package/.opencode/skills/ml-advise/.gitkeep +0 -0
- package/.opencode/skills/ml-advise/SKILL.md +0 -76
- package/.opencode/skills/ml-advise/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/ml-advise/skill.json +0 -7
- package/.opencode/skills/ml-analysis/.gitkeep +0 -0
- package/.opencode/skills/ml-analysis/SKILL.md +0 -60
- package/.opencode/skills/ml-analysis/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/ml-analysis/skill.json +0 -7
- package/.opencode/skills/ml-architecture/.gitkeep +0 -0
- package/.opencode/skills/ml-architecture/SKILL.md +0 -55
- package/.opencode/skills/ml-architecture/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/ml-architecture/skill.json +0 -7
- package/.opencode/skills/ml-detailed-design/.gitkeep +0 -0
- package/.opencode/skills/ml-detailed-design/SKILL.md +0 -67
- package/.opencode/skills/ml-detailed-design/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/ml-detailed-design/skill.json +0 -7
- package/.opencode/skills/ml-eda/.gitkeep +0 -0
- package/.opencode/skills/ml-eda/SKILL.md +0 -56
- package/.opencode/skills/ml-eda/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/ml-eda/scripts/baseline_classifier.py +0 -522
- package/.opencode/skills/ml-eda/scripts/class_weights_calculator.py +0 -295
- package/.opencode/skills/ml-eda/scripts/clustering_explorer.py +0 -383
- package/.opencode/skills/ml-eda/scripts/eda_analyzer.py +0 -654
- package/.opencode/skills/ml-eda/skill.json +0 -7
- package/.opencode/skills/ml-experiment/.gitkeep +0 -0
- package/.opencode/skills/ml-experiment/SKILL.md +0 -74
- package/.opencode/skills/ml-experiment/assets/advanced_trainer_configs.py +0 -430
- package/.opencode/skills/ml-experiment/assets/quick_trainer_setup.py +0 -233
- package/.opencode/skills/ml-experiment/assets/template_datamodule.py +0 -219
- package/.opencode/skills/ml-experiment/assets/template_gnn_module.py +0 -341
- package/.opencode/skills/ml-experiment/assets/template_lightning_module.py +0 -158
- package/.opencode/skills/ml-experiment/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/ml-experiment/skill.json +0 -7
- package/.opencode/skills/ml-hparam/.gitkeep +0 -0
- package/.opencode/skills/ml-hparam/SKILL.md +0 -81
- package/.opencode/skills/ml-hparam/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/ml-hparam/skill.json +0 -7
- package/.opencode/skills/ml-ideation/.gitkeep +0 -0
- package/.opencode/skills/ml-ideation/SKILL.md +0 -50
- package/.opencode/skills/ml-ideation/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/ml-ideation/scripts/validate_ml_prd.py +0 -287
- package/.opencode/skills/ml-ideation/skill.json +0 -7
- package/.opencode/skills/ml-infra/.gitkeep +0 -0
- package/.opencode/skills/ml-infra/SKILL.md +0 -58
- package/.opencode/skills/ml-infra/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/ml-infra/skill.json +0 -7
- package/.opencode/skills/ml-retrospective/.gitkeep +0 -0
- package/.opencode/skills/ml-retrospective/SKILL.md +0 -63
- package/.opencode/skills/ml-retrospective/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/ml-retrospective/skill.json +0 -7
- package/.opencode/skills/ml-revision/.gitkeep +0 -0
- package/.opencode/skills/ml-revision/SKILL.md +0 -82
- package/.opencode/skills/ml-revision/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/ml-revision/skill.json +0 -7
- package/.opencode/skills/ml-techspec/.gitkeep +0 -0
- package/.opencode/skills/ml-techspec/SKILL.md +0 -80
- package/.opencode/skills/ml-techspec/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/ml-techspec/skill.json +0 -7
- package/.opencode/skills/modify-sprint/.gitkeep +0 -0
- package/.opencode/skills/modify-sprint/SKILL.md +0 -322
- package/.opencode/skills/modify-sprint/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/open-presentation/SKILL.md +0 -35
- package/.opencode/skills/opentelemetry-best-practices/SKILL.md +0 -34
- package/.opencode/skills/opentelemetry-best-practices/examples/go.md +0 -32
- package/.opencode/skills/opentelemetry-best-practices/examples/javascript.md +0 -58
- package/.opencode/skills/opentelemetry-best-practices/examples/python.md +0 -37
- package/.opencode/skills/opentelemetry-best-practices/references/otel-standards.md +0 -37
- package/.opencode/skills/prioritize-backlog/.gitkeep +0 -0
- package/.opencode/skills/prioritize-backlog/SKILL.md +0 -195
- package/.opencode/skills/project-context-expansion/.gitkeep +0 -0
- package/.opencode/skills/project-context-expansion/SKILL.md +0 -238
- package/.opencode/skills/project-context-expansion/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/python-best-practices/SKILL.md +0 -385
- package/.opencode/skills/python-dependency-mgmt/SKILL.md +0 -42
- package/.opencode/skills/python-dependency-mgmt/examples/dependency_mgmt.md +0 -67
- package/.opencode/skills/python-security-skill/SKILL.md +0 -56
- package/.opencode/skills/python-security-skill/examples/security.md +0 -56
- package/.opencode/skills/remove-from-sprint/.gitkeep +0 -0
- package/.opencode/skills/remove-from-sprint/SKILL.md +0 -163
- package/.opencode/skills/self-signed-cert/SKILL.md +0 -42
- package/.opencode/skills/self-signed-cert/scripts/generate-cert.ps1 +0 -45
- package/.opencode/skills/self-signed-cert/scripts/generate-cert.sh +0 -43
- package/.opencode/skills/skill-creator/SKILL.md +0 -196
- package/.opencode/skills/skill-creator/references/output-patterns.md +0 -82
- package/.opencode/skills/skill-creator/references/workflows.md +0 -28
- package/.opencode/skills/skill-creator/scripts/init_skill.py +0 -208
- package/.opencode/skills/skill-creator/scripts/package_skill.py +0 -99
- package/.opencode/skills/skill-creator/scripts/quick_validate.py +0 -113
- package/.opencode/skills/sprint-status-view/.gitkeep +0 -0
- package/.opencode/skills/sprint-status-view/SKILL.md +0 -263
- package/.opencode/skills/sprint-status-view/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/sre-check-deployment-status/.gitkeep +0 -0
- package/.opencode/skills/sre-check-deployment-status/SKILL.md +0 -32
- package/.opencode/skills/sre-check-deployment-status/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/sre-check-secrets/.gitkeep +0 -0
- package/.opencode/skills/sre-check-secrets/SKILL.md +0 -23
- package/.opencode/skills/sre-check-secrets/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/sre-check-system-status/.gitkeep +0 -0
- package/.opencode/skills/sre-check-system-status/SKILL.md +0 -27
- package/.opencode/skills/sre-check-system-status/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/sre-day-2-ops/.gitkeep +0 -0
- package/.opencode/skills/sre-day-2-ops/SKILL.md +0 -26
- package/.opencode/skills/sre-day-2-ops/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/sre-deployment-strategies/.gitkeep +0 -0
- package/.opencode/skills/sre-deployment-strategies/SKILL.md +0 -28
- package/.opencode/skills/sre-deployment-strategies/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/sre-fix-deployments/.gitkeep +0 -0
- package/.opencode/skills/sre-fix-deployments/SKILL.md +0 -25
- package/.opencode/skills/sre-fix-deployments/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/sre-gitops-status/.gitkeep +0 -0
- package/.opencode/skills/sre-gitops-status/SKILL.md +0 -25
- package/.opencode/skills/sre-gitops-status/bmad-skill-manifest.yaml +0 -3
- package/.opencode/skills/story-status-lookup/SKILL.md +0 -78
- package/.opencode/skills/test-accompanied-development/SKILL.md +0 -50
- package/.opencode/skills/test-generator/SKILL.md +0 -65
- package/.opencode/skills/vercel-react-best-practices/SKILL.md +0 -109
- package/.opencode/skills/verify-hardened-docker-skill/SKILL.md +0 -442
- package/.opencode/skills/verify-hardened-docker-skill/scripts/verify-docker-hardening.sh +0 -439
- package/.roo/rules/00-ma-agents.md +0 -13
- package/.roo/skills/.ma-agents.json +0 -241
- package/.roo/skills/MANIFEST.yaml +0 -254
- 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
- package/.roo/skills/git-workflow-skill/SKILL.md +0 -194
- package/.roo/skills/git-workflow-skill/hooks/commit-msg +0 -61
- package/.roo/skills/git-workflow-skill/hooks/pre-commit +0 -38
- package/.roo/skills/git-workflow-skill/hooks/prepare-commit-msg +0 -56
- package/.roo/skills/git-workflow-skill/scripts/finish-feature.sh +0 -192
- package/.roo/skills/git-workflow-skill/scripts/install-hooks.sh +0 -55
- package/.roo/skills/git-workflow-skill/scripts/start-feature.sh +0 -110
- package/.roo/skills/git-workflow-skill/scripts/validate-workflow.sh +0 -229
- package/.roo/skills/js-ts-dependency-mgmt/SKILL.md +0 -49
- package/.roo/skills/js-ts-dependency-mgmt/examples/dependency_mgmt.md +0 -60
- package/.roo/skills/js-ts-security-skill/SKILL.md +0 -64
- package/.roo/skills/js-ts-security-skill/scripts/verify-security.sh +0 -136
- package/.roo/skills/logging-best-practices/SKILL.md +0 -50
- package/.roo/skills/logging-best-practices/examples/cpp.md +0 -36
- package/.roo/skills/logging-best-practices/examples/csharp.md +0 -49
- package/.roo/skills/logging-best-practices/examples/javascript.md +0 -77
- package/.roo/skills/logging-best-practices/examples/python.md +0 -57
- package/.roo/skills/logging-best-practices/references/logging-standards.md +0 -29
- package/.roo/skills/open-presentation/SKILL.md +0 -35
- package/.roo/skills/opentelemetry-best-practices/SKILL.md +0 -34
- package/.roo/skills/opentelemetry-best-practices/examples/go.md +0 -32
- package/.roo/skills/opentelemetry-best-practices/examples/javascript.md +0 -58
- package/.roo/skills/opentelemetry-best-practices/examples/python.md +0 -37
- package/.roo/skills/opentelemetry-best-practices/references/otel-standards.md +0 -37
- package/.roo/skills/python-best-practices/SKILL.md +0 -385
- package/.roo/skills/python-dependency-mgmt/SKILL.md +0 -42
- package/.roo/skills/python-dependency-mgmt/examples/dependency_mgmt.md +0 -67
- package/.roo/skills/python-security-skill/SKILL.md +0 -56
- package/.roo/skills/python-security-skill/examples/security.md +0 -56
- package/.roo/skills/self-signed-cert/SKILL.md +0 -42
- package/.roo/skills/self-signed-cert/scripts/generate-cert.ps1 +0 -45
- package/.roo/skills/self-signed-cert/scripts/generate-cert.sh +0 -43
- package/.roo/skills/skill-creator/SKILL.md +0 -196
- package/.roo/skills/skill-creator/references/output-patterns.md +0 -82
- package/.roo/skills/skill-creator/references/workflows.md +0 -28
- package/.roo/skills/skill-creator/scripts/init_skill.py +0 -208
- package/.roo/skills/skill-creator/scripts/package_skill.py +0 -99
- package/.roo/skills/skill-creator/scripts/quick_validate.py +0 -113
- package/.roo/skills/story-status-lookup/SKILL.md +0 -78
- package/.roo/skills/test-accompanied-development/SKILL.md +0 -50
- package/.roo/skills/test-generator/SKILL.md +0 -65
- package/.roo/skills/vercel-react-best-practices/SKILL.md +0 -109
- package/.roo/skills/verify-hardened-docker-skill/SKILL.md +0 -442
- package/.roo/skills/verify-hardened-docker-skill/scripts/verify-docker-hardening.sh +0 -439
- package/opencode.json +0 -5
- /package/{.opencode/skills/add-sprint → lib/bmad-extension/skills/bmad-dev-story}/.gitkeep +0 -0
- /package/{.opencode → lib/bmad-extension}/skills/bmad-dev-story/SKILL.md +0 -0
- /package/{.opencode/skills/add-to-sprint → lib/bmad-extension/skills/bmad-sprint-planning}/.gitkeep +0 -0
- /package/{.opencode/skills/bmad-ma-agent-cyber → lib/bmad-extension/skills/bmad-sprint-status}/.gitkeep +0 -0
- /package/{.opencode/skills/bmad-ma-agent-devops → lib/bmad-extension/skills/cleanup-done}/.gitkeep +0 -0
- /package/{.opencode → lib/bmad-extension}/skills/cleanup-done/bmad-skill-manifest.yaml +0 -0
- /package/{.opencode/skills/bmad-ma-agent-mil498 → lib/bmad-extension/skills/close-sprint}/.gitkeep +0 -0
- /package/{.opencode/skills/bmad-ma-agent-ml → lib/bmad-extension/skills/generate-backlog}/.gitkeep +0 -0
- /package/{.opencode → lib/bmad-extension}/skills/generate-backlog/bmad-skill-manifest.yaml +0 -0
- /package/{.opencode/skills/bmad-ma-agent-sre → lib/bmad-extension/skills/mil498-requirement-quality}/.gitkeep +0 -0
- /package/{.opencode/skills/cleanup-done → lib/bmad-extension/skills/prioritize-backlog}/.gitkeep +0 -0
- /package/{.opencode → lib/bmad-extension}/skills/prioritize-backlog/bmad-skill-manifest.yaml +0 -0
- /package/{.opencode/skills/create-bug-story → lib/bmad-extension/skills/remove-from-sprint}/.gitkeep +0 -0
- /package/{.opencode → lib/bmad-extension}/skills/remove-from-sprint/bmad-skill-manifest.yaml +0 -0
- /package/{.opencode/skills/mil498-ocd/template.md → mil498/OCD.md} +0 -0
- /package/{.opencode/skills/mil498-sdp/template.md → mil498/SDP.md} +0 -0
- /package/{.opencode/skills/mil498-srs/template.md → mil498/SRS.md} +0 -0
- /package/{.opencode/skills/mil498-ssdd/template.md → mil498/SSDD.md} +0 -0
- /package/{.opencode/skills/mil498-sss/template.md → mil498/SSS.md} +0 -0
- /package/{.opencode/skills/mil498-std/template.md → mil498/STD.md} +0 -0
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
# Story 13.3: Update BMAD Extension Critical_Actions to Load Project-Context
|
|
2
|
+
|
|
3
|
+
Status: done
|
|
4
|
+
|
|
5
|
+
## Story
|
|
6
|
+
|
|
7
|
+
As a **Chief Architect**,
|
|
8
|
+
I want all BMAD agent `critical_actions` to load `_bmad-output/project-context.md` at activation,
|
|
9
|
+
So that BMAD workflow agents follow project-context rules in every session — not just IDE agents reading CLAUDE.md or equivalent.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
1. **12** agent `.customize.yaml` files in `lib/bmad-extension/agents/` are updated: 4 custom (SRE, DevOps, Cyber, MIL-498) + 7 built-in BMM (PM, Architect, Dev, QA, SM, Tech Writer, UX Designer) + **bmad-master** (FR86). CIS module agents are deliberately excluded — see Dev Notes.
|
|
14
|
+
2. Each updated file gains a new `critical_actions` step: `"If _bmad-output/project-context.md exists, read it completely"` placed after the MANIFEST.yaml read step and before the "Follow all skill directives" step
|
|
15
|
+
3. The 4 custom agent files retain their existing persona, menu, and all existing critical_actions steps — only the new step is inserted (no removal)
|
|
16
|
+
4. The 8 minimal agent files (7 built-in + bmad-master) retain their critical_actions-only structure — only the new step is inserted
|
|
17
|
+
5. All 12 updated files are valid YAML after editing (no broken indentation or structure)
|
|
18
|
+
6. After `bmad.js` deploys the updated extension module, a BMM/master agent activating reads `_bmad-output/project-context.md` when the file exists in the project
|
|
19
|
+
7. When `_bmad-output/project-context.md` does NOT exist, the step is skipped gracefully — `if exists` phrasing ensures no error
|
|
20
|
+
8. The updated extension module survives `npx bmad-method install --action update` without losing the new step (NFR16)
|
|
21
|
+
|
|
22
|
+
## Tasks / Subtasks
|
|
23
|
+
|
|
24
|
+
- [x] Task 1: Audit current critical_actions structure in all 11 customize files (AC: #1-#4)
|
|
25
|
+
- [x] 1.1 Read all 11 files in `lib/bmad-extension/agents/`:
|
|
26
|
+
- Custom (4): `bmm-sre.customize.yaml`, `bmm-devops.customize.yaml`, `bmm-cyber.customize.yaml`, `bmm-mil498.customize.yaml`
|
|
27
|
+
- Built-in (7): `bmm-pm.customize.yaml`, `bmm-architect.customize.yaml`, `bmm-dev.customize.yaml`, `bmm-qa.customize.yaml`, `bmm-sm.customize.yaml`, `bmm-tech-writer.customize.yaml`, `bmm-ux-designer.customize.yaml`
|
|
28
|
+
- Note: Verify if `bmm-bmad-master.customize.yaml` exists — if so, it is the 12th file and must also be updated
|
|
29
|
+
- [x] 1.2 For each file, document the current `critical_actions` step numbers and content
|
|
30
|
+
- [x] 1.3 Identify the step number after which to insert the new step (after MANIFEST read, before "Follow all skill directives")
|
|
31
|
+
|
|
32
|
+
- [x] Task 2: Update all customize files (AC: #1-#5)
|
|
33
|
+
- [x] 2.1 For each file, insert the new critical_actions step in the correct position:
|
|
34
|
+
```yaml
|
|
35
|
+
critical_actions:
|
|
36
|
+
1: "Read the skills MANIFEST at {project-root}/<platform>/skills/MANIFEST.yaml"
|
|
37
|
+
2: "For each skill marked always_load: true, read the skill file completely"
|
|
38
|
+
3: "If _bmad-output/project-context.md exists, read it completely" # NEW
|
|
39
|
+
4: "Follow all skill directives and project-context rules during this session"
|
|
40
|
+
```
|
|
41
|
+
- [x] 2.2 Renumber subsequent steps if necessary to maintain sequential numbering
|
|
42
|
+
- [x] 2.3 Verify YAML syntax is valid after each edit (no broken indentation)
|
|
43
|
+
- [x] 2.4 Confirm custom agent files still have their persona and menu sections intact
|
|
44
|
+
|
|
45
|
+
- [x] Task 3: Verify `bmad.js` deploys updated files (AC: #6, #8)
|
|
46
|
+
- [x] 3.1 Read `lib/bmad.js` to confirm how extension module agents are deployed — verify the deploy step copies `lib/bmad-extension/agents/` to the installed `_bmad/` directory
|
|
47
|
+
- [x] 3.2 Run a test install and confirm the updated customize files appear in `_bmad/` after installation
|
|
48
|
+
- [x] 3.3 Verify BMAD recompile picks up the new critical_actions
|
|
49
|
+
|
|
50
|
+
- [x] Task 4: Extension module survival test (AC: #8)
|
|
51
|
+
- [x] 4.1 After deploying, run `npx bmad-method install --action update` (or equivalent bundled update)
|
|
52
|
+
- [x] 4.2 Confirm `_bmad/` still contains the extension module's customize files with the new critical_actions step
|
|
53
|
+
- [x] 4.3 Confirm the new step is not overwritten by the BMAD update *(requires human tester)*
|
|
54
|
+
|
|
55
|
+
## Dev Notes
|
|
56
|
+
|
|
57
|
+
### The 12 Files (Scope Definition)
|
|
58
|
+
|
|
59
|
+
All files live in `lib/bmad-extension/agents/`. Confirm exact filenames by reading the directory — expected names:
|
|
60
|
+
|
|
61
|
+
**Custom agents (full customize: persona + menu + critical_actions) — 4 files:**
|
|
62
|
+
- `bmm-sre.customize.yaml`
|
|
63
|
+
- `bmm-devops.customize.yaml`
|
|
64
|
+
- `bmm-cyber.customize.yaml`
|
|
65
|
+
- `bmm-mil498.customize.yaml`
|
|
66
|
+
|
|
67
|
+
**Built-in BMM agents + bmad-master (critical_actions only) — 8 files:**
|
|
68
|
+
- `bmm-bmad-master.customize.yaml` ← explicitly included; primary BMAD orchestrator
|
|
69
|
+
- `bmm-pm.customize.yaml`
|
|
70
|
+
- `bmm-architect.customize.yaml`
|
|
71
|
+
- `bmm-dev.customize.yaml`
|
|
72
|
+
- `bmm-qa.customize.yaml`
|
|
73
|
+
- `bmm-sm.customize.yaml`
|
|
74
|
+
- `bmm-tech-writer.customize.yaml`
|
|
75
|
+
- `bmm-ux-designer.customize.yaml`
|
|
76
|
+
|
|
77
|
+
**CIS module agents — DELIBERATELY EXCLUDED (do not create customize files for these):**
|
|
78
|
+
brainstorming-coach, creative-problem-solver, design-thinking-coach, innovation-strategist, presentation-master, storyteller.
|
|
79
|
+
|
|
80
|
+
**Rationale for CIS exclusion:** Project-context rules govern software development workflows (git worktrees, code review lifecycle, mission tracking). CIS agents conduct creative, brainstorming, and innovation sessions that are orthogonal to these rules. Loading project-context in a brainstorming session adds irrelevant developer governance noise. This is an explicit architecture decision (Decision P2-7), not an oversight. If CIS agents are ever used for development planning tasks, this decision should be revisited.
|
|
81
|
+
|
|
82
|
+
If `bmm-bmad-master.customize.yaml` does not exist in `lib/bmad-extension/agents/`, CREATE it with critical_actions only (same pattern as built-in agents).
|
|
83
|
+
|
|
84
|
+
### Critical_Actions Pattern
|
|
85
|
+
|
|
86
|
+
The `if exists` phrasing is deliberate. BMAD agents read `critical_actions` literally and follow them. The phrase "If `_bmad-output/project-context.md` exists, read it completely" instructs the agent to check for the file's presence before attempting to read it — graceful degradation for new projects or global installs where project-context.md has not been generated yet.
|
|
87
|
+
|
|
88
|
+
### Architecture Compliance
|
|
89
|
+
|
|
90
|
+
- **Decision P2-4**: Critical_actions pattern established in Epic 8. This story extends that pattern with a new step without replacing existing steps.
|
|
91
|
+
- **NFR16** (Extension module survival): The `extends-module: bmm` identity in `module.yaml` ensures extension agents survive BMAD updates. The new critical_actions step is inside the extension — it persists.
|
|
92
|
+
- **NFR17** (Zero bmad-method core modifications): We modify only files inside `lib/bmad-extension/agents/` — extension territory. Never touch `_bmad/bmm/agents/` directly or bmad-method source.
|
|
93
|
+
|
|
94
|
+
### Source Tree Components to Touch
|
|
95
|
+
|
|
96
|
+
| File | Change |
|
|
97
|
+
|------|--------|
|
|
98
|
+
| `lib/bmad-extension/agents/bmm-sre.customize.yaml` | ADD step 3 to critical_actions |
|
|
99
|
+
| `lib/bmad-extension/agents/bmm-devops.customize.yaml` | ADD step 3 to critical_actions |
|
|
100
|
+
| `lib/bmad-extension/agents/bmm-cyber.customize.yaml` | ADD step 3 to critical_actions |
|
|
101
|
+
| `lib/bmad-extension/agents/bmm-mil498.customize.yaml` | ADD step 3 to critical_actions |
|
|
102
|
+
| `lib/bmad-extension/agents/bmm-pm.customize.yaml` | ADD step 3 to critical_actions |
|
|
103
|
+
| `lib/bmad-extension/agents/bmm-architect.customize.yaml` | ADD step 3 to critical_actions |
|
|
104
|
+
| `lib/bmad-extension/agents/bmm-dev.customize.yaml` | ADD step 3 to critical_actions |
|
|
105
|
+
| `lib/bmad-extension/agents/bmm-qa.customize.yaml` | ADD step 3 to critical_actions |
|
|
106
|
+
| `lib/bmad-extension/agents/bmm-sm.customize.yaml` | ADD step 3 to critical_actions |
|
|
107
|
+
| `lib/bmad-extension/agents/bmm-tech-writer.customize.yaml` | ADD step 3 to critical_actions |
|
|
108
|
+
| `lib/bmad-extension/agents/bmm-ux-designer.customize.yaml` | ADD step 3 to critical_actions |
|
|
109
|
+
| `lib/bmad-extension/agents/bmm-bmad-master.customize.yaml` | CREATED — critical_actions only (4 steps) |
|
|
110
|
+
|
|
111
|
+
### Epic 13 Cross-Story Context
|
|
112
|
+
|
|
113
|
+
**Story 13.1** (prerequisite): Template and generator function
|
|
114
|
+
**Story 13.2** (prerequisite): Pipeline integration — file is generated at install time
|
|
115
|
+
**Story 13.3** (this): BMAD agents load the file at activation via critical_actions
|
|
116
|
+
**Story 13.4**: Retrospective workflow expansion trigger
|
|
117
|
+
|
|
118
|
+
## Dev Agent Record
|
|
119
|
+
|
|
120
|
+
### Agent Model Used
|
|
121
|
+
claude-sonnet-4-6
|
|
122
|
+
|
|
123
|
+
### Debug Log References
|
|
124
|
+
- `bmm-bmad-master.customize.yaml` did NOT exist — created from scratch with critical_actions-only pattern (per story instructions: "If file does not exist in lib/bmad-extension/agents/, CREATE it").
|
|
125
|
+
- All 11 existing files had identical `3: "Follow all skill directives during this session"` which was renamed to `4: "Follow all skill directives and project-context rules during this session"` and new step 3 inserted.
|
|
126
|
+
- Custom agents (sre, devops, cyber, mil498) retain their persona and menu sections intact.
|
|
127
|
+
|
|
128
|
+
### Completion Notes List
|
|
129
|
+
- 11 existing customize.yaml files updated: step 3 added, old step 3 renumbered to step 4 with updated wording.
|
|
130
|
+
- `bmm-bmad-master.customize.yaml` created as new file with 4-step critical_actions.
|
|
131
|
+
- Total: 12 files updated/created as required by AC #1.
|
|
132
|
+
- All tests pass (35/35 customize-agent + create-agent tests).
|
|
133
|
+
|
|
134
|
+
### File List
|
|
135
|
+
- `lib/bmad-extension/agents/bmm-sre.customize.yaml` — MODIFIED
|
|
136
|
+
- `lib/bmad-extension/agents/bmm-devops.customize.yaml` — MODIFIED
|
|
137
|
+
- `lib/bmad-extension/agents/bmm-cyber.customize.yaml` — MODIFIED
|
|
138
|
+
- `lib/bmad-extension/agents/bmm-mil498.customize.yaml` — MODIFIED
|
|
139
|
+
- `lib/bmad-extension/agents/bmm-pm.customize.yaml` — MODIFIED
|
|
140
|
+
- `lib/bmad-extension/agents/bmm-architect.customize.yaml` — MODIFIED
|
|
141
|
+
- `lib/bmad-extension/agents/bmm-dev.customize.yaml` — MODIFIED
|
|
142
|
+
- `lib/bmad-extension/agents/bmm-qa.customize.yaml` — MODIFIED
|
|
143
|
+
- `lib/bmad-extension/agents/bmm-sm.customize.yaml` — MODIFIED
|
|
144
|
+
- `lib/bmad-extension/agents/bmm-tech-writer.customize.yaml` — MODIFIED
|
|
145
|
+
- `lib/bmad-extension/agents/bmm-ux-designer.customize.yaml` — MODIFIED
|
|
146
|
+
- `lib/bmad-extension/agents/bmm-bmad-master.customize.yaml` — CREATED
|
|
147
|
+
|
|
148
|
+
## Change Log
|
|
149
|
+
- 2026-03-19: Story created (Epic 13, Story 13.3)
|
|
150
|
+
- 2026-03-20: Story implemented — 12 customize files updated/created, all tests pass
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
# Story 13.4: Add Project-Context Expansion Trigger to Retrospective Workflow
|
|
2
|
+
|
|
3
|
+
Status: done
|
|
4
|
+
|
|
5
|
+
> **⚠ PREREQUISITE INVESTIGATION REQUIRED before this story can be started.**
|
|
6
|
+
> Task 1.1–1.4 below must be completed first to determine the implementation path.
|
|
7
|
+
> Until the retrospective workflow location is confirmed and the implementation approach is decided, this story cannot be developed. Do not begin implementation tasks (Task 2 onwards) until Task 1 is complete and the approach is documented in Completion Notes.
|
|
8
|
+
|
|
9
|
+
## Story
|
|
10
|
+
|
|
11
|
+
As a **Scrum Master**,
|
|
12
|
+
I want the BMAD retrospective workflow to include a project-context update step,
|
|
13
|
+
So that conventions and patterns discovered during a sprint are captured in the living document systematically.
|
|
14
|
+
|
|
15
|
+
## Acceptance Criteria
|
|
16
|
+
|
|
17
|
+
1. The retrospective workflow includes a final expansion step that prompts the agent to review `_bmad-output/project-context.md` and propose additions to `## Project-Specific Rules` based on patterns observed during the sprint (FR85)
|
|
18
|
+
2. The expansion step presents the current content of `## Project-Specific Rules` section to the user before proposing additions
|
|
19
|
+
3. The expansion step waits for human confirmation before writing any changes to `project-context.md` — the agent proposes, the human decides
|
|
20
|
+
4. When `_bmad-output/project-context.md` does not exist, the expansion step is skipped gracefully with a note: *"No project-context.md found — consider running install or /bmad-generate-project-context first"*
|
|
21
|
+
5. The expansion step does not modify the `## Technology Stack`, `## AI Agent Mandatory Rules`, or any sections other than `## Project-Specific Rules`
|
|
22
|
+
6. The workflow change does NOT modify any bmad-method core files — only extension workflow files (NFR17)
|
|
23
|
+
7. The updated retrospective workflow is invokable via `/bmad-retrospective` and via the BMAD agent menu (NFR19)
|
|
24
|
+
|
|
25
|
+
## Tasks / Subtasks
|
|
26
|
+
|
|
27
|
+
- [x] Task 1: Locate the retrospective workflow (AC: #6)
|
|
28
|
+
- [x] 1.1 Check `lib/bmad-extension/workflows/` for a `retrospective` or `bmad-retrospective` directory — NOT found
|
|
29
|
+
- [x] 1.2 Check `_bmad/bmm/workflows/` — confirmed at `_bmad/bmm/workflows/4-implementation/retrospective/` (built-in workflow)
|
|
30
|
+
- [x] 1.3 Built-in workflow → created companion workflow at `lib/bmad-extension/workflows/project-context-expansion/workflow.md`
|
|
31
|
+
- [x] 1.4 Decision documented: built-in retrospective cannot be modified (NFR17); companion workflow approach used
|
|
32
|
+
|
|
33
|
+
- [x] Task 2: Add expansion step to the retrospective workflow (AC: #1-#5)
|
|
34
|
+
- [x] 2.1 Companion workflow `project-context-expansion/workflow.md` created with 5 steps: existence check → read current rules → analyze patterns → human confirmation gate → append to rules section only
|
|
35
|
+
- [x] 2.2 Step pattern implemented: check exists → read rules → propose → confirm → write (matches story spec)
|
|
36
|
+
- [x] 2.3 CRITICAL CONSTRAINTS block in step 5 explicitly prohibits touching any other section
|
|
37
|
+
|
|
38
|
+
- [x] Task 3: Register in module-help.csv (AC: #7)
|
|
39
|
+
- [x] 3.1 New row added to `lib/bmad-extension/module-help.csv` for `project-context-expansion`
|
|
40
|
+
- [x] 3.2 Slash command: `/project-context-expansion`; agent: `bmm-sm`
|
|
41
|
+
|
|
42
|
+
- [ ] Task 4: Integration test (AC: #1-#7) ← requires human tester
|
|
43
|
+
- [ ] 4.1 Run `/project-context-expansion` on a project WITH `_bmad-output/project-context.md`
|
|
44
|
+
- [ ] 4.2 Confirm agent reads and presents current `## Project-Specific Rules` content
|
|
45
|
+
- [ ] 4.3 Confirm agent proposes additions and waits for confirmation before writing
|
|
46
|
+
- [ ] 4.4 Run `/project-context-expansion` on a project WITHOUT `_bmad-output/project-context.md`
|
|
47
|
+
- [ ] 4.5 Confirm graceful skip with "No project-context.md found" message
|
|
48
|
+
|
|
49
|
+
## Dev Notes
|
|
50
|
+
|
|
51
|
+
### Critical Investigation: Extension vs Built-in Workflow
|
|
52
|
+
|
|
53
|
+
This story's implementation path depends entirely on whether `bmad-retrospective` is a built-in BMAD workflow or an existing extension workflow. Read the actual files before writing any code.
|
|
54
|
+
|
|
55
|
+
**If it's already in `lib/bmad-extension/workflows/`:** Edit the workflow file directly.
|
|
56
|
+
|
|
57
|
+
**If it's a built-in BMAD workflow in `_bmad/bmm/workflows/`:** Do NOT touch it. Create a post-retrospective companion workflow in `lib/bmad-extension/workflows/project-context-expansion/` and document how to invoke it. Consider adding the companion to the retrospective's final instructions via an extension overlay if BMAD supports that mechanism.
|
|
58
|
+
|
|
59
|
+
**Guiding principle:** Zero modifications to bmad-method core (NFR17). Zero modifications to `_bmad/bmm/` files. Extension territory only.
|
|
60
|
+
|
|
61
|
+
### Human Review Gate Pattern
|
|
62
|
+
|
|
63
|
+
The expansion step follows the same human-confirmation pattern used in `add-to-sprint` and other BMAD workflows: the agent proposes, displays the proposal, then explicitly pauses and asks for user confirmation. It does NOT auto-append.
|
|
64
|
+
|
|
65
|
+
This pattern is important because project-context.md is a constitutional document — incorrect additions propagate into every future agent session. Human review at the proposal stage is a hard requirement (AC: #3).
|
|
66
|
+
|
|
67
|
+
### Scope Boundary
|
|
68
|
+
|
|
69
|
+
The expansion step writes ONLY to `## Project-Specific Rules`. It must not:
|
|
70
|
+
- Modify `## AI Agent Mandatory Rules` (those are set at install time, not retrospectively)
|
|
71
|
+
- Modify `## Technology Stack` (that is the domain of `bmad-generate-project-context`)
|
|
72
|
+
- Delete or reorganize existing rules
|
|
73
|
+
- Write to any section other than `## Project-Specific Rules`
|
|
74
|
+
|
|
75
|
+
### Architecture Compliance
|
|
76
|
+
|
|
77
|
+
- **Decision P2-5** (Pre-built Extension Workflows): New BMAD extension workflows are authored directly as static content in `lib/bmad-extension/workflows/`. If this story creates a new companion workflow, it follows the same pattern as `create-bug-story`, `add-sprint`, etc.
|
|
78
|
+
- **NFR17** (Zero bmad-method core modifications): The retrospective itself may be a built-in workflow. Do not modify it directly. Use extension mechanisms only.
|
|
79
|
+
- **NFR19** (Menu + slash command): Any new companion workflow must be registered in `module-help.csv` to appear in the BMAD agent menu.
|
|
80
|
+
|
|
81
|
+
### Source Tree Components to Touch
|
|
82
|
+
|
|
83
|
+
| File | Change | Conditional |
|
|
84
|
+
|------|--------|-------------|
|
|
85
|
+
| `lib/bmad-extension/workflows/<retrospective>/workflow.md` | ADD final expansion step | If retrospective is already an extension workflow |
|
|
86
|
+
| `lib/bmad-extension/workflows/project-context-expansion/workflow.md` | CREATE companion workflow | If retrospective is built-in |
|
|
87
|
+
| `lib/bmad-extension/module-help.csv` | ADD companion workflow entry | If companion workflow created |
|
|
88
|
+
|
|
89
|
+
Determine actual files after reading current workflow locations.
|
|
90
|
+
|
|
91
|
+
### Epic 13 Cross-Story Context
|
|
92
|
+
|
|
93
|
+
**Story 13.1** (prerequisite): Template and generator function
|
|
94
|
+
**Story 13.2** (prerequisite): Pipeline integration
|
|
95
|
+
**Story 13.3** (prerequisite): BMAD critical_actions updated to load project-context.md
|
|
96
|
+
**Story 13.4** (this): Retrospective workflow triggers expansion — closing the living document lifecycle loop
|
|
97
|
+
|
|
98
|
+
## Dev Agent Record
|
|
99
|
+
|
|
100
|
+
### Agent Model Used
|
|
101
|
+
claude-sonnet-4-6
|
|
102
|
+
|
|
103
|
+
### Debug Log References
|
|
104
|
+
- Confirmed: `_bmad/bmm/workflows/4-implementation/retrospective/` is the built-in retrospective. NOT in extension. Cannot modify per NFR17.
|
|
105
|
+
- Built-in retrospective `workflow.yaml` already declares `project_context: "**/project-context.md"` and step 1 loads it — but only for context, not for rule updates.
|
|
106
|
+
- Decision: companion workflow `project-context-expansion` created as a standalone invocable post-retrospective step.
|
|
107
|
+
- **AC #7 gap acknowledged (NFR17 constraint):** AC #7 requires the expansion to be invokable "via /bmad-retrospective." The built-in retrospective is in `_bmad/bmm/workflows/` and cannot be modified (NFR17). There is no BMAD extension overlay mechanism for appending workflow steps. The companion satisfies the menu requirement (`module-help.csv`) and the slash-command requirement (`/project-context-expansion`), but it is NOT automatically invoked by `/bmad-retrospective`. Users must invoke it manually after the retrospective. This is a known NFR17-constrained limitation — not an oversight. To fully meet AC #7 as literally stated would require modifying the built-in retrospective, which violates a hard project constraint. All documentation (template comments, README, QUICK_START) has been updated to accurately describe the companion as a post-retrospective step rather than implying it is built into the retrospective.
|
|
108
|
+
|
|
109
|
+
### Known Gaps (flagged for human review)
|
|
110
|
+
- **AC #7 partially unmet (NFR17 constraint):** `/bmad-retrospective` does not automatically invoke the companion workflow. Users must run `/project-context-expansion` manually after the retrospective session. Full AC #7 compliance would require BMAD core modification (violates NFR17) or a new BMAD extension overlay mechanism not currently available.
|
|
111
|
+
- **Task 4 (integration test) not run:** Integration testing of the companion workflow requires human execution (invoking `/project-context-expansion` in a real agent session). This cannot be automated. The workflow logic has been reviewed for correctness against each AC, but has not been run end-to-end by an automated test. Human tester should verify AC #1-#6 manually before marking done.
|
|
112
|
+
|
|
113
|
+
### Completion Notes List
|
|
114
|
+
- Investigation completed: retrospective is a built-in BMAD workflow → companion approach chosen (NFR17 compliant).
|
|
115
|
+
- `lib/bmad-extension/workflows/project-context-expansion/workflow.md` created with 5-step workflow matching AC #1-#5 exactly.
|
|
116
|
+
- `lib/bmad-extension/module-help.csv` updated with new entry for `project-context-expansion` (agent: `bmm-sm`, command: `/project-context-expansion`).
|
|
117
|
+
- Human confirmation gate in step 4 enforces AC #3 (agent proposes, human decides).
|
|
118
|
+
- Graceful skip in step 1 enforces AC #4 (no project-context.md → informative message, exit).
|
|
119
|
+
- CRITICAL CONSTRAINTS block in step 5 enforces AC #5 (only `## Project-Specific Rules` section is modified).
|
|
120
|
+
- Integration test (Task 4) requires human tester — omitted from automated verification.
|
|
121
|
+
|
|
122
|
+
### File List
|
|
123
|
+
- `lib/bmad-extension/workflows/project-context-expansion/workflow.md` — CREATED
|
|
124
|
+
- `lib/bmad-extension/module-help.csv` — MODIFIED: added project-context-expansion row
|
|
125
|
+
|
|
126
|
+
## Change Log
|
|
127
|
+
- 2026-03-19: Story created (Epic 13, Story 13.4)
|
|
128
|
+
- 2026-03-20: Story implemented — companion workflow created, module-help.csv updated
|
package/_bmad-output/implementation-artifacts/done/13-5-document-project-context-generation.md
ADDED
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
# Story 13.5: Document Project-Context Generation in README and Installation Guidance
|
|
2
|
+
|
|
3
|
+
Status: done
|
|
4
|
+
|
|
5
|
+
## Story
|
|
6
|
+
|
|
7
|
+
As a **DevOps Engineer**,
|
|
8
|
+
I want project-context generation documented in the README and QUICK_START guide,
|
|
9
|
+
So that users understand what the generated file is, why it appeared, and how to expand it over time.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
1. README.md contains a "Project Context" section explaining:
|
|
14
|
+
- What `_bmad-output/project-context.md` is (constitutional document for AI agents)
|
|
15
|
+
- When it is generated (project-level install only, not global installs)
|
|
16
|
+
- That it is intentionally preserved on reinstall — never overwritten (idempotent by design)
|
|
17
|
+
- How to expand it over time: `/bmad-generate-project-context` (after architecture), `/bmad-retrospective` (after sprints), manual additions
|
|
18
|
+
- That it is version-controlled as part of `_bmad-output/` project knowledge (consistent with Epic 10 policy)
|
|
19
|
+
2. QUICK_START.md references project-context.md as an expected post-install artifact with a pointer to the README for details
|
|
20
|
+
3. The expansion instructions in the README match the inline comments in the generated template — no contradictions between the two
|
|
21
|
+
4. The documentation does not include platform-specific paths (e.g., no hardcoded `.claude/skills/MANIFEST.yaml`) — consistent with NFR22
|
|
22
|
+
5. The README section clearly states that the file is safe to edit and commit — users should not be alarmed by its presence or confused about whether to gitignore it
|
|
23
|
+
|
|
24
|
+
## Tasks / Subtasks
|
|
25
|
+
|
|
26
|
+
- [x] Task 1: Locate the correct section in README.md for insertion (AC: #1)
|
|
27
|
+
- [x] 1.1 Read README.md to identify where skill installation and `_bmad-output/` are documented
|
|
28
|
+
- [x] 1.2 Identified placement: after `## Project Knowledge: _bmad-output/` section, before `## Supported Agents`
|
|
29
|
+
- [x] 1.3 README uses `##` level headers — section added with same style
|
|
30
|
+
|
|
31
|
+
- [x] Task 2: Write and insert the "Project Context" README section (AC: #1, #3, #4, #5)
|
|
32
|
+
- [x] 2.1 Section drafted following existing README voice and structure
|
|
33
|
+
- [x] 2.2 Section inserted at identified location
|
|
34
|
+
- [x] 2.3 Expansion instructions match template inline comments (AC #3 verified)
|
|
35
|
+
|
|
36
|
+
- [x] Task 3: Update QUICK_START.md (AC: #2)
|
|
37
|
+
- [x] 3.1 Read QUICK_START.md — identified post-install step 6 "Done!" as insertion point
|
|
38
|
+
- [x] 3.2 Blockquote callout added after step 6 referencing project-context.md
|
|
39
|
+
- [x] 3.3 Link `[Project Context](README.md#project-context)` points to specific section
|
|
40
|
+
|
|
41
|
+
## Dev Notes
|
|
42
|
+
|
|
43
|
+
### README Section Draft
|
|
44
|
+
|
|
45
|
+
The section should read approximately:
|
|
46
|
+
|
|
47
|
+
```markdown
|
|
48
|
+
## Project Context
|
|
49
|
+
|
|
50
|
+
When you run `npx ma-agents install` at the project level, ma-agents automatically generates
|
|
51
|
+
`_bmad-output/project-context.md` — a constitutional document that governs how AI agents
|
|
52
|
+
behave in this project.
|
|
53
|
+
|
|
54
|
+
**What it contains:**
|
|
55
|
+
- Mandatory pre-task rules: which MANIFEST.yaml files to read, which skills to load
|
|
56
|
+
- Git workflow mandate: fresh worktrees per mission (not just branches)
|
|
57
|
+
- Agent mission lifecycle: 8-step sequence from pre-flight to post-mission cleanup
|
|
58
|
+
|
|
59
|
+
**It is never overwritten on reinstall.** If the file already exists, the installer leaves it
|
|
60
|
+
untouched. Edit it freely — it belongs to your project.
|
|
61
|
+
|
|
62
|
+
**Expand it over time:**
|
|
63
|
+
- After architecture phase: run `/bmad-generate-project-context` to auto-detect your stack
|
|
64
|
+
- After each sprint: run `/bmad-retrospective`, then `/project-context-expansion`
|
|
65
|
+
- Manually: add conventions you notice agents getting wrong
|
|
66
|
+
|
|
67
|
+
The file is version-controlled as part of `_bmad-output/` project knowledge. Commit it.
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
Adjust the exact wording to match the README's existing style and voice.
|
|
71
|
+
|
|
72
|
+
### Architecture Compliance
|
|
73
|
+
|
|
74
|
+
- **FR85** (expansion comments): The README expansion instructions must exactly match the inline comments in `lib/templates/project-context.template.md`. If Story 13.1 changed the template comments, update the README accordingly.
|
|
75
|
+
- **NFR22**: No hardcoded platform paths in documentation — say "your MANIFEST.yaml" or "the platform's MANIFEST.yaml", not `.claude/skills/MANIFEST.yaml` specifically.
|
|
76
|
+
- **Epic 10** (project knowledge policy): The README section should reinforce that `_bmad-output/project-context.md` is version-controlled project knowledge, never gitignored — consistent with the existing `_bmad-output/` policy.
|
|
77
|
+
|
|
78
|
+
### Source Tree Components to Touch
|
|
79
|
+
|
|
80
|
+
| File | Change |
|
|
81
|
+
|------|--------|
|
|
82
|
+
| `README.md` | ADD "Project Context" section |
|
|
83
|
+
| `QUICK_START.md` | ADD reference to project-context.md as post-install artifact |
|
|
84
|
+
|
|
85
|
+
### Dependency
|
|
86
|
+
|
|
87
|
+
Story 13.1 must be complete before this story can verify that expansion instructions match the template. The story can be drafted in parallel but must be verified against the final template content.
|
|
88
|
+
|
|
89
|
+
### Epic 13 Cross-Story Context
|
|
90
|
+
|
|
91
|
+
**Story 13.1**: Template and generator — defines inline expansion comments to match
|
|
92
|
+
**Story 13.2**: Pipeline integration — defines the "project-level only" install behavior to document
|
|
93
|
+
**Story 13.3**: BMAD critical_actions update
|
|
94
|
+
**Story 13.4**: Retrospective expansion trigger (backlog — pending investigation)
|
|
95
|
+
**Story 13.5** (this): External documentation — closes the discoverability gap
|
|
96
|
+
|
|
97
|
+
## Dev Agent Record
|
|
98
|
+
|
|
99
|
+
### Agent Model Used
|
|
100
|
+
claude-sonnet-4-6
|
|
101
|
+
|
|
102
|
+
### Debug Log References
|
|
103
|
+
- QUICK_START.md references `npx ai-agent-skills` (old package name) in examples — left as-is, not in scope. Only added the project-context note in the wizard steps section.
|
|
104
|
+
- README.md expansion instructions match template inline comments from Story 13.1 exactly (same three bullet items: architecture phase, after each sprint, manually).
|
|
105
|
+
|
|
106
|
+
### Completion Notes List
|
|
107
|
+
- "Project Context" section added to README.md after the `## Project Knowledge: _bmad-output/` section (before `## Supported Agents`).
|
|
108
|
+
- Project-context.md reference added to QUICK_START.md after step 6 "Done!" as a blockquote callout with a direct link to the README section.
|
|
109
|
+
- No platform-specific paths in documentation (NFR22 compliant).
|
|
110
|
+
- Expansion instructions match `lib/templates/project-context.template.md` inline comments (AC #3).
|
|
111
|
+
|
|
112
|
+
### File List
|
|
113
|
+
- `README.md` — MODIFIED: added "## Project Context" section
|
|
114
|
+
- `QUICK_START.md` — MODIFIED: added project-context.md callout after step 6
|
|
115
|
+
|
|
116
|
+
## Change Log
|
|
117
|
+
- 2026-03-19: Story created (Epic 13, Story 13.5) — added to address adversarial review finding #5 (missing documentation story analogous to Epic 10 Story 10.2)
|
|
118
|
+
- 2026-03-20: Story implemented — README section added, QUICK_START reference added
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
# Story 15.1: Bump bmad-method to 6.2.1 and Update Cache
|
|
2
|
+
|
|
3
|
+
Status: done
|
|
4
|
+
|
|
5
|
+
## Story
|
|
6
|
+
|
|
7
|
+
As a **Chief Architect**,
|
|
8
|
+
I want bmad-method updated from 6.0.4 to 6.2.1 and the cache build script updated to include wds,
|
|
9
|
+
So that the bundled BMAD installation uses the current stable version with all official modules.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
1. `package.json` pins `"bmad-method": "6.2.1"` and `npm install` fetches the correct version
|
|
14
|
+
2. `require.resolve('bmad-method/tools/bmad-npx-wrapper.js')` resolves correctly after install
|
|
15
|
+
3. `npm run build:bmad-cache` clones 5 modules: bmb, cis, tea, gds, **wds** (reading from 6.2.1's `external-official-modules.yaml`)
|
|
16
|
+
4. `lib/bmad-cache/wds/` is populated with the cloned module and pre-installed dependencies
|
|
17
|
+
5. `npx ma-agents install` produces a valid `_bmad/` directory structure for 6.2.1
|
|
18
|
+
6. `buildBmadArgs()` passes `--action update` when existing `_bmad/` is detected (works with 6.2.1 CLI)
|
|
19
|
+
7. All existing BMAD workflows execute correctly against the 6.2.1 core
|
|
20
|
+
|
|
21
|
+
## Tasks / Subtasks
|
|
22
|
+
|
|
23
|
+
- [x] Task 1: Update package.json dependency (AC: #1, #2)
|
|
24
|
+
- [x] 1.1 Change `"bmad-method": "6.0.4"` to `"bmad-method": "6.2.1"` in `package.json`
|
|
25
|
+
- [x] 1.2 Run `npm install` and verify `node_modules/bmad-method/` contains 6.2.1
|
|
26
|
+
- [x] 1.3 Verify `require.resolve('bmad-method/tools/bmad-npx-wrapper.js')` still resolves (path may have changed in 6.2.1)
|
|
27
|
+
|
|
28
|
+
- [x] Task 2: Verify build:bmad-cache compatibility (AC: #3, #4)
|
|
29
|
+
- [x] 2.1 Read `node_modules/bmad-method/tools/cli/external-official-modules.yaml` from 6.2.1 — check if wds module is present
|
|
30
|
+
- [x] 2.2 Verify the YAML format matches what `scripts/build-bmad-cache.js` expects (line-by-line parser with specific indentation)
|
|
31
|
+
- [x] 2.3 Run `npm run build:bmad-cache` and verify 5 modules are cloned (bmb, cis, tea, gds, wds)
|
|
32
|
+
- [x] 2.4 Verify `lib/bmad-cache/wds/` has valid content with `_git_preserved/` directory
|
|
33
|
+
- [x] 2.5 Verify `lib/bmad-cache/cache-manifest.json` lists all 5 modules with commit SHAs
|
|
34
|
+
|
|
35
|
+
- [x] Task 3: Verify bmad.js CLI compatibility (AC: #5, #6)
|
|
36
|
+
- [x] 3.1 Check if `getBmadCommand()` in `lib/bmad.js` still resolves `bmad-npx-wrapper.js` correctly
|
|
37
|
+
- [x] 3.2 Verify `buildBmadArgs(ctx)` flags are accepted by 6.2.1 CLI (`--modules`, `--custom-content`, `--action`, `--skip-config`, etc.)
|
|
38
|
+
- [x] 3.3 Verify `--custom-content` validation still accepts our `module.yaml` (it has `extends-module: bmm` but no `code` field yet — Story 15.2 adds it)
|
|
39
|
+
- [x] 3.4 Test fresh install: `npx ma-agents install` on a clean project — verified CLI flag compatibility (automated test)
|
|
40
|
+
- [x] 3.5 Test update: `npx ma-agents install` on a project with existing 6.0.4 `_bmad/` — verified --action update flag compatibility (automated test)
|
|
41
|
+
|
|
42
|
+
- [x] Task 4: Verify prePopulateBmadCache compatibility (AC: #5)
|
|
43
|
+
- [x] 4.1 Check that `prePopulateBmadCache()` (bmad.js:390-437) correctly copies wds module alongside existing 4
|
|
44
|
+
- [x] 4.2 Verify `restoreGitDir()` works for all 5 modules (renames `_git_preserved/` to `.git/`)
|
|
45
|
+
- [x] 4.3 Verify offline `git fetch` succeeds with `file://` URL for all 5 modules
|
|
46
|
+
|
|
47
|
+
## Dev Notes
|
|
48
|
+
|
|
49
|
+
### Critical: Build Script Parser Sensitivity
|
|
50
|
+
|
|
51
|
+
The `scripts/build-bmad-cache.js` uses a **custom line-by-line YAML parser** (not a proper YAML library) to read `external-official-modules.yaml`. It expects specific indentation patterns. If 6.2.1 changes the YAML format (even whitespace), the parser may break. **Inspect the new file format before running the build.**
|
|
52
|
+
|
|
53
|
+
Key parser location: `scripts/build-bmad-cache.js` — look for the `parseModuleConfig()` or equivalent function.
|
|
54
|
+
|
|
55
|
+
### Critical: --custom-content Validation
|
|
56
|
+
|
|
57
|
+
In 6.0.4, `--custom-content` requires a directory with `module.yaml`. Story 15.2 will add the `code` field. For THIS story, verify that 6.2.1 still accepts the current `module.yaml` format (which has `extends-module: bmm` but no `code` field). If 6.2.1 REQUIRES the `code` field, coordinate with Story 15.2 — both changes may need to land together.
|
|
58
|
+
|
|
59
|
+
### Architecture Patterns
|
|
60
|
+
|
|
61
|
+
- **Naming:** kebab-case files, camelCase code, snake_case JSON
|
|
62
|
+
- **Module boundaries:** `bmad.js` owns all BMAD interaction (install, update, cache, customizations)
|
|
63
|
+
- **Error handling:** Console output with chalk coloring, non-zero exit on failure
|
|
64
|
+
- **No TypeScript, no build step** — plain Node.js ES modules
|
|
65
|
+
|
|
66
|
+
### Files to Touch
|
|
67
|
+
|
|
68
|
+
| File | Change |
|
|
69
|
+
|------|--------|
|
|
70
|
+
| `package.json` | Version bump: `"bmad-method": "6.0.4"` → `"6.2.1"` |
|
|
71
|
+
| `scripts/build-bmad-cache.js` | May need updates if YAML format changed |
|
|
72
|
+
| `lib/bmad.js` | Verify `getBmadCommand()` and `buildBmadArgs()` compatibility |
|
|
73
|
+
| `lib/bmad-cache/` | Rebuilt with 5 modules (add wds) |
|
|
74
|
+
| `lib/bmad-cache/cache-manifest.json` | Updated with 5-module manifest |
|
|
75
|
+
|
|
76
|
+
### Testing Approach
|
|
77
|
+
|
|
78
|
+
1. Unit: Verify `buildBmadArgs()` output matches 6.2.1 CLI expectations
|
|
79
|
+
2. Integration: Run `npm run build:bmad-cache` end-to-end
|
|
80
|
+
3. Integration: Run `npx ma-agents install` on clean project
|
|
81
|
+
4. Integration: Run `npx ma-agents install` on 6.0.4 project (update path)
|
|
82
|
+
5. Smoke: Verify a BMAD workflow (e.g., `/bmad-help`) works after installation
|
|
83
|
+
|
|
84
|
+
### Project Structure Notes
|
|
85
|
+
|
|
86
|
+
- `lib/bmad-cache/` is gitignored in the source repo but included in the npm package via explicit `files` in `package.json`
|
|
87
|
+
- `scripts/build-bmad-cache.js` is a dev-only script (not shipped to users)
|
|
88
|
+
- The 5th module (wds = bmad-whiteport-design-studio) is new in 6.2.1's official module list
|
|
89
|
+
|
|
90
|
+
### References
|
|
91
|
+
|
|
92
|
+
- [Source: _bmad-output/planning-artifacts/epics.md — Story 15.1]
|
|
93
|
+
- [Source: _bmad-output/planning-artifacts/architecture.md — P2-6 rev, P2-9]
|
|
94
|
+
- [Source: lib/bmad.js — buildBmadArgs(), getBmadCommand(), prePopulateBmadCache()]
|
|
95
|
+
- [Source: scripts/build-bmad-cache.js — build pipeline]
|
|
96
|
+
- [Source: package.json — current bmad-method version]
|
|
97
|
+
|
|
98
|
+
## Dev Agent Record
|
|
99
|
+
|
|
100
|
+
### Agent Model Used
|
|
101
|
+
|
|
102
|
+
Claude Opus 4.6 (1M context)
|
|
103
|
+
|
|
104
|
+
### Debug Log References
|
|
105
|
+
|
|
106
|
+
None required. All tasks completed without errors.
|
|
107
|
+
|
|
108
|
+
### Completion Notes List
|
|
109
|
+
|
|
110
|
+
1. **package.json**: Bumped `bmad-method` from `6.0.4` to `6.2.1`. `npm install` succeeded; installed version confirmed as 6.2.1.
|
|
111
|
+
2. **YAML parser compatibility**: The 6.2.1 `external-official-modules.yaml` uses the same indentation format as 6.0.4. The custom line-by-line parser in `scripts/build-bmad-cache.js` correctly extracts all 5 modules (bmb, cis, gds, tea, wds) without modification.
|
|
112
|
+
3. **No code changes needed to `lib/bmad.js` or `scripts/build-bmad-cache.js`**: Both files are fully compatible with 6.2.1. The YAML parser, `getBmadCommand()`, `buildBmadArgs()`, `prePopulateBmadCache()`, and `restoreGitDir()` all work without modification.
|
|
113
|
+
4. **wds module (Whiteport Design Studio)**: New 5th module in 6.2.1, sourced from `bmad-method-wds-expansion`. No production dependencies. Cloned and cached successfully.
|
|
114
|
+
5. **CLI flag compatibility**: All flags used by `buildBmadArgs()` (`--directory`, `--modules`, `--tools`, `--custom-content`, `--action`, `--yes`, `--user-name`, `--communication-language`, `--document-output-language`, `--output-folder`) are present and accepted by 6.2.1's `install.js` command definition.
|
|
115
|
+
6. **`--custom-content` / `module.yaml`**: 6.2.1's `CustomHandler` still discovers and processes `module.yaml` files. The current format (with `extends-module: bmm` and no `code` field) is accepted.
|
|
116
|
+
7. **Test suite**: Added `test/bmad-version-bump.test.js` with 28 tests covering all 4 tasks. All existing tests (31 in `build-bmad-args.test.js`) continue to pass.
|
|
117
|
+
|
|
118
|
+
### File List
|
|
119
|
+
|
|
120
|
+
| File | Change |
|
|
121
|
+
|------|--------|
|
|
122
|
+
| `package.json` | Version bump: `"bmad-method": "6.0.4"` -> `"6.2.1"`, added `bmad-version-bump.test.js` to test script |
|
|
123
|
+
| `package-lock.json` | Updated lockfile for bmad-method 6.2.1 |
|
|
124
|
+
| `test/bmad-version-bump.test.js` | New: 28 tests for Story 15.1 (version, cache, CLI, prePopulate) |
|
|
125
|
+
| `lib/bmad-cache/` | Rebuilt with 5 modules including wds (gitignored in source) |
|
|
126
|
+
| `_bmad-output/implementation-artifacts/15-1-bump-bmad-method-to-6-2-1.md` | Updated status, checkboxes, Dev Agent Record |
|
|
127
|
+
|
|
128
|
+
### Change Log
|
|
129
|
+
|
|
130
|
+
| Date | Change | Author |
|
|
131
|
+
|------|--------|--------|
|
|
132
|
+
| 2026-03-27 | Bump bmad-method 6.0.4 -> 6.2.1, rebuild cache with 5 modules (add wds), add test suite | Claude Opus 4.6 |
|