What problem does it solve? This Skill keeps legacy invocations of the retired bmad-sprint-status workflow working by transparently forwarding them to bmad-sprint-planning, so existing commands and customization files do not break after the consolidation. ## Core Features & Use Cases - Backward Compatibility: Existing invocations by name and _bmad/custom/bmad-sprint-status.toml override files continue to work without changes. - Deprecation Notice: Emits a localized notice telling users to migrate to bmad-sprint-planning and move their TOML overrides. - Context Forwarding: Resolves legacy customization fields (activation steps, persistent facts, on_complete) and passes them, along with the original user input, to bmad-sprint-planning's status view. - Use Case: A team member types the old "show sprint status" command after the workflow was consolidated; the shim resolves their saved overrides, warns about deprecation, and hands off to the current planning workflow. ## Quick Start Ask the assistant to show the current sprint status and it will route through this shim into bmad-sprint-planning's status view.