with one click
narratives
Understand how a system evolved - narratives are the source of truth
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Understand how a system evolved - narratives are the source of truth
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | narratives |
| description | Understand how a system evolved - narratives are the source of truth |
| compatibility | opencode |
Narratives are the source of truth. Commits are just evidence.
deciduous narratives init
This creates .deciduous/narratives.md pre-populated with your active goal titles.
Before looking at git, read the code. Ask: What are the major pieces of this system?
Each major piece probably has a narrative behind it.
Edit .deciduous/narratives.md. For each section:
deciduous doc list)Signs of a pivot:
deciduous narratives show
deciduous narratives pivots
Each narrative section in .deciduous/narratives.md:
## <Name>
> <One sentence: what this piece of the system does>
**Current state:** <How it works today>
**Evolution:**
1. <First approach> - <why>
2. **PIVOT:** <what changed> - <why it changed>
3. <Current approach> - <why this is better>
**Evidence:** <Optional: PRs, commits, docs>
**Connects to:** <Other narratives this influenced>
**Status:** active | superseded | abandoned
After narratives are written, run /archaeology to transform them into a queryable decision graph.