What problem does it solve?
This Skill helps you add the right diagnostic signals to code that runs unattended, so future agents can understand failures without rerunning the system or guessing from vague logs.
Core Features & Use Cases
- Decision-point logging: Capture structured events at the exact moments a system chooses, retries, dispatches, or skips work.
- Durable failure state: Persist the reason for a crash or degraded state so a fresh agent can inspect what went wrong after restart.
- Health and status surfaces: Expose lightweight status endpoints or files for long-running jobs, servers, and background workers.
- Explicit error handling: Replace silent catches and swallowed exceptions with clear failure modes that are easy to trace and alert on.
Quick Start
Add observability to the subsystem by mapping its failure modes, instrumenting the key decision points, persisting errors to durable storage, and exposing a simple health view for the next agent.