coderv.dev
A discipline system for AI-assisted development — slash-command skills that give Claude-powered projects living documentation and guardrails.
The invisible fifth product
When AI writes code this fast, the bottleneck stops being the typing — it becomes the discipline. coderv.dev is that discipline, packaged: a docs toolkit that teaches an AI-assisted project to read before it writes, document what it decides, and hand off cleanly.
It works as slash-command skills: /before reads the docs and states a plan before a single line of code, /ship runs a pre-commit checklist that updates the documentation itself, /session writes handoff notes, /decision logs the reasoning behind every trade-off, and /docify generates a cited docs folder straight from the code.
And here is the part we like most: this very website — and the Al-Rafiq app — were built in one day under this toolkit's discipline. The four products above are the ones you can see; coderv.dev is the invisible fifth, quietly working behind all of them.

Five commands, one discipline
/before
Reads the docs, checks past decisions, and states a plan — before any code gets written.
/ship
A pre-commit checklist that updates the documentation itself instead of just reminding you to.
/session
Handoff notes so the next session picks up exactly where this one stopped.
/decision
Logs architectural decisions while the reasoning is still fresh — no re-debates months later.
/docify
Generates a full docs folder from the code — every claim cited to file and line, so docs never lie.
Give your AI some discipline
The docs and install guide live at coderv.dev — releases are public on GitHub.
Back home