Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

bmad-manifest.json 496B

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. }