Structure agent work as Mission, Task Contract, Evidence, User Judgment, and reflection.
npx claudepluginhub choam2426/geasStructure agent work as Mission, Task Contract, Evidence, User Judgment, and reflection.
Geas makes a team of AI agents behave like a governed organization — whether they are building software, conducting research, or creating content. Every decision follows a defined procedure, every action is traceable, every deliverable is verified against its contract, and the team improves across sessions.
Multi-agent work is fast and powerful. But without structure, it falls apart the same way every time:
When you scale from one agent to many, these problems do not add up. They multiply.
Every mission runs four phases. Scale adapts to the request — a small change gets a lightweight pass; a larger effort gets the full treatment.
graph LR
A[User Intent] --> B[Specifying]
B --> C[Building]
C --> D[Polishing]
D --> E[Evolving]
B -.- B1["Intake → Design Brief\n→ Task Compilation"]
C -.- C1["Per-task pipeline × N\n(parallel when safe)"]
D -.- D1["Risk review → Docs → Debt"]
E -.- E1["Gap Assessment → Rules\n→ Memory → Summary"]
| Phase | What happens |
|---|---|
| Specifying | Define WHAT and WHY. Produce mission spec, design brief, task list. |
| Building | Execute each task through a governed pipeline: contract → implement → review → verify → verdict. |
| Polishing | Address debt, documentation gaps, and quality issues found during building. |
| Evolving | Capture lessons. Retrospective, memory promotion, rules update, carry-forward. |
Each task follows a governed pipeline from contract to closure:
Contract → Implementation → Self-check → Specialist review
→ Evidence Gate → Closure Packet → Challenger review
→ Final Verdict → Retrospective → Memory extraction
The protocol does not trust any agent's claim of completion. It requires independent evidence.
Every completed task feeds back into the system:
The protocol defines 14 agent types organized by domain profile. Authority agents govern the process; specialist agents do the domain work.
| Agents | |
|---|---|
| Authority (always active) | Product Authority, Design Authority, Challenger |
| Software profile | Software Engineer, QA Engineer, Security Engineer, Platform Engineer, Technical Writer |
| Research profile | Literature Analyst, Research Analyst, Methodology Reviewer, Research Integrity Reviewer, Research Engineer, Research Writer |
A mission declares its domain profile. The Orchestrator (the mission skill itself) resolves abstract specialist slots to concrete agents at runtime — the same governance pipeline works for any domain.
[Orchestrator] Specifying: intake complete. 2 tasks compiled.
[Orchestrator] Building: starting task-001 (JWT auth API).
Plugins by Alex Newman (thedotmack)
Ultra-compressed communication mode for Claude Code. Cuts 65% of output tokens (measured) while keeping full technical accuracy.
RuView Marketplace: Claude Code + Codex plugins for WiFi sensing — configuration, applications, model training, and onboarding, from practical to advanced