← ClaudeAtlas

traillisted

Evidence trail management. Append a structured entry to .trail/audit-trail.md IN THE TARGET REPO ROOT at the end of every substantive session — recording the interpretation of the ask, examination, decisions, actions, and reflection. The implementation of Observable Autonomy — autonomy without evidence is not delegation, it is abdication. USE WHEN: any session that produces a decision, realization, or finding — including conversations. There is no such thing as "just conversation" if a decision was made in it.
ntholm86/principles-of-earned-autonomy-skills-suite · ★ 0 · AI & Automation · score 71
Install: claude install-skill ntholm86/principles-of-earned-autonomy-skills-suite
# Trail *The record of what actually happened.* *Memory Model role: Writes the core of the memory layer — `.trail/audit-trail.md`, the append-only record every other skill reads.* > **Governing principle:** [Observable Autonomy](../PRINCIPLES.md#principle-2-observable-autonomy) — *The degree of autonomy a system deserves is bounded by the degree of transparency it provides.* This skill is how that transparency is produced. Autonomy without evidence is abdication. When an agent does work autonomously, the question is never "did it do something?" but "can someone who wasn't there reconstruct what happened, why, and whether to trust it?" A trail that answers this earns the right to more autonomy. A trail that doesn't — or doesn't exist — means autonomy must be constrained regardless of how competent the work was. ``` Evidence → Trust → Autonomy ``` --- ## The Structure The trail lives in the **root of the target repo being worked on** — not in the skills install directory. If you are improving `c:\git\clikit`, the trail is `c:\git\clikit\.trail\audit-trail.md`. If you are improving `~/projects/myapp`, the trail is `~/projects/myapp/.trail/audit-trail.md`. Every repo gets its own trail. The trail is local evidence for that project — it belongs with the project. One file: `.trail/audit-trail.md` in the target repo root. Append-only. One `##` entry per session, newest at the bottom. **Before any write: create the `.trail/` directory in the target repo root if it does n