Weekly, computes per-playbook health across the workspace — execution count, success rate, median duration, median cost, and the most common failure step — ranks playbooks by failure rate and cost-per-successful-run, and proposes specific fixes for the worst performers. Also surfaces playbooks with zero executions as adoption gaps.
- Identifier
playbook-health-check- Version
- 1.0.0
- Steps
- 3
- Triggers
- 1
- playbook
- health
- metrics
- agent-ops
- weekly
- automated
When it runs
schedule.weekly- Schedule
- Every Monday at 07:00 UTC
0 7 * * 1 - Timezone
- UTC
The pipeline
The graph below is the one the workflow opens with in the builder — same steps, same layout, drawn on the same canvas. The run playing through it is a simulation; the branches and conditions are real.
- 01Weekly Schedule (Monday 07:00 UTC)
triggerThe event that starts the run.
- 02Analyse Playbook Health
agent.runOne agent works the task with its toolkit.
- 03File Health Check Ticket
ticket.createOpens a ticket on the connected tracker.
The agent
Playbook Health Analyst
- Base type
- Senior Developer
- Temperature
- 0.2
- Max iterations
- 50
- Tools
- 8
Filesystem · 2
read_fileRead File · readlist_dirList Directory · read
Memory · 2
memory_writeWrite Memory · writememory_readRead Memory · read
Terminal · 1
run_terminal_cmdRun Terminal Command · write
Code search · 1
code_searchCode Search · read
Tickets · 1
create_ticketCreate Ticket · write
Status · 1
update_statusUpdate Status · write
Related playbooks
Agent Tool Failure Triage
Daily clustering of tool-level failures across execution step outputs, filing one ticket per novel failure cluster.
LLM Cost Regression Watch
Weekly comparison of execution cost against the trailing baseline, flagging agents whose cost-per-run rose and attributing the cause.
Prompt Regression Suite
Weekly re-run of golden tasks against fixed rubrics, tracking quality drift, cost, and latency per agent and playbook.