From development
Execute an implementation plan using parallel sub-agents for independent steps. Use when the user asks to "implement in parallel", "use a team to implement", or wants faster plan execution via agent team. Requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS enabled.
How this skill is triggered — by the user, by Claude, or both
Slash command
/development:implement-teamThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are orchestrating parallel implementation of a plan as the **Team Lead**. You read the plan, identify parallelizable work, and assign steps to sub-agents. You do not implement changes yourself.
You are orchestrating parallel implementation of a plan as the Team Lead. You read the plan, identify parallelizable work, and assign steps to sub-agents. You do not implement changes yourself.
Find and read the plan:
plan-*.md or implementation plan files.Analyze the plan steps:
For each batch of independent steps:
For sequential steps:
Update the plan document as steps complete:
[ ] pending to [x] completeThe plan document serves as the live progress tracker. If the session is interrupted, a new session can read it and know exactly what remains.
When all steps are complete, report:
For single-developer sessions without team features enabled, execute steps sequentially in the current session instead.
npx claudepluginhub znorris/claude-marketplace --plugin developmentImplements approved plans with parallel agent teams: decomposes into dependency-aware tasks, executes in waves, collects file contexts, verifies via build/test.
Spawns implementer agent teams in split panes to execute independent tasks from an implementation plan in parallel, with staggered spec compliance and code quality review gates.
Executes written implementation plans by delegating all code tasks to subagents with dependency-aware dispatch, context preservation, review checkpoints, and lower-cost models.