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: Scans installed skills for customize.toml surfaces and lists which agents and workflows can be overridden, including existing team/user overrides. - Guided authoring: Classifies intent (directed, exploratory, audit, cross-cutting), picks the right agent vs workflow surface, and composes sparse TOML overrides with correct merge semantics. - Verified writes: Shows a diff, waits for confirmation, writes team (.toml) or user (.user.toml) files, then verifies the merged result with the resolver script or a manual fallback merge. - Use Case: A team lead wants every PRD workflow to use a custom template and append an org compliance step. The Skill locates bmad-prd, composes the override, writes _bmad/custom/bmad-prd.toml, and verifies the resolved output. ## Quick Start Ask the assistant to customize a BMad skill, for example: override the bmad-prd workflow to use my custom template and add a compliance review step.