accessibility-audit
You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct comprehensive audits,…
Develop features in parallel with multiple agents using file ownership boundaries and dependency management
$ npx -y skills add wshobson/agents --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/team-featureContext preview
What this command does when you run it.
Develop features in parallel with multiple agents using file ownership boundaries and dependency management
description: "Develop features in parallel with multiple agents using file ownership boundaries and dependency management" argument-hint: "<feature-description> [--team-size N] [--branch feature/name] [--plan-first]"
Orchestrate parallel feature development with multiple implementer agents. Decomposes features into work streams with strict file ownership, manages dependencies, and verifies integration.
1. Verify `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1` is set 2. Parse `$ARGUMENTS`:
1. Analyze the feature description to understand scope 2. Explore the codebase to identify:
1. Decompose the feature into work streams:
2. If `--plan-first` is set:
## Feature Decomposition: {feature}
### Stream 1: {name}
Owner: implementer-1
Files: {list}
Dependencies: none
### Stream 2: {name}
Owner: implementer-2
Files: {list}
Dependencies: blocked by Stream 1 (needs interface from {file})
### Integration Contract
{shared types/interfaces}1. If `--branch` specified, use Bash to create and checkout the branch:
git checkout -b {branch-name}2. Use `TeamCreate` tool to create the team with `team_name: "feature-{timestamp}"` and `description` 3. Spawn a `team-lead` agent to coordinate 4. For each work stream, use `Agent` tool to spawn a `team-implementer`:
1. Use `TaskCreate` for each work stream:
2. Use `TaskUpdate` to set `blockedBy` relationships for dependent streams 3. Assign tasks to implementers with `TaskUpdate` (set `owner`)
1. Monitor `TaskList` for progress 2. As implementers complete tasks:
3. Handle integration point coordination:
After all tasks complete:
1. Use Bash to verify the code compiles/builds: run appropriate build command 2. Use Bash to run tests: run appropriate test command 3. If issues found, create fix tasks and assign to appropriate implementers 4. Report integration status to user
1. Present feature summary:
## Feature Complete: {feature}
Files modified: {count}
Streams completed: {count}/{total}
Tests: {pass/fail}
Changes are on branch: {branch-name}2. Send `shutdown_request` to all teammates 3. Call `TeamDelete` to remove team resources
Production-ready agentic workflow building blocks: 94 plugins, 202 agents, 183 skills, 105 commands — built for Claude Code and consumed natively by OpenAI Codex CLI, Cursor, OpenCode, the Antigravity CLI, GitHub Copilot, and Pi from a single Markdown source.
Repo: wshobson/agents
You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct comprehensive audits,…
Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration.
The Multi-Agent Optimization Tool is an advanced AI-driven framework designed to holistically improve system performance through intelligent, coordinated…
Debug issues using competing hypotheses with parallel investigation by multiple agents
Task delegation dashboard for managing team workload, assignments, and rebalancing
Launch a multi-reviewer parallel code review with specialized review dimensions