Analysis Playbook
1. What a playbook is
A playbook is a more deterministic execution path for high-frequency, high-value, or high-risk industrial workflows.
It helps the Agent avoid falling back to ad hoc reasoning for important tasks.
2. When playbooks are useful
Playbooks are especially suitable for:
- daily review routines
- yield drop diagnosis
- takt bottleneck localization
- downtime or fault investigation
- repeated OEM field issues
3. What a playbook usually defines
| Part | Typical content |
|---|---|
| Entry condition | what type of question or anomaly triggers the playbook |
| Execution steps | which comparison or analysis sequence should run |
| Decision points | how to branch based on results |
| Expected output | summary, cause clues, next checks, action suggestions |
4. Why playbooks improve stability
They make important workflows:
- more repeatable
- easier to govern
- less dependent on improvisation
- easier to review and optimize later