What problem does it solve? AI agents often silently expand beyond the user's stated scope, doing unrequested work or delegating tasks to workers without informing the human. This Skill establishes explicit rules that keep the human informed whenever out-of-scope work appears. ## Core Features & Use Cases - Scope Guardrails: Reads the active user scope before each material action and keeps all work inside it. - Out-of-Scope Reporting: Pauses the affected path, names the item, explains why it is outside scope, and asks for direction. - Bounded Worker Orchestration: Delegates to Sol, Claude, or Grok workers only when work stays in scope, passing the same scope rule to each worker and reporting the outcome. - Use Case: While refactoring a module, the agent notices a broken unrelated test. Instead of fixing it silently, it reports the finding, states the path taken, and continues the requested refactor. ## Quick Start Invoke /hitl with optional task context to activate human-in-the-loop scope reporting for the active agent.