team

Solid

Quickly assemble a temporary AI Agent team for a task. Automatically selects the best members from .claude/agents/.

AI & Automation 2 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Assemble Temporary Team Based on the task below, select the most suitable members from the company's AI Agents and form a temporary team to collaborate on it. ## Task $ARGUMENTS ## Available Agents All agents are defined in `.claude/agents/`: | Agent | File | Role | |-------|------|------| | CEO | `ceo-bezos` | Strategic decisions, business models, PR/FAQ, prioritization | | CTO | `cto-vogels` | Technical architecture, technology selection, system design | | Critic | `critic-munger` | Challenge decisions, identify fatal flaws, Pre-Mortem, prevent groupthink | | Product Design | `product-norman` | Product definition, user experience, usability | | UI Design | `ui-duarte` | Visual design, design system, color and typography | | Interaction Design | `interaction-cooper` | User flows, Personas, interaction patterns | | Full-Stack Dev | `fullstack-dhh` | Code implementation, technical proposals, development | | QA | `qa-bach` | Test strategy, quality gates, bug analysis | | DevOps/SRE | `devops-hightower` | Deployment pipelines, CI/CD, infrastructure, monitoring | | Marketing | `marketing-godin` | Positioning, brand, acquisition, content | | Operations | `operations-pg` | User operations, growth, community, PMF | | Sales | `sales-ross` | Sales funnel, conversion strategy | | CFO | `cfo-campbell` | Pricing strategy, financial models, cost control, unit economics | | Research | `research-thompson` | Market research, competitive analysis, industry trends, opportunity discover...

Details

Author
NewAbra
Repository
NewAbra/auto-co-meta
Created
11 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

agent-team

Auto-spawn a coordinated team of Claude Code teammates (each with own context, can DM each other, share a task list) when the user describes work that spans multiple domains and would benefit from specialists working in parallel with feedback loops. Triggers on phrases like "create a website for X", "build me an app for Y", "spin up a landing page for Z", "make me a site about W", "I need this built end-to-end", "review this from multiple angles", "debug this with competing hypotheses", or any request that implies multi-specialist parallel work with a quality loop. Auto-classifies the request, picks team composition + model-per-role + file ownership + hand-off graph, then spawns. Skip for single-domain tasks (use matching specialist skill), sequential pipelines (use subagents), or simple one-shot work. Requires the host's multi-agent team feature to be enabled; on Claude Code that means setting CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 in settings.json.

1 Updated today
donatassimkus
AI & Automation Listed

deploy-team

Deploy a multi-agent team on a hard, multi-dimensional problem where several aspects need simultaneous optimization and trade-offs between them, or to shape the thinking behind a non-obvious architectural choice, or to examine work you've already done from multiple distinct perspectives. This is for throwing compute at genuinely hard problems — not for parallelism. Each agent has its own motivation, runs in an isolated git worktree, coordinates with the others via a shared thread, and is observable through a live dashboard the developer can intervene in. NOT for fire-and-forget parallelism — use the native Agent tool when one specialist can answer.

20 Updated 1 weeks ago
Rockielab
AI & Automation Listed

creating-agent-teams

Use when facing a complex task that could benefit from multiple agents, parallel work, or specialized roles - triggers on "create a team", "parallelize", "multi-agent", or cross-layer implementation needs

1 Updated yesterday
ELVINgotIT