Check current phase and progress of iteration workflow
Checks the current phase and progress of active development workflow iterations.
npx claudepluginhub kenkenmain/ken-cc-pluginsCheck the current iteration state from .agents/iteration-state.json.
Read the state file:
cat .agents/iteration-state.json 2>/dev/null || echo '{"status": "no active iteration"}'
If an iteration is active, report:
If no iteration is active:
/superpowers-iterate:iterate <task> to start a new iteration"| Phase | Name | Integration |
|---|---|---|
| 1 | Brainstorm | superpowers:brainstorming + N parallel subagents |
| 2 | Plan | superpowers:writing-plans + N parallel subagents |
| 3 | Plan Review | mcp__codex-high__codex (validates plan) |
| 4 | Implement | superpowers:subagent-driven-development + LSP |
| 5 | Review | superpowers:requesting-code-review (1 round) |
| 6 | Test | make lint && make test |
| 7 | Simplify | code-simplifier:code-simplifier plugin |
| 8 | Final Review | mcp__codex-high__codex (decision point) |
| 9 | Codex Final | mcp__codex-xhigh__codex (full mode only) |