Agent Teams Lite
by Gentleman Programming
Install one file and Claude Code stops working alone. Instead of dumping your entire feature into one overwhelmed context window, Agent Teams Lite splits the work across 9 specialized sub-agents — each with a clean context, a focused job, and zero knowledge of what the others are doing. Here's the before: you ask Claude to 'build an auth system with login, signup, password reset, and email verification.' Claude starts strong, but by the time it's writing the email verification handler, it's forgotten the exact schema it used for the users table. The context window is saturated. Quality degrades. Here's the after: you write a spec. The Orchestrator agent reads it, breaks it into atomic tasks, and dispatches them to specialists. The Architect agent designs the system. The Implementer writes the code. The Tester validates it. The Reviewer catches issues. Each sub-agent gets a fresh context with only the information it needs. No cross-contamination. No context fatigue. The 9 specialized agents cover the full development lifecycle: Orchestrator (task breakdown and delegation), Architect (system design and technical decisions), Implementer (code writing), Tester (test creation and validation), Reviewer (code quality and standards), Debugger (issue diagnosis and fixing), Documenter (documentation generation), Security Analyst (vulnerability detection), and DevOps (deployment and infrastructure). The system uses spec-driven development — you write a specification document, and the agents follow it as their source of truth. No ambiguity, no drift. The orchestrator tracks task dependencies and ensures agents work in the right order. Zero dependencies. Pure markdown. Works with Claude Code, OpenCode, Cursor, and any tool that supports the Agent Skills standard. Installation is copying a folder to your .claude/skills directory. The limitation: you need to write good specs. Garbage in, garbage out — vague requirements produce vague implementations. But if you invest 10 minutes in a clear spec, Agent Teams Lite turns Claude from a single developer into a coordinated engineering team.
Installation
Key Features
- ✓9 specialized sub-agents covering the full development lifecycle from architecture to deployment
- ✓Spec-driven workflow — write a specification and the orchestrator coordinates all sub-agents around it
- ✓Clean context isolation — each sub-agent works with only the information it needs, preventing context window saturation
- ✓Zero dependencies — pure markdown skill files with no packages, binaries, or runtime requirements
- ✓Task dependency tracking ensures agents execute in the correct order with proper handoffs
- ✓Cross-platform compatibility with Claude Code, OpenCode, Cursor, and any tool supporting Agent Skills standard
Use Cases
- →You're building a feature that spans 5+ files — install Agent Teams Lite and let the Orchestrator break it into atomic tasks delegated to specialist agents instead of cramming everything into one context
- →Your Claude Code sessions keep degrading after 30 minutes of complex work — sub-agents get fresh contexts and focused jobs, maintaining quality through long development sessions
- →You want code review as part of your AI workflow — the Reviewer and Security Analyst agents automatically check work produced by the Implementer before it reaches you
- →Your team needs consistent architecture decisions — the Architect agent enforces patterns from your spec while the Implementer follows them faithfully
- →You're prototyping rapidly and need tests written alongside features — the Tester agent generates tests in parallel with implementation