Build big projects with Claude. Chief breaks your work into tasks and runs Claude Code in a loop until they're done.
# Add to your Claude Code skills
git clone https://github.com/MiniCodeMonkey/chiefBuild big projects with Claude. Chief breaks your work into tasks and runs Claude Code in a loop until they're done.

brew install minicodemonkey/chief/chief
Or via install script:
curl -fsSL https://raw.githubusercontent.com/MiniCodeMonkey/chief/refs/heads/main/install.sh | sh
# 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.
See the documentation for details.
MIT
No comments yet. Be the first to share your thoughts!