What problem does it solve? Installed BMad skills expose only a fixed set of customization points, and hand-editing override files risks wrong field names, wrong merge modes, or wrong placement. This Skill translates plain-English customization requests into correctly placed, verified TOML overrides under _bmad/custom/. ## Core Features & Use Cases - Discovery and routing: Scans installed skills for customize.toml surfaces, classifies them as agent or workflow, and reports existing team/user overrides. - Override authoring: Composes sparse TOML overrides with correct merge semantics (scalars override, arrays append, keyed tables merge by code/id). - Team vs user placement: Writes policy-level changes to committed {skill-name}.toml and personal changes to gitignored {skill-name}.user.toml. - Verification: Runs the BMad customization resolver (or a manual base → team → user merge fallback) to confirm the override landed. - Use Case: A user says "make the PM agent always include our compliance checklist" — the Skill locates bmad-agent-pm, composes a persistent_facts override, writes it to _bmad/custom/bmad-agent-pm.toml, and verifies the merged result. ## Quick Start Ask the assistant to customize a BMad skill, for example: customize the bmad PM agent to always include our team's compliance checklist in every workflow.