Plan and Stop
Load caveman and use it to write the plan minimally.
- Read applicable
AGENTS.mdand repo instructions. - Inspect only code, config, docs, and tests needed for task understanding.
- Do not edit implementation files, spawn subagents, run destructive commands, commit, push, or open PRs.
- State minor assumptions; record material uncertainty.
- Produce concrete plan with outcome, current behavior/evidence, likely files/components, ordered steps, validation/tests, risks, assumptions, and open decisions.
- Create
.agents/plans/if needed. Save plan as.agents/plans/<timestamp>-<task>.md. - Stop. Report plan path. Tell user to load
review-plannext. Never implement in same turn.