What problem does it solve? Dispatched Kanban workers often mishandle task handoffs, claim cards they never created, write useless block reasons, or repeat the mistakes of failed prior 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 - 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 behave in scratch, shared directory, and git worktree workspaces, plus tenant-prefixed memory writes to prevent cross-tenant leakage. - Retry and edge-case diagnostics: Covers interpreting prior run outcomes (timed_out, crashed, spawn_failed, reclaimed, blocked) and pitfalls like stale task state and phantom card claims. - Use Case: A worker dispatched to fix a rate limiter finishes with 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 Hermes Kanban worker and follow its guidance to complete or block your assigned task with a well-formed summary and metadata.