23 lines
717 B
Markdown
23 lines
717 B
Markdown
---
|
|
id: elicitation-prompts-v1
|
|
prd: null
|
|
title: Elicitation + dispatch prompt templates
|
|
type: epic
|
|
status: done
|
|
features: [tooling, agent-prompts]
|
|
created: 2026-05-13
|
|
---
|
|
|
|
## Goal
|
|
|
|
Ship five prompt templates under `.sandcastle/` so the future orchestrator
|
|
(and humans manually copy-pasting) can dispatch PRD elicitation, ADR
|
|
elicitation, decomposition, implementation, and review with a consistent
|
|
shape. Every template enforces the generator-first rule.
|
|
|
|
## Stories
|
|
|
|
- [x] [01 — .sandcastle/ scaffold + README](01-sandcastle-scaffold/_story.md)
|
|
- [x] [02 — PRD + ADR elicitation prompts](02-elicitation-prompts/_story.md)
|
|
- [x] [03 — Decomposer + implementer + reviewer prompts](03-dispatch-prompts/_story.md)
|