您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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