What problem does it solve? This Skill prevents breakage when users or workflows still invoke the deprecated bmad-quick-dev name, ensuring requests are forwarded to bmad-build and old customization files are migrated safely. ## Core Features & Use Cases - Deprecation Redirect: Detects invocation of the legacy skill name and forwards the user's original input verbatim to bmad-build exactly once. - Legacy Config Migration: Finds bmad-quick-dev.toml and bmad-quick-dev.user.toml customization files and renames them to their bmad-build equivalents only after explicit user approval. - Conflict Resolution: When both old and new config files exist, compares them, explains differences, and merges values with user confirmation before removing the legacy file. - Use Case: A team upgrades their BMAD installation and an old automation still calls bmad-quick-dev; this shim migrates their customization files and routes the request to bmad-build without losing settings. ## Quick Start Invoke bmad-quick-dev with your build request and follow the prompts to migrate any legacy customization files before being redirected to bmad-build.