← ClaudeAtlas

divergelisted

Structured divergence engine for consequential, open-ended decisions. Generates a wide, deliberately non-anchored option space by spawning isolated parallel sub-agents under different cognitive frames, then runs a separate critic pass that scores, declusters, and deepens the best. The divergent complement to /deep-analysis. Warranted only when a decision is both hard to reverse or wide in blast radius AND genuinely open with several structurally different answers — architecture and platform strategy, design-space exploration, de-anchoring a premature conclusion, or a high-stakes what are our options. Triggers include diverge, brainstorm options, explore alternatives, option space, divergent thinking. Because it fans out many agents in parallel it is not for cheap or adjacent asks — naming, wording, picking between two known libraries, or any question with one defensible answer should be answered directly.
pfangueiro/claude-code-agents · ★ 6 · AI & Automation · score 79
Install: claude install-skill pfangueiro/claude-code-agents
# Diverge — Divergent Option-Generation Engine Break premature convergence. Autoregressive reasoning commits to the first plausible answer; this skill manufactures genuine breadth before any evaluation, then converges deliberately. **Core principle:** Separate generation from judgment. Ideas are generated in ISOLATION (no branch sees another, so none can anchor on another), and only a SEPARATE critic pass is allowed to evaluate. Evaluating while generating is the failure mode this skill exists to prevent. ## Pre-Flight Gate Activation is decided by the frontmatter description alone — this file is read only AFTER the skill has been selected. Nothing here can prevent over-triggering, so this gate is a **post-selection redirect**, not a filter. **Before proceeding, check the ABORT conditions below. If any holds, STOP, say in one line which one fired, and take the redirect instead of fanning out any agents.** Being invoked — including a literal `/diverge`, "brainstorm options", "explore alternatives", or "give me alternatives" — does NOT override an ABORT: the phrasing that selected this skill is not evidence the problem is open. | ABORT when the ask is… | Redirect | |---|---| | Syntax, a definition, a factual lookup, arithmetic, a deterministic transform | Answer directly | | A bug with a single known root cause | `/investigate` | | A decision the user has already made | `/execute` — just build it | | Following an explicit step-by-step instruction | Do the steps | | Low-st