bmad-sprint-status

Forwards deprecated sprint status invocations to the bmad-sprint-planning status view.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/tuanpa-nhg-eng/nhg-ipms --skill bmad-sprint-status-tuanpa-nhg-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-sprint-status
Source: https://github.com/tuanpa-nhg-eng/nhg-ipms/tree/main/.claude/skills/bmad-sprint-status
Command: npx skills add https://github.com/tuanpa-nhg-eng/nhg-ipms --skill bmad-sprint-status-tuanpa-nhg-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

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, which now owns the sprint-status artifact end to end. ## Core Features & Use Cases - Backward Compatibility: Existing calls by name and _bmad/custom/bmad-sprint-status.toml override files continue to work without breaking. - Deprecation Notice: Emits a localized notice telling users to migrate to bmad-sprint-planning and move their customization overrides. - Context Forwarding: Passes pre-resolved legacy customization values (activation steps, persistent facts, on_complete) and the original user input to bmad-sprint-planning's status view. - Use Case: A team member habitually types "show sprint status" via the old skill name; the shim resolves their legacy TOML overrides, warns about deprecation, and hands off to the consolidated planning workflow. ## Quick Start Invoke the skill by saying "show sprint status" and it will forward the request to bmad-sprint-planning with your legacy customizations applied.

Frequently Asked Questions about bmad-sprint-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I show sprint status in BMad after bmad-sprint-status was deprecated?

Invoke bmad-sprint-planning directly with a phrase like "show sprint status". The old bmad-sprint-status skill still works but forwards to bmad-sprint-planning and displays a deprecation notice.

What happened to the bmad-sprint-status skill?

It was consolidated into bmad-sprint-planning, which now owns gating, generating, and viewing the sprint-status artifact. The old skill remains only as a thin compatibility shim and will be removed in a future release.

Will my bmad-sprint-status.toml customization overrides still work?

Yes, the shim resolves `_bmad/custom/bmad-sprint-status.toml` and `.user.toml` overrides for activation steps, persistent facts, and on_complete, then passes them to bmad-sprint-planning. You should migrate them to `bmad-sprint-planning.toml` to silence the notice.

How do I silence the bmad-sprint-status deprecation notice?

Invoke bmad-sprint-planning directly instead of the deprecated skill name, and migrate any legacy TOML overrides to `_bmad/custom/bmad-sprint-planning.toml`. The notice only appears when the shim is used.

Does the deprecated shim skip the sprint readiness gate?

Yes, it forwards with intent set to "status view", which tells bmad-sprint-planning to skip its usual intent detection and readiness gate and go straight to displaying sprint status.