What problem does it solve? Changing the behavior of installed BMad skills normally requires editing their source files, which breaks on upgrades. 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 of customizable skills: Scans installed skills for customize.toml files and lists agent and workflow surfaces with existing override status. - Guided override authoring: Classifies intent, picks the right surface (agent vs workflow), composes sparse TOML overrides with correct merge semantics, and places them as team or user files. - Verified writes: Shows a diff before writing, then verifies the result with the BMad customization resolver or a manual base-team-user merge fallback. - Use Case: A user says "make the PM agent always ask about budget constraints" and the Skill writes a bmad-agent-pm.toml override appending to persistent_facts, then confirms the merged result. ## Quick Start Ask the assistant to customize a BMad skill, for example: "customize bmad so the PRD workflow uses my own template."