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

aid-monitor

  • name — aid-monitor
  • description — Watch production, classify what you find, and route it to whoever should act. Use this skill after a deployment, on a schedule, or whenever something looks wrong in the field. It reads telemetry, detects anomalies, performs root-cause analysis on the ones that are bugs, and then routes: bugs to /aid-fix, change requests to /aid-triage. Scoped to one work at a time.
  • 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#L219
| OBSERVE | `references/state-observe.md` | `aid-researcher` | → CLASSIFY |

Source: canonical/skills/aid-monitor/SKILL.md#L219 · 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#L220
| CLASSIFY | `references/state-classify.md` | `aid-researcher` | → ROUTE |

Source: canonical/skills/aid-monitor/SKILL.md#L220 · 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#L221
| ROUTE | `references/state-route.md` | `aid-orchestrator` | → DONE |

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

4 · DONE · exit · HALT

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

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

Report an issue with this page →