Your best and worst co-worker at the same time. Give Maggus an implementation plan and it'll grind through the tasks one by one — prompting an AI agent for each, committing the results, and moving on to the next. It's a Go CLI tool that orchestrates Claude Code to turn markdown plans into working code, autonomously.
📖 Read the full documentation at leberkas-org.github.io/maggus
🛒 Skills Marketplace: Looking for ready-made skills? Check out the Maggus Skills Marketplace.
Download the latest binary for your platform from the GitHub Releases page.
Requires Go 1.22+:
cd src
go build -o maggus .Make sure claude (Claude Code CLI) is available on your PATH.
# Create a plan
mkdir -p .maggus
cat > .maggus/plan_1.md << 'EOF'
# My Plan
### TASK-001: Say hello
**Description:** Create a hello-world script.
**Acceptance Criteria:**
- [ ] A file `hello.sh` exists with a greeting
EOF
# Let Maggus work through it
maggusFor detailed usage, configuration, and guides, visit the documentation site.
- Agent choice — Support for AI agents beyond Claude Code
- Task management service — A hosted backend replacing the markdown files, like a Jira board optimized for Maggus to read and for humans to edit, plan, and supervise