Release history
Team-of-agents, A multi-role SDLC orchestrator for Claude Code releases
All releases
4 shown
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