# Agent Teams Lite ## Docs - [Orchestrator API](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/api/orchestrator-api.md): How orchestrators launch and coordinate sub-agents - [SKILL.md Format](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/api/skill-format.md): Complete specification for creating Agent Teams Lite skill files - [Commands Overview](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/commands/overview.md): Complete reference for all SDD commands in Agent Teams Lite - [/sdd-apply](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/commands/sdd-apply.md): Implement tasks following specs and design (v2.0 with TDD support) - [/sdd-archive](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/commands/sdd-archive.md): Close a completed change and sync specs to source of truth - [/sdd-continue](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/commands/sdd-continue.md): Run the next dependency-ready phase in the SDD workflow - [/sdd-explore](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/commands/sdd-explore.md): Investigate ideas and compare approaches without creating changes - [/sdd-ff](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/commands/sdd-ff.md): Fast-forward through all planning phases at once - [/sdd-init](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/commands/sdd-init.md): Initialize Spec-Driven Development context in any project - [/sdd-new](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/commands/sdd-new.md): Start a new SDD change with exploration and proposal - [/sdd-verify](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/commands/sdd-verify.md): Validate implementation against specs with real test execution (v2.0) - [Delta Specs Explained](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/guides/delta-specs.md): Understanding delta specifications and the archive cycle in Agent Teams Lite - [Persistence Modes](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/guides/persistence.md): Understanding engram, openspec, and none persistence modes in Agent Teams Lite - [TDD Workflow (v2.0)](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/guides/tdd-workflow.md): Test-Driven Development with Agent Teams Lite's RED-GREEN-REFACTOR cycle - [Complete Workflow Guide](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/guides/workflow.md): Understanding the full Agent Teams Lite workflow from initialization to archive - [How It Works](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/how-it-works.md): Deep dive into the orchestrator + sub-agent architecture and dependency graph - [Antigravity Installation](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/installation/antigravity.md): Install Agent Teams Lite for Antigravity with native skill support - [Claude Code Installation](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/installation/claude-code.md): Install Agent Teams Lite for Claude Code with full sub-agent support - [Codex Installation](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/installation/codex.md): Install Agent Teams Lite for Codex with inline skill execution - [Cursor Installation](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/installation/cursor.md): Install Agent Teams Lite for Cursor with inline skill execution - [Gemini CLI Installation](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/installation/gemini-cli.md): Install Agent Teams Lite for Gemini CLI with inline skill execution - [OpenCode Installation](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/installation/opencode.md): Install Agent Teams Lite for OpenCode with full sub-agent support and slash commands - [Installation Overview](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/installation/overview.md): Quick start guide for installing Agent Teams Lite on any AI coding assistant - [VS Code Installation](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/installation/vscode.md): Install Agent Teams Lite for VS Code Copilot with agent mode support - [Introduction to Agent Teams Lite](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/introduction.md): Agent-Team Orchestration with AI Sub-Agents for structured feature development. Zero dependencies. Pure Markdown. Works everywhere. - [Quick Start](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/quickstart.md): Get Agent Teams Lite running in 5 minutes - [Sub-Agent Architecture](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/sub-agents/architecture.md): How Agent Teams Lite orchestrates specialized sub-agents for Spec-Driven Development - [Archiver Sub-Agent](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/sub-agents/archiver.md): Sync delta specs to main specs and archive completed changes - [Designer Sub-Agent](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/sub-agents/designer.md): Create technical design document with architecture decisions - [Engram Convention](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/sub-agents/engram-convention.md): Naming rules and recovery protocol for SDD artifacts in Engram - [Explorer Sub-Agent](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/sub-agents/explorer.md): Investigate ideas and codebase before committing to a change - [Implementer Sub-Agent (v2.0)](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/sub-agents/implementer.md): Implement tasks from the change, writing actual code following specs and design - [Init Sub-Agent](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/sub-agents/init.md): Initialize Spec-Driven Development context in any project - [OpenSpec Convention](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/sub-agents/openspec-convention.md): Directory structure and file paths for SDD artifacts on the filesystem - [Persistence Contract](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/sub-agents/persistence-contract.md): Shared persistence mode resolution and behavior across all sub-agents - [Proposer Sub-Agent](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/sub-agents/proposer.md): Create change proposals with intent, scope, and approach - [Result Contract](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/sub-agents/result-contract.md): Structured envelope format returned by all sub-agents - [Spec Writer Sub-Agent](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/sub-agents/spec-writer.md): Write specifications with requirements and scenarios - [Task Planner Sub-Agent](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/sub-agents/task-planner.md): Break down a change into an implementation task checklist - [Verifier Sub-Agent (v2.0)](https://mintlify.wiki/Gentleman-Programming/agent-teams-lite/sub-agents/verifier.md): Validate implementation matches specs, design, and tasks with real execution evidence