# Coordinate Parallel Development Agents

Large coding tasks become slow when independent work is handled sequentially. This skill groups dependencies, dispatches isolated agents, verifies results, and integrates completed branches.

## Install

```bash
npx skillstore add cubha/team-dev
```

## Metadata

- Status: approved
- Slug: cubha-team-dev
- Skillstore revision: r2
- Version status: missing
- Tree hash: d8f10e8151c1e89e8aa8c15155c66d8b70bb69dc602e300d731810b45e629b85
- Author: cubha
- GitHub username: cubha
- License: MIT
- Repository: https://github.com/cubha/claude-workflow-plugins/tree/3172e1a00f7090579f36af20c046828489983c23/plugins/team-dev/skills/team-dev
- Ref: c43861a65bb95efcae259cd161c9d6f4dc7eec6f
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: confirmation\_required
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands
- Quality score: 38
- Quality tier: warning
- Public page: https://skillstore.pages.dev/skills/cubha-team-dev
- Manifest: https://skillstore.pages.dev/api/skills/cubha-team-dev/manifest

## Capabilities

- Parses an existing task list or separates a natural-language feature into subtasks.
- Groups subtasks by file, type, component, and feature dependencies.
- Dispatches up to five agents into isolated Git worktrees.
- Supports optional TDD eligibility checks and a RED-to-GREEN workflow.
- Merges completed worktree branches and runs available project verification commands.
- Provides interactive, automatic, and dry-run execution modes.

## Use Cases

- Build Independent Product Features: Split a large feature into isolated modules and implement independent modules concurrently.
- Coordinate a Repository Migration: Group migration tasks by shared files and dependencies before assigning work to separate agents.
- Apply TDD Across Parallel Tasks: Identify deterministic logic tasks, create failing tests first, and verify integrated results.

## Prompt Templates

### Plan Parallel Work

```
Analyze these subtasks for dependencies and show parallel groups without implementing anything: {subtasks}. Use dry-run mode.
```

### Implement a Feature

```
Implement {feature} with team development. Separate the work into clear subtasks, show the dependency groups, and wait for approval.
```

### Run a TDD Workflow

```
Implement these logic tasks in parallel with TDD enabled: {subtasks}. Confirm valid failing tests before writing implementation code.
```

### Orchestrate an Advanced Migration

```
Coordinate {migration_goal} across {modules}. Preserve project conventions, map cross-module dependencies, limit agents to five, and stop automatic progress after any verification failure.
```

## Limitations

- Requires an initialized Git repository and a clear subtask list.
- Provides limited benefit when tasks are small or strongly dependent.
- Relies on existing project tests or build scripts and skips verification when none exist.
- Can execute repository scripts and merge branches, so auto mode requires a trusted project.

## Best Practices

- Use dry-run mode first and review dependency groups before implementation.
- Assign separate files to parallel tasks and keep shared interfaces in earlier groups.
- Review repository scripts and branch diffs before verification or integration.

## Anti Patterns

- Do not parallelize tasks that modify the same files or depend on unfinished interfaces.
- Do not use automatic mode with untrusted repository instructions or scripts.
- Do not treat a successful merge as proof that behavior is correct.

## Security Audit

- Audited at: 2026-07-23T13:06:26.957\+00:00
- Summary: Four command-execution findings are confirmed because the workflow runs repository-provided tests and verification scripts. Sixteen Markdown backtick findings and four entropy findings are false positives, but prompt propagation and automatic integration create additional security concerns.

## Stats

- Views: 1
- Downloads: 4
- Favorites: 1
- Popularity score: 0
