mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
workflow plan realignment
This commit is contained in:
@@ -109,6 +109,15 @@
|
||||
- Check "2-Plan" checkbox in Phase Completion Status
|
||||
- Set progress_percentage = 40% (planning complete, skipping solutioning)
|
||||
|
||||
<action>Update Development Queue section:</action>
|
||||
|
||||
- Set STORIES_SEQUENCE = "[{slug}]" (Level 0 has single story)
|
||||
- Set TODO_STORY = "{slug}"
|
||||
- Set TODO_TITLE = "{{story_title}}"
|
||||
- Set IN_PROGRESS_STORY = ""
|
||||
- Set IN_PROGRESS_TITLE = ""
|
||||
- Set STORIES_DONE = "[]"
|
||||
|
||||
<action>Initialize Phase 4 Implementation Progress section:</action>
|
||||
|
||||
#### BACKLOG (Not Yet Drafted)
|
||||
|
||||
@@ -205,6 +205,22 @@ Epic: Icon Reliability
|
||||
- Check "2-Plan" checkbox in Phase Completion Status
|
||||
- Set progress_percentage = 40% (planning complete, skipping solutioning)
|
||||
|
||||
<action>Update Development Queue section:</action>
|
||||
|
||||
<action>Generate story sequence list based on story_count:</action>
|
||||
{{#if story_count == 2}}
|
||||
|
||||
- Set STORIES_SEQUENCE = "[{epic_slug}-1, {epic_slug}-2]"
|
||||
{{/if}}
|
||||
{{#if story_count == 3}}
|
||||
- Set STORIES_SEQUENCE = "[{epic_slug}-1, {epic_slug}-2, {epic_slug}-3]"
|
||||
{{/if}}
|
||||
- Set TODO_STORY = "{epic_slug}-1"
|
||||
- Set TODO_TITLE = "{{story_1_title}}"
|
||||
- Set IN_PROGRESS_STORY = ""
|
||||
- Set IN_PROGRESS_TITLE = ""
|
||||
- Set STORIES_DONE = "[]"
|
||||
|
||||
<action>Populate story backlog in "### Implementation Progress (Phase 4 Only)" section:</action>
|
||||
|
||||
#### BACKLOG (Not Yet Drafted)
|
||||
|
||||
Reference in New Issue
Block a user