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..02bf825e9 --- /dev/null +++ b/src/bmm/workflows/1-analysis/research/bmad-skill-manifest.yaml @@ -0,0 +1,14 @@ +workflow-domain-research.md: + canonicalId: bmad-domain-research + type: workflow + description: "Conduct domain and industry research. Use when the user says 'lets create a research report on [domain or industry]'" + +workflow-market-research.md: + canonicalId: bmad-market-research + type: workflow + description: "Conduct market research on competition and customers. Use when the user says 'create a market research report about [business idea]'" + +workflow-technical-research.md: + canonicalId: bmad-technical-research + type: workflow + description: "Conduct technical research on technologies and architecture. Use when the user says 'create a technical research report on [topic]'" 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..aea9910a2 --- /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-create-prd + type: workflow + description: "Create a PRD from scratch. Use when the user says 'lets create a product requirements document' or 'I want to create a new PRD'" + +workflow-edit-prd.md: + canonicalId: bmad-edit-prd + type: workflow + description: "Edit an existing PRD. Use when the user says 'edit this PRD'" + +workflow-validate-prd.md: + canonicalId: bmad-validate-prd + type: workflow + description: "Validate a PRD against standards. Use when the user says 'validate this PRD' or 'run PRD validation'"