Holds the rules. Dispatches the work. Reviews every diff.
- Encodes your project + company rules
- Receives tasks from the annotated product
- Spawns and assigns Workers
- Reads the diff before anything ships
One Lead Agent holds your rules. It dispatches isolated Workers, reviews their diffs, and moves the work through five columns — every step gated by deterministic checks, every commit landing on your own GitHub. Agentation never sees your code.
Agentation isn't one model answering prompts. It's a small org chart that never sleeps — a Lead Agent that owns the rules and a swarm of Workers that each own one task, in isolation.
Holds the rules. Dispatches the work. Reviews every diff.
Implements a single task inside a git worktree.
The Lead never edits the board by hand. It emits decisions — spawn, assign, complete — appended to a log, never rewritten. The board is a consequence of the rules, not a whiteboard anyone can drag.
Every task travels the same track — Todo to Done. Humans can't move a card; only the Lead advances it, and only once the gates are green. The board is honest because nobody can fake it.
An annotation lands as a task — bug, design or feature. Raw intent, nothing built yet.
The Lead turns the intent into a concrete plan inside your rules — scope, files, boundaries.
A Worker is spawned in its own worktree and implements the task — alone, isolated, committing as it goes.
Gates run first; the Lead reads the diff against your rules and only then calls it complete.
Pushed through your GitHub — branch, commit, PR, merge. What was pointed at is now in production.
Between Working and Done sit two deterministic gates — pure code, zero AI tokens, no opinions. They either pass or they block. The Lead can't argue with them, and neither can a Worker.
Runs lint, types, tests and security on the Worker's output. The Lead only marks a task complete when this reads green.
Re-runs the checks, plus commit-convention, a secrets scan and lock-file drift — the last fence before your repo.
deterministic · 0 AI tokens
Agentation works through the GitHub you already trust — real branches, real commits, real pull requests. The code lives in your repo from the first line. We orchestrate the work; we never hold the source.
$ git checkout -b agentation/task-9f3a2c
$ git commit -m "feat(todo): match brand orange"
$ gh pr create → #214 opened
$ gh pr merge --squash ✓ merged to main
The structure isn't bureaucracy — it's what lets you stop coding and start creating. The rails carry the quality so you don't have to.
Point at the live product, describe the change. The pipeline turns intent into shipped software.
Two gates and a diff review stand between any change and prod. Green or it doesn't move.
One Lead, many Workers, each in its own worktree. Tasks run side by side without stepping on each other.
Your rules, your stack, your GitHub flow — encoded once and applied to every change, automatically.
Bring your product and your GitHub. The Lead holds the rules, the Workers do the work, the gates keep it honest — and you stay in creation, not in code.