duckbugio/flock

Autonomous AI dev-team bot

506Stars on the repository
11Mods indexed here, across every type
8d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

arbiter

01

duckbugio/flock

Agent

Meta-reviewer and loop-breaker. Governs both phases (pre-PR and on-PR review), enforces the gates and cycle limits, and decides continue/approve/escalate so agents never loop. Risk-aware and multi-service aware.

506 8d ago A 53 tokens original MIT

coder

02

duckbugio/flock

Agent

Implements the planned change on a feature branch and addresses PR review comments. Handles single-repo and coordinated multi-service changes; keeps changes minimal and contract-safe.

506 8d ago A 34 tokens original MIT

planner

03

duckbugio/flock

Agent

Turns a feature request into a concrete spec and execution plan. Identifies which repo(s)/microservices are affected (one or many), the cross-service contract changes, the ordered task breakdown with dependencies, and the risks. Read-only — produces the plan the team executes.

506 8d ago A 56 tokens original MIT

reviewer

04

duckbugio/flock

Agent

Read-only adversarial reviewer. Pre-PR it returns a verdict for the arbiter; on an open PR it posts true line-anchored INLINE comments via the git-host API, written in the PR's own language. Scores risk and checks cross-service compatibility. Never edits code.

506 8d ago A 60 tokens original MIT

tester

05

duckbugio/flock

Agent

Runs and writes tests — the green-build gate. Covers per-repo unit/integration tests and the cross-service seam when a feature spans services.

506 8d ago A 31 tokens original MIT