chief-loop
Installation
SKILL.md
Run chief-agent across the full milestone — batch after batch — until both the goals and the contracts are satisfied, recording a decision-aware report for every task instead of one combined report per batch.
This builds directly on chief-autopilot's auto mode. If you want the "stop and ask a
human on ambiguity" behavior, use chief-autopilot safe instead — chief-loop only runs
in auto mode; it doesn't have a safe-mode equivalent.
Prerequisite Check
Before doing anything:
- Identify the active milestone directory under
.chief/. - Check that
_goal/has at least one non-empty file. - Check that
_contract/has at least one non-empty file.
If either is missing → STOP. Tell the user:
"Goals and contracts are required for chief-loop. Run
/chief-planfirst."