#352 · Primary category: AI Coding Assistants
cavekit
Frozen — compressed spec-driven development plugin for Claude Code. Still works; active development moved to JuliusBrussee/caveman.
Project last updated:08/14/26
GitHub Stars
1.1K
Forks
87
Contributors
4
License
MIT
Why we included this project
Working in Claude Code on a multi-step change, you've probably hit the moment when the context window resets and the agent forgets what it was doing. Cavekit addresses that with a spec-driven loop built around a single SPEC.md file: you sharpen a vague idea into a spec, build against it, and run a drift report that flags which invariants and tests are now violated. It skips the usual agent swarm and dashboard machinery, so the token cost stays low and everything lives in plain markdown. The backpropagation habit is the interesting part: every test failure gets written back into the spec as an invariant, so the model carries constraints across sessions. For teams that like test-driven discipline but don't want a heavy orchestration stack, this is a lean, opinionated fit.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.