What problem does it solve?
This skill solves the issue of silent failures and unmanaged scope creep in multi-agent systems by providing a structured, durable protocol for workers to report blockers, risks, and scope changes to the orchestrator.
Core Features & Use Cases
- Structured Signal Emission: Provides a precise format for reporting scope drift, blockers, and design risks that the brain can parse automatically.
- Durable Communication: Ensures that critical task updates are not lost in ephemeral chat logs, allowing for reliable re-planning.
- Use Case: When a worker discovers that a task requires modifying files outside the original scope, it uses this skill to emit a scope_drift signal, triggering an immediate re-evaluation by the brain.
Quick Start
Use the worker-signals skill to report a high-severity scope drift by emitting a signal with the required JSON sentinel and adding the appropriate signal label to the issue.