بنقرة واحدة
kanban-orchestrator
Decompose and route work through multi-agent Kanban systems
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Decompose and route work through multi-agent Kanban systems
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Task lifecycle management and workspace handoff for Kanban workers
Terminal-based Node.js debugging via V8 inspector protocol
Python debugging with pdb, debugpy, and remote attach
Root-cause investigation methodology before applying fixes
Enforce RED-GREEN-REFACTOR TDD cycle
Extract YouTube transcripts and transform into structured content
| name | kanban-orchestrator |
| description | Decompose and route work through multi-agent Kanban systems |
| alwaysInclude | false |
| requiredBins | [] |
| platforms | ["darwin","linux"] |
| version | 1.0.0 |
| tenantIds | [] |
Coordinate multi-agent workflows using a Kanban-style board. The orchestrator decomposes complex tasks into discrete work items, assigns them to worker agents, and tracks progress through lifecycle stages.
Maintain a Kanban board with these columns:
| Column | Purpose |
|---|---|
| Backlog | Decomposed tasks awaiting assignment |
| In Progress | Tasks actively being worked by an agent |
| Review | Completed tasks awaiting verification |
| Done | Verified and accepted tasks |
| Blocked | Tasks with unresolved dependencies |
When receiving a complex request:
small, medium, or large.id: TASK-001
title: Short imperative title
description: |
Detailed description of the work to be done.
Include inputs, expected outputs, and constraints.
acceptance_criteria:
- Criterion 1
- Criterion 2
blocked_by: []
complexity: small | medium | large
worker_type: coding | research | testing | review
Use background processes to run workers in parallel:
# Dispatch to a coding worker
bash background:true workdir:/path/to/project command:"claude --print 'TASK-001: Implement the login form component'"
# Dispatch to a research worker
bash background:true command:"claude --print 'TASK-002: Research OAuth 2.0 PKCE flow best practices'"
Monitor all active workers:
process action:poll sessionId:WORKER_SESSION_ID
process action:log sessionId:WORKER_SESSION_ID