What problem does it solve? Existing projects and customization files that still reference the old bmad-edit-prd skill would break after it was merged into bmad-prd; this compatibility shim keeps those invocations working while guiding users to migrate. ## Core Features & Use Cases - Backward Compatibility: Resolves legacy _bmad/custom/bmad-edit-prd.toml overrides (activation steps, persistent facts, on_complete) and forwards them to bmad-prd. - Deprecation Notice: Emits a localized warning explaining the consolidation and how to migrate customization files to bmad-prd.toml. - Intent Forwarding: Invokes bmad-prd with update intent pre-set, skipping its intent detection step. - Use Case: A team with an existing bmad-edit-prd.toml customization runs the old skill name; the shim loads their overrides, warns about deprecation, and hands off to bmad-prd to update the target PRD. ## Quick Start Invoke bmad-edit-prd with the path to the PRD you want to update and describe the change you need.