> For the complete documentation index, see [llms.txt](https://docs.questflow.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.questflow.ai/financial-harness/what-are-playbooks.md).

# What Are Playbooks?

**Short answer:** Playbooks are named decision templates inside `invest.md` — “what to do when X.” They reference other tokens (signals, risk, sizing) so the agent does not improvise a new process every time.

## What they look like

The spec allows playbook fields to point at other YAML paths, e.g. `{signals.fundamental.ownerEarnings.weight}`. That is how a “add on confirmed breakout” playbook stays tied to the same invalidation as the rest of the skill.

Typical playbooks: initial entry, pyramid, trim, full exit, stand aside, hedge. They map to the harness loop Signal → Thesis → Execution.

Related: SKILL.md · Risk

*Nothing here is financial advice.*
