What The Groundwork Is
The Groundwork is the four-document protocol that every AI agent (Post) must complete before it runs in production. The four documents are: scope.md (what is in and out), contracts.md (behavioral rules and constraints), testing.md (how you verify it works), and prompting.md (the actual instructions the agent receives).
This is not a template to complete once and file away. These are living governance documents that define the operating contract between the organisation and the agent. When the agent drifts, you trace back to The Groundwork. When the agent is audited, you audit The Groundwork. When the agent is improved, The Groundwork is what changes.
The protocol exists because the cost of deploying an ungoverned AI agent is not the deployment itself — it is the compounding cost of every decision that agent makes without boundaries, every output it produces without testing criteria, and every failure it encounters without an escalation path.