What problem does it solve? Changing the behavior of installed BMad agents or workflows 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 of customizable skills: Scans installed skill directories 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 confirms before writing. - Verification of applied overrides: Runs the BMad customization resolver (or a manual merge fallback) to show how base, team, and user layers combine. - Use Case: A team lead wants every PRD workflow to prepend a compliance checklist step. The Skill locates the workflow's customize.toml, writes bmad-prd.toml with activation_steps_prepend, and verifies the merged result. ## Quick Start Ask the assistant to customize a BMad skill, for example: change the PM agent's persona and add a persistent fact using bmad-customize.