Case Study Dispatcher
Resolve the project, intended reader, available evidence, and requested format. Mark missing facts; never fill them with plausible fiction.
Route
| Need |
Load |
| Flat timeline or missing story |
narrative-arc-builder |
| Screens without rationale |
extract-design-rationale |
| Architecture shapes the experience |
system-architecture-translator |
| Imprecise or inflated technical copy |
technical-microcopy-editor |
| Dense, repetitive, slow-to-scan draft |
enforce-scannable-density |
| AI agent or probabilistic system |
ai-agent-case-study plus the applicable skills above |
| Complex multichannel or branching journey |
case-study-storytelling and case-study-story-map |
| Deep stakeholder decision narrative |
case-study-design-decisions |
| General long-form drafting and finishing |
case-study-writing |
Load the smallest set that covers the evidence and requested deliverable. When the user asks for a complete build from raw artifacts, apply the automated pipeline below as one workflow, not as separate reports.
Automated pipeline
Raw logs / notes / code / research
→ narrative-arc-builder
→ system-architecture-translator (when architecture affects the experience)
→ extract-design-rationale
→ technical-microcopy-editor
→ enforce-scannable-density
→ quality gate
For an AI-agent case study, apply ai-agent-case-study across every stage. It governs autonomy, permission, observability, uncertainty, intervention, and recovery; it is not an extra standalone report.
Evidence contract
Label every substantive claim:
- Executed — supported by a test, trace, artifact, or measured output.
- Observed — supported by research notes, usability observations, or recorded behavior.
- Reported — attributed to a stakeholder, participant, or project record.
- Proposed — a recommendation, hypothesis, future metric, or unverified narrative bridge.
Never convert a proposal into an outcome. Never invent research, metrics, quotes, responsibilities, constraints, alternatives, or impact. Use [evidence needed: …] where the story has a material gap.
Workflow
- Inventory source artifacts and create an evidence ledger.
- State the protagonist, goal, inciting problem, constraints, pivotal decisions, delivered change, and measured result.
- Select the smallest route above.
- Build the narrative arc before drafting sections.
- Translate consequential system behavior into visible states, controls, and recovery.
- Extract the decision rationale and rejected alternatives.
- For AI systems, document supervision and uncertainty before visual polish.
- Run the accuracy, clarity, and brevity edit.
- Enforce scannable density without deleting evidence.
- Run the quality gate in
references/quality-gate.md.
- Deliver one clean case study plus a short unresolved-evidence list.
Use assets/case-study-template.md when creating a new Markdown artifact.
Done
A case study is ready only when a skeptical reader can answer:
- What changed, for whom, and under what constraints?
- What did the designer actually own?
- Which decisions were difficult, what alternatives existed, and why were they chosen?
- What evidence supports the outcome?
- What remains unknown, limited, or confidential?
- For AI agents: where does autonomy stop, how does a human intervene, what is observable, and how does failure recover?
1---2name: case-study3description: Route and produce evidence-backed product or design case studies from raw notes, research, screenshots, specifications, decision logs, architecture, metrics, and project artifacts. Use when the user invokes /case-study, asks to write, critique, structure, or polish a portfolio case study, needs to explain a complex design project, or needs an AI-agent case study covering autonomy, human oversight, telemetry, trust, latency, failures, and recovery.4---56# Case Study Dispatcher78Resolve the project, intended reader, available evidence, and requested format. Mark missing facts; never fill them with plausible fiction.910## Route1112| Need | Load |13|---|---|14| Flat timeline or missing story | `narrative-arc-builder` |15| Screens without rationale | `extract-design-rationale` |16| Architecture shapes the experience | `system-architecture-translator` |17| Imprecise or inflated technical copy | `technical-microcopy-editor` |18| Dense, repetitive, slow-to-scan draft | `enforce-scannable-density` |19| AI agent or probabilistic system | `ai-agent-case-study` plus the applicable skills above |20| Complex multichannel or branching journey | `case-study-storytelling` and `case-study-story-map` |21| Deep stakeholder decision narrative | `case-study-design-decisions` |22| General long-form drafting and finishing | `case-study-writing` |2324Load the smallest set that covers the evidence and requested deliverable. When the user asks for a complete build from raw artifacts, apply the automated pipeline below as one workflow, not as separate reports.2526## Automated pipeline2728```text29Raw logs / notes / code / research30 → narrative-arc-builder31 → system-architecture-translator (when architecture affects the experience)32 → extract-design-rationale33 → technical-microcopy-editor34 → enforce-scannable-density35 → quality gate36```3738For an AI-agent case study, apply `ai-agent-case-study` across every stage. It governs autonomy, permission, observability, uncertainty, intervention, and recovery; it is not an extra standalone report.3940## Evidence contract4142Label every substantive claim:4344- **Executed** — supported by a test, trace, artifact, or measured output.45- **Observed** — supported by research notes, usability observations, or recorded behavior.46- **Reported** — attributed to a stakeholder, participant, or project record.47- **Proposed** — a recommendation, hypothesis, future metric, or unverified narrative bridge.4849Never convert a proposal into an outcome. Never invent research, metrics, quotes, responsibilities, constraints, alternatives, or impact. Use `[evidence needed: …]` where the story has a material gap.5051## Workflow52531. Inventory source artifacts and create an evidence ledger.542. State the protagonist, goal, inciting problem, constraints, pivotal decisions, delivered change, and measured result.553. Select the smallest route above.564. Build the narrative arc before drafting sections.575. Translate consequential system behavior into visible states, controls, and recovery.586. Extract the decision rationale and rejected alternatives.597. For AI systems, document supervision and uncertainty before visual polish.608. Run the accuracy, clarity, and brevity edit.619. Enforce scannable density without deleting evidence.6210. Run the quality gate in `references/quality-gate.md`.6311. Deliver one clean case study plus a short unresolved-evidence list.6465Use `assets/case-study-template.md` when creating a new Markdown artifact.6667## Done6869A case study is ready only when a skeptical reader can answer:7071- What changed, for whom, and under what constraints?72- What did the designer actually own?73- Which decisions were difficult, what alternatives existed, and why were they chosen?74- What evidence supports the outcome?75- What remains unknown, limited, or confidential?76- For AI agents: where does autonomy stop, how does a human intervene, what is observable, and how does failure recover?