kanban-worker

Automate Kanban-driven task handoffs with workspace isolation and retry patterns.

Updated May 3, 2026
One-click install
npx skills add https://github.com/JuanMS20/solviora-agent --skill kanban-worker-juanms20
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-worker
Source: https://github.com/JuanMS20/solviora-agent/tree/main/skills/devops/kanban-worker
Command: npx skills add https://github.com/JuanMS20/solviora-agent --skill kanban-worker-juanms20

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hermes Kanban tasks require careful handling of lifecycle, handoffs, and error scenarios. This skill provides Pitfalls, examples, and edge cases to deepen workers' understanding of Kanban-driven dispatch and ensure robust behavior.

Core Features & Use Cases

  • Guidance on workspace handling and tenant isolation for Kanban tasks.
  • Clear handoff patterns and diagnostics for cross-agent collaboration, retries, and heartbeats.
  • Practical rules for avoiding common pitfalls and ensuring safe, observable task progress.

Quick Start

Load the Kanban guidance into your worker prompt and adhere to the lifecycle orient → work → heartbeat → block/complete.

Frequently Asked Questions about kanban-worker

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

FAQPage Schema
How do I handle multi-agent task handoffs using Kanban workflows?

Multi-agent task handoffs in Kanban workflows are managed by following the orient, work, heartbeat, block, and complete lifecycle to ensure robust cross-agent collaboration and observable task progress.

What is the correct lifecycle for a Hermes worker processing Kanban tasks?

The correct lifecycle for a Hermes worker processing Kanban tasks follows the orient, work, heartbeat, block, and complete sequence to enforce safe task dispatch and lifecycle management.

How do I manage workspace isolation for multi-agent Kanban orchestration?

Workspace isolation for multi-agent Kanban orchestration is managed by enforcing tenant boundaries and supporting distinct workspace kinds like scratch, directory paths, and worktrees.

How do I implement retry logic and heartbeats for cross-agent collaboration?

Retry logic and heartbeats for cross-agent collaboration are implemented using robust diagnostic patterns and heartbeat cycles to ensure safe task progress and prevent unsafe actions.

What are the limitations and pitfalls of Kanban-driven task dispatch?

Limitations and pitfalls of Kanban-driven task dispatch involve unsafe actions during complex handoffs, which are mitigated by practical rules for workspace handling and tenant isolation.

Does Kanban orchestration support different workspace types for Hermes workers?

Kanban orchestration supports different workspace types for Hermes workers, specifically allowing the use of scratch spaces, directory paths, and worktrees to maintain strict workspace isolation.