- A manifest that identifies the package.
- A
playbook.tsentrypoint that defines the graph. - Prompt files referenced by the graph.
- Schema files for agent outputs and structured artifacts.
- Deterministic scripts for normalization, scoring, aggregation, or materialization.
- Fixtures and golden examples for package-local script tests.
- Final artifact declarations for the user-facing outputs.
Authoring Order
- Define the final business packet.
- Design the normalized data and artifact schemas.
- Add deterministic scripts.
- Add the graph shape.
- Add prompts and review loops.
- Run validation and repair all errors before import.