Team-of-agents, A multi-role SDLC orchestrator for Claude Code
AI Agents & AssistantsA plugin that automatically orchestrates 17 AI specialists to handle full‑stack software tasks in parallel, synthesizing a single answer with confidence signals.
Features
- Orchestrates multi‑role tasks by decomposing requests and assigning the appropriate specialist
- Provides 17 domain experts covering backend, frontend, data analysis, UX, SRE, product, QA, documentation, etc.
- Executes independent subtasks in parallel while chaining dependent steps automatically
- Returns confidence signals (High/Medium/Low) for each output to indicate review needs
- Enforces trust tiers so any file writes or command executions require explicit approval
Recent releases
View all 4 releases →
v2.0.0
Breaking risk
Breaking changes
- Renamed `team` skill to `orchestrator`; invocation changed from `/team-of-agents:team` to `/team-of-agents:orchestrator`
Notable features
- Added full planning and dispatch layer (`skills/orchestrator/`) with orchestrator skill
- Introduced 15 specialist subagents under `agents/` directory, dispatched by the orchestrator
- Added Project Manager skill for delivery‑focused sprint planning and RAID logs
Full changelog
Breaking Changes
- Renamed
teamskill toorchestrator— invocation changes from/team-of-agents:teamto/team-of-agents:orchestrator
Added
- Orchestrator (
skills/orchestrator/) — full planning and dispatch layer; breaks tasks into subtasks, assigns specialists, dispatches subagents in parallel or sequentially, synthesises results agents/directory — 15 subagent definitions for all specialists; dispatched by the orchestrator using Claude Code's Agent tool- Project Manager (
skills/project-manager/,agents/project-manager.md) — delivery and execution specialist; sprint planning, RAID logs, milestones, status reports. Distinct from product-manager (strategy vs delivery) - Document Writer (
skills/document-writer/,agents/document-writer.md) — technical writing specialist; API docs, runbooks, onboarding guides, READMEs, ADRs, release notes, Diátaxis framework - Kotlin/Java Code Reviewer (
skills/kotlin-code-reviewer/,agents/kotlin-code-reviewer.md) — reviews Kotlin/Java diffs for correctness, idiomatic style, Spring Boot patterns, Flyway migrations, fintech domain logic - Frontend Code Reviewer (
skills/frontend-code-reviewer/,agents/frontend-code-reviewer.md) — reviews frontend diffs for React patterns, TypeScript strictness, WCAG accessibility violations, performance regressions - SessionStart hook (
hooks/hooks.json,hooks/session-start) — automatically injects orchestrator skill context at every session start; no manual invocation required
Changed
hooks/session-startupdated to referenceskills/orchestrator/SKILL.md- All version references bumped to
2.0.0(package.json,plugin.json,marketplace.json) CONTRIBUTING.mdupdated with dual-file requirement (skill + agent) for new rolesREADME.mdrewritten to document orchestrator, sub-agent dispatching, and all 15 specialists organised by category
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.