The AI Orchestrator for Human-Agent Collaboration.
Geoffrey is not just a chatbot. It is a comprehensive development platform that interviews you, designs architecture, generates executable plans, and writes code with full context awareness. It acts as the "Hands" to DevUssy's "Brain."
$ go install github.com/mojomast/geoffrussy@latest$ geoffrussy init✔ Config initialized at ~/.geoffrussy/config.yaml$ geoffrussy interviewGenerates complete system architecture diagrams (Mermaid.js) and specs before a single line of code is written.
Breaks projects into atomic 'SpecPlans' that can be parallelized across cheap open-source models.
Automated checkpoints using Llama 5 Guard to enforce security and alignment with the initial design.
Uses Frontier Models (Claude Opus 4.5, GPT 5.2, Gemini 3 Pro) for planning, then dispatches execution to hyper-fast GLM 4.7 agents.
An interactive CLI mode where Geoffrey asks probing questions to clarify ambiguity in your requirements.
Intelligently summarizes project state into a 'context.md' file that stays with your repo.
Geoffrey doesn't just take orders; he asks questions. He clarifies the fuzzy parts of your idea using high-reasoning models.
A comprehensive architecture document is generated by Claude Opus 4.5. This includes tech stack choices and data models.
The project is broken down into a SpecPlan. Complex tasks are reserved for Gemini 3 Pro; rote coding is flagged for open-source models.
Geoffrey spins up instances of GLM 4.7 to execute the plan in parallel. The mesh goes brrrrrr, keeping costs near zero.
The original experiment in hivemind coordination. Rough, chaotic, but proved that multiple weak agents could form a strong collective intelligence.
The first attempt at a cohesive "DevOps Agent." Ralphussy introduced the concept of structured planning but lacked the finesse and context-awareness required for production work.
The polished, user-centric orchestrator. It internalizes the lessons of its ancestors into a single, installable binary.
DevUssy is no longer a separate tool you run. It has been sublimated into Geoffrussy as its core cognitive engine.
When Geoffrussy creates a plan, it is using the DevUssy Protocol (v2). DevUssy provides the standardized "Thinking" patterns—the circular logic and phase generation—while Geoffrussy handles the "Doing" (file I/O, terminal commands, git operations). They are now one body with one mind.