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

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
Laravel Image Responses: Serve Resized Images From Routes image

Laravel Image Responses: Serve Resized Images From Routes

Read article
Pause All Laravel Queues During a Deploy image

Pause All Laravel Queues During a Deploy

Read article
Laravel Terminal UI for the artisan dev Command image

Laravel Terminal UI for the artisan dev Command

Read article
Pause All Queues and a New artisan dev UI in Laravel 13.25 image

Pause All Queues and a New artisan dev UI in Laravel 13.25

Read article
Laravel monitoring that doesn't bill you by your traffic image

Laravel monitoring that doesn't bill you by your traffic

Read article
Mock PHP Classes in Tests With the Double Library image

Mock PHP Classes in Tests With the Double Library

Read article