bmad-sprint-status
GitHub此技能为已弃用的兼容层,用于将旧版sprint-status请求转发至bmad-sprint-planning。它加载自定义配置并提示用户迁移,确保向后兼容而不执行新逻辑。
Trigger Scenarios
Install
npx skills add bmad-code-org/BMAD-METHOD --skill bmad-sprint-status -g -y
SKILL.md
Frontmatter
{
"name": "bmad-sprint-status",
"metadata": {
"lifecycle": "shim"
},
"description": "Deprecated — forwards to bmad-sprint-planning (status view)"
}
DEPRECATED — forwards to bmad-sprint-planning (status view)
This skill was consolidated into bmad-sprint-planning, which now owns the whole sprint-status artifact: gate it, generate it, view it. It is retained as a thin compatibility shim so existing invocations by name and _bmad/custom/bmad-sprint-status.toml override files keep working. New work should invoke bmad-sprint-planning directly — "show sprint status" routes straight to the status view.
On Activation
-
Resolve customization:
uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow. This picks up any{project-root}/_bmad/custom/bmad-sprint-status.tomlandbmad-sprint-status.user.tomloverrides for the legacy fields (activation_steps_prepend,activation_steps_append,persistent_facts,on_complete). -
Load
{project-root}/_bmad/bmm/config.yaml(andconfig.user.yamlif present) to resolve{user_name}and{communication_language}. -
Emit a deprecation notice to the user in
{communication_language}:Notice:
bmad-sprint-statusis deprecated and will be removed in a future release. It now forwards tobmad-sprint-planning, whose status view covers everything this skill did. To silence this notice, invokebmad-sprint-planningdirectly next time (e.g. "show sprint status") and migrate any_bmad/custom/bmad-sprint-status.tomloverrides to_bmad/custom/bmad-sprint-planning.toml. -
Invoke
bmad-sprint-planningwith the following context. Pass these as the activating context so it honors them instead of resolving its own customization from scratch:- Intent:
status view— skipbmad-sprint-planning's usual intent detection and its readiness gate. - Pre-resolved legacy customization — use these in place of resolving from
bmad-sprint-planning's owncustomize.tomlfor the four legacy fields:activation_steps_prepend,activation_steps_append,persistent_facts, andon_complete= the resolved values from step 1. - Original user input: forward whatever the user said when invoking this skill verbatim.
bmad-sprint-planningtakes the workflow from here. Do not execute any further steps in this shim. - Intent:
Version History
- 67d876f Current 2026-08-20 10:28


