What problem does it solve? Existing setups that invoke bmad-validate-prd by name or rely on legacy customization files would break after the skill was merged into bmad-prd. This compatibility shim keeps those invocations working while guiding users toward the consolidated workflow. ## Core Features & Use Cases - Backward Compatibility: Resolves legacy bmad-validate-prd.toml and .user.toml overrides so existing customizations keep working. - Deprecation Notice: Informs the user in their configured language that the skill is deprecated and explains how to migrate to bmad-prd. - Intent Forwarding: Invokes bmad-prd with validate intent, passing pre-resolved legacy customization values and the original user input. - Use Case: A team with an existing _bmad/custom/bmad-validate-prd.toml runs their usual validation command; the shim applies their overrides, warns about deprecation, and hands off to the new unified PRD workflow. ## Quick Start Invoke bmad-validate-prd with the path to the PRD you want validated, and it will forward the request to bmad-prd with validate intent.