What problem does it solve? Dispatched Kanban workers often fail silently by mishandling workspaces, hallucinating created card IDs, sending useless block reasons, or repeating the mistakes of prior failed runs. This Skill provides the deeper operational detail beyond the auto-injected KANBAN_GUIDANCE lifecycle so workers complete, block, and hand off tasks correctly. ## Core Features & Use Cases - Workspace and tenant handling: Defines correct behavior for scratch, dir, and worktree workspace kinds, plus tenant-prefixed memory isolation. - Structured handoffs: Provides proven summary and metadata shapes for coding, research, and review tasks, including review-required blocking with comment-based context. - Retry and edge-case diagnostics: Explains how to interpret prior run outcomes (timed_out, crashed, spawn_failed, reclaimed, blocked) and avoid repeating failed paths. - Use Case: A worker dispatched to fix a rate limiter finishes 14 passing tests, posts structured metadata as a comment, and blocks with a 'review-required' reason so a human reviewer can approve before merge. ## Quick Start Load this skill when dispatched as a Kanban worker and follow its guidance to orient on the task, work in the assigned workspace, and complete or block with a well-formed handoff.