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. - Verification: Runs the BMad customization resolver (or a manual merge fallback) to confirm the override landed as intended. - Use Case: A user says "make the PM agent always include our compliance checklist" — the Skill locates the agent's customize.toml, appends to persistent_facts, writes bmad-agent-pm.toml under _bmad/custom/, and verifies the merged result. ## Quick Start Ask the assistant to customize a BMad skill, for example: change the PRD workflow to use a different output template.