What problem does it solve?
This Skill prevents failed or low-signal Kanban worker handoffs by documenting workspace rules, tenant isolation, correct completion/block semantics, safe retry diagnosis, and common lifecycle pitfalls for ZedClaw workers.
Core Features & Use Cases
- Workspace and state correctness: Helps workers behave correctly in scratch vs persistent directories vs git worktrees, including how to avoid stale artifacts and improper file modifications.
- High-quality handoffs: Defines how to shape
kanban_complete, kanban_block, and kanban_comment so downstream tools and humans can reliably parse results and decide next actions.
- Safe review gating & retry hygiene: Ensures tasks are blocked for human review when appropriate and provides guidance on interpreting prior run outcomes to avoid repeating failing paths.
Quick Start
Use the kanban-worker skill to craft a correct kanban_complete or kanban_block handoff by following the lifecycle guidance and structured metadata patterns for your current task.