Skip to main content
Zero dependencies • Pure Markdown • Works everywhere

Agent Teams Lite

Spec-Driven Development with AI Sub-Agents

An orchestrator + 9 specialized sub-agents for structured feature development. Build complex features without context overload, lost details, or hallucinations.

The problem with AI coding assistants

AI assistants are powerful, but they struggle with complex features

Context overload

Long conversations lead to compression, lost details, and hallucinations

No structure

”Build me dark mode” produces unpredictable results without a plan

No review gate

Code gets written before anyone agrees on what to build

No memory

Specs live in chat history that vanishes when the session ends

The solution: Agent Teams

A lightweight orchestrator delegates all real work to specialized sub-agents. Each sub-agent starts with fresh context, executes one focused task, and returns a structured result.

Quick start

Get up and running in minutes

1

Install the skills

Run the interactive installer to copy skills to your AI assistant:
git clone https://github.com/gentleman-programming/agent-teams-lite.git
cd agent-teams-lite
./scripts/install.sh
The installer will ask which tool you use and copy skills to the right location.
2

Add the orchestrator

Append the orchestrator instructions to your AI assistant’s config file. See the Installation guide for your specific tool.
3

Use it

Open your AI assistant in any project and start building:
/sdd-init
/sdd-new add-csv-export
The orchestrator will delegate to sub-agents, show you summaries, and ask for approval between phases.

Explore by topic

Learn about the architecture, installation, and workflows

How It Works

Understand the orchestrator + sub-agent architecture and dependency graph

Installation

Install for Claude Code, OpenCode, Cursor, VS Code, and more

Commands

Learn all 8 SDD commands from /sdd-init to /sdd-archive

Workflow Guide

Complete workflow from exploration to implementation

Persistence Modes

Choose between engram, openspec, or none storage

Sub-Agents

Explore all 9 specialized sub-agents

Key features

Everything you need for structured feature development

Delegate-only orchestrator

Coordinator never does phase work directly, keeping context minimal

9 specialized sub-agents

Explorer, Proposer, Spec Writer, Designer, Task Planner, Implementer, Verifier, Archiver

Pluggable artifact storage

Choose engram, openspec (file-based), or none (ephemeral)

Zero dependencies

Pure Markdown skills that work with any AI assistant

Parallel phase execution

Run specs and design in parallel with DAG-based orchestration

TDD workflow (v2.0)

RED-GREEN-REFACTOR cycle built into the implementer sub-agent

Ready to build with structure?

Start using Agent Teams Lite today and build complex features without losing context.