kanban-worker

Diagnose Kanban worker pitfalls and edge cases in Hermes task dispatching.

31|3|Updated May 7, 2026
One-click install
npx skills add https://github.com/markwang2658/hermes-windows-native --skill kanban-worker-markwang2658
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-worker
Source: https://github.com/markwang2658/hermes-windows-native/tree/main/hermes-agent/skills/devops/kanban-worker
Command: npx skills add https://github.com/markwang2658/hermes-windows-native --skill kanban-worker-markwang2658

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hermes Kanban workers drive task lifecycle in distributed agent systems, and this skill exposes common pitfalls, edge cases, and best practices to prevent misbehavior and improve reliability.

Core Features & Use Cases

  • Detailed guidance on the Kanban worker lifecycle (orient → work → heartbeat → block/complete) and how KANBAN_GUIDANCE is injected into system prompts.
  • Concrete examples of failure modes, retry diagnostics, and handoff strategies for cross-agent collaboration.
  • Practical tips for workspace handling, tenant isolation, and deterministic prompts across platforms.

Quick Start

Ask Hermes Kanban for deep guidance on pitfalls, edge cases, and best practices when dispatching Kanban workers.

Frequently Asked Questions about kanban-worker

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

FAQPage Schema
What are common Kanban worker pitfalls in multi-agent task dispatching?

The Kanban worker lifecycle in Hermes task dispatching follows the orient, work, heartbeat, block, and complete stages. KANBAN_GUIDANCE is injected directly into system prompts to drive these tasks, ensuring structured execution and clear handoff strategies for cross-agent collaboration across Linux, macOS, and Windows.

How do I handle Kanban worker edge cases and workspace isolation across platforms?

Handling Kanban worker edge cases requires implementing structured guardrails for workspace handling and tenant isolation. This ensures deterministic prompts and reliable execution across Linux, macOS, and Windows, preventing cross-tenant contamination and resolving unexpected failure modes in multi-agent scenarios.

Can I use Hermes Kanban workers for cross-agent collaboration on Windows, macOS, and Linux?

Yes, Hermes Kanban workers apply to multi-agent scenarios across Linux, macOS, and Windows. They support cross-agent collaboration by providing concrete handoff strategies, retry diagnostics, and failure-handling patterns to maintain debuggability and reliability regardless of the operating system.

Why is my Kanban worker blocking tasks instead of completing them in a distributed agent system?

Kanban workers may block tasks instead of completing them due to failure modes in the heartbeat or work stages of the lifecycle. Applying structured failure-handling patterns, retry diagnostics, and clear handoff strategies can resolve these dispatching bottlenecks and improve system reliability.

What is the best way to debug Kanban worker failure modes in Hermes task dispatching?

The best way to debug Kanban worker failure modes is to use actionable diagnostics and retry diagnostics tailored to the Hermes lifecycle. Analyzing the orient, work, heartbeat, block, and complete stages with structured guardrails improves debuggability and prevents misbehavior in multi-agent environments.