workflow plan realignment

This commit is contained in:
Brian Madison
2025-10-17 00:44:05 -05:00
parent bc7d679366
commit 9519eae666
9 changed files with 467 additions and 4 deletions

View File

@@ -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)

View File

@@ -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)