diff --git a/website/src/components/WorkflowGuide.astro b/website/src/components/WorkflowGuide.astro index b8c020aa..b3500858 100644 --- a/website/src/components/WorkflowGuide.astro +++ b/website/src/components/WorkflowGuide.astro @@ -149,39 +149,37 @@
sprint-planning
-
Uses your epic files to initialize sprint-status.yaml, which tracks all stories through development. Run once before starting.
-create-story
-
+ create-story
+ Uses the epic and sprint-status to prepare a story-[slug].md file with full context and acceptance criteria, ready for development.
Uses the epic and sprint-status to prepare a story-[slug].md file with full context and acceptance criteria, ready for development.
-dev-story
-
+ dev-story
+ Uses the story file and architecture to implement production code and tests following established patterns.
Uses the story file and architecture to implement production code and tests following established patterns.
-code-review
-
+ code-review
+ Reviews your implemented code for quality, architecture alignment, tests, and security, producing a review report.
Reviews your implemented code for quality, architecture alignment, tests, and security, producing a review report.
epic-retrospective
-
Reviews the completed epic to capture team learnings and create retrospective notes for improving the next epic.