AI Team Builder Kanban is a skill published by agensi that generates structured blueprints for multi-agent task orchestration. Rather than relying on a single AI agent to handle an entire large-scale project, this skill produces a Hermes-style Kanban board design that distributes work across a team of specialized agents with defined roles.
The skill breaks a monolithic goal into discrete tasks assigned to one of three states: Ready, Running, or Blocked. Each task includes explicit dependency mapping so the execution order is unambiguous. Agent Profiles are defined for distinct roles—Researchers, Implementers, and Verifiers—with an Orchestrator role responsible for planning and unblocking, and Worker roles responsible for execution.
Handoff moments between agents are the central concern of the design. The skill defines structured completion metadata and handoff comments so that when one agent finishes a task, the next agent receives the exact context and artifacts it needs to continue without human intervention. It also incorporates resilience logic covering retries, blocked-task handling, and verification gates.
The output is a technical plan intended to be implemented in a multi-agent framework that requires strict state management and audit trails, such as Hermes. This skill does not execute tasks itself; it produces the architectural blueprint that a compatible runtime would then act upon.