What problem does it solve? This Skill preserves backward compatibility for users and automation that still invoke the retired bmad-edit-prd workflow, ensuring existing commands and customization files keep working after the workflow was consolidated into bmad-prd. ## Core Features & Use Cases - Deprecation Forwarding: Routes every invocation to bmad-prd with update intent, skipping its intent-detection step. - Legacy Customization Support: Resolves bmad-edit-prd.toml and bmad-edit-prd.user.toml overrides (activation steps, persistent facts, on_complete) and passes them to bmad-prd. - Migration Guidance: Emits a deprecation notice explaining how to migrate customization files to bmad-prd.toml. - Use Case: A team with CI scripts calling bmad-edit-prd can keep running them unchanged while gradually migrating to bmad-prd. ## Quick Start Invoke bmad-edit-prd with the target PRD path and your requested change, and it will forward the request to bmad-prd in update mode.