MiniCodeMonkey/chief
Chief is a CLI tool that orchestrates AI coding agents to build large projects by breaking work into tasks and running them in a persistent context loop.

Chief is a developer tool that automates AI coding agents to accomplish large projects. It accepts a series of tasks from the user and loops through them, running Claude Code or other supported AI coding CLIs (Codex, OpenCode, Cursor, Gemini CLI) sequentially. Each task runs with a fresh context window while progress is persisted between iterations, overcoming context window limitations. It maintains a clean git commit per task for reviewable history.
Frequently asked
- What is MiniCodeMonkey/chief?
- Chief is a CLI tool that orchestrates AI coding agents to build large projects by breaking work into tasks and running them in a persistent context loop.
- Is chief open source?
- Yes — MiniCodeMonkey/chief is open source, released under the MIT license.
- What language is chief written in?
- MiniCodeMonkey/chief is primarily written in Go.
- How popular is chief?
- MiniCodeMonkey/chief has 469 stars on GitHub.
- Where can I find chief?
- MiniCodeMonkey/chief is on GitHub at https://github.com/MiniCodeMonkey/chief.