build-with-teams

Coordinate Claude Agent Teams through plan, evaluation, execution, and verification phases.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/jon890/fos-blog --skill build-with-teams
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: build-with-teams
Source: https://github.com/jon890/fos-blog/tree/main/.claude/skills/build-with-teams
Command: npx skills add https://github.com/jon890/fos-blog --skill build-with-teams

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates Claude Agent Teams to plan, evaluate, execute, and verify complex tasks with visible collaboration and controlled handoffs.

Core Features & Use Cases

  • Visible collaboration: team members at each phase perform tasks explicitly to improve transparency and accountability.
  • Gate-based evaluation: critic approval is required; REVISE prompts plan modification and re-evaluation.
  • Docs alignment: docs-first iteration with staged commits and task generation before execution.
  • End-to-end orchestration: executor runs phases in order and results are reviewed by a lead before final commits.

Quick Start

Initialize a team with TeamCreate, define a plan, and guide the phases from planning through verification.

Frequently Asked Questions about build-with-teams

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

FAQPage Schema
How do I coordinate multi-agent teams for complex task execution?▼

You can coordinate multi-agent teams by automating an end-to-end workflow that passes through planning, evaluation, execution, and verification phases with strict gate transitions and team-role responsibilities.

What is gate-based evaluation in an automated agent workflow?▼

Gate-based evaluation requires critic approval before advancing a task. If the critic prompts a revision, the plan must be modified and re-evaluated to ensure safe, auditable progress.

How do I enforce docs-first iteration during agent task execution?▼

Docs-first iteration is enforced by checking docs alignment, staging commits, and generating tasks before execution begins. A lead agent then reviews the results before final commits.

Can I use automated phase gating for complex software engineering tasks?▼

Yes, automated phase gating targets complex software engineering tasks by enforcing retry limits, visible collaboration among team members, and controlled handoffs across all workflow stages.

When should I use a coordinated agent team workflow instead of a single agent?▼

Use a coordinated agent team workflow when tasks require visible collaboration, strict phase gating, docs alignment checks, and auditable progress that a single agent cannot reliably enforce alone.