What problem does it solve? Autonomous agents and scheduled jobs often report success while silently shipping nothing, and vendor dashboards never surface this. This Skill reads every local transcript and shows which recurring tasks are blocked, silent, or quietly doing nothing, along with their token cost. ## Core Features & Use Cases - Delivery ledger: Lists every scheduled run, subagent, and workflow agent on the machine with terminal state, denied permissions, and write outcomes. - Failure classification: Marks tasks as BLOCKED (write refused by permissions), SILENT (intended write never landed), or quiet (correctly decided there was nothing to do). - Cost accounting: Breaks down token spend including cache-read per subagent family, surfacing invisible child runs. - Use Case: A nightly cron job has run 20 times with zero delivered output. Run the audit to see it is BLOCKED on a permission prompt, then fix it with a settings line via /qdoctor. ## Quick Start Ask the assistant to run /qruns and show which of my scheduled tasks and subagents are failing to deliver anything.