From cf13e81dd5870a2707ab7fadee58bc4f955a2b0e Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Sat, 25 Oct 2025 00:30:49 -0500 Subject: [PATCH] sprint plan clearer comments --- .../4-implementation/dev-story/workflow.yaml | 1 - .../sprint-status-template.yaml | 19 +++++++++---------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml b/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml index 613031c2..05cab538 100644 --- a/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +++ b/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml @@ -14,7 +14,6 @@ installed_path: "{project-root}/bmad/bmm/workflows/4-implementation/dev-story" instructions: "{installed_path}/instructions.md" validation: "{installed_path}/checklist.md" -# This is an action workflow (no output template document) template: false # Variables (can be provided by caller) diff --git a/src/modules/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml b/src/modules/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml index 3e314127..5bea7544 100644 --- a/src/modules/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +++ b/src/modules/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml @@ -12,26 +12,25 @@ # ================== # Epic Status: # - backlog: Epic exists in epic file but not contexted -# - contexted: Epic tech context created (required before drafting stories) +# - contexted: Next epic tech context created by *epic-tech-context (required) # # Story Status: # - backlog: Story only exists in epic file -# - drafted: Story file created in stories folder -# - ready-for-dev: Draft approved and story context created -# - in-progress: Developer actively working on implementation -# - review: Under SM review (via review-story workflow) -# - done: Story completed +# - drafted: Story file created in stories folder by *create-story +# - ready-for-dev: Draft approved and story context created by *story-ready +# - in-progress: Developer actively working on implementation by *dev-story +# - review: Implementation complete, ready for review by *review-story +# - done: Story completed by *story-done # # Retrospective Status: # - optional: Can be completed but not required -# - completed: Retrospective has been done +# - completed: Retrospective has been done by *retrospective # # WORKFLOW NOTES: # =============== # - Epics should be 'contexted' before stories can be 'drafted' -# - Stories can be worked in parallel if team capacity allows -# - SM typically drafts next story after previous one is 'done' to incorporate learnings -# - Dev moves story to 'review', SM reviews, then Dev moves to 'done' +# - SM typically drafts next story ONLY after previous one is 'done' to incorporate learnings +# - Dev moves story to 'review', dev reviews, then Dev moves to 'done' # EXAMPLE STRUCTURE (your actual epics/stories will replace these):