sprint plan clearer comments

This commit is contained in:
Brian Madison 2025-10-25 00:30:49 -05:00
parent 92bff333b1
commit cf13e81dd5
2 changed files with 9 additions and 11 deletions

View File

@ -14,7 +14,6 @@ installed_path: "{project-root}/bmad/bmm/workflows/4-implementation/dev-story"
instructions: "{installed_path}/instructions.md" instructions: "{installed_path}/instructions.md"
validation: "{installed_path}/checklist.md" validation: "{installed_path}/checklist.md"
# This is an action workflow (no output template document)
template: false template: false
# Variables (can be provided by caller) # Variables (can be provided by caller)

View File

@ -12,26 +12,25 @@
# ================== # ==================
# Epic Status: # Epic Status:
# - backlog: Epic exists in epic file but not contexted # - 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: # Story Status:
# - backlog: Story only exists in epic file # - backlog: Story only exists in epic file
# - drafted: Story file created in stories folder # - drafted: Story file created in stories folder by *create-story
# - ready-for-dev: Draft approved and story context created # - ready-for-dev: Draft approved and story context created by *story-ready
# - in-progress: Developer actively working on implementation # - in-progress: Developer actively working on implementation by *dev-story
# - review: Under SM review (via review-story workflow) # - review: Implementation complete, ready for review by *review-story
# - done: Story completed # - done: Story completed by *story-done
# #
# Retrospective Status: # Retrospective Status:
# - optional: Can be completed but not required # - optional: Can be completed but not required
# - completed: Retrospective has been done # - completed: Retrospective has been done by *retrospective
# #
# WORKFLOW NOTES: # WORKFLOW NOTES:
# =============== # ===============
# - Epics should be 'contexted' before stories can be 'drafted' # - Epics should be 'contexted' before stories can be 'drafted'
# - Stories can be worked in parallel if team capacity allows # - SM typically drafts next story ONLY after previous one is 'done' to incorporate learnings
# - SM typically drafts next story after previous one is 'done' to incorporate learnings # - Dev moves story to 'review', dev reviews, then Dev moves to 'done'
# - Dev moves story to 'review', SM reviews, then Dev moves to 'done'
# EXAMPLE STRUCTURE (your actual epics/stories will replace these): # EXAMPLE STRUCTURE (your actual epics/stories will replace these):