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.