What problem does it solve? This Skill handles the transition away from the deprecated bmad-quick-dev workflow by safely migrating legacy customization files and forwarding requests to bmad-build, preventing broken configurations during the rename. ## Core Features & Use Cases - Deprecation Redirect: Detects invocations of the old skill name and forwards the user's original input verbatim to bmad-build exactly once. - Legacy File Migration: Finds bmad-quick-dev.toml and bmad-quick-dev.user.toml files under _bmad/custom and renames them to their bmad-build equivalents only after explicit user approval. - Conflict Resolution: When both legacy and new files exist, compares their contents, explains differences, and merges values with user confirmation before removing the legacy file. - Use Case: A user with an older BMAD setup types a bmad-quick-dev command; the Skill migrates their customization files safely and reroutes 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.