@sandrinio/vbounce 1.4.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,8 +12,11 @@ Ambiguity Score:
12
12
  - 🟡 Medium: Logic clear, files TBD
13
13
  - 🟢 Low: Ready for coding
14
14
 
15
- Output location: `product_plans/{delivery}/EPIC-{NNN}_{epic_name}/STORY-{EpicID}-{StoryID}.md`
16
- (Stories live inside their parent Epic folder — a Story never exists without an Epic.)
15
+ Output location (Draft/Refinement): `product_plans/backlog/EPIC-{NNN}_{epic_name}/STORY-{EpicID}-{StoryID}-{StoryName}.md`
16
+
17
+ Sprint Lifecycle Rule:
18
+ - When a sprint starts, this Story file is MOVED to `product_plans/sprints/sprint-{XX}/`.
19
+ - When the sprint completes, this Story file is MOVED to `product_plans/archive/sprints/sprint-{XX}/`.
17
20
 
18
21
  Document Hierarchy Position: LEVEL 4 (Charter → Roadmap → Epic → **Story**)
19
22
 
@@ -39,7 +42,7 @@ Do NOT output these instructions.
39
42
  </instructions>
40
43
 
41
44
  ---
42
- story_id: "STORY-{EpicID}-{StoryID}"
45
+ story_id: "STORY-{EpicID}-{StoryID}-{StoryName}"
43
46
  parent_epic_ref: "EPIC-{ID}"
44
47
  status: "Draft / Refinement / Probing/Spiking / Ready to Bounce / Bouncing / QA Passed / Architect Passed / Sprint Review / Done / Escalated / Parking Lot"
45
48
  ambiguity: "🔴 High / 🟡 Medium / 🟢 Low"