Playbooks and kits
The AGENTS.md Playbook
Make your AI coding agent reliable instead of unpredictable.
This one has not been recorded yet. Everything below is what it would cover — written down so you can tell us whether it is worth making. The button puts you on the list for this course and nothing else.
This is for you if
- The same request gives you a different shape of answer depending on the day.
- You have rules that hold most of the time, which is worse than rules that hold.
- You are working with more than one agent and they disagree with each other.
Afterwards you can
- Write instructions that produce the same behaviour tomorrow as today.
- Find the ambiguity in your own rules, which is almost always the cause.
- Keep several agents consistent with each other.
- Change a rule without breaking three others.
What is in it
- Why the same instruction gives different results
- Writing a rule that cannot be read two ways
- Precedence: when two instructions collide
- Several agents, one standard
- Changing rules safely