From bmad-cowork
Design and create a new custom BMad agent with persona, expertise, and workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bmad-cowork:builder-create-agentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use when creating a new custom BMad agent with persona, expertise, workflows, and menu.
Use when creating a new custom BMad agent with persona, expertise, workflows, and menu.
Trigger with: "create agent", "build agent", "new agent", "custom agent"
Agent: BMad Builder (Brix)
Input: User's description of the agent they want
Output: Agent markdown file in agents/ directory
Ask the user:
Using BMad agent conventions, design:
---
name: bmad-[kebab-case-name]
description: |
Use when [trigger conditions].
Trigger with: "[trigger phrases]"
model: sonnet
maxTurns: [appropriate limit]
---
Followed by:
Check the agent against BMad standards:
If the agent needs custom workflows, create corresponding SKILL.md files in skills/ directories.
Save agent file. Inform user to run /reload-plugins to pick up the new agent.
npx claudepluginhub bspann/bmad-cowork --plugin bmad-coworkBuilds, edits, or analyzes Agent Skills via conversational discovery of personas, capabilities, and memory. Auto-activates on 'Create an Agent', 'Analyze an Agent', or 'Edit an Agent' requests.
Builds, edits, or analyzes agent skills through conversational discovery. Supports stateless, memory, and autonomous agent types with headless mode.
Interactive six-phase questionnaire that designs focused sub-agent definitions — specialist, role, or team-lead — with proper frontmatter, tool permissions, and system prompts.