plan-swarm-review

Conduct iterative multi-agent reviews of plans and code for design flaws and security issues.

140|23|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/AnastasiyaW/claude-code-config --skill plan-swarm-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-swarm-review
Source: https://github.com/AnastasiyaW/claude-code-config/tree/main/skills/architecture/plan-swarm-review
Command: npx skills add https://github.com/AnastasiyaW/claude-code-config --skill plan-swarm-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Prevents single-pass blind spots in design and code reviews by orchestrating multiple independent reviewers and focused analyses to uncover subtle bugs, ambiguous contracts, security issues, and integration gaps before implementation.

Core Features & Use Cases

  • Iterative multisampling: launch multiple reviewers with different personas to increase stochastic coverage and surface diverse findings.
  • Focused decomposition: break the plan into aspects (contracts, data flows, security, etc.) and run deep, aspect-specific reviews.
  • Synthesis & fix loop: deduplicate consensus findings, preserve unique catches, apply concrete fixes, and re-run rounds until acceptance thresholds.
  • Use Cases: pre-implementation architecture hardening, high-stakes infra or payments reviews, pre-release vulnerability hunts on modules or design docs.

Quick Start

Run plan-swarm-review on the target design document or code module to perform iterative multisample and focused reviews and return a synthesized findings report.

Frequently Asked Questions about plan-swarm-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a multi-agent code review to find integration gaps in complex systems?

Run a multi-agent code review by orchestrating multiple independent reviewers with different personas to increase stochastic coverage, surfacing subtle bugs and integration gaps before implementation. The swarm decomposes the target into aspects like data flows and security for deep, focused analyses.

What is multisampling in plan review and when do I need it for architecture hardening?

Multisampling in plan review is the process of launching multiple independent reviewers to increase stochastic coverage and surface diverse findings. You need it for pre-implementation architecture hardening, high-stakes infrastructure reviews, and pre-release vulnerability hunts on complex design docs.

How do I deduplicate consensus findings from parallel security audits without losing unique catches?

Deduplicate consensus findings from parallel security audits by synthesizing results to merge overlapping issues while preserving unique minority findings. The iterative synthesis and fix loop applies concrete fixes and re-runs rounds until acceptance thresholds are met.

Can I use agent orchestration to review ADRs and RFCs for high-stakes releases?

Yes, you can use agent orchestration to review ADRs and RFCs for high-stakes releases. The swarm conducts iterative multi-agent reviews of pre-implementation design docs, applying focused decomposition to break plans into aspects like contracts and data flows for deep analysis.

Does plan-swarm-review work with existing code modules or only pre-implementation design documents?

Plan-swarm-review works with both existing code modules and pre-implementation design documents. It applies iterative multisampling and focused reviews to complex systems with multiple interacting components, returning a synthesized findings report with deduplicated consensus and minority catches.

What are the limitations of single-pass code reviews compared to iterative multisampling?

Single-pass code reviews suffer from blind spots in design and code reviews, missing subtle bugs, ambiguous contracts, security issues, and integration gaps. Iterative multisampling overcomes this by running multiple independent reviewers and re-running guided fix-apply rounds until acceptance thresholds are reached.