- Help a business user understand what a playbook does before running it.
- Help a playbook author build a package that validates cleanly before import.
Authoring Path
- Start with the business outcome and final user-facing artifacts.
- Define schemas for intake, source records, working outputs, review outputs, and final artifacts.
- Write deterministic scripts for normalization, planning, scoring, and materialization.
- Add prompts only after the script and artifact contracts are stable.
- Validate the package through Tessera before import.