DevTeam Orchestration Skill

Manage Kanban boards, assign stories to agents, and enforce quality gates.

1|Updated Aug 10, 2025
One-click install
npx skills add https://github.com/michsindlinger/agent-os-extended --skill devteam-orchestration-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: DevTeam Orchestration Skill
Source: https://github.com/michsindlinger/agent-os-extended/tree/main/agent-os/templates/skills/orchestration/orchestration
Command: npx skills add https://github.com/michsindlinger/agent-os-extended --skill devteam-orchestration-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the complex process of managing a development team's workflow, ensuring tasks are assigned efficiently, dependencies are tracked, and quality gates are enforced, leading to smoother project execution.

Core Features & Use Cases

  • Kanban Board Management: Tracks stories from 'Ready' to 'Done', managing WIP limits.
  • Smart Agent Assignment: Automatically assigns tasks to specialized agents (backend, frontend, QA, etc.) based on story keywords or explicit instructions.
  • Dependency Resolution: Ensures stories are only started when their prerequisites are met.
  • Quality Gate Enforcement: Verifies code quality, testing, and other criteria before a story is marked complete.
  • Use Case: Imagine a new feature request comes in. This skill will break it down, assign sub-tasks to the appropriate developers and QA, track their progress on a Kanban board, and ensure all code meets the required standards before deployment.

Quick Start

Use the DevTeam Orchestration Skill to start executing tasks from the backlog.

Frequently Asked Questions about DevTeam Orchestration Skill

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

FAQPage Schema
How do I automate task assignment for a development team workflow?

Workflow automation for dev teams assigns stories to specialized agents like backend or QA based on keywords and dependencies, enforcing quality gates before completion. It manages a Kanban board to track progress from Ready to Done.

What is the best way to manage Kanban board WIP limits during software development?

Kanban board management tracks stories from Ready to Done while enforcing WIP limits. It automates task delegation across specialized agents and maintains dependency resolution to prevent bottlenecks during software development cycles.

Can I enforce code quality gates before marking a Kanban story as Done?

Yes, quality gate enforcement verifies code quality, testing, and other criteria before a story is marked complete. This ensures all code meets required standards before deployment by checking prerequisites on the Kanban board.

How does dependency resolution work when starting tasks on a Kanban board?

Dependency resolution ensures stories are only started when their prerequisites are met. The orchestration skill checks task dependencies before allowing assignment to specialized agents, preventing blocked work on the Kanban board.

Does workflow automation support assigning stories to specialized agents automatically?

Smart agent assignment automatically delegates tasks to specialized agents like backend, frontend, or QA based on story keywords or explicit instructions. This automates task delegation and tracks progress on the Kanban board.