بنقرة واحدة
narratives
Understand how a system evolved - narratives are the source of truth
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Understand how a system evolved - narratives are the source of truth
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| 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.