From bmad-cowork
Design and create a new BMad workflow with steps, templates, and checklists.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bmad-cowork:builder-create-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use when creating a new workflow (skill) with structured steps, templates, and checklists.
Use when creating a new workflow (skill) with structured steps, templates, and checklists.
Trigger with: "create workflow", "build workflow", "new skill", "custom workflow"
Agent: BMad Builder (Brix)
Input: User's description of the workflow
Output: SKILL.md file in skills/[workflow-name]/
Ask the user:
Create a SKILL.md following BMad conventions:
# [Workflow Name]
[Description paragraph with trigger phrases]
Trigger with: "[phrases]"
## Instructions
**Agent:** [Agent Name]
**Input:** [Input files/information]
**Output:** [Output artifacts with paths]
### Step 1: [Title]
[Instructions]
### Step 2: [Title]
[Instructions]
...
_bmad-output/ conventionCreate directory skills/[workflow-name]/ and save SKILL.md. Inform user to run /reload-plugins.
npx claudepluginhub bspann/bmad-cowork --plugin bmad-coworkBuilds, converts, and analyzes outcome-driven AI workflows and skills via conversational guidance. Supports headless mode, quality checks, edits, and HTML comparison reports for conversions.
Builds, edits, and analyzes Claude Code skills and workflows from user descriptions. Invoke when a user wants to create, modify, or quality-check a skill.
Composes valid looplia v0.7.0 workflow YAML/Markdown files from skill recommendations and user preferences. Final step for /build commands, workflow creation, or automation pipelines.