Skip to content
AID v2.3.0 is out.See what's new →
Skills

aid-monitor

  • name — aid-monitor
  • description — Observe production, classify findings, and route actions. Combines telemetry interpretation with triage — detect anomalies, perform root cause analysis for bugs, and route findings — bugs to /aid-fix, change requests to /aid-triage. Per-work scope. Use post-deployment, on schedule, or on-demand. State machine: OBSERVE → CLASSIFY → ROUTE → DONE.
  • allowed-tools — Read, Glob, Grep, Bash, Write

Definition: canonical/skills/aid-monitor/SKILL.md

flowchart TB
  classDef aidNode color:#fff
  classDef aidEntry fill:#166534,stroke:#14532d,color:#fff
  classDef aidExit fill:#991b1b,stroke:#7f1d1d,color:#fff
  classDef aidDecision fill:#92400e,stroke:#78350f,color:#fff
  classDef aidLoopBack fill:#1e3a8a,stroke:#1e3a8a,color:#fff
  classDef aidStep fill:#1a2035,stroke:#d4a853,color:#f1f5f9
  n1(["OBSERVE<br/>No prior run context; pull telemetry signals and correlate…"])
  n2["CLASSIFY<br/>Active findings are present; classify each anomaly and…"]
  n3["ROUTE<br/>All findings are classified; propose and execute routing…"]
  n4(["DONE"])
  n1 --> n2
  n2 --> n3
  n3 --> n4
  class n1 aidEntry
  class n2 aidStep
  class n3 aidStep
  class n4 aidExit
  class n1 aidNode
  class n2 aidNode
  class n3 aidNode
  class n4 aidNode

Every node in the chart above, in chart order, with the exact canonical/ text it was derived from.

1 · OBSERVE — No prior run context; pull telemetry signals and correlate… · entry

canonical/skills/aid-monitor/SKILL.md#L214
| OBSERVE | `references/state-observe.md` | `aid-researcher` | → CLASSIFY |

Source: canonical/skills/aid-monitor/SKILL.md#L214 · full step: canonical/skills/aid-monitor/references/state-observe.md#L1-L35

2 · CLASSIFY — Active findings are present; classify each anomaly and… · step

canonical/skills/aid-monitor/SKILL.md#L215
| CLASSIFY | `references/state-classify.md` | `aid-researcher` | → ROUTE |

Source: canonical/skills/aid-monitor/SKILL.md#L215 · full step: canonical/skills/aid-monitor/references/state-classify.md#L1-L46

3 · ROUTE — All findings are classified; propose and execute routing… · step

canonical/skills/aid-monitor/SKILL.md#L216
| ROUTE | `references/state-route.md` | `aid-orchestrator` | → DONE |

Source: canonical/skills/aid-monitor/SKILL.md#L216 · full step: canonical/skills/aid-monitor/references/state-route.md#L1-L60

4 · DONE · exit · HALT

canonical/skills/aid-monitor/SKILL.md#L217
| DONE | _(inline — see Re-run below)_ | `inline` | → halt |

Source: canonical/skills/aid-monitor/SKILL.md#L217

Report an issue with this page →