What problem does it solve? Dispatched Kanban workers often mishandle task handoffs, claim cards they never created, write useless block reasons, or misdiagnose retry scenarios. This Skill provides the deeper operational detail beyond the auto-injected lifecycle guidance so workers complete, block, and hand off tasks correctly. ## Core Features & Use Cases - Structured handoff patterns: Shows correct kanban_complete summary and metadata shapes for coding, research, and review tasks, including review-required flows that block with structured comments. - Workspace and tenant handling: Explains how to work in scratch, shared directory, and git worktree workspaces, plus tenant-prefixed memory isolation. - Retry diagnostics and pitfalls: Covers interpreting prior run outcomes (timed_out, crashed, spawn_failed, reclaimed), writing effective block reasons and heartbeats, and claiming only verified created cards. - Use Case: A worker retrying a crashed task inspects prior run outcomes, chunks the work to avoid the timeout, then completes with structured metadata and verified created card IDs. ## Quick Start Load the kanban-worker skill and show me how to complete my current Kanban task with proper summary metadata and verified created cards.