CHIEF(1)
NAME
chief — Build big projects with Claude. Chief breaks your work into tasks and runs Claude Code in a loop until they're done.
SYNOPSIS
$
brew install minicodemonkey/chief/chiefINFO
435 stars
37 forks
0 views
DESCRIPTION
Build big projects with Claude. Chief breaks your work into tasks and runs Claude Code in a loop until they're done.
README
Chief
Build big projects with Claude. Chief breaks your work into tasks and runs Claude Code in a loop until they're done.

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 newLaunch 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
- Describe your project as a series of tasks
- Chief runs Claude in a loop, one task at a time
- One commit per task — clean git history, easy to review
See the documentation for details.
Requirements
- Claude Code CLI installed and authenticated
License
MIT
Acknowledgments
- snarktank/ralph — The original Ralph implementation that inspired this project
- Geoffrey Huntley — For coining the "Ralph Wiggum loop" pattern
- Bubble Tea — TUI framework
- Lip Gloss — Terminal styling
SEE ALSO
claude-code(1)— Anthropic's agentic coding assistant — AI pair programming in your terminalneovim(1)— Hyperextensible Vim-based text editor — the future of Vimtmux(1)— Terminal multiplexer — split panes, detach sessions, pair programaider(1)— AI pair programming in your terminal — works with any LLMhyperfine(1)— A command-line benchmarking tool — measure execution times
clihub3/4/2026CHIEF(1)