ワンクリックで
diverge
Forces generation of genuinely different solution paths before committing, preventing single-path pattern gravity.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Forces generation of genuinely different solution paths before committing, preventing single-path pattern gravity.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Designs API contracts for consumer experience first — making correct usage obvious and incorrect usage impossible.
Replaces adjectives with evidence, claims with demonstrations, and promises with proof for conversion-oriented writing.
Forces the model to build a genuine prosecution case against its own answer before delivering it.
Detects and corrects objective drift during extended tasks by periodically checking work against the original request.
Decides whether to ask clarifying questions or proceed with an answer, optimizing for information value vs. delay cost.
Self-selects and sequences the right depth-skills proportional to task consequence, preventing both under- and over-analysis.
| name | diverge |
| codename | DIVERGE |
| internal | Path Divergence |
| version | 1.1 |
| tier | cognition |
| trigger | what's the best way to, "how should I", design choice, architecture decision, any time the model is about to commit to one path |
| description | Forces generation of genuinely different solution paths before committing, preventing single-path pattern gravity. |
| author | Kshitijpalsinghtomar |
| tags | ["alternatives","exploration","architecture","pattern-gravity","options"] |
| artifacts | ["path-map","divergence-test","stress-comparison"] |
| composable_with | ["deep-think","adversary","threshold","reframe"] |
Best used after DEEP-THINK. DEEP-THINK explores the solution space. DIVERGE stress-tests specific paths.
The first solution you think of has the highest pattern gravity — most frequently activated, most consistently rewarded. It surfaces before search begins. It was retrieved from memory, not discovered through exploration.
It might be correct. But you cannot know that without seeing what else exists. And you cannot see what else exists if you've already committed.
You are about to present "three options" that are:
This is convergence wearing a costume. Three flavors of one answer is not three approaches. Real divergence requires paths that disagree about what the problem IS, not just how to implement one interpretation of it.
Each path must differ from the others on at least ONE of these dimensions:
Divergence verification: After writing all three, check: could Path B be described as "Path A but with [one modification]"? If yes — discard Path B. It's a variation, not a branch. Write a path that starts from a different understanding of the problem.
For each path, fill in this card completely:
PATH [N]: [name — the principle this path follows]
────────────────────────────────────────
Optimizes for: [specific thing — not "good performance" but "write throughput"]
Key assumption: [the condition that must be true for this path to be correct]
What it sacrifices: [specific capability that this path cannot provide]
Breaks when: [specific input, scale, or condition that causes failure]
Migration cost out: [how hard is it to switch AWAY from this path if it's wrong]
────────────────────────────────────────
Artifact: Three path cards. Step 2 stresses each one. Step 4 selects from them.
For EACH of the three paths, write one sentence per scenario:
STRESS TEST — PATH [N]
────────────────────────────────────────
At 10× scale: [what degrades or fails]
If main requirement changes:[what breaks or must be rebuilt]
Debugging experience: [what troubleshooting looks like when it goes wrong]
New developer in 6 months: [what they struggle with]
If you're wrong about it: [what the migration path looks like]
────────────────────────────────────────
Artifact: Fifteen stress-test answers (5 per path). This forces genuine evaluation instead of advocacy.
Your three paths probably share at least one unexamined assumption. Identify it and write a fourth path that violates it.
Finding the shared assumption:
SHARED ASSUMPTION: [what all three paths take for granted]
PATH 4 (contrarian): [name]
What if: [the shared assumption is false]
Solution: [what approach emerges when you remove it]
Viability: [realistic / stretch / moonshot]
────────────────────────────────────────
If Path 4 is viable — you nearly committed to a shared blind spot.
Artifact: The contrarian path. This is often where the best solution hides.
From Paths 1-4, select one. Write:
DIVERGENCE DECISION
────────────────────────────────────────
Selected: PATH [N]
Reason: [specific to THIS context — not "it's the best"]
Sacrifices: [what you lose]
Switch when: [specific trigger condition → switch to PATH [M]]
Watch for: [earliest signal of trouble]
Reversibility:[trivial / moderate / hard] → [depth appropriate?]
────────────────────────────────────────
Pattern gravity collapses every answer toward the most frequently-seen solution before the model has searched the alternatives. This skill forces genuine search: three structurally different paths, stress-tested, plus a contrarian path that challenges the shared blind spot. The best solution for a specific problem is rarely the most common solution for the general category — and you cannot find it without looking past the first match.