Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.
Claude Code plugin for audited development loops
This plugin turns Claude Code into a staged implementation loop for large specs. It breaks the work into requirement extraction, a walking-skeleton first pass, iterative task execution, and progress audits that feed gaps back into the backlog.
Builders who use Claude Code on large, messy, or multi-file specs and want a repeatable way to keep every iteration grounded in evidence.
You can keep shipping a working, testable product at every iteration boundary instead of relying on one big upfront plan.
What it does
Requirement extraction
Chunks spec material, runs parallel extraction subagents, and builds stories with proof obligations and behavior scenarios.
Walking skeleton scoping
Defines ITER-0000 and an ordered roadmap so the first iteration closes a real journey scenario.
Iteration execution
Runs sentinel baseline, scope review, task decomposition, implementation, impacted scenario checks, and wrap-up for one sprint.
Progress auditing
Uses paired auditors and parallel adversarial review to check evidence, impacted behavior, and the sentinel corpus.
Termination check
Ends the loop only when the roadmap is finished and the final behavior-evidence audit passes.
How to get it
- 1Install from the Prime Radiant marketplace
/plugin marketplace add prime-radiant-inc/prime-radiant-marketplace /plugin install iterative-development@prime-radiant-marketplace
README
iterative-development
A Claude Code plugin that drives an autonomous, audited implementation loop for projects with large, comprehensive, or ambiguous specs. Pairs with superpowers.
When to use it
Use this plugin when:
- Your spec is large, comprehensive, or ambiguous (10+ files, 100+ requirements).
- You want the product in a working, testable state at every iteration boundary.
- You want an autonomous audited loop rather than a single upfront plan.
- The
superpowers:writing-plans→superpowers:subagent-driven-developmentflow has lost the plot on this project before.
Do not use it for small, bounded projects — superpowers:writing-plans is simpler and more appropriate.
What it does
The top-level iterative-development skill orchestrates the full lifecycle:
- Extract requirements — chunks the spec, dispatches parallel extraction subagents, and produces stories with proof obligations plus behavior scenarios. Aggregates into per-epic files, a behavior-scenarios corpus, and a coverage ledger.
- Scope the simplest core — defines the walking skeleton iteration (ITER-0000) and an ordered roadmap of follow-on iterations. The walking skeleton must close at least one real journey scenario, not just compile.
- Run iterations — sentinel baseline → scope review → decompose code + evidence tasks → implement → impacted + sentinel scenario runs → wrap up.
- Audit progress — paired auditors run a three-tier review (deep evidence, impacted behavior, sentinel corpus) using parallel adversarial review (PAR). Gaps feed back into the backlog.
- Terminate — when the roadmap is drained and a final behavior-evidence audit passes, the loop exits.
Completion means the product has passing behavior evidence at the correct seam for every externally observable requirement — not just that stories are marked done.
Skills
| Skill | Role |
|---|---|
iterative-development | Top-level orchestrator for the autonomous loop. |
extracting-requirements | Chunk + parallel-extract + aggregate stories and scenarios from spec collateral. |
scoping-the-simplest-core | Define walking skeleton and roadmap. |
running-an-iteration | Execute one sprint end-to-end. |
implementing-tasks | Per-task implementer with evidence discipline. |
auditing-progress | PAR-based audits at iteration and corpus level. |
Installation
Install from the Prime Radiant marketplace:
/plugin marketplace add prime-radiant-inc/prime-radiant-marketplace
/plugin install iterative-development@prime-radiant-marketplace
Restart Claude Code after installing.
Running the tests
./scripts/run_validation_suite.sh
Individual test files can be run with pytest tests/.
Relationship to superpowers
This plugin depends conceptually on skills from the superpowers plugin (brainstorming, TDD, parallel adversarial review, verification-before-completion). Install superpowers alongside iterative-development for the intended experience.
License
Apache License 2.0. See LICENSE.
Files in the repo
- .claude-plugin
- docs
- scripts
- skills
- tests
- .gitignore
- ABOUT.md
- catalog-info.yaml
- LICENSE
- README.md
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More plugins

Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
OmO: Just type "mass ulw" keyword with your prompt. Now you are the master of graph engineering.
Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Opinionated Oxlint rules for rejecting low-evidence TypeScript and JavaScript patterns
Teams-first Multi-agent orchestration for Claude Code