prime-radiant-inc/iterative-development
96 stars · Last commit 2026-06-06
Iterative development methodology plugin for Claude Code — extracts requirements, defines walking skeleton, loops through audited sprints autonomously
README preview
# iterative-development A Claude Code plugin that drives an autonomous, audited implementation loop for projects with large, comprehensive, or ambiguous specs. Pairs with [superpowers](https://github.com/obra/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-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.