Gajae-Code
A red-claw coding-agent harness for crisp interviews, resilient plans, tmux-native execution, and durable verification.

A red-claw coding-agent harness (gjc). Crisp interviews, resilient plans, tmux-native execution, durable verification.
Disclaimer: Gajae-Code is an experimental, beta-stage early project. Expect rough edges and verify outputs before relying on it for important work.
Gajae-Code keeps the public agent surface intentionally small while making the runtime around it dependable. It focuses on one useful loop:
deep-interview -> ralplan -> ultragoal
└─ optional team execution when parallel tmux workers helpUse deep-interview to clarify intent, ralplan to critique the approach, and $ultragoal to carry the work through implementation, revision, verification, and an evidence summary. Add $team only when the task benefits from coordinated parallel workers.
Install
bun install -g gajae-codeThe package installs the gjc binary. The scoped package is also available as @gajae-code/coding-agent.
Workflow surface
Gajae-Code ships four default workflow skills:
| Skill | What it does |
|---|---|
deep-interview | Removes ambiguity before planning or code changes. |
ralplan | Builds and critiques a plan before mutation. |
team | Optionally coordinates tmux-backed parallel execution. |
ultragoal | Tracks durable goals through implementation, revision, and evidence. |
And four bundled role agents:
| Agent | What it does |
|---|---|
executor | Bounded implementation, fixes, and refactors. |
architect | Read-only architecture and code-review assessment. |
planner | Read-only sequencing and acceptance criteria. |
critic | Read-only plan critique and actionability review. |
Next steps
- Getting Started — install, launch, and run the first loop.
- Source project: Yeachan-Heo/gajae-code