用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bmad-code-org/BMAD-METHOD --skill bmad-sprint-status命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | bmad-sprint-status |
| description | Deprecated — forwards to bmad-sprint-planning (status view) |
| metadata | {"lifecycle":"shim"} |
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.
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.toml and bmad-sprint-status.user.toml overrides for the legacy fields (activation_steps_prepend, activation_steps_append, persistent_facts, on_complete).
Load {project-root}/_bmad/bmm/config.yaml (and config.user.yaml if 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-planning with the following context. Pass these as the activating context so it honors them instead of resolving its own customization from scratch:
status view — skip bmad-sprint-planning's usual intent detection and its readiness gate.bmad-sprint-planning's own customize.toml for the four legacy fields: activation_steps_prepend, activation_steps_append, persistent_facts, and on_complete = the resolved values from step 1.bmad-sprint-planning takes the workflow from here. Do not execute any further steps in this shim.
基于 SOC 职业分类