byanastasiyaw· 37 skills
Iterative plan review using multisampling + focused decomposition. Launches parallel independent agents to find issues that single-pass review misses. 4 escalating rounds: broad -> multisample -> focused -> focused+multisample. Use when: "swarm review", "review plan thoroughly", "multisample review", "deep plan review", "plan swarming", "stress test the plan", or before implementing any plan >500 lines or with >3 interacting components. Also use proactively when a large plan is about to be implemented — catch issues before code, not after. Do NOT use to design a multi-agent harness or Generator-Evaluator architecture from scratch; use harness-design for that. Do NOT use to review already-written code/diffs; use deep-review for that (this reviews plans, not implementations).
$npx -y skills add anastasiyaw/claude-code-config --skill plan-swarm-reviewInstalls into the current project.
Run `npx skills use "https://github.com/anastasiyaw/claude-code-config" --skill "anastasiyaw/claude-code-config/plan-swarm-review"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/anastasiyaw/claude-code-config" that are relevant to the current task. Run `npx skills add "https://github.com/anastasiyaw/claude-code-config"` and select the relevant skills, then follow their instructions.