What problem does it solve? Changing the behavior of installed BMad skills normally requires editing their source files, which breaks on updates. This Skill translates plain-English customization requests into correctly placed TOML override files under _bmad/custom/, keeping base skills untouched. ## Core Features & Use Cases - Discovery: Scans installed skills for customize.toml files and lists which agents and workflows expose customization surfaces, including existing team or user overrides. - Override Authoring: Composes sparse TOML overrides for agent personas, workflow templates, menu items, and activation steps, with correct merge semantics for scalars, arrays, and keyed tables. - Team vs User Placement: Routes policy-level changes to committed team files and personal preferences to gitignored user files. - Verification: Runs the BMad customization resolver to confirm the merged result, with a manual merge fallback when the resolver is unavailable. - Use Case: A user says "make the PM agent always include our compliance checklist" — the Skill locates the agent's customize.toml, writes a persistent_facts override to _bmad/custom/bmad-agent-pm.toml, and verifies the merged output. ## Quick Start Ask the assistant to customize a BMad skill, for example: "customize the bmad PRD workflow to use my own template."