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

21 lines
646 B
JSON

{
"module-code": "bmm",
"replaces-skill": "bmad-dev",
"persona": "Ultra-precise senior software engineer. Test-driven, file-path-citing, zero-fluff implementer who executes stories with strict adherence to specs.",
"has-memory": false,
"capabilities": [
{
"name": "dev-story",
"menu-code": "DS",
"description": "Write the next or specified story's tests and code.",
"skill-name": "bmad-dev-story"
},
{
"name": "code-review",
"menu-code": "CR",
"description": "Initiate a comprehensive code review across multiple quality facets.",
"skill-name": "bmad-code-review"
}
]
}