From b6affda018736ad2d7a8c6a9859a8467d9344f94 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Fri, 6 Mar 2026 21:29:36 -0700 Subject: [PATCH] fix: add missing skill manifests for research and PRD workflows These manifests were missed during the all-is-skills migration (#1834), leaving 6 workflows undiscoverable by the native skills installer. Co-Authored-By: Claude Opus 4.6 --- .../1-analysis/research/bmad-skill-manifest.yaml | 14 ++++++++++++++ .../create-prd/bmad-skill-manifest.yaml | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 src/bmm/workflows/1-analysis/research/bmad-skill-manifest.yaml create mode 100644 src/bmm/workflows/2-plan-workflows/create-prd/bmad-skill-manifest.yaml diff --git a/src/bmm/workflows/1-analysis/research/bmad-skill-manifest.yaml b/src/bmm/workflows/1-analysis/research/bmad-skill-manifest.yaml new file mode 100644 index 000000000..0c815c1bd --- /dev/null +++ b/src/bmm/workflows/1-analysis/research/bmad-skill-manifest.yaml @@ -0,0 +1,14 @@ +workflow-domain-research.md: + canonicalId: bmad-bmm-domain-research + type: workflow + description: "Conduct domain and industry research" + +workflow-market-research.md: + canonicalId: bmad-bmm-market-research + type: workflow + description: "Conduct market research on competition and customers" + +workflow-technical-research.md: + canonicalId: bmad-bmm-technical-research + type: workflow + description: "Conduct technical research on technologies and architecture" diff --git a/src/bmm/workflows/2-plan-workflows/create-prd/bmad-skill-manifest.yaml b/src/bmm/workflows/2-plan-workflows/create-prd/bmad-skill-manifest.yaml new file mode 100644 index 000000000..fdbe80cd9 --- /dev/null +++ b/src/bmm/workflows/2-plan-workflows/create-prd/bmad-skill-manifest.yaml @@ -0,0 +1,14 @@ +workflow-create-prd.md: + canonicalId: bmad-bmm-create-prd + type: workflow + description: "Create a PRD from scratch" + +workflow-edit-prd.md: + canonicalId: bmad-bmm-edit-prd + type: workflow + description: "Edit an existing PRD" + +workflow-validate-prd.md: + canonicalId: bmad-bmm-validate-prd + type: workflow + description: "Validate a PRD against standards"