Skip to content

Agents

Specialist sub-agents the harness dispatches for independence or a clean context — never for throughput. Read-only ones declare no write tools (enforced by harness:check).

blind-reviewer
read-only

Independent verification gate — reviews an artifact (a plan or a diff) against the project's standards WITHOUT seeing the author's reasoning, so it can't rubbe…

Read more
chooser
read-only

Blind fit-first selection — given candidate options with authorship and spike-effort stripped out, plus the convergence rubric, returns a ranked recommendation…

Read more
ideator
read-only

Blind divergent idea generator — given one brief (a problem statement + standards, optionally a context digest), returns one wide, unranked, unattributed candi…

Read more
scanner
read-only

Read-only web/repo research agent — fans out searches, fetches sources, and returns a tight candidate shortlist with links, keeping scrape noise out of the mai…

Read more
summariser
writes

Read-only distiller — reads a big artifact (a PR diff, an issue thread, a CI log, a long doc) in its OWN context and returns a tight summary built to be **easy…

Read more
worktree-builder
writes

Autonomous single-unit implementer — takes ONE feature/issue to completion in an isolated git worktree, test-first to repo convention, and reports a status cod…

Read more