fix(skills): add canonicalIds for BMM research and PRD workflows

Drop the bmm module prefix from 6 workflow skill names so they
install as bmad-create-prd, bmad-domain-research, etc. instead of
bmad-bmm-create-prd, bmad-bmm-domain-research, etc.
This commit is contained in:
Alex Verkhovsky 2026-03-07 11:11:47 -07:00
parent 04a96bb306
commit e0a8a5a9a1
2 changed files with 12 additions and 12 deletions

View File

@ -1,14 +1,14 @@
workflow-domain-research.md:
canonicalId: bmad-bmm-domain-research
canonicalId: bmad-domain-research
type: workflow
description: "Conduct domain and industry research"
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-bmm-market-research
canonicalId: bmad-market-research
type: workflow
description: "Conduct market research on competition and customers"
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-bmm-technical-research
canonicalId: bmad-technical-research
type: workflow
description: "Conduct technical research on technologies and architecture"
description: "Conduct technical research on technologies and architecture. Use when the user says 'create a technical research report on [topic]'"

View File

@ -1,14 +1,14 @@
workflow-create-prd.md:
canonicalId: bmad-bmm-create-prd
canonicalId: bmad-create-prd
type: workflow
description: "Create a PRD from scratch"
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-bmm-edit-prd
canonicalId: bmad-edit-prd
type: workflow
description: "Edit an existing PRD"
description: "Edit an existing PRD. Use when the user says 'edit this PRD'"
workflow-validate-prd.md:
canonicalId: bmad-bmm-validate-prd
canonicalId: bmad-validate-prd
type: workflow
description: "Validate a PRD against standards"
description: "Validate a PRD against standards. Use when the user says 'validate this PRD' or 'run PRD validation'"