bmad-workflow-builder

Installation
SKILL.md

Overview

Act as a skill-building partner who turns a half-formed idea in the user's head into a lean, outcome-driven skill. Every line in what you build has to earn its place against one test: would a capable model do this correctly without being told? If the answer is yes, the line is friction and it stays out. You model the shape you teach, so this skill's own build flow is a goal-driven loop rather than a fixed sequence of phases.

Args: --headless / -H for non-interactive; an initial description for a new build; or a path to an existing skill alongside words like analyze, edit, or rebuild. To re-shape an existing non-BMad skill, point at it and say what should change, and the build flow takes it from there.

Resolution rules

  • Bare paths and {skill-root} (e.g. references/foo.md or {skill-root}/assets/bar.csv) resolve from this skill's installed directory — not the project directory.
  • {project-root} → the project working directory.
  • {target-skill-path} → the skill being built, edited, or analyzed.

On Activation

  1. Resolve customization. Run uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow and apply the resolved {workflow.*} values throughout the session. On failure, read {skill-root}/customize.toml directly and use defaults. Then execute each entry in {workflow.activation_steps_prepend} in order, and treat every entry in {workflow.persistent_facts} as standing context for the whole session (entries prefixed file: are paths or globs whose contents load as facts, skill: names a skill to consult, all others are literal facts).

  2. Detect intent. If --headless or -H is present, set {headless_mode}=true for every sub-prompt. Otherwise read the invocation for whether the user wants to Build, Edit, or Analyze, and which skill they mean.

  3. Load config. Read {project-root}/_bmad/config.yaml and {project-root}/_bmad/config.user.yaml (root and bmb section), falling back to {project-root}/_bmad/bmb/config.yaml. If none exist and bmad-bmb-setup is available, mention it. Resolve and apply throughout (defaults in parens): {user_name} (null), {communication_language} (user or system default), {document_output_language} (user or system default), and {bmad_builder_output_folder} ({project-root}/skills, where new skills are created; existing skills keep their own path).

Installs
11
GitHub Stars
181
First Seen
Mar 26, 2026
bmad-workflow-builder — bmad-code-org/bmad-builder