GEOFFRUSSY

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."

Get Binary

INITIALIZATION SEQUENCE

$ go install github.com/mojomast/geoffrussy@latest$ geoffrussy init✔ Config initialized at ~/.geoffrussy/config.yaml$ geoffrussy interview

Core Capabilities

Architecture First

Generates complete system architecture diagrams (Mermaid.js) and specs before a single line of code is written.

Executable SpecPlans

Breaks projects into atomic 'SpecPlans' that can be parallelized across cheap open-source models.

Phase Reviews

Automated checkpoints using Llama 5 Guard to enforce security and alignment with the initial design.

SpecPlan Orchestration

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.

The Interview

An interactive CLI mode where Geoffrey asks probing questions to clarify ambiguity in your requirements.

Context Management

Intelligently summarizes project state into a 'context.md' file that stays with your repo.

The Execution Cycle

STEP 01

Interview Mode

Geoffrey doesn't just take orders; he asks questions. He clarifies the fuzzy parts of your idea using high-reasoning models.

STEP 02

Architectural Blueprint

A comprehensive architecture document is generated by Claude Opus 4.5. This includes tech stack choices and data models.

STEP 03

SpecPlan Generation

The project is broken down into a SpecPlan. Complex tasks are reserved for Gemini 3 Pro; rote coding is flagged for open-source models.

STEP 04

Orchestrated Execution

Geoffrey spins up instances of GLM 4.7 to execute the plan in parallel. The mesh goes brrrrrr, keeping costs near zero.

The Ussyverse Lineage

GEN 1 (GRANDPARENT)

SWARMUSSY

The original experiment in hivemind coordination. Rough, chaotic, but proved that multiple weak agents could form a strong collective intelligence.

GEN 2 (PARENT)

RALPHUSSY

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.

GEN 3 (CURRENT)

GEOFFRUSSY

The polished, user-centric orchestrator. It internalizes the lessons of its ancestors into a single, installable binary.

DevUssy Integration

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.