team

Assembles temporary AI agent teams from predefined role definitions to collaborate on tasks.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/eylulsenakumral/auto-company-clean --skill team-eylulsenakumral
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/eylulsenakumral/auto-company-clean/tree/main/.claude/skills/team
Command: npx skills add https://github.com/eylulsenakumral/auto-company-clean --skill team-eylulsenakumral

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Complex tasks often require multiple perspectives—strategy, design, engineering, marketing—but coordinating separate AI sessions for each role is slow and fragmented. This Skill automatically selects the right AI agents from your .claude/agents/ directory and forms a temporary team that works together on one task. ## Core Features & Use Cases - Automatic Member Selection: Analyzes your task and picks 2-5 of the most relevant agents from 14 predefined roles (CEO, CTO, designer, developer, QA, marketing, CFO, and more). - Team Orchestration: Creates a named agent team, spawns each member with its role definition, assigns concrete tasks, and coordinates their work as team lead. - Structured Output: Each member writes deliverables to docs/<role>/, and the lead consolidates results into a unified conclusion, surfacing disagreements for your decision. - Use Case: You want to validate a new product idea. The Skill assembles the CEO, product designer, engineer, and marketing agents, who each produce analysis documents that get merged into one recommendation. ## Quick Start Invoke the team skill with a task description such as: form a team to evaluate the market opportunity and technical feasibility of a subscription-based note-taking app.

Frequently Asked Questions about team

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

FAQPage Schema
How do I create a multi-agent AI team for a task?▼

Invoke the team skill with a task description as the argument. It analyzes the task, selects 2-5 relevant agents from your .claude/agents/ directory, spawns them as teammates with role prompts, and coordinates their work as team lead.

What agent roles are available for team assembly?▼

Fourteen roles are defined: CEO, CTO, critic, product designer, UI designer, interaction designer, full-stack developer, QA, DevOps, marketing, operations, sales, CFO, and research analyst. Each maps to an agent file in .claude/agents/.

Where do team members save their output documents?▼

Each member writes deliverables to a docs/<role>/ directory, where <role> corresponds to their function. The team lead then collects these outputs and merges them into a unified conclusion or proposal.

Can I use this skill without predefined agent files?▼

No. The skill depends on agent definition files existing in the .claude/agents/ directory, since it injects each agent file's content as the role prompt when spawning teammates. Without them, role assignment has no basis.

What happens when team members disagree on a recommendation?▼

The team lead lists each side's viewpoint and presents the disagreement to the founder for a final decision. Agents provide advice but do not replace human decision-making.