Start a new iteration for the current task.
Steps
- •Determine the current iteration (highest
iteration-NN/directory in.thoughts/) - •If there are no previous iterations, create
iteration-01/and skip to step 4 - •Otherwise, if there are previous iterations:
- •Append a summary to
.thoughts/iterations.mdthat captures the reason we need to reiterate. Our goal is to guide new agents so they don't repeat the same mistakes. - •Create new iteration directory:
.thoughts/iteration-NN/(next number)
- •Append a summary to
- •Create
.thoughts/iteration-NN/progress.mdwith a high-level overview of the problem context
Success Criteria
- •
.thoughts/iterations.mdupdated with summary of previous iteration (if any) - •New iteration directory created at
.thoughts/iteration-NN/ - •
.thoughts/iteration-NN/progress.mdcreated with context summary - •No other files or directories have been modified