central source of trust for workflow status, current, and next story or epic

This commit is contained in:
Brian Madison
2025-10-12 16:14:29 -05:00
parent e61d58d480
commit 79ac3c91fe
18 changed files with 328 additions and 216 deletions

View File

@@ -10,7 +10,7 @@
<step n="1" goal="Load tech spec and extract the change">
<action>Read the completed tech-spec.md file from {output_folder}/tech-spec.md</action>
<action>Load project-workflow-analysis.md from {output_folder}/project-workflow-analysis.md</action>
<action>Load project-workflow-status.md from {output_folder}/project-workflow-status.md</action>
<action>Extract dev_story_location from config (where stories are stored)</action>
<action>Extract the problem statement from "Technical Approach" section</action>
<action>Extract the scope from "Source Tree Structure" section</action>
@@ -100,7 +100,7 @@
<step n="4" goal="Update project-workflow-analysis with progress">
<action>Open {output_folder}/project-workflow-analysis.md</action>
<action>Open {output_folder}/project-workflow-status.md</action>
<action>Update "Workflow Status Tracker" section</action>
<action>Set current_phase = "2-Plan"</action>
@@ -130,7 +130,7 @@
- **{{date}}**: Level 0 tech-spec and story generation completed. Story: story-{slug}.md ready for context generation.
```
<action>Save project-workflow-analysis.md</action>
<action>Save project-workflow-status.md</action>
</step>
@@ -163,7 +163,7 @@
**Progress Tracking:**
- All decisions logged in: `project-workflow-analysis.md`
- All decisions logged in: `project-workflow-status.md`
- Next action clearly identified
<ask>Ready to proceed? Choose your path:

View File

@@ -11,7 +11,7 @@
<step n="1" goal="Load tech spec and extract implementation tasks">
<action>Read the completed tech-spec.md file from {output_folder}/tech-spec.md</action>
<action>Load project-workflow-analysis.md from {output_folder}/project-workflow-analysis.md</action>
<action>Load project-workflow-status.md from {output_folder}/project-workflow-status.md</action>
<action>Extract dev_story_location from config (where stories are stored)</action>
<action>Identify all implementation tasks from the "Implementation Guide" section</action>
<action>Identify the overall feature goal from "Technical Approach" section</action>
@@ -230,7 +230,7 @@ Epic: Icon Reliability
<step n="6" goal="Update project-workflow-analysis with progress">
<action>Open {output_folder}/project-workflow-analysis.md</action>
<action>Open {output_folder}/project-workflow-status.md</action>
<action>Update "Workflow Status Tracker" section</action>
<action>Set current_phase = "2-Plan"</action>
@@ -265,7 +265,7 @@ Epic: Icon Reliability
- **{{date}}**: Level 1 tech-spec and epic/stories generation completed. {{story_count}} stories created. Ready for implementation of story-{epic_slug}-1.md.
```
<action>Save project-workflow-analysis.md</action>
<action>Save project-workflow-status.md</action>
</step>
@@ -317,7 +317,7 @@ d. Run dev-story workflow to implement story 1
**Progress Tracking:**
- All decisions logged in: `project-workflow-analysis.md`
- All decisions logged in: `project-workflow-status.md`
- Next action clearly identified
<ask>Ready to proceed? Choose your path:

View File

@@ -11,7 +11,7 @@
<step n="1" goal="Confirm project scope and update tracking">
<action>Load project-workflow-analysis.md from {output_folder}/project-workflow-analysis.md</action>
<action>Load project-workflow-status.md from {output_folder}/project-workflow-status.md</action>
<action>Update Workflow Status Tracker:</action>
<check if="project_level == 0">
@@ -21,7 +21,7 @@
<action>Set current_workflow = "tech-spec (Level 1 - generating tech spec)"</action>
</check>
<action>Set progress_percentage = 20%</action>
<action>Save project-workflow-analysis.md</action>
<action>Save project-workflow-status.md</action>
<check if="project_level == 0">
<action>Confirm Level 0 - Single atomic change</action>
@@ -40,9 +40,9 @@
<critical>Generate tech-spec.md - this is the TECHNICAL SOURCE OF TRUTH</critical>
<critical>ALL TECHNICAL DECISIONS MUST BE DEFINITIVE - NO AMBIGUITY ALLOWED</critical>
<action>Update progress in project-workflow-analysis.md:</action>
<action>Update progress in project-workflow-status.md:</action>
<action>Set progress_percentage = 40%</action>
<action>Save project-workflow-analysis.md</action>
<action>Save project-workflow-status.md</action>
<action>Initialize tech-spec.md using tech_spec_template from workflow.yaml</action>
@@ -108,7 +108,7 @@ Run cohesion validation? (y/n)</ask>
<step n="4" goal="Generate user stories based on project level">
<action>Load project-workflow-analysis.md to determine project_level</action>
<action>Load project-workflow-status.md to determine project_level</action>
<check if="project_level == 0">
<action>Invoke instructions-level0-story.md to generate single user story</action>