Voice-driven autonomous development pipeline for Claude Code. Phone calls become shipped features.
Operant turns a phone call into a complete development cycle. You describe what you want built, and Operant drives it through spec writing, implementation, automated auditing, and a live demo -- all inside Claude Code.
Pipeline stages: Call -> Triage -> Spec (Intent, HLD, ADR, Implementation) -> Build -> Audit -> Demo -> Confirmation
Each stage has human gates: you review and approve before the pipeline advances.
# Add the operant marketplace (one-time)
claude plugin marketplace add esxr/operant
# Install the plugin
claude plugin install operant- Install the plugin (see above)
- Restart Claude Code
- Run
/processwith a trigger file, or use/startand/stopto manage the voice server
The plugin runs in mock mode by default -- it simulates voice calls locally so you can try the full pipeline without any external accounts.
- Sign up at operantlabs.com
- Get your API key from the dashboard
- Run
/activate <your-api-key>in Claude Code - Run
/startto spin up the voice pipeline
| Command | Description |
|---|---|
/process [trigger-file] |
Manually process a call trigger through the pipeline |
/status |
Show pipeline state, active spec, pending calls |
/start |
Start the voice pipeline (webhook server + tunnel + Retell registration) |
/stop |
Stop the voice pipeline |
/whitelist |
Manage caller whitelist (list, add, remove) |
/activate [api-key] |
Activate paid cloud mode |
- sdlc-writer -- Produces spec artifacts (intent, HLD, ADR, implementation spec)
- dev-builder -- Implements features from the spec
- auditor -- Automated code audit with browser-based proof-of-working
- Claude Code (requires Max plan, $100/mo from Anthropic)
- Node.js 18+
Proprietary. Copyright Operant Labs.