Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Build big projects with Claude. Chief breaks your work into tasks and runs Claude Code in a loop until they're done.

Notifications You must be signed in to change notification settings

MiniCodeMonkey/chief

Repository files navigation

Chief

Chief

Build big projects with Claude. Chief breaks your work into tasks and runs Claude Code in a loop until they're done.

Documentation · Quick Start

Chief TUI

Install

brew install minicodemonkey/chief/chief

Or via install script:

curl -fsSL https://raw.githubusercontent.com/MiniCodeMonkey/chief/refs/heads/main/install.sh | sh

Usage

# Create a new project
chief new

# Launch the TUI and press 's' to start
chief

Chief runs Claude in a Ralph Wiggum loop: each iteration starts with a fresh context window, but progress is persisted between runs. This lets Claude work through large projects without hitting context limits.

How It Works

  1. Describe your project as a series of tasks
  2. Chief runs Claude in a loop, one task at a time
  3. One commit per task — clean git history, easy to review

See the documentation for details.

Requirements

License

MIT

Acknowledgments