What problem does it solve? Agents working on kanban tasks often lose context, leak data across tenants, or falsely claim completion, leaving boards inconsistent and downstream workers without usable handoffs. This Skill enforces disciplined task execution and structured handoff inside the Hermes kanban system. ## Core Features & Use Cases - Workspace-aware execution: Handles scratch, shared directory, and git worktree workspace kinds, including automatic git worktree add initialization when .git is missing. - Structured handoffs: Uses kanban_complete with machine-readable metadata, kanban_block with review-required: prefixes for code changes needing human review, and kanban_comment as the durable annotation channel. - Integrity gates: Verifies created_cards IDs against actual kanban_create return values, rejects phantom IDs, and diagnoses retry scenarios from prior run outcomes (timeout, crash, spawn failure). - Use Case: An agent picks up a task to implement a rate limiter, works in a git worktree, runs 14 tests, posts structured metadata as a comment, and blocks the task with a review-required reason so a human can approve before merge. ## Quick Start Pick up my assigned kanban task, check its status with kanban_show, complete the work in the workspace, and hand it off with a structured summary and metadata.