Plan
Generate a checklist plan and initialize boulder state.
Execute
- •Create
.agent-kit/plans/if missing. - •Generate slug from
$ARGUMENTSand current date. - •Write
.agent-kit/plans/<slug>.mdwith sections:- •Context
- •Tasks (
- [ ] 1. ...) - •Verification
- •Write
.agent-kit/boulder.json:- •
version=1 - •
active=true - •
status="in_progress" - •
planPath=".agent-kit/plans/<slug>.md" - •
currentTaskset to first unchecked task - •
updatedAt=<now>
- •
- •Print: plan path, current task, and reminder to run
/claude-agent-kit:start-work.
Constraints
- •Planning output should be markdown-first.
- •Keep this inline (non-fork skill).