I use Claude Code, GitHub Copilot, OpenAI Codex CLI, and Cursor — sometimes in the same day. Each one drifts the same way: skips planning, forgets tests, picks stale library versions, and asks twelve questions in the middle of a build. So I wrote one markdown template and a small installer that drops the same rules into every agent on my machine. Here is the design.
The drift problem
If you have ever said "build me a kanban app" to an AI coding agent, you have lived this:
It picks a stack you would never pick yourself
It scaffolds, then stops to ask "what database do you want?" three files in











