Home / notactuallytreyanastasio / deciduous · .opencode/skills/narratives/SKILL.md · GitHub

narratives skillA

narratives is agent-read markdown (skill) from notactuallytreyanastasio/deciduous: Understand how a system evolved - narratives are the source of truth.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Narrative Tracking

**Narratives are the source of truth. Commits are just evidence.**

## Step 1: Initialize narratives file

```bash
deciduous narratives init
```

This creates `.deciduous/narratives.md` pre-populated with your active goal titles.

## Step 2: Understand the system first

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.

## Step 3: Fill in the narratives

Edit `.deciduous/narratives.md`. For each section:

1. Describe the **current state** (how it works today)
2. Infer the **evolution** (how it likely got this way)
3. Identify **PIVOTs** (when the conceptual model changed)
4. Find evidence (PRs, commits, docs) - optional
5. Check attached documents (`deciduous doc list`)

Signs of a pivot:
- Two approaches coexisting (migration in progress)
- Comments explaining "we used to do X"
- Config for old + new system
- Deprecation warnings

## Step 4: Review narratives

```bash
deciduous narratives show
```

## Step 5: Check existing pivots

```bash
deciduous narratives pivots
```

## Output Format

Each narrative section in `.deciduous/narratives.md`:

```markdown
## <Name>
…

Read the whole file at its exact version.

How to install

Latest version
mdr add notactuallytreyanastasio/deciduous/narratives@git:20260408.c06a5da
Exact content
mdr add notactuallytreyanastasio/deciduous/narratives@sha256:f27d703f66cce9cb

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_oprkam53r5sqjm5d.svg)](https://markdownregistry.com/a/art_oprkam53r5sqjm5d)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260408.c06a5da latest2026-04-08 c06a5da 2,044 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (2044 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

notactuallytreyanastasio/deciduous · 161 stars · license Apache-2.0 · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_oprkam53r5sqjm5d
GET https://markdownregistry.com/api/v1/resolve?ref=notactuallytreyanastasio/deciduous/narratives
GET https://markdownregistry.com/api/v1/blob/f27d703f66cce9cb44c5494d4fe84d030dd20d4c1a7c96b1f8ed14097a6c8c45

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from notactuallytreyanastasio/deciduous

archaeology skill
notactuallytreyanastasio/deciduous · .opencode/skills/archaeology/SKILL.md · Transform narratives into a queryable decision graph
git:20260408.c06a5da · audit A · 161 stars
pulse skill
notactuallytreyanastasio/deciduous · .opencode/skills/pulse/SKILL.md · Map the current model as decisions - no history, just now
git:20260408.c06a5da · audit A · 161 stars
AGENTS.md agents
notactuallytreyanastasio/deciduous · AGENTS.md
git:20260918.003f6f3 · audit A · 161 stars
CLAUDE.md claude
notactuallytreyanastasio/deciduous · CLAUDE.md
git:20260923.d204014 · audit A · 161 stars

Every file in notactuallytreyanastasio/deciduous

Browse by kind, by grade A, or by owner.