kanban-worker

Guide Nozich Kanban workers through lifecycle, handoffs, and tenancy pitfalls.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/anilcan-kara/nozich-agent --skill kanban-worker-anilcan-kara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-worker
Source: https://github.com/anilcan-kara/nozich-agent/tree/main/skills/devops/kanban-worker
Command: npx skills add https://github.com/anilcan-kara/nozich-agent --skill kanban-worker-anilcan-kara

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Nozich Kanban workers often run into subtle pitfalls, edge cases, and coordination gaps that break task flow. This Skill catalogues these issues and provides actionable guidance to keep multi-agent Kanban tasks progressing reliably, with clear prompts injected into system behavior and lifecycle handling.

Core Features & Use Cases

  • Lifecycle guidance: Documents the Nozich Kanban lifecycle (orient → work → heartbeat → block/complete) and how it applies to dispatched workers.
  • Workspace isolation & tenancy: Explains workspace kinds (scratch, dir:<path>, worktree) and tenancy-aware memory prefixes to prevent cross-tenant data leakage.
  • Structured handoffs: Demonstrates how to perform handoffs with kanban_complete and kanban_block, including metadata shaping for downstream readers.
  • Diagnostics & retries: Provides patterns for retries, heartbeats, and blocked states to maintain safe progress.
  • Cross-agent collaboration: Guides multi-agent coordination, task handoffs, and reviewer interactions.

Quick Start

Load this Kanban guidance skill for every dispatched worker and consult it to handle pitfalls, retries, and edge cases.

Frequently Asked Questions about kanban-worker

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

FAQPage Schema
How do I manage multi-agent Kanban workflows without breaking task flow?

Multi-agent Kanban workflows require structured handoffs using kanban_complete and kanban_block to avoid coordination gaps. Enforcing a documented lifecycle of orient, work, heartbeat, block, and complete keeps dispatched workers progressing reliably across shared tasks.

What is the Kanban worker lifecycle for dispatched agents?

The Kanban worker lifecycle follows four phases: orient, work, heartbeat, and block or complete. This structured progression ensures agents handle tasks systematically, using retries and heartbeats to maintain safe progress before performing structured handoffs.

How do I prevent cross-tenant data leakage in multi-agent task handoffs?

Preventing cross-tenant data leakage requires tenancy-aware memory scoping and workspace isolation practices. Using distinct workspace kinds like scratch, dir:<path>, and worktree ensures agents operate within isolated boundaries during task handoffs.

When should I use kanban_block instead of kanban_complete for task handoffs?

Use kanban_block when a worker hits an unrecoverable edge case or failed retry, and kanban_complete when the task finishes successfully. Both enforce structured handoffs by shaping metadata appropriately for downstream readers or reviewers.

Does this Kanban guidance apply to cross-agent reviewer interactions?

Yes, this Kanban guidance explicitly covers cross-agent collaboration, including task handoffs and reviewer interactions. It provides patterns for multi-agent coordination to ensure safe progress and clear communication across the worker lifecycle.