skill-team-implement
Manages parallel development tasks by delegating to specialized agent teammates.
Install
mkdir -p .claude/skills/skill-team-implement && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14594" && unzip -o skill.zip -d .claude/skills/skill-team-implement && rm skill.zipInstalls to .claude/skills/skill-team-implement
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Orchestrate multi-agent implementation with parallel phase execution. Spawns teammates for independent phases and coordinates dependent phases. Includes debugger teammate for error recovery.Key capabilities
- →Orchestrate multi-agent implementation with parallel phase execution
- →Spawn teammates for independent implementation phases
- →Coordinate sequential execution of dependent phases
- →Provide automatic debugging support for error recovery
- →Validate input parameters for task implementation
- →Update task status and create postflight markers
How it works
This skill orchestrates multi-agent implementation by analyzing phase dependencies to identify parallelization opportunities. It spawns teammates for independent phases and coordinates sequential execution, including a debugger teammate for error recovery, and updates task status throughout the process.
Inputs & outputs
When to use skill-team-implement
- →Implementing large features
- →Parallelizing complex code tasks
- →Automated debugging workflows
About skill-team-implement
Identifies parallelizable implementation phases and manages multiple agents to complete the work, including automatic debugging support.
Orchestrate multi-agent implementation with parallel phase execution. Spawns teammates for independent phases and coordinates dependent phases. Includes debugger teammate for error recovery.
When not to use it
- →When the `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS` environment variable is not set to 1
- →When the task does not have an implementation plan
- →When the user prefers single-agent implementation
Limitations
- →Requires `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1` environment variable
- →Gracefully degrades to single-agent implementation if team mode is unavailable
- →Teammates are responsible for all implementation work; lead skill does not edit source files or run build/test commands
How it compares
This workflow enables parallel execution of implementation phases using multiple agents, significantly accelerating complex tasks compared to single-agent sequential execution, and includes built-in debugging for resilience.
Compared to similar skills
skill-team-implement side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| skill-team-implement (this skill) | 0 | 1mo | Review | Advanced |
| your-sub-agent-name | 1 | 10mo | Review | Intermediate |
| workflow-router | 1 | 7mo | Review | Intermediate |
| loki-mode | 1 | 6mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by benbrastmckie
View all by benbrastmckie →You might also like
your-sub-agent-name
CaptainCrouton89
Create and manage specialized Claude Code subagents for task-specific workflows. Use when delegating work to specialized agents, configuring agent permissions, or understanding subagent architecture and best practices.
workflow-router
parcadei
Goal-based workflow orchestration - routes tasks to specialist agents based on user goals
loki-mode
davila7
Multi-agent autonomous startup system for Claude Code. Triggers on "Loki Mode". Orchestrates 100+ specialized agents across engineering, QA, DevOps, security, data/ML, business operations, marketing, HR, and customer success. Takes PRD to fully deployed, revenue-generating product with zero human intervention. Features Task tool for subagent dispatch, parallel code review with 3 specialized reviewers, severity-based issue triage, distributed task queue with dead letter handling, automatic deployment to cloud providers, A/B testing, customer feedback loops, incident response, circuit breakers, and self-healing. Handles rate limits via distributed state checkpoints and auto-resume with exponential backoff. Requires --dangerously-skip-permissions flag.
wg
graphwork
Use this skill for task coordination with WG. Triggers include "wg", task graphs, multi-step projects, tracking dependencies, coordinating agents, or when you see a .wg directory.
run-tasks
JeremyKalmus
Orchestrate task execution via beads and sub-agents. Gets ready work from beads, spawns appropriate agents based on labels, monitors completion, and updates status. Use after /approve-spec has created tasks.
ava
protoLabsAI
Codex-native operational orchestration for protoLabs Studio. Use when the user wants autonomous triage, backlog supervision, board operations, agent coordination, or multi-step operational decision-making across the portfolio.