News

Chief: Run Claude Code on Large Projects with Task-Based Workflows

Published
Chief: Run Claude Code on Large Projects with Task-Based Workflows image

Chief is a CLI tool that lets you build large projects with Claude Code by decomposing work into discrete tasks and running them iteratively. Each task gets a fresh context window while progress persists between runs, so you can tackle projects that would otherwise exceed what Claude Code can handle in a single session.

How It Works

You define your project as a set of tasks. Chief launches Claude Code for each task in sequence, then commits the result before moving on to the next. The terminal UI shows you what's running and lets you control execution interactively.

Because each task runs in its own context, the approach sidesteps context window limits that would stall a single long-running Claude Code session. Progress is tracked on disk, so you can stop and resume without losing work.

Installation

Chief is available via Homebrew:

brew install minicodemonkey/chief/chief

Or with the install script:

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

Learn More

Chief is at v0.6.0, MIT licensed, and available on GitHub.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
Taylor disabled GitHub Issues on most Laravel open-source packages. image

Taylor disabled GitHub Issues on most Laravel open-source packages.

Read article
Exclude Vendor and Default Commands in `php artisan dev` image

Exclude Vendor and Default Commands in `php artisan dev`

Read article
The Laracon Archive image

The Laracon Archive

Read article
Group Adjacent Collection Items in Laravel with chunkBy() image

Group Adjacent Collection Items in Laravel with chunkBy()

Read article
Laravel queue:work Now Prints Why the Worker Stopped image

Laravel queue:work Now Prints Why the Worker Stopped

Read article
Sidecar Brings Statamic's Control Panel to Your Existing Markdown Sites image

Sidecar Brings Statamic's Control Panel to Your Existing Markdown Sites

Read article