chief
Description
Build big projects with Claude. Chief breaks your work into tasks and runs Claude Code in a loop until they're done.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Chief
Build big projects with Claude. Chief breaks your work into tasks and runs Claude Code in a loop until they're done.
**[Documentation](https://minicodemonkey.github.io/chief/)** · **[Quick Start](https://minicodemonkey.github.io/chief/guide/quick-start)**
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](https://ghuntley.com/ralph/): 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](https://minicodemonkey.github.io/chief/concepts/how-it-works) for details.
Requirements
- Claude Code CLI, Codex CLI, or OpenCode CLI installed and authenticated
Use Claude by default, or configure Codex or OpenCode in `.chief/config.yaml`:
agent:
provider: opencode
cliPath: /usr/local/bin/opencode # optional
Or run with `chief --agent opencode` or set `CHIEF_AGENT=opencode`.
License
MIT
Acknowledgments
- @Simon-BEE — Multi-agent architecture and Codex CLI integration
- @tpaulshippy — OpenCode CLI support and NDJSON parser
- snarktank/ralph — The original Ralph implementation that inspired this project
...
Related Skills
Epic Decompose
Break an epic into task children without creating task branches.
Productivity Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity