docs(work): scaffold elicitation-prompts-v1 epic + stories
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
---
|
||||
id: 01-sandcastle-scaffold
|
||||
epic: elicitation-prompts-v1
|
||||
title: .sandcastle/ directory + README + .env.example + .gitignore
|
||||
type: technical-story
|
||||
status: in-progress
|
||||
feature: tooling
|
||||
depends-on: []
|
||||
blocks: [02-elicitation-prompts, 03-dispatch-prompts]
|
||||
---
|
||||
|
||||
## Tasks
|
||||
|
||||
- [ ] Story scaffold
|
||||
- [ ] Create .sandcastle/README.md
|
||||
- [ ] Create .sandcastle/.env.example
|
||||
- [ ] Create .sandcastle/.gitignore
|
||||
@@ -0,0 +1,15 @@
|
||||
---
|
||||
id: 02-elicitation-prompts
|
||||
epic: elicitation-prompts-v1
|
||||
title: PRD + ADR elicitation prompt templates
|
||||
type: technical-story
|
||||
status: todo
|
||||
feature: agent-prompts
|
||||
depends-on: [01-sandcastle-scaffold]
|
||||
blocks: []
|
||||
---
|
||||
|
||||
## Tasks
|
||||
|
||||
- [ ] prd-eliciter.prompt.md
|
||||
- [ ] adr-eliciter.prompt.md
|
||||
@@ -0,0 +1,17 @@
|
||||
---
|
||||
id: 03-dispatch-prompts
|
||||
epic: elicitation-prompts-v1
|
||||
title: Decomposer + implementer + reviewer prompt templates
|
||||
type: technical-story
|
||||
status: todo
|
||||
feature: agent-prompts
|
||||
depends-on: [01-sandcastle-scaffold]
|
||||
blocks: []
|
||||
---
|
||||
|
||||
## Tasks
|
||||
|
||||
- [ ] decomposer.prompt.md
|
||||
- [ ] implementer.prompt.md
|
||||
- [ ] reviewer.prompt.md
|
||||
- [ ] Final verification + closeout
|
||||
22
docs/work/elicitation-prompts-v1/_epic.md
Normal file
22
docs/work/elicitation-prompts-v1/_epic.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
id: elicitation-prompts-v1
|
||||
prd: null
|
||||
title: Elicitation + dispatch prompt templates
|
||||
type: epic
|
||||
status: in-progress
|
||||
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
|
||||
|
||||
- [ ] [01 — .sandcastle/ scaffold + README](01-sandcastle-scaffold/_story.md)
|
||||
- [ ] [02 — PRD + ADR elicitation prompts](02-elicitation-prompts/_story.md)
|
||||
- [ ] [03 — Decomposer + implementer + reviewer prompts](03-dispatch-prompts/_story.md)
|
||||
Reference in New Issue
Block a user