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 that prevents those failures in multi-agent Kanban workflows. ## Core Features & Use Cases - Workspace and Tenant Handling: Defines correct behavior for scratch, shared directory, and git worktree workspaces, plus tenant-prefixed memory isolation. - Structured Handoffs: Provides proven summary and metadata shapes for coding, research, and review tasks, including review-required blocking patterns 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 completes 14 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 the kanban-worker skill and follow its guidance to complete your dispatched Kanban task with a structured summary and metadata handoff.