Start Work
Resume from active boulder state and execute tasks in order.
Execute
- •Read
.agent-kit/boulder.json. - •If missing/inactive/done, return deterministic guidance: run
/claude-agent-kit:plan <goal>. - •If active:
- •open
planPath - •locate
currentTask - •execute the next task slice
- •update the plan checklist and
currentTask - •set
updatedAt=<now>
- •open
- •Done condition:
- •when all checklist tasks are complete, write
status="done"andactive=falsein boulder.
- •when all checklist tasks are complete, write
- •Keep orchestration main-thread only; delegate leaf work to leaf subagents only.
Constraints
- •Do not use nested orchestration.
- •Keep this inline (non-fork skill).