@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.
- package/README.md +28 -2
- package/bin/vbounce.mjs +30 -0
- package/brains/AGENTS.md +19 -13
- package/brains/CHANGELOG.md +24 -0
- package/brains/CLAUDE.md +22 -14
- package/brains/GEMINI.md +21 -13
- package/brains/SETUP.md +7 -10
- package/brains/claude-agents/architect.md +28 -6
- package/brains/claude-agents/developer.md +20 -7
- package/brains/claude-agents/devops.md +28 -12
- package/brains/claude-agents/qa.md +22 -6
- package/brains/claude-agents/scribe.md +16 -7
- package/brains/cursor-rules/vbounce-docs.mdc +12 -8
- package/brains/cursor-rules/vbounce-process.mdc +5 -4
- package/brains/cursor-rules/vbounce-rules.mdc +9 -6
- package/package.json +1 -1
- package/scripts/validate_report.mjs +5 -5
- package/scripts/vbounce_index.mjs +2 -2
- package/scripts/verify_framework.mjs +11 -0
- package/skills/agent-team/SKILL.md +93 -66
- package/skills/doc-manager/SKILL.md +58 -44
- package/skills/improve/SKILL.md +179 -0
- package/templates/charter.md +1 -1
- package/templates/delivery_plan.md +28 -181
- package/templates/epic.md +6 -4
- package/templates/risk_registry.md +2 -2
- package/templates/roadmap.md +1 -1
- package/templates/sprint.md +48 -0
- package/templates/sprint_report.md +57 -18
- package/templates/story.md +6 -3
package/templates/story.md
CHANGED
|
@@ -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/
|
|
16
|
-
|
|
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"
|