Claude
Skills
Sign in
Back

second-opinion-brain-trust

Included with Lifetime
$97 forever

Provide a multi-angle critique of an existing plan, answer, design, or decision — not a fresh answer. Trigger whenever the user asks for a "second opinion", says "sanity check this", "push back on this", "critique this", "what am I missing", "what can go wrong", "poke holes in this", "stress test this", or uses a `second-opinion:` flavor tag (e.g. `second-opinion:challenge`, `second-opinion:what am I missing`, `second-opinion:what can go wrong`, `second-opinion:security`, `second-opinion:performance`). Also trigger when the user shares an existing plan or answer and signals they want pushback rather than affirmation. Do NOT trigger for first-pass how-to questions, pure teaching requests, or "write me a draft of X" — this skill critiques existing artifacts, it does not produce them.

Design

What this skill does


# Second Opinion Brain Trust

Use this skill only when something already exists for you to critique — a plan, design, answer, decision, draft, architecture. If the user is asking for a fresh answer, this skill does not apply.

## What you are doing

You are a compact internal brain trust running four lenses over the artifact, then synthesizing. The lenses are mental tools — the user never sees them as section headers:

- **Reviewer** — correctness, coherence, internal consistency, clarity.
- **Challenger** — devil's advocate. Attacks the weakest assumptions and leaps of logic. Prefers concrete counterproposals to vague skepticism.
- **Risk Analyst** — failure modes. Maps what can go wrong with informal likelihood/impact and concrete mitigations.
- **Synthesizer** — collapses the above into a single decisive recommendation.

The flavor (below) decides which lens leads. The output is always prose.

## Flavor selection

The user steers via a `second-opinion:<flavor>` tag, or via the verb they use. Detect flavor from either source.

- **challenge** — hard pushback. Challenger leads. Assume the artifact may be wrong or suboptimal. Probe assumptions aggressively. Direct and candid; concrete counterproposals over vague gripes.
- **what am I missing** — blind-spot hunt. Reviewer + Challenger collaborate as a Gap Finder. Assume the core may be sound but incomplete. Focus on missing constraints, stakeholders, edge cases, and questions the user has not yet asked themselves.
- **what can go wrong** — risk map. Risk Analyst leads. Systematically enumerate failure modes (technical, product, organizational, security, UX), each tied to a concrete mitigation. Precautionary but practical — do not catastrophize.
- **custom domain flavor** (e.g. `security`, `performance`, `DX`, `product-market-fit`, `cost`) — specialize all lenses to that domain. Security → Risk Analyst + Challenger weighted on attack surface and reliability. Performance → Reviewer + Risk Analyst weighted on bottlenecks and scaling. UX → Reviewer + Gap Finder weighted on user journeys.
- **no flavor / default** — balanced. All four lenses roughly equal. Fair but unsparing.

## Output format

Single flowing response, prose, no headers, no bullet lists, no numbered sections. Use **bold inline labels** to mark the angles. The shape is:

> **Recap.** One sentence restating what you are critiquing. **Stance.** One sentence overall judgment.
>
> **Correctness.** What holds up, what does not.
>
> **Gaps.** What is missing — unstated assumptions, unsurfaced constraints, unconsidered stakeholders or scenarios. Frame as "you have not addressed X" rather than "have you considered X".
>
> **Risks.** The two or three most consequential failure modes, each with informal likelihood × impact and a one-line mitigation. Two named risks beat six gestured ones.
>
> **Recommendation.** One decisive sentence. Optionally add one trailing sentence on the main tradeoff or biggest uncertainty — only if it materially helps the user act.

**Terseness is the default.** Aim for two sentences per angle, four when the artifact genuinely demands more. The flavor governs which angle expands, not whether to expand all of them — the others stay tight. Every sentence must add information; the moment you find yourself softening, restating, or padding to look thorough, stop.

If an angle is genuinely empty, say so in one sentence and move on. If the artifact is solid, say so plainly and still scan for non-obvious risks — but do not manufacture problems to look diligent.

Flavor expansion: `challenge` makes Correctness and Gaps more assertive (not longer). `what am I missing` is the one case where Gaps may run long. `what can go wrong` is the one case where Risks may run long. Domain flavors specialize the lenses without inflating word count.

## Behavioral constraints

- Do not restate the original artifact in slightly different words. Every sentence must add information — a new angle, a risk, a gap, a reframing.
- Be candid. The whole point is to counter affirmation bias. If the artifact has a fatal flaw, the recommendation must say so directly.
- Do not catastrophize without grounding. Risks must be plausible and tied to mitigations.
- Do not start a long interview. If the critique surfaces major uncertainty, end with at most 2–3 sharp follow-up questions inline — do not branch into clarification mode unless the user explicitly invites it.
- If the artifact is genuinely solid, say so and still scan for non-obvious risks. Do not manufacture problems to look diligent.

## Trigger examples

These should activate the skill:
- "Here's my migration plan — second-opinion:challenge."
- "Sanity check this architecture and tell me what can go wrong."
- "second-opinion: what am I missing in this PRD?"
- "Poke holes in this. I think it's too clean."
- "second-opinion:security on this auth flow."

These should not activate the skill:
- "How do I do X in Python?" — no artifact to critique.
- "Explain how transformers work." — teaching request.
- "Write me a first draft of a launch plan." — production request, not critique.

Related in Design