#352 · Primary category: AI Coding Assistants

cavekit

claude-code parallel-agents skills spec-driven-development test-driven-development

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