autoducks
Automates and orchestrates Claude Code inside your GitHub repository using GitHub Actions.
- Spec-driven
- Ralph Loops
- Backpressure
- Deterministic Orchestration
Meet your ducks
Autoducks comes with a set of workflows to automate and orchestrate fully-remote Claude Code agents inside your GitHub repository.
You can use slash commands manually or configure autoducks to run automatically on events.
-
Groom
Product Owner- Auto
- Grooms your backlog on a schedule.
- Manual
-
/triage
-
Design & Spec
Architect- Auto
- Converts drafts into full specifications or revises existing ones.
- Manual
-
/design/architect
-
Tactical Plan
Engineer- Auto
- Creates a subtask implementation plan for a specification.
- Manual
-
/tactics/engineer
-
Orchestration Modes
Maestro- Waves
- Parallelize subtask execution based on the tactical plan's work waves.
- Sequential
- Execute subtasks in the order they are defined in the tactical plan, over the same codebase/branch.
-
Backpressured Loops
Developer- Loop
- Each subtask is executed until it passes all checks (a backpressured Ralph loop).
- Without loop
- Subtasks are automatically merged into the feature once they are executed.
-
Conflict Resolution
Resolver- Auto
- Resolves conflicts in Pull Requests as they appear.
- Manual
-
/resolve
-
Auto Review
Reviewer- Auto
- Reviews PRs when they are moved from Draft to Ready for Review.
- Manual
-
/review
-
Rework Loops
Reworker- Auto
- Adjusts the code to meet a PR reviewer's comments, wrapped in a review-rework loop until an approval is received.
- Manual
-
/rework
Customize everything
You can set global defaults, agent-specific defaults, or override them per workflow run.
- Prompts
- Model
- Effort
- Agent chaining
- Max turns
- Max iterations (for loops)
- Harness configuration (MCPs, tools, settings, hooks, etc.)
Setup wizard
A guided wizard picks your repo and automations in the browser, then opens the setup PR.
Config editor
Change any setting later in a visual editor — it opens a PR with the diff.
Visualize the workflows
See or trigger your autoducks-powered workflows with the Autoducks Board.
- Columns per stage
- In-progress / done lanes
- PR and workflow run links
- Auto trigger on drag
Plugins
Because every tool needs extensibility.
-
Playwright
- Soon
RTK
- Soon
Agentistics
-
Custom plugins