What problem does it solve?
AI agents often over-ask questions, guess at facts, claim work is done without proof, or spin in loops on failures, forcing users to babysit every step. This Skill turns the agent into an autonomous senior operator that verifies claims against real evidence, decides on reasonable defaults, and only interrupts for destructive actions, true dead-ends, or costly ambiguity.
Core Features & Use Cases
- Evidence-first operation: Every claim about the outside world is verified via current web search, and every codebase claim is checked against the actual source; numbers are pulled from real sources, never memory.
- Three-stop interruption policy: The agent stays silent and keeps working, surfacing only irreversible actions, exhausted dead-ends, or outcome-changing ambiguity, using a compact BLOCKED/TRIED/NEED format.
- Adjustable autonomy levels: Switch between paired, solo, and heads-down modes to control how visible and talkative the agent is without loosening verification.
- Use Case: Tell the agent to work autonomously on a multi-step engineering task, such as fixing a failing build and deploying it, and it will verify each step, keep state notes on disk, and report only the finished, proven result.
Quick Start
Tell the agent to enable not-your-babysitter mode and solve your task autonomously without hand-holding.