Documentation
README
Running an Iteration
Overview
Drives one iteration: picks the next pending, runs sentinel corpus baseline, runs pre-iteration scope review via PAR, decomposes into code and evidence tasks, dispatches implementing-tasks, runs impacted + sentinel scenarios at wrap-up, and updates the roadmap and iteration log.
When to Use
Invoked by iterative-development inside the main loop. Each invocation runs exactly one iteration. After return, the orchestrator invokes auditing-progress.
Script Location
All scripts referenced below live in this skill's scripts/ directory, next to this SKILL.md file.
Iteration Process
1. Pick next iteration
Read docs/superpowers/iterations/roadmap.md, find the first iteration with status pending.
2. Load scope context
This is the opening of the README. Read the full README on GitHub.