docs-kit
A design-doc management tool for AI-assisted coding
An AI doesn't question a design document. If it says status: current, the AI accepts it as the specification — and rewrites working code to match a design that moved on months ago. docs-kit puts two facts in each document's front matter: the code that document is responsible for, and the commit it was last reconciled against. If anything in that range has moved since, the document is marked stale. The verdict comes from git history, not from a self-reported date. It fails CI, and the built-in MCP server hands the same verdict to the AI. A single Go binary — git is the only requirement. Documents stay plain Markdown, so they outlive the tool.
NEXT Preparing for an open-source release