You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617
  1. {
  2. "module-code": "bmm",
  3. "replaces-skill": "bmad-create-product-brief",
  4. "capabilities": [
  5. {
  6. "name": "create-brief",
  7. "menu-code": "CB",
  8. "description": "Produces executive product brief and optional LLM distillate for PRD input.",
  9. "supports-headless": true,
  10. "phase-name": "1-analysis",
  11. "after": ["brainstorming", "perform-research"],
  12. "before": ["create-prd"],
  13. "is-required": true,
  14. "output-location": "{planning_artifacts}"
  15. }
  16. ]
  17. }