team-designer

Generate multi-agent skill packages with router, coordinator, worker roles, and templates.

76|5|Updated Jul 7, 2026
One-click install
npx skills add https://github.com/catlog22/pi-maestro-flow --skill team-designer-catlog22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-designer
Source: https://github.com/catlog22/pi-maestro-flow/tree/main/.pi/skills/team-designer
Command: npx skills add https://github.com/catlog22/pi-maestro-flow --skill team-designer-catlog22

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you design and generate a complete multi-agent team skill package from a high-level requirement, avoiding the manual work of structuring roles, pipelines, and orchestration files.

Core Features & Use Cases

  • Skill Architecture Generation: Creates a full team-lifecycle-v4 style skill layout with a router, coordinator, worker roles, specs, and templates.
  • Workflow Planning: Defines team roles, task pipelines, dependencies, and command distribution for reliable orchestration.
  • Validation and Guardrails: Checks structural completeness, role compatibility, and pipeline consistency before the skill is considered ready.
  • Use Case: A product or engineering lead can use this Skill to turn a domain description like “design a code review team” into a ready-to-use skill package.

Quick Start

Use the team-designer skill to generate a complete multi-agent skill package for a code review team with analyst, reviewer, and executor roles.

Frequently Asked Questions about team-designer

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

FAQPage Schema
How do I generate a multi-agent skill package from a high-level requirement?

To generate a multi-agent skill package, provide a high-level domain description and the team-designer automatically structures the router, coordinator, worker roles, shared specs, and templates. This avoids manual structuring of orchestration files and pipelines.

What is multi-agent orchestration and when do I need a coordinator workflow?

Multi-agent orchestration coordinates specialized worker roles across a task pipeline. You need a coordinator workflow when a domain-specific task requires multiple agents to process dependencies, distribute commands, and validate structural consistency.

How do I set up roles and task pipelines for a multi-agent team?

Setting up roles and task pipelines requires assembling a role registry and defining task dependencies. The team-designer generates these components automatically, ensuring worker roles, command distribution, and pipeline consistency are structurally compatible.

Can I use this to build a code review team with multiple worker roles?

Yes, you can build a code review team by providing a domain description. The system generates ready-to-use packages with specialized worker roles like analyst, reviewer, and executor, complete with shared specs and templates.

Does the generated skill package validate team-worker compatibility and file structure?

Yes, the generated package includes built-in validation and guardrails. It checks structural completeness, role compatibility, and pipeline consistency against v4-compliant frontmatter and file structure standards before finalizing.

What are the limitations of automatically generating multi-agent orchestration files?

The main limitation is that the generated orchestration files rely entirely on the accuracy of your initial high-level requirement. While structural validation is automated, the logical effectiveness of the worker roles and pipelines requires manual review.