bmad-sprint-status

Forwards legacy sprint status requests to the bmad-sprint-planning status view.

6|Updated Aug 29, 2026
One-click install
npx skills add https://github.com/HordRicJr/Akomagni --skill bmad-sprint-status-hordricjr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-sprint-status
Source: https://github.com/HordRicJr/Akomagni/tree/main/bmad-core/.agents/skills/bmad-sprint-status
Command: npx skills add https://github.com/HordRicJr/Akomagni --skill bmad-sprint-status-hordricjr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Existing workflows and customization files that still invoke the retired bmad-sprint-status skill would break after it was consolidated into bmad-sprint-planning. This compatibility shim keeps those invocations working while guiding users toward the replacement. ## Core Features & Use Cases - Backward Compatibility: Resolves legacy _bmad/custom/bmad-sprint-status.toml overrides (activation steps, persistent facts, on_complete) and forwards them to bmad-sprint-planning. - Deprecation Notice: Emits a localized notice in the configured communication language explaining the consolidation and how to migrate. - Intent Forwarding: Invokes bmad-sprint-planning with the status view intent, skipping its readiness gate, and passes the original user input verbatim. - Use Case: A team with an old bmad-sprint-status.toml override asks to "show sprint status"; the shim loads their custom facts, warns about deprecation, and displays the sprint status through bmad-sprint-planning. ## Quick Start Ask the agent to show the current sprint status and it will route through bmad-sprint-planning with a deprecation notice.

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?

Invoke bmad-sprint-planning directly with a request like "show sprint status". The old bmad-sprint-status skill still works but only forwards to bmad-sprint-planning and prints 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 as a thin compatibility shim and will be removed in a future release.

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

Yes, the shim resolves legacy overrides for activation_steps_prepend, activation_steps_append, persistent_facts, and on_complete, then passes them to bmad-sprint-planning. You should migrate them to bmad-sprint-planning.toml to silence the deprecation notice.

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

Invoke bmad-sprint-planning directly instead of bmad-sprint-status, and move any overrides from _bmad/custom/bmad-sprint-status.toml to _bmad/custom/bmad-sprint-planning.toml.

Does bmad-sprint-status run the sprint readiness gate?

No, it forwards with the status view intent, which tells bmad-sprint-planning to skip its usual intent detection and readiness gate before displaying the sprint status.