HeadMaster

Open-source ADLC (AI-Driven Delivery Lifecycle) built on Claude Code.
Turns a single conversation into a PRD, a TDD, Jira stories, code, tests, and a reviewed PR.

Built on Claude Code Apache 2.0 13 Agents 19 Skills

What it does

HeadMaster is an orchestration layer that sits alongside your feature repositories. Open Claude Code from the HeadMaster directory, point it at a project, and run slash commands to move features through five stages:

/init-feature  →  /plan  →  /design  →  /breakdown  →  /execute  →  PR

Each stage produces structured, human-reviewable artifacts. Nothing merges automatically. Every gate requires explicit approval.

Pipeline

Get started

git clone https://github.com/munna-chauhan/HeadMaster.git && cd HeadMaster
cp config.yml.example config.yml
python scripts/setup_projects.py
claude
/init-feature "Add PDF invoice export"

Requirements: Claude Code, Python 3.9+, Node.js 18+.