The Docket — Development skill for Claude Code
the-docket is a Claude Code plugin that keeps a repo's decisions from being undone.
How to install The Docket
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open AlastairZeved/the-docket and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What The Docket does
the-docket is a Claude Code plugin that keeps a repo's decisions from being undone. A hook prints what governs the region before an edit; a read-only judge checks the diff against the ledger at stop; a witness keeps every citation honest in CI. Rulings live in your repo, never in the plugin.
Alternatives in Development
- Claude Skills Project Configuration — This file governs Claude's behavior when working on the claude-skills repository 6.8k ★
- Claude Token Efficient — One CLAUDE.md file 3.8k ★
- Memory Gc — Inspect or rotate the autopilot ledger JSONL files (findings.jsonl, negatives.jsonl) 3.8k ★
README
TheDocket
A repo's decisions, kept where the code can find them.
Explore the docs »
Report Bug
·
Request Feature
[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] [![Version][version-shield]][version-url] [![Node][node-shield]][node-url]
**Who this is for.** A builder who uses a coding agent on one project across many sessions, and who has watched the agent undo a decision that was already made — because nothing made it read the *why* first.
**What you already know.** You keep decisions somewhere, or you mean to. You know a coding agent starts every session from the code as it is, not the argument that made it that way.
**What you will not need to know.** You do not need to have used a decision log before, or to know how a plugin binds to a repo. This page starts there.
**Purpose.** After reading, you can install TheDocket on a repository and record your first ruling, and the next edit to that region will print what governs it before it changes.
Table of Contents
Related Skills
Install Claude Science
Install and start Claude Science (operon) locally on WSL2 — checks WSL2/Ubuntu, installs the operon binary, up
Outreach Ledger
Claude Code skill that keeps track of everyone you're waiting to hear back from — tells you when to chase, spo
Taskmaster
Stop hook for Claude Code that keeps the agent working until all plans and user requests are 100% complete
Decision Ledger
Three Claude Code agent skills that record which structural decisions you could actually defend, and give it b
Statutor Init
Scaffold the statutor ledger (AGENTS/HANDOFF/DECISIONS/TASKS/ROADMAP + .statutor.yaml) in this repo
RoT DtD Commander Adiutor
The RoT DtD Commander Adiutor. Doctor and advisor in one run; checks the installed -dtd set, the hooks and the
Related Agents
Transcript Inspector
Specialist agent for diagnosing stop hook failures by reading Claude Code session transcripts. Use when the st
Dispatch Auditor
Process audit of the lead's own orchestration — reads the session's hook-captured dispatch ledger, checks each
Part 11: Auto-Capture Hook (Stop Manually Writing Memory)
By Terp - Terp AI Labs --- The vault system from Part 9 is powerful, but there's a gap: you have to manually w