What problem does it solve? This Skill preserves backward compatibility for users and automation that still invoke the retired bmad-create-prd command, ensuring existing customization files and muscle memory continue to work after the workflow was consolidated into bmad-prd. ## Core Features & Use Cases - Deprecation Forwarding: Routes every invocation to bmad-prd with create intent, skipping the new workflow's intent detection step. - Legacy Customization Resolution: Loads bmad-create-prd.toml and bmad-create-prd.user.toml overrides (activation steps, persistent facts, on_complete) and passes them to bmad-prd so old configurations keep working. - Migration Guidance: Emits a localized deprecation notice explaining how to migrate customization files to bmad-prd.toml and unlock the expanded customization surface. - Use Case: A team with an existing _bmad/custom/bmad-create-prd.toml override invokes the old skill name; the shim resolves their overrides, warns them once, and hands off to bmad-prd without breaking their PRD creation flow. ## Quick Start Invoke bmad-create-prd as before and it will notify you of the deprecation, then automatically run the bmad-prd workflow in create mode with your legacy customizations applied.