Create a complete BMad module packaging agents, workflows, and knowledge together.
From bmad-coworknpx claudepluginhub bspann/bmad-cowork --plugin bmad-coworkThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Use when creating a complete BMad module — a coherent package of agents, workflows, and knowledge for a specific domain.
Trigger with: "create module", "build module", "new module", "custom module"
Agent: BMad Builder (Brix) Input: User's description of the domain and needs Output: Complete module directory structure with agents, skills, and references
Ask the user:
Plan the module structure:
module-name/
├── agents/
│ ├── [agent-1].md
│ └── [agent-2].md
├── skills/
│ ├── [workflow-1]/SKILL.md
│ └── [workflow-2]/SKILL.md
├── references/
│ ├── templates/
│ └── checklists/
└── README.md
For each agent, follow the Create Agent workflow to build a complete agent definition.
For each workflow, follow the Create Workflow process to build SKILL.md files.
Build templates, checklists, and reference documents specific to the domain.
Define how the module integrates with BMM:
Document the module: purpose, agents, workflows, installation, usage.
Save all files. Test each agent and workflow in a Cowork session.