Your AI Development Team
Nine specialised AI agents covering the full SDLC — from ticket to production. Best practices built in. Every critical decision stays with you.
pip install code-crewThe full SDLC, automated
From raw idea to production — agents do the heavy lifting at every stage, humans make the calls that matter.
Turn any idea into a testable specification
- →The crew reads your ticket, brief, or rough idea and gets to work immediately.
- →The Product Owner and Scrum Master decompose it into user stories, acceptance criteria, and BDD scenarios — backed by your SOPs and domain glossary.
- →Dependencies are mapped, ambiguities surfaced, and edge cases documented before a single line of design or code is written.
- →The output is a structured requirement spec you can read, question, and refine.
You review and approve the requirement spec. Nothing moves to architecture until you sign off.
The crew
Each agent has a distinct role, goal, and knowledge set. You lead; they execute.
Commands
Every command works as a CLI call or a /slash command inside the interactive REPL.
explore [path]Scan project, detect stacks, build code indexdesign <KEY>Architect + security → ADD/ADR before any codeissue <KEY>Full SDLC: sprint planning → DoD → stagingsprint <name>Run all tickets in a sprint in parallelthreat [scope]OTM threat model + Threat Dragon JSON exportauditFull codebase audit: arch · security · compliance · domainask <agent> <q>Ask any agent a direct questionQuick start
From install to first implementation run in five steps.
pip install code-crewcp .config.example.yaml ~/.code-crew/config.yaml
# set: llm provider, issue_tracker type, project key# Option A — plain directory
mkdir designs
# Option B — git submodule (design docs in their own repo)
cd /path/to/your-repo
git submodule add git@github.com:your-org/designs.git designscode-crew initcode-crew explore
code-crew design PROJ-123
code-crew issue PROJ-123Open source — AGPL-3.0
Use, modify, and distribute freely. Any modified version you run as a network service must also be made available under AGPL-3.0.
Commercial license
Need to embed code-crew in a proprietary product or offer it as a hosted service without the copyleft obligation? Get in touch.