agent-teams

Orchestrate AI agent teams to enforce a TDD pipeline across software development.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/UsernameTron/Claude-Code-Kickstart --skill agent-teams-usernametron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-teams
Source: https://github.com/UsernameTron/Claude-Code-Kickstart/tree/main/plugins/claude-code-factory/downloads/agent-teams
Command: npx skills add https://github.com/UsernameTron/Claude-Code-Kickstart --skill agent-teams-usernametron

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates a team of AI agents to enforce a strict TDD pipeline across software development, ensuring no step is skipped and quality gates are enforced.

Core Features & Use Cases

  • 10-task dependency chain per feature: spec, tests, red/green verification, code review, security scan, and PR creation, with dedicated agents for each phase.
  • Default agent roster and parallel feature execution: permanent roles (team lead, quality, security, review, merger) and dynamic feature agents.
  • Environment-driven orchestration: deploys and manages agent interactions via a delegate-only team lead that coordinates tasks and ensures governance.
  • Use cases include large-scale feature development in AI-assisted projects where discipline and reproducibility are critical.

Quick Start

Set CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 and load this skill to spawn a default agent team that coordinates feature work end-to-end.

Frequently Asked Questions about agent-teams

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate TDD pipeline enforcement for parallel feature development?

You can automate a strict TDD pipeline by orchestrating an AI agent team that enforces a 10-task dependency chain per feature, spanning spec writing, tests, red/green verification, code review, security scan, and PR creation.

What is the best way to coordinate AI agents for code review and security scanning?

Coordinating AI agents for code review and security scanning is best handled by a delegate-only team lead agent that manages permanent role-based agents for quality, security, review, and merger tasks across multiple features in parallel.

Do I need an environment flag to enable experimental agent teams for workflow automation?

Yes, you need to set the environment flag CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 before loading the skill to spawn the default agent team and enable environment-driven orchestration for your TDD workflow.

Can I use AI agents to manage PR creation and feature-agent spawning simultaneously?

Yes, you can spawn dynamic feature agents for parallel execution while permanent agents handle PR creation and merging, with the team lead delegating tasks to ensure scripted governance across all features.

Does automated TDD pipeline orchestration work for large-scale AI-assisted projects?

Automated TDD pipeline orchestration suits large-scale AI-assisted projects where discipline and reproducibility are critical, applying role-based task ownership and a strict 10-task dependency chain to ensure no step is skipped.

What are the limitations of using a delegate-only team lead for AI agent coordination?

The delegate-only team lead limitation means it strictly coordinates tasks and ensures governance without executing tasks directly, requiring dedicated agents for each phase to maintain the end-to-end delivery pipeline.