kanban-worker

Guide Hermes workers through Kanban create, complete, block, and show workflows.

Updated May 20, 2026
One-click install
npx skills add https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent --skill kanban-worker-sriramkunamsetty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-worker
Source: https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent/tree/main/hermes-agent/skills/devops/kanban-worker
Command: npx skills add https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent --skill kanban-worker-sriramkunamsetty

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hermes Kanban workers often face handoff ambiguities, missed signals, and escalation loops during cross-agent task execution; this skill provides in-depth guidance to prevent those issues.

Core Features & Use Cases

  • Detailed handoff shapes, retry diagnostics, and edge-case handling for Kanban-dispatched workers.
  • Guidance on workspace kinds (scratch, dir:<path>, worktree) and tenant isolation to prevent cross-task leakage.
  • Comprehensive patterns for kanban_create, kanban_block, kanban_complete, and kanban_show flows, plus best-practice examples and templates.

Quick Start

Load the kanban-worker skill to access in-depth Kanban guidance during Hermes task dispatch.

Frequently Asked Questions about kanban-worker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent stalled tasks during multi-agent Kanban dispatch?

To prevent stalled tasks during multi-agent Kanban dispatch, apply structured handoff shapes and retry diagnostics. This ensures workers receive clear signals, reducing miscommunication and preventing tasks from entering endless escalation loops.

What is the best way to handle task blocking in a Hermes worker workflow?

The best way to handle task blocking in a Hermes worker workflow is using the kanban_block flow with safety-conscious prompts. This documents the block condition, triggers diagnostic patterns, and maintains a defined lifecycle to prevent cross-task leakage.

How do I isolate workspaces to prevent cross-task leakage in Kanban workflows?

To isolate workspaces in Kanban workflows, configure workspace kinds such as scratch, dir:<path>, or worktree. This tenant isolation approach prevents cross-task leakage by ensuring each Hermes worker operates within a strictly bounded environment.

Does Hermes multi-agent orchestration support task handoff and retry patterns?

Yes, Hermes multi-agent orchestration supports task handoff and retry patterns. The Kanban guidance provides exhaustive shapes for worker orchestration, covering kanban_create, kanban_complete, and kanban_show flows with built-in edge-case handling.

When should I use kanban_complete instead of kanban_block for a dispatched task?

Use kanban_complete when a dispatched task finishes successfully, and use kanban_block when hitting unresolved edge cases or dependencies. Applying the correct flow maintains lifecycle integrity and provides diagnostic patterns for stalled worker tasks.