AI Playbooks
VETA accepts contributions from human engineers and from LLM agents (Claude on a cloud session, qwen3-coder on the Spark workstation). The Astro docs are the golden source for how the platform works; these playbooks are the golden source for how to extend it.
Each playbook captures a recurring task — adding an algo, debugging a Grafana panel, fixing an accessibility violation — with the load-bearing context an agent needs to land a correct, well-tested change without re-discovering it every time.
Available playbooks
Section titled “Available playbooks”Playbook shape
Section titled “Playbook shape”Each playbook follows a consistent structure so an agent (or a human in a hurry) can skim:
- When to use — concrete trigger conditions
- Inputs needed — files, env vars, services that must be reachable
- Steps — numbered, with file paths and code shapes
- Verification — exactly which test invocations prove success
- Common pitfalls — what reliably breaks first time
This is also the shape used by the runtime playbooks the LLM-advisory service loads from backend/src/llm-advisory/playbooks/. Different surface (TypeScript module vs Markdown page) but the same intent: capture working knowledge once, reuse forever.