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,27 @@
---
id: sandcastle-dispatch-v1
prd: null
title: Sandcastle dispatch v1 — pnpm work dispatch with planning + execute modes
type: epic
status: in-progress
features: [tooling, scripts]
created: 2026-05-13
---
## Goal
Install `@ai-hero/sandcastle` + ship `pnpm work dispatch` that picks the
next ready AC bullet, prints the dispatch plan, and (with `--execute`)
invokes sandcastle to run the implementer then reviewer.
## Why
The orchestrator closes the loop: docs/work/ tracks state, `.sandcastle/`
holds the prompts, and dispatch.mjs connects them to sandcastle.
## Stories
- [ ] [01 — Install @ai-hero/sandcastle + Dockerfile](01-sandcastle-install/_story.md)
- [ ] [02 — Dispatch planner (default mode)](02-dispatch-planner/_story.md)
- [ ] [03 — Dispatch execute mode (sandcastle.run integration)](03-dispatch-execute/_story.md)
- [ ] [04 — pnpm work dispatch wiring + tests](04-dispatch-cli-wiring/_story.md)