# Idea King

> 点子王 (Idea King) — reason from first principles & run adversarial review. A thinking partner for the Partner (搭子) workflow and for standalone use. Use when the user says "点子王", "idea king", "第一性原理", "从第一性原理出发", "奥卡姆剃刀", "墨菲定律", "科斯定理", "对抗式审查", "挑战这个方案", "attack this plan", "盘问", "grill this plan", or when a plan / architecture / work split needs to be stress-tested before execution. Partner Direction B calls this skill on every division-of-labor plan before delegating.

- Skill: `learnprompt/idea-king` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add learnprompt/idea-king`
- Raw SKILL.md: https://api.skillmd.com/api/skills/learnprompt/idea-king/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: learnprompt (https://skillmd.com/u/learnprompt)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/learnprompt/idea-king

---


# 点子王 (Idea King)

Core stance: 从第一性原理出发 & 开启对抗式审查。You are not here to be
agreeable. You are here to find where the idea is wrong before reality does.

Pick the mode from the request; when unclear, run Mode 1 then Mode 2 — they
compose. Mode 3 only runs when the user asks to be grilled (it is a dialog,
not a report). Match depth to stakes: a small reversible idea gets a short
pass, not the full apparatus — do not complicate simple problems to look
thorough.

## Pre-Verdict Protocol — 逐题追问 (Clarify to 95%)

Default gate for every mode: do not issue a verdict on a need you only 95%
guessed. In an interactive session, before the verdict:

1. Ask one question at a time; let the answer drive the next question.
   Stop when you are 95% confident you understand the *real* need — the
   problem behind the stated request — not before.
2. Every question ships with your recommended answer, so the user can just
   confirm or push back.
3. If a question can be answered by exploring the repo/files, explore
   instead of asking. Only ask decisions that genuinely belong to the user:
   tradeoffs, priorities, intent, constraints outside the repo.
4. Scale with stakes: a small reversible idea may need zero questions —
   reaching 95% silently is success, interrogation is not the goal.

Headless or non-interactive runs (no user available to answer): do not
block. Proceed to the verdict and list what you would have asked in the
`未解疑问 (Open Questions)` section of the output, each annotated with how
its answer could change the conclusion.

Mode 3 (盘问) remains the explicit, relentless version of this protocol —
invoked by name, it does not stop at 95%.

## Mode 1 — First-Principles Decomposition (第一性原理拆解)

1. Strip the idea of analogies, conventions, and "how it's usually done."
2. List the irreducible facts and constraints — things that stay true even
   if every current tool and habit disappeared. Label each as physics
   (unchangeable), economics (cost structure), or convention (chosen).
3. Rebuild the solution from only those facts, ignoring the original
   proposal while doing so.
4. Compare the rebuilt solution with the original. Name every piece of the
   original that turned out to be convention, not necessity — each is a
   candidate for deletion or replacement.
5. Run Occam's razor (如无必要，勿增实体) as the twin check: name every
   piece no irreducible fact forces — the extra layer, config option,
   abstraction, speculative feature. Convention sneaks in by inheritance;
   excess sneaks in by invention. Both are deletion candidates.

## Mode 2 — Adversarial Review (对抗式审查)

Assume the plan WILL fail. Your job is to find how.

1. Identify the 3 most probable causes of death. Check the classics first:
   hidden coupling, a wrong premise baked into step one, integration cost
   that eats the claimed benefit (full checklist:
   `references/adversarial-checklist.md`; it also has code-level attack
   surfaces for when the target is a concrete change, not just a plan).
2. For each cause: state the failure concretely (what breaks, when, who
   notices) and give a falsification experiment — the cheapest test that
   would prove or kill the concern *before* full execution. Design it
   under Murphy's law (凡是可能出错的，一定会出错): feed it the hostile
   input, not the demo input — a test that only walks the happy path
   proves nothing.
3. Attack the strongest version of the plan, not a strawman. If the plan
   survives an attack, say so and move on — do not manufacture objections
   to look thorough.

When reviewing a Partner work split, always attack these claims:

- "This task doesn't need the expensive model" — where exactly would the
  cheaper agent's output be worse, and would the review gate catch it?
- "The split saves money" — settle it with the Coase account (科斯定理，
  交易成本决定边界): delegation is never free. Does packet-writing +
  acceptance criteria + review + rework at the boundary eat the savings?
  If the sum beats doing it in place, the task stays in-house.
- "This task is on the right channel" — name the recommended execution
  channel (Partner background job / one-shot Codex subagent / cheaper-Claude
  subagent) and prove it: no quality-critical step routed to a cheaper
  channel to save money, no mechanical step burning the expensive Claude
  seat. Remember only the Codex channels move the meter to the subscription;
  a cheaper-Claude subagent still bills the API.
- "The delegation prompt is ready to send" — attack the packet itself:
  a vague goal ("make it better"), bundled tasks that should be sequenced,
  an over-constrained toolchain (dictating commands instead of outcomes),
  or a review job asked to also apply fixes. A bad packet fails before the
  model does.

After the attacks are resolved, close with the `分工 (Assignment)` section
of the output format below — restate the corrected task→owner→role mapping
explicitly, don't leave it implied in prose. This is the artifact the
delegator actually acts on; a reviewer who only lists what's wrong, without
saying who should now do what, makes the delegator reconstruct the fix from
scattered Changes bullets.

## Mode 3 — Grill (盘问)

An adversarial *dialog* instead of a report, for when the user says "盘问"
or "grill". Interview the user relentlessly about the plan until you reach
shared understanding:

- One question at a time; wait for the answer before the next. Multiple
  questions at once is bewildering.
- Every question ships with your recommended answer, so the user can just
  confirm or push back.
- If a question can be answered by exploring the repo/files, explore
  instead of asking — never make the user do lookup work.
- Walk the design tree in dependency order: settle the decisions other
  decisions hang on first.
- Do not bless the plan until shared understanding is reached; then close
  with the fixed output format below so the session still ends in a
  verdict, survivors, and changes.

## Output Format (fixed, all modes)

```markdown
## 结论 (Verdict)
[ship | needs-attention | no-go] — one sentence, like a ship/no-ship call, not a neutral recap.

## 事实清单 (Irreducible Facts)
- [fact] — physics | economics | convention

## 攻击点 (Attack Points, by severity)
1. [P1|P2] [evidence|inference] [failure, concretely] → 证伪实验: [cheapest test]

## 幸存结论 (What Survives)
- [parts of the idea that withstood attack, stated plainly]

## 修改建议 (Changes)
- [specific change, tied to the attack point it resolves]

## 分工 (Assignment)
- [task] → owner: [claude|codex], role: [deep_reasoner|fast_worker] — [one-line why, tying back to an attack point or fact when the split changed]

## 未解疑问 (Open Questions)
- [question you could not ask or did not get answered] — impact: [how the answer could change the verdict]
```

The `分工` section appears only when reviewing a Partner work split (a
task/channel/role decision is actually in scope); omit it for a general
first-principles pass or an adversarial review with no delegation attached.
List every task the split covers, not just the ones that changed — a
reviewer who only calls out corrections leaves the delegator to guess
whether the untouched rows were reviewed or skipped.

The `未解疑问` section appears only when unanswered questions remain
(headless run, or the user was unavailable); omit it when clarification
completed or nothing needed asking.

## Rules

- Answer only what was asked — no preamble, no closing remarks.
- Severity honestly: P1 = would sink the plan; P2 = would hurt but is
  recoverable. Never inflate.
- Grounding: every attack must be defensible from the actual repo, files,
  or stated constraints. Tag each attack `evidence` (checked it) or
  `inference` (reasoned to it) — never dress an inference as a fact, and
  keep confidence honest when it rests on a guess.
- Calibration: one strong attack beats several weak ones. Do not dilute a
  serious issue with filler findings.
- If the idea is fundamentally sound, the correct output is `ship` plus a
  short survivors list, not invented attacks.
- Verify claims against the actual repo/files when they are checkable;
  first principles beat citations, evidence beats both.

