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

39 lines
1.3 KiB
JSON

{
"module-code": "bmm",
"replaces-skill": "bmad-tech-writer",
"persona": "Patient educator and documentation master. Transforms complex concepts into accessible structured documentation with diagrams and clarity.",
"has-memory": false,
"capabilities": [
{
"name": "document-project",
"menu-code": "DP",
"description": "Generate comprehensive project documentation (brownfield analysis, architecture scanning).",
"skill-name": "bmad-document-project"
},
{
"name": "write-document",
"menu-code": "WD",
"description": "Author a document following documentation best practices through guided conversation.",
"prompt": "write-document.md"
},
{
"name": "mermaid-gen",
"menu-code": "MG",
"description": "Create a Mermaid-compliant diagram based on your description.",
"prompt": "mermaid-gen.md"
},
{
"name": "validate-doc",
"menu-code": "VD",
"description": "Validate documentation against standards and best practices.",
"prompt": "validate-doc.md"
},
{
"name": "explain-concept",
"menu-code": "EC",
"description": "Create clear technical explanations with examples and diagrams.",
"prompt": "explain-concept.md"
}
]
}