Skip to content

Commit e30685b

Browse files
committed
fix(skills): normalize sprint planning native skill refs
1 parent 303c324 commit e30685b

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

src/bmm/agents/sm.agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ agent:
2020
2121
menu:
2222
- trigger: SP or fuzzy match on sprint-planning
23-
exec: "{project-root}/_bmad/bmm/workflows/4-implementation/bmad-sprint-planning/workflow.md"
23+
exec: "skill:bmad-sprint-planning"
2424
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"
2525

2626
- trigger: CS or fuzzy match on create-story

src/bmm/workflows/4-implementation/bmad-sprint-planning/workflow.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
name: bmad-sprint-planning
3-
description: 'Generate sprint status tracking from epics. Use when the user says "run sprint planning" or "generate sprint plan"'
4-
---
5-
61
# Sprint Planning Workflow
72

83
**Goal:** Generate sprint status tracking from epics, detecting current story statuses and building a complete sprint-status.yaml file.

0 commit comments

Comments
 (0)