second-opinion-brain-trust
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.
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
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.