# National 3PL Playbooks

These are example playbook stubs — replace with your firm-specific runbooks.

## Event-surge routing playbook

**When to trigger**: when the relevant agent flags a P0 or Esc decision.

**Steps**

1. Verify the trigger signals in `daily_signals.csv`.
2. Pull the prior 30-day decision history for the same entity from `decisions_history.jsonl`.
3. Apply the playbook actions below.
4. Stamp `outcome` back via the nightly sync (Step 5 of the Knowledge Graph section).

**Actions**

- Action 1 (mock)
- Action 2 (mock)
- Action 3 (mock)

---

## Hub-consolidation diligence

**When to trigger**: when the relevant agent flags a P0 or Esc decision.

**Steps**

1. Verify the trigger signals in `daily_signals.csv`.
2. Pull the prior 30-day decision history for the same entity from `decisions_history.jsonl`.
3. Apply the playbook actions below.
4. Stamp `outcome` back via the nightly sync (Step 5 of the Knowledge Graph section).

**Actions**

- Action 1 (mock)
- Action 2 (mock)
- Action 3 (mock)

---

## Cold-chain failure playbook

**When to trigger**: when the relevant agent flags a P0 or Esc decision.

**Steps**

1. Verify the trigger signals in `daily_signals.csv`.
2. Pull the prior 30-day decision history for the same entity from `decisions_history.jsonl`.
3. Apply the playbook actions below.
4. Stamp `outcome` back via the nightly sync (Step 5 of the Knowledge Graph section).

**Actions**

- Action 1 (mock)
- Action 2 (mock)
- Action 3 (mock)

---

