Skip to content

Commit bfacca5

Browse files
committed
chore: convert sprint-planning workflow to native skill
1 parent 75ec4aa commit bfacca5

8 files changed

Lines changed: 11 additions & 7 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/sprint-planning/workflow.md"
23+
exec: "{project-root}/_bmad/bmm/workflows/4-implementation/bmad-sprint-planning/workflow.md"
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/module-help.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bmm,2-planning,Create UX,CU,30,_bmad/bmm/workflows/2-plan-workflows/create-ux-de
2222
bmm,3-solutioning,Create Architecture,CA,10,_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md,bmad-bmm-create-architecture,true,architect,Create Mode,"Guided Workflow to document technical decisions",planning_artifacts,architecture,
2323
bmm,3-solutioning,Create Epics and Stories,CE,30,_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md,bmad-bmm-create-epics-and-stories,true,pm,Create Mode,"Create the Epics and Stories Listing",planning_artifacts,"epics and stories",
2424
bmm,3-solutioning,Check Implementation Readiness,IR,70,_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md,bmad-bmm-check-implementation-readiness,true,architect,Validate Mode,"Ensure PRD UX Architecture and Epics Stories are aligned",planning_artifacts,"readiness report",
25-
bmm,4-implementation,Sprint Planning,SP,10,_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.md,bmad-bmm-sprint-planning,true,sm,Create Mode,"Generate sprint plan for development tasks - this kicks off the implementation phase by producing a plan the implementation agents will follow in sequence for every story in the plan.",implementation_artifacts,"sprint status",
25+
bmm,4-implementation,Sprint Planning,SP,10,skill:bmad-sprint-planning,bmad-bmm-sprint-planning,true,sm,Create Mode,"Generate sprint plan for development tasks - this kicks off the implementation phase by producing a plan the implementation agents will follow in sequence for every story in the plan.",implementation_artifacts,"sprint status",
2626
bmm,4-implementation,Sprint Status,SS,20,_bmad/bmm/workflows/4-implementation/sprint-status/workflow.md,bmad-bmm-sprint-status,false,sm,Create Mode,"Anytime: Summarize sprint status and route to next workflow",,,
2727
bmm,4-implementation,Validate Story,VS,35,_bmad/bmm/workflows/4-implementation/create-story/workflow.md,bmad-bmm-create-story,false,sm,Validate Mode,"Validates story readiness and completeness before development work begins",implementation_artifacts,"story validation report",
2828
bmm,4-implementation,Create Story,CS,30,_bmad/bmm/workflows/4-implementation/create-story/workflow.md,bmad-bmm-create-story,true,sm,Create Mode,"Story cycle start: Prepare first found story in the sprint plan that is next, or if the command is run with a specific epic and story designation with context. Once complete, then VS then DS then CR then back to DS if needed or next CS or ER",implementation_artifacts,story,
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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+
6+
Follow the instructions in [workflow.md](workflow.md).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
type: skill

src/bmm/workflows/4-implementation/sprint-planning/checklist.md renamed to src/bmm/workflows/4-implementation/bmad-sprint-planning/checklist.md

File renamed without changes.

src/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml renamed to src/bmm/workflows/4-implementation/bmad-sprint-planning/sprint-status-template.yaml

File renamed without changes.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: sprint-planning
2+
name: bmad-sprint-planning
33
description: 'Generate sprint status tracking from epics. Use when the user says "run sprint planning" or "generate sprint plan"'
44
---
55

@@ -26,7 +26,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
2626

2727
### Paths
2828

29-
- `installed_path` = `{project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning`
29+
- `installed_path` = `.`
3030
- `template` = `{installed_path}/sprint-status-template.yaml`
3131
- `checklist` = `{installed_path}/checklist.md`
3232
- `tracking_system` = `file-system`

src/bmm/workflows/4-implementation/sprint-planning/bmad-skill-manifest.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)