How to add docs
Add or edit a page on this site: repo layout, registering the page in
docs.json, local preview, and the PR/deploy flow.Seed a policy
Produce the smallest working default policy for a new game — one that runs
end-to-end and is shaped for later optimization.
Optimize a policy
Run an evidence-first optimization loop: evaluate, reconstruct, hypothesize,
change one thing, verify with variance, promote or reject.
Human and agent flows match
Each playbook here has an agent-facing counterpart in the repo (AGENTS.md and
playbooks/) so a human and a Devin agent follow the same steps. When you
change a playbook, update both — see
How to add docs.
