skills/planning-with-files/templates/task_plan_autonomous.md
Use this file as the durable roadmap for a long-running, autonomous, gated, or multi-agent task. Keep its goal, next step, and phase status current throughout the run.
.mode file next to this plan selects legacy, autonomous, or gated behavior. Text in this plan does not select the mode..mode, phase state, Stop hook state, the stop block cap, and ledger progress.State the intended end result in one clear sentence.
[One sentence describing the end state]
Record the single action that should happen next. Update it whenever the active phase or immediate action changes.
[The single next action. Update whenever phase status changes.]
Name the phase currently being worked on.
Phase 1
Break the task into three to seven verifiable phases. Use only pending, in_progress, or complete for each status and update the value when work advances. In gated mode, an in_progress phase is one of the gate inputs.
Record important questions and replace them with answers as they are resolved.
Record significant choices and the reason for each one.
| Decision | Rationale |
|---|---|
Record each distinct error, the attempt number, and the resolution. Change the approach before retrying a failed action.
| Error | Attempt | Resolution |
|---|---|---|
| 1 |
pending to in_progress to complete.