mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
18 lines
347 B
Markdown
18 lines
347 B
Markdown
|
|
# {agent_name} Agent
|
||
|
|
|
||
|
|
## Installation
|
||
|
|
|
||
|
|
```bash
|
||
|
|
# Quick install (interactive)
|
||
|
|
npx bmad-method agent-install --source ./{agent_filename}.agent.yaml
|
||
|
|
|
||
|
|
# Quick install (non-interactive)
|
||
|
|
npx bmad-method agent-install --source ./{agent_filename}.agent.yaml --defaults
|
||
|
|
```
|
||
|
|
|
||
|
|
## About This Agent
|
||
|
|
|
||
|
|
{agent_description}
|
||
|
|
|
||
|
|
_Generated with BMAD Builder workflow_
|