agent-teams-lite
Coordinate AI sub-agents through a full spec-driven development workflow
All Skills in This Repository (10)
Pure Emerald Level Indicatorssdd-verify
Verify code changes against specs, design decisions, and task completion.
sdd-init
Detect project context and bootstrap Spec-Driven Development with engram, openspec, or none.
sdd-spec
Generate delta specs for affected domains from change proposals.
sdd-tasks
Translate change proposals and specs into phased tasks.md files with checkboxes.
sdd-propose
Generate openspec-compatible proposal.md documents with rollback and success criteria.
sdd-archive
Merge delta specs into main specs and archive completed changes.
sdd-apply
Convert task descriptions and specs into executable code for orchestrated projects.
sdd-design
Generate formal design documents from proposals and specifications.
sdd-explore
Investigate codebase contexts and produce structured exploration reports before changes.
skill-registry
Generates a skill registry catalog with compact rules for sub-agent prompt injection.
Frequently Asked Questions
FAQPage SchemaHow to install Agent Teams Lite?โผ
Run `npx skills add Gentleman-Programming/agent-teams-lite --all -g -y` in your terminal to install all skills globally. Note this repo is archived in favor of the gentle-ai installer, but the skills still work standalone.
What is spec-driven development with AI agents?โผ
It is a structured workflow where your AI agent writes a proposal, specs, design, and task list before coding, then implements and verifies against those specs. This prevents vague prompts from producing unmaintainable code.
Which AI agents does Agent Teams Lite support?โผ
It ships ready-made orchestrator configs for Claude Code, OpenCode, Codex, Gemini CLI, Cursor, VS Code Copilot, and Antigravity.
What is the judgment-day skill?โผ
It launches two independent blind reviewer sub-agents in parallel to audit the same code, then applies fixes and re-judges until both pass or escalates to you.
Do I need to write code to use these skills?โผ
No. You trigger phases with plain commands like /sdd-new or /sdd-verify, and the orchestrator delegates the technical work to sub-agents automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core