Your Tests Are the Only Spec AI Reads
When an AI agent works on your codebase, your test suite is the only artifact of intent it consistently sees. Tickets, Notion pages, and Slack threads do not enter the loop. If your tests describe what the system should do, the agent is constrained. If they only describe what the code already does, the agent ships whatever it generated.

