AI workflow orchestrator.Turn one brief into a coordinated team of agents.

forge · add-oauth-login
PlanRunMerge
Run plan

Prompt

GEMINI

Architect

Planned 3 tracks

frontendrunningdone
backendrunningdone
testsqueuedrunningdone
main

Auto-merge

in dep. ordermerged +3

One prompt. Three moves.Plan, run in parallel, merge back.

Plan

Describe a change. The architect reads your repo and lays out a graph of parallel tracks.

See the graph →

Run

Each track runs its own coding agent in an isolated git worktree in parallel, for real.

Watch a run →
worktree-a
worktree-b
worktree-c

Merge

Passing tracks merge back into your base branch in dependency order, real commits.

See merge-back →

An orchestrator.Not another chat box.

A DAG, not a chat thread

Work is a graph of parallel and dependent tracks you can see, not a linear conversation.

Reasons from your real code

It indexes and reads your actual repository before it proposes or writes anything.

Worktrees + auto merge-back

Every track runs in an isolated git worktree, then merges back in dependency order.

A plan you can edit first

Review and adjust the whole graph before a single agent starts building.

Bring your own coding agent

Plug in your preferred coding CLI — Claude, Codex, and more — and keep your setup.

Real commits, not suggestions

You end with working, committed code on a branch, not a transcript to copy-paste.

It reads your repo before it writes a line.Chuchube grounds every plan and every agent in your real code.

  • Local-first by design — your source never leaves your machine.

  • No shared keys — bring your own provider credentials.

~/payments-api · indexing

parsed 142 files (tree-sitter)

embedded 2,318 symbols

vector index ready

query "where is checkout rendered?"

Stop prompting one agent at a time.

Prompt-by-promptserial · 1 agent
you → "now do the backend"
wait… → "ok now the tests"
wait… → "fix the merge conflict"
wait… → copy-paste into your editor

context lost between turns

Chuchube Workflowparallel · 3 agents
you → "add OAuth login" (once)
frontend
backend
tests
auto-merged to main
working code, in flow
Powered by

From idea to mergedcode in parallel.

Describe the feature. A team of AI agents ships it, grounded in your real codebase, running on your machine.

Join the waitlist

Local-first · Bring your own coding CLI · No shared keys