Stop prompting. Start delegating.
Stop losing context. Start shipping.
curl -fsSL https://raw.githubusercontent.com/Northstar-Technologies/reeves/main/remote-install.sh | bash
Every conversation starts from scratch. Decisions, context, and progress vanish the moment a session ends.
Agents work in isolation. No handoffs, no shared state, no awareness of what other sessions have done.
No token budgets, no model routing. Every job burns Opus tokens whether it needs them or not.
No multi-developer workflows. No way to share agent configurations, context, or session state across a team.
A layered system where every component has a clear role.
15 capabilities that work together as a system, not a grab bag of prompts.
Backend, frontend, security, DevOps, database, and more. Each persona is portable across projects.
/castFile-based event bus for cross-session coordination. Agents share state without sharing context windows.
Automated security scanning dispatched through the Driver system. Clean context, zero contamination.
/scanLead/dev roles, shared INDEX, bus-based coordination. Real teams working the same project with assigned jobs and handoffs.
/onboardRun multiple Claude accounts in parallel as solobot sessions. One human orchestrating a full AI team via the bus.
Token budgets per job. Model routing: Haiku for simple tasks, Sonnet for complex ones, Opus when it matters.
/dashJobs, setlists, acceptance criteria, kickoffs, and retrospectives. Real project management, not prompt engineering.
/setlistAdjust verbosity, autonomy, safety, and style. Make Reeves match your workflow, not the other way around.
/tuneGranular control over what agents can do. File access, command execution, and tool usage all scoped per role.
/allowGet notified when jobs finish. Dispatch work from your phone. Reeves meets you where you are.
One install command sets up the entire framework. No config files to write, no boilerplate to copy.
/initHandoffs, checkpoints, and bus events. Pick up exactly where you left off, every time.
/goHarvested project context from git, Jira, Slack, and Confluence. Agents start every session informed.
/harvestPass job plans by file path, never by content. Keep conductor context clean and token-efficient.
Structured learning from beginner to advanced. Free core levels, paid specialized and leadership tracks.
Define interfaces before implementation. Agents build to contracts, not assumptions.
/spec"Took a partially automated, mostly manual day trading system and in 2 days Reeves output a fully functional automated options trading analysis app."
"Built a complete MSP management system for tracking clients, networks, and infrastructure. I have zero development experience."
"Was burning through my Max x20 plan in two days trying to automate daily tasks with other frameworks. With Reeves I've never hit my usage limit again — and I'm getting more done."
A persistent background Dispatcher that manages delivery packages, Driver sessions, and the full job lifecycle autonomously.
Delivery packages include the job plan, persona assignment, model selection, and token budget. The Dispatcher manages the full lifecycle: spawn, monitor, retry on failure, and park results for your review. You stay in control without micromanaging.
The /harvest command pulls context from your tools and writes it to portable files.
Git-only mode works with zero config. External sources are additive.
decisions.md
Architecture choices, tech stack rationale, and patterns agreed upon by the team.
activity.md
Recent commits, PRs, and changes. Agents know what just happened in the codebase.
conventions.md
Code style, naming patterns, file structure, and team agreements extracted from the project.
sprint.md
Current sprint goals, priorities, and active work items pulled from your project tracker.
Feature-by-feature comparison with other Claude Code frameworks.
| Feature | Reeves | ECC | SuperClaude | Ralph Wiggum |
|---|---|---|---|---|
| Dispatcher | ✔ ★ | ✗ | ✗ | ✗ |
| Event Bus | ✔ ★ | ✗ | ✗ | ✗ |
| Security Scanning | ✔ ★ | ✗ | ✗ | ✗ |
| Context Engine | ✔ ★ | ✗ | ✗ | ✗ |
| Cost Control | ✔ | ✗ | ✗ | ✗ |
| Multi-Developer | ✔ ★ | ✗ | ✗ | ✗ |
| Session Persistence | ✔ | ✔ | ✗ | ✗ |
| Specialist Agents | ✔ | ✔ | ✔ | ✗ |
| Iterative Loops | ✔ | ✔ | ✗ | ✗ |
★ = Unique to Reeves
Free core training: Levels 0 through 6 cover fundamentals, orchestration, and dispatch.
Everything you need to be productive, at no cost.
Deep dives on architecture, advanced dispatch, context engineering, and custom integrations.
11 tracksSecurity scanning, multi-repo workflows, performance optimization, and enterprise patterns.
5 tracksTeam scaling, cost management, org adoption, and measuring AI-assisted development ROI.
8 tracksFrom zero to orchestrated AI agents in under five minutes.
One command. Works on any project with a git repo.
curl -fsSL https://raw.githubusercontent.com/Northstar-Technologies/reeves/main/remote-install.sh | bash
Open Claude Code in your project and initialize Reeves.
You're Reeves. Fresh start.
Reeves scans your project and configures roles automatically.
/init → /discover → /harvest
Create jobs, dispatch agents, and start shipping.
/plan "Add user auth" → /dispatch