Gajae-Code
Gajae-Codev0.1.0

Gajae-Code

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

Gajae-Code

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 help

Use 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-code

The 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:

SkillWhat it does
deep-interviewRemoves ambiguity before planning or code changes.
ralplanBuilds and critiques a plan before mutation.
teamOptionally coordinates tmux-backed parallel execution.
ultragoalTracks durable goals through implementation, revision, and evidence.

And four bundled role agents:

AgentWhat it does
executorBounded implementation, fixes, and refactors.
architectRead-only architecture and code-review assessment.
plannerRead-only sequencing and acceptance criteria.
criticRead-only plan critique and actionability review.

Next steps

On this page