kanban-orchestrator

Orchestrates multi-agent workflows by decomposing tasks onto a Kanban board system.

9|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill kanban-orchestrator-cyapstaye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-orchestrator
Source: https://github.com/Cyapstaye/Adame_ver.open/tree/main/skills/devops/kanban-orchestrator
Command: npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill kanban-orchestrator-cyapstaye

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of managing complex, multi-step projects by automating the decomposition, routing, and dependency tracking of tasks across a fleet of specialized AI agents.

Core Features & Use Cases

  • Automated Task Decomposition: Breaks down high-level user goals into granular, actionable workstreams.
  • Dependency Management: Automatically gates task execution based on the completion of parent tasks, ensuring logical flow.
  • Multi-Agent Routing: Dispatches tasks to specific, user-configured profiles, preventing the orchestrator from performing the work itself.
  • Use Case: Use this to manage a complex research project where one agent gathers data, another synthesizes findings, and a third drafts a final report, all while maintaining an audit trail.

Quick Start

Ask the orchestrator to decompose your project goal into a set of kanban tasks assigned to your available profiles.

Frequently Asked Questions about kanban-orchestrator

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

FAQPage Schema
How do I orchestrate multi-agent workflows with automated task decomposition?

Multi-agent workflow orchestration is handled by decomposing complex goals into granular tasks within a Kanban board system. The orchestrator breaks down high-level objectives into actionable workstreams and dispatches them to configured profiles rather than performing the work itself.

How does dependency management work for parallel tasks in a Kanban board system?

Dependency management in a Kanban board system automatically gates task execution based on the completion of parent tasks. This ensures logical flow by preventing downstream tasks from starting until their required upstream dependencies are fully resolved.

Can I route specific tasks to different AI agent profiles automatically?

Yes, profile-based routing dispatches tasks to specific, user-configured profiles. The orchestrator assigns work to specialized agents by matching task requirements with configured profiles, preventing the orchestrator from executing the tasks directly.

Do I need a specific backend task dispatcher to manage long-running agentic sessions?

Yes, this skill requires integration with the Adame backend task dispatcher and profile configuration system. These components ensure correct task assignment and execution for long-running agentic sessions.

What is the best way to manage complex research projects across multiple specialized agents?

Managing complex research projects across multiple agents is best achieved by automating decomposition, routing, and dependency tracking. One agent gathers data, another synthesizes findings, and a third drafts a report, all while maintaining a full audit trail.

When should I not use an automated task orchestrator for workflow management?

You should avoid automated task orchestration if your project lacks specialized agent profiles or if your tasks do not have clear dependency chains. The system requires configured profiles and benefits from complex, multi-step workstreams to function effectively.