What problem does it solve? This Skill prevents breakage when users still invoke the deprecated bmad-dev-auto name, ensuring their requests reach bmad-build-auto and their old customization files are safely migrated. ## Core Features & Use Cases - Deprecation Redirect: Forwards any invocation of bmad-dev-auto to bmad-build-auto with the user's original input preserved verbatim. - Legacy File Migration: Detects bmad-dev-auto.toml and bmad-dev-auto.user.toml customization files and renames them to the bmad-build-auto equivalents only after explicit user approval. - Conflict Resolution: When both legacy and new files exist, compares their contents, proposes merged content, and halts safely if approval is declined. - Use Case: A user with an older BMAD setup types a bmad-dev-auto command; the Skill migrates their custom configuration and transparently runs bmad-build-auto instead. ## Quick Start Invoke bmad-dev-auto with your build request and it will redirect to bmad-build-auto after handling any legacy customization files.