OPEN_SOURCE // MIT_LICENSE

CODEX WORKFLOWS THAT
LEARN & ITERATE

> Codex-native prompts, templates, and loops that keep state in files and scale with your project_

VIEW_SOURCE QUICK_START
neural_codex v1.0.0 — click to interact
$ scripts/setup-global.sh
[OK] prompts + skills installed
$ scripts/setup-project.sh
[OK] project seeded with .codex/ + plans/
> /prompts:neural.onboard
guided tour ready_
>

FEATURES

> Codex-first primitives that stay in sync with your repo_

FILE_BASED_STATE

Plans and memory live in `plans/` and `.codex/` with explicit logs.

RALPH_LOOP

Autonomous iteration with test gating using `scripts/ralph-loop.sh`.

CRAFT_SPECS

Generate structured prompts with the CRAFT template for reliable autonomy.

QUALITY_GUARDS

Slop scan, TDD guidance, and overseer reviews to keep code tight.

METRICS

Track plan/review velocity, autonomy, cost, and compute advantage.

MULTI_AGENT

Squad orchestration with architect/dev/critic roles and worktree isolation.

PROMPTS

> Namespaced prompts for common workflows_

/prompts:neural.loop-start

Autonomous loop

/prompts:neural.craft

CRAFT spec builder

/prompts:neural.kpi

KPI dashboard

/prompts:neural.ca

Compute advantage

/prompts:neural.slop-scan

Tech debt scan

/prompts:neural.overseer

Pre-merge review

/prompts:neural.course

Agentic course

/prompts:neural.squad

Squad orchestration

INSTALLATION

> Get started in 3 commands_

SETUP

1. Global install
$ scripts/setup-global.sh
2. Project install
$ scripts/setup-project.sh
3. Verify prompts
> /prompts:neural.loop-start

Restart Codex after global install so prompts appear.

> READY TO SHIP FASTER?

Codex-native systems that stay grounded in your repo state.

CLONE_REPO
v1.0.0