Sandbox
@prime-radiant-inc/iterative-development

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.

179 stars17 forksPythonUpdated 3mo ago
Who it's for

Builders who use Claude Code on large, messy, or multi-file specs and want a repeatable way to keep every iteration grounded in evidence.

What it delivers

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

  1. 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-planssuperpowers:subagent-driven-development flow 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:

  1. 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.
  2. 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.
  3. Run iterations — sentinel baseline → scope review → decompose code + evidence tasks → implement → impacted + sentinel scenario runs → wrap up.
  4. 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.
  5. 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

SkillRole
iterative-developmentTop-level orchestrator for the autonomous loop.
extracting-requirementsChunk + parallel-extract + aggregate stories and scenarios from spec collateral.
scoping-the-simplest-coreDefine walking skeleton and roadmap.
running-an-iterationExecute one sprint end-to-end.
implementing-tasksPer-task implementer with evidence discipline.
auditing-progressPAR-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

Repository payload10 top-level entries
  • .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 it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More plugins

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

138k
1 add

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.

82k
code-yeongyu/
oh-my-openagent

OmO: Just type "mass ulw" keyword with your prompt. Now you are the master of graph engineering.

69k

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

94k

Opinionated Oxlint rules for rejecting low-evidence TypeScript and JavaScript patterns

4.3k