What problem does it solve? This Skill preserves backward compatibility for teams still invoking the deprecated bmad-validate-prd command, ensuring existing customizations and override files continue to work while routing all validation work to the consolidated bmad-prd workflow. ## Core Features & Use Cases - Deprecation Shim: Emits a migration notice and forwards the invocation to bmad-prd with validate intent, skipping its intent detection step. - Customization Resolution: Loads legacy override files (bmad-validate-prd.toml and .user.toml) for activation steps, persistent facts, and on-complete behavior, then passes them to bmad-prd. - Use Case: A team with an existing _bmad/custom/bmad-validate-prd.toml configuration invokes the old skill name; the shim resolves their customizations, warns about deprecation, and runs the PRD validation through bmad-prd without breaking their workflow. ## Quick Start Invoke bmad-validate-prd with the path to your PRD document to run the validation workflow through the forwarded bmad-prd skill.