AI workflow orchestrator

Stay in flow.
Ship in parallel.

Describe a feature once. Chuchube Workflow plans it into a graph of work and hands each track to its own AI coding agent — building real code in isolated git worktrees, grounded in your actual repo. You get merged commits, not a chat log.

Join waitlist See how it works
Local-first — your source never leaves your machine · Bring your own coding CLI
forge · add-oauth-login
Plan Run Merge
3 tracks · 1 dependency Run plan
Prompt
GEMINI
Architect
Planned 3 tracks
frontendrunningdone
backendrunningdone
testsqueuedrunningdone
main
Auto-merge
in dep. ordermerged +3
How it works

One prompt. Three moves.

Plan it, run it in parallel, merge it back — without leaving your editor's rhythm.

01 PLAN

You describe it. The architect plans it.

Google Gemini reads your actual repository, proposes a few approaches, asks clarifying questions, then lays out a visual graph of parallel and dependent tracks.

02 RUN
worktree-a
worktree-b
worktree-c

Agents build in parallel — for real.

Each track runs an AI coding agent in its own isolated git worktree, in parallel. They write real code against your repo and commit — not suggestions, actual commits.

03 MERGE

Successful tracks merge themselves.

Chuchube Workflow merges passing tracks back into your base branch in dependency order, with conflict handling. You end with working code, not a chat transcript.

Why it's different

Not another chat box. An orchestrator.

A DAG, not a chat thread

Work fans out into parallel tracks with real dependencies — not one linear conversation you have to babysit.

Reasons from your real code

Retrieval over your repo — AST symbols plus semantic search — so plans and agents cite your actual files, not guesses.

Worktrees + auto merge-back

Each agent commits in its own isolated worktree. Chuchube Workflow merges successful tracks in dependency order — ships code, not snippets.

A plan you can edit first

See the whole graph before anything runs. Approve it, re-scope tracks, or tweak dependencies — then execute with confidence.

Bring your own coding agent

Chuchube Workflow orchestrates — you bring the runtime. Works with Claude Code, Codex, Kiro, and Gemini CLI, or bring your own.

claude code codex kiro gemini cli + your own
Grounded in your codebase

It reads your repo before it writes a line.

Chuchube Workflow builds a knowledge base of your repository — AST indexing with tree-sitter plus semantic search via MongoDB Atlas Vector Search. Both the planner and the agents reason from your real symbols and files.

Local-first by design
Runs on your machine. Your source stays local — only structural context ever leaves.
No shared keys
Auth and secrets live in a hardened cloud backend with per-user tokens.
vector_search("refresh token rotation")
auth/tokens.tsrefreshSession() 0.94
auth/session.tsrotate() 0.88
middleware/jwt.tsverify() 0.81
tree-sitter AST Atlas Vector Search local
One prompt vs a whole plan

Stop prompting one agent at a time.

Prompt-by-prompt serial · 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 Workflow parallel · 3 agents
you → "add OAuth login" (once)
frontend
backend
tests
auto-merged to main
working code, in flow
Powered by

From idea to merged code — in parallel.

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

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