Last verified 2026-08-15 by executing the recipe end to end.
The recipe
main.sh
How it works
- Create playbook takes
nameandinstructions. Instructions are an array of strings, one per line of guidance, not a single block of prose. - Get playbook reads it back. Doing this after a write is what distinguishes a call that returned 200 from a change that actually landed.
- Update playbook patches in place, so send only the fields you are changing.
- Delete playbook removes it. This
recipe deletes in a
trapso a failure midway does not leave a playbook behind in your project. - Playbooks call tools and hand off to other playbooks. See Building an agent’s parts for how the pieces connect.