Sub-Agent Collective
An NPX-installable collection of 30+ TDD-focused Claude Code agents by vanzan01. A central /van command routes work through @task-orchestrator to the right specialist. All agents enforce RED→GREEN→REFACTOR — tests are written before implementation. Context7 integration pulls real library documentation instead of letting agents guess at APIs.
View on GitHubWhat it does
- /van
Routes a task through @task-orchestrator, which selects the right specialist and enforces TDD from the start.
- @task-orchestrator
Central routing hub that analyzes request complexity and delegates to the appropriate specialist agent.
- @feature-implementation-agent
Implements business logic with comprehensive test coverage, enforcing RED→GREEN→REFACTOR before handoff.
- @research-agent
Pulls real, current library documentation via Context7 before agents write code against an API.
- @functional-testing-agent
Runs browser-based end-to-end tests with Playwright as part of the validation pipeline.
- npx claude-code-collective validate
Validates that all agents, hooks, and CLAUDE.md behavioral rules are correctly installed.