What problem does it solve? Dispatched Kanban workers often fail at handoffs: they claim cards they never created, write vague block reasons, send useless heartbeats, or mishandle retries and shared workspaces. 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: Concrete examples of kanban_complete summaries and metadata shapes for coding, research, and review tasks, including review-required flows using kanban_comment plus kanban_block. - Workspace and tenant handling: Rules for scratch, dir:, and git worktree workspaces, plus tenant-prefixed memory writes to prevent cross-tenant context leaks. - Retry and pitfall diagnostics: How to interpret prior run outcomes (timed_out, crashed, spawn_failed, reclaimed, blocked) and avoid repeating failed approaches. - Use Case: A worker finishes a rate-limiter implementation, posts structured metadata (changed files, test counts, decisions) as a comment, and blocks with a review-required: reason so a human reviewer can approve and unblock. ## 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.