What problem does it solve? When manual testing or implementation goes wrong, diagnosing the root cause requires digging through scattered logs, database records, and git changes, which consumes context and time. This Skill bootstraps a focused debugging session that investigates these sources without editing any files. ## Core Features & Use Cases - Parallel Log Investigation: Spawns Task agents to find and analyze the latest daemon and WUI logs under ~/.humanlayer/logs/ for errors, warnings, and stack traces. - Database State Inspection: Queries the SQLite daemon database directly with sqlite3 to check sessions, conversation events, and stuck states. - Git and Service State Analysis: Reviews current branch, recent commits, uncommitted changes, and verifies daemon/WUI processes and sockets are running. - Use Case: During manual testing a session stops responding. Invoke this Skill, describe the symptom, and receive a structured debug report with evidence from logs, database queries, and git state plus concrete next steps. ## Quick Start Ask the agent to debug the current issue by investigating recent logs, the daemon database, and git state, then describe the problem you encountered.