What problem does it solve? Existing projects and customization files that still reference the old bmad-create-prd skill would break after it was consolidated into bmad-prd. This compatibility shim keeps those invocations working while guiding users toward the new unified skill. ## Core Features & Use Cases - Backward Compatibility: Resolves legacy bmad-create-prd.toml customization overrides (activation steps, persistent facts, on_complete hooks) so existing project configurations keep working. - Intent Forwarding: Invokes bmad-prd with create intent, skipping its intent detection step and passing pre-resolved legacy customization values. - Deprecation Notice: Emits a localized notice explaining the migration path to bmad-prd.toml and the new customization fields available. - Use Case: A team with an existing _bmad/custom/bmad-create-prd.toml runs the old skill name after an update; the shim loads their overrides, warns them about deprecation, and seamlessly creates the PRD through the new workflow. ## Quick Start Invoke the skill by name to create a new PRD, and it will forward your request to bmad-prd with create intent while applying your legacy customization overrides.