What problem does it solve? This Skill preserves backward compatibility for teams still invoking the deprecated bmad-edit-prd command, ensuring existing customizations and override files keep working while the workflow has been consolidated into bmad-prd. ## Core Features & Use Cases - Deprecation Forwarding: Emits a deprecation notice in the user's configured language and transparently forwards the invocation to bmad-prd with update intent. - Legacy Customization Resolution: Resolves legacy override fields (activation_steps_prepend, activation_steps_append, persistent_facts, on_complete) from _bmad/custom/bmad-edit-prd.toml via the resolve_customization.py script. - Use Case: A team with an existing bmad-edit-prd.toml override invokes the old skill name; the shim loads their customizations, warns about deprecation, and hands off to bmad-prd so their PRD update proceeds without breaking changes. ## Quick Start Invoke bmad-edit-prd with the path to the PRD you want to update and describe the change you need.