update docs

This commit is contained in:
Brian Madison
2025-05-11 23:35:01 -05:00
parent da9824fd32
commit cea1919ba5
9 changed files with 346 additions and 253 deletions

View File

@@ -51,7 +51,7 @@
- Scan approved `docs/epicN.md` files in order (Epic 1, then Epic 2, etc.)
- Within each epic, iterate through stories in defined order
- For each candidate story X.Y:
- Check if `ai/stories/{epicNumber}.{storyNumber}.story.md` exists
- Check if `docs/stories/{epicNumber}.{storyNumber}.story.md` exists
- If exists and status is 'Done':
- Review this completed story's wrap-up notes (change log, completion notes) for any relevant information or context that might impact the next story.
- Move to next story in the epic.
@@ -128,7 +128,7 @@
8. **Generate Output**
- Save to `ai/stories/{epicNumber}.{storyNumber}.story.md` with `Status: Draft`.
- Save to `docs/stories/{epicNumber}.{storyNumber}.story.md` with `Status: Draft`.
9. **Validate Completeness (Interactive Checklist Review with User)**