fix(skills): normalize sprint planning native skill refs

This commit is contained in:
Alex Verkhovsky 2026-03-14 05:42:01 -06:00
parent d9e0493333
commit 23ba4218a0
2 changed files with 1 additions and 6 deletions

View File

@ -20,7 +20,7 @@ agent:
menu: menu:
- trigger: SP or fuzzy match on sprint-planning - trigger: SP or fuzzy match on sprint-planning
exec: "{project-root}/_bmad/bmm/workflows/4-implementation/bmad-sprint-planning/workflow.md" exec: "skill:bmad-sprint-planning"
description: "[SP] Sprint Planning: Generate or update the record that will sequence the tasks to complete the full project that the dev agent will follow" description: "[SP] Sprint Planning: Generate or update the record that will sequence the tasks to complete the full project that the dev agent will follow"
- trigger: CS or fuzzy match on create-story - trigger: CS or fuzzy match on create-story

View File

@ -1,8 +1,3 @@
---
name: bmad-sprint-planning
description: 'Generate sprint status tracking from epics. Use when the user says "run sprint planning" or "generate sprint plan"'
---
# Sprint Planning Workflow # Sprint Planning Workflow
**Goal:** Generate sprint status tracking from epics, detecting current story statuses and building a complete sprint-status.yaml file. **Goal:** Generate sprint status tracking from epics, detecting current story statuses and building a complete sprint-status.yaml file.