workflow phase 4 only has single sprint planning item in it now

This commit is contained in:
Brian Madison
2025-10-25 10:44:46 -05:00
parent cf13e81dd5
commit 994f251687
14 changed files with 33 additions and 494 deletions

View File

@@ -41,39 +41,9 @@ phases:
- phase: 4
name: "Implementation"
required: true
phase_initialization:
workflows:
- id: "sprint-planning"
required: true
agent: "sm"
command: "sprint-planning"
note: "Initialize sprint tracking - run once when entering Phase 4"
story_loop: "for_each_story"
workflows:
- id: "create-story"
required: true
agent: "sm"
command: "create-story"
- id: "story-context"
required: true
agent: "sm"
command: "story-context"
- id: "story-ready"
optional: true
agent: "sm"
command: "story-ready"
- id: "dev-story"
required: true
agent: "dev"
command: "dev-story"
- id: "review-story"
optional: true
agent: "dev"
command: "review-story"
- id: "story-done"
required: true
agent: "dev"
command: "story-done"
story_naming: "story-<title>-<n>.md"
story_example: "story-oauth-integration-1.md"
max_stories: 3
note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"