parallel-adversarial-rโฆ
Two skills for adversarial code review, plus an eval suite.
A Claude Code plugin that drives an autonomous, audited implementation loop for projects with large, comprehensive, or ambiguous specs. Pairs with superpowers.
Two skills for adversarial code review, plus an eval suite.
Reverse engineer clean behavioral specs from any codebase. Greenfield reads source code, documentation, SDKs, runtime behavior, and binaries, then produces behavioral specifications, test vectors, acceptance criteria, and a full provenance trail.
FAQ
iterative-development is a Claude Code plugin with 6 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes auditing-progress, extracting-requirements, implementing-tasks. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add prime-radiant-inc/iterative-development --agent claude-code
A Claude Code plugin that drives an autonomous, audited implementation loop for projects with large, comprehensive, or ambiguous specs. Pairs with superpowers.
Use this plugin when:
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.
The top-level iterative-development skill orchestrates the full lifecycle:
Completion means the product has passing behavior evidence at the correct seam for every externally observable requirement โ not just that stories are marked done.
| 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. |
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.
./scripts/run_validation_suite.sh
Individual test files can be run with pytest tests/.
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.
Apache License 2.0. See LICENSE.
.claude-plugin/
plugin.json
.gitignore
ABOUT.md
catalog-info.yaml
docs/
superpowers/
plans/
2026-04-05-plan-01-walking-skeleton.md
2026-04-05-plan-02-extraction-pipeline.md
2026-04-05-plan-03-par.md
2026-04-05-plan-04-quality-gates.md
2026-04-05-plan-05-sdd-fork.md
2026-04-05-plan-06-autonomy.md
2026-04-11-behavior-evidence-redesign.md
specs/
2026-04-05-iterative-development-design.md
LICENSE
README.md
scripts/
run_validation_suite.sh
validate_skill.py
skills/
auditing-progress/
auditor-subagent-prompt.md
SKILL.md
extracting-requirements/
extraction-subagent-prompt.md
scripts/
aggregate_scenarios.py
aggregate_stories.py
backlink_scenarios.py
chunk_spec.py
validate_requirements_index.py
validate_scenarios.py
SKILL.md
implementing-tasks/
code-quality-reviewer-prompt.md
implementer-subagent-prompt.md
SKILL.md
spec-compliance-reviewer-prompt.md
iterative-development/
SKILL.md
running-an-iteration/
scope-reviewer-prompt.md
scripts/
check_citations.py
validate_iteration_log.py
SKILL.md
scoping-the-simplest-core/
scripts/
check_citations.py
validate_roadmap.py
SKILL.md
shared/
behavior-evidence-formats.md
par-reviewer-wrapper.md
parallel-adversarial-review.md
tests/
__init__.py
fixtures/
extracted-stories-sample.json
iteration-log.example.md
iteration-log.invalid.md
multi-file-spec/
domain-billing.md
domain-users.md
overview.md
requirements-dir.example/
EPIC-001.md
requirements-index.example.md
requirements-index.invalid.md
roadmap.example.md
roadmap.invalid.md
skill.invalid-bad-description/
SKILL-FIXTURE.md
skill.invalid-no-frontmatter/
SKILL-FIXTURE.md
skill.valid/
SKILL-FIXTURE.md
test_aggregate_stories.py
test_artifact_validator.py
test_check_citations.py
test_chunk_spec.py
test_extraction_pipeline.py
test_skill_validator.py
walking-skeleton/
input-spec/
spec.md
README.mdยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic