chief-autopilot
Installation
SKILL.md
Run the chief-agent autonomously on the current milestone.
Arguments
- No argument or
auto→ auto mode (default). Chief makes all decisions, never stops for human input. safe→ safe mode. Chief stops when ambiguity requires a design decision.
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 autopilot. Run
/chief-planfirst."
Do NOT proceed.