Skip to content
Automation
Skill

/patrol-monitoring

Continuous monitoring using Deacon/Witness patterns for agent health checks, stuck detection, and automated recovery.

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill patrol-monitoring --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/patrol-monitoring

Context preview

The summary Claude sees to decide when to auto-load this skill.

Continuous monitoring using Deacon/Witness patterns for agent health checks, stuck detection, and automated recovery.

SKILL.md

patrol-monitoring.SKILL.md
name: patrol-monitoring
description: Continuous monitoring using Deacon/Witness patterns for agent health checks, stuck detection, and automated recovery.
allowed-tools: Read, Write, Edit, Bash, Grep, Glob, WebFetch, WebSearch, Agent, AskUserQuestion
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]
  • When agents may become stuck or unresponsive
  • For long-running multi-agent workflows
  • When automated recovery is desired

Process

1. **Health check** all active agents and convoys 2. **Detect** stuck or unresponsive agents via heartbeats 3. **Recover** - restart, reassign, or escalate as needed 4. **Report** patrol findings with trend analysis

Monitoring Roles

  • **Deacon**: Daemon supervisor, monitors overall health
  • **Witness**: Per-rig lifecycle manager for workers
  • **Boot (Dog)**: Watches the Deacon every 5 minutes

Recovery Modes

  • **restart**: Restart the stuck agent session
  • **reassign**: Move beads to a different agent
  • **escalate**: Alert human for manual intervention

Tool Use

Invoke via babysitter process: `methodologies/gastown/gastown-patrol`

Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.