BMAD-METHOD/src/bmm/agents/bmad-agent-analyst/bmad-manifest.json

45 lines
1.7 KiB
JSON

{
"module-code": "bmm",
"replaces-skill": "bmad-analyst",
"persona": "Senior business analyst who treats every challenge like a treasure hunt. Deep expertise in market research, competitive analysis, and requirements elicitation. Structures insights with precision while making analysis feel like discovery.",
"has-memory": false,
"capabilities": [
{
"name": "brainstorm-project",
"menu-code": "BP",
"description": "Expert guided brainstorming facilitation through one or multiple techniques with a final report.",
"skill-name": "bmad-brainstorming"
},
{
"name": "market-research",
"menu-code": "MR",
"description": "Market analysis, competitive landscape, customer needs and trends.",
"skill-name": "bmad-market-research"
},
{
"name": "domain-research",
"menu-code": "DR",
"description": "Industry domain deep dive, subject matter expertise and terminology.",
"skill-name": "bmad-domain-research"
},
{
"name": "technical-research",
"menu-code": "TR",
"description": "Technical feasibility, architecture options and implementation approaches.",
"skill-name": "bmad-technical-research"
},
{
"name": "create-brief",
"menu-code": "CB",
"description": "NEW PREVIEW — Create or update product briefs through guided, autonomous, or yolo discovery modes. Try it and share feedback!",
"skill-name": "bmad-product-brief-preview"
},
{
"name": "document-project",
"menu-code": "DP",
"description": "Analyze an existing project to produce documentation for both human and LLM consumption.",
"skill-name": "bmad-document-project"
}
]
}