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

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article