What problem does it solve? Fire-and-forget agent sessions (Claude, Codex, OMP) often waste tokens on mechanical thrash — repeated commands, excessive turns, and runaway token consumption — without anyone noticing. This Skill detects that waste and files a follow-up so the underlying prompts or skills can be fixed. ## Core Features & Use Cases - Multi-harness session discovery: Resolves Claude, Codex, and OMP sessions via Invoker task inventory using agentSessionId and agentName. - Thrash detection: Flags sessions exceeding thresholds such as 40+ assistant turns, 10M+ total tokens, or the same bash command repeated 5+ times. - Routed follow-ups: Files findings to catstack for skill prose issues or to Invoker for harness prompt issues, with strict rate caps (one follow-up per session hash per week). - Use Case: An operator enables the worker on a DO1 owner, and it periodically scans completed agent sessions, filing a follow-up PR proposal when a session burned 12M tokens repeating the same failing command. ## Quick Start Enable the worker-session-mine desired state from the Workers UI or run invoker-cli worker toggles --enable worker-session-mine on the DO1 owner.