bmad-workflow-builder

Build, edit, and analyze BMad workflows and skill units.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/mol4/BMAD-Board --skill bmad-workflow-builder-mol4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-workflow-builder
Source: https://github.com/mol4/BMAD-Board/tree/main/BMAD%20board/.agents/skills/bmad-workflow-builder
Command: npx skills add https://github.com/mol4/BMAD-Board --skill bmad-workflow-builder-mol4

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps you build, edit, and analyze BMad workflows and skill units without hand-crafting the structure from scratch.

Core Features & Use Cases

  • Workflow Creation: Turn an idea, target path, or existing skill into a structured BMad workflow.
  • Workflow Editing: Refactor or rebuild an existing skill while preserving the right configuration and file layout.
  • Quality Analysis: Review a skill for structure, determinism, customization, and user-experience gaps.
  • Use Case: Use it when you need to create a new workflow, update a live skill, or audit a repository against BMad standards.

Quick Start

Ask the bmad-workflow-builder to build a new BMad workflow from your idea or analyze an existing skill directory.

Frequently Asked Questions about bmad-workflow-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a structured BMad workflow from scratch?

To build a structured BMad workflow, provide your idea or target path to generate skill units, SKILL.md files, and reference configurations without requiring manual file crafting.

Can I refactor an existing skill repository against BMad standards?

Yes, you can refactor an existing skill repository against BMad standards. The builder edits and rebuilds live skills while preserving the correct configuration and file layout for module-style setups.

What is the best way to analyze BMad skill quality and determinism?

The best way to analyze BMad skill quality is using configuration-aware scripts for deterministic checks. This reviews structure, customization, and user-experience gaps across BMad repositories.

Do I need a SKILL.md file to perform a BMad workflow quality review?

Yes, a SKILL.md file is required for a BMad workflow quality review. The analysis process requires access to SKILL.md and supporting reference files to generate deterministic reports.

Why does my BMad skill refactoring fail to preserve configuration?

BMad skill refactoring may fail to preserve configuration if supporting reference files are missing. Ensure the directory contains the required configuration-aware scripts and assets before rebuilding.