What problem does it solve?
It helps Hermes Kanban workers complete tasks correctly by preventing common handoff mistakes, workspace pitfalls, tenant data leaks, and failure-mode errors.
Core Features & Use Cases
- Workspace-safe behavior: Guidance for scratch, persistent dir, and git worktree workspaces so you don’t corrupt shared state.
- Tenant isolation: Rules for namespacing persistent memory to avoid cross-tenant context leakage.
- Correct completion semantics: Clear when to use complete vs block, how to shape summaries/metadata for downstream tooling, and how to claim only real created card IDs.
- Operational edge-case handling: Retry diagnostics (timed out, crashed, spawn failed, reclaimed/archived, blocked) and heartbeat quality expectations.
- Examples for downstream parsing: Practical metadata shapes that reviewers, dashboards, and aggregators can reliably consume.
Quick Start
Load the kanban-worker skill while running a Hermes Kanban dispatcher worker to follow the provided lifecycle, workspace, and handoff rules for the current task.