docs(work): scaffold sandcastle-dispatch-v1 epic + stories

This commit is contained in:
2026-05-13 08:16:09 +02:00
parent 28ba9d04e8
commit 35664f67d5
6 changed files with 181 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
---
id: 02-dispatch-planner
epic: sandcastle-dispatch-v1
title: Dispatch planner — finds next ready bullet, prints plan
type: technical-story
status: todo
feature: scripts
depends-on: [01-sandcastle-install]
blocks: [03-dispatch-execute, 04-dispatch-cli-wiring]
---
## Tasks
- [ ] findNextTask() — returns { epic, story, bullet, storyContent } or null
- [ ] Tests
- [ ] CLI: printPlan() — prints the dispatch plan