npx claudepluginhub supportersimulator/3-surgeons --plugin 3-surgeonsThis skill uses the workspace's default tool permissions.
Bypass the consensus protocol for targeted surgeon access. Use when you need a specific model's perspective, not a synthesis.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Bypass the consensus protocol for targeted surgeon access. Use when you need a specific model's perspective, not a synthesis.
| Situation | Use |
|---|---|
| Quick classification or pattern match | ask-local (free, fast) |
| Need external perspective with evidence | ask-remote (~$0.0005) |
| Two surgeons disagree on something | test-dissent (steelmans minority) |
| Critical decision needs all three views | Cross-examination (not this skill) |
Direct query to the local Qwen3-4B. Zero cost, fast, good for pattern recognition and classification.
Best for: keyword extraction, severity classification, pattern matching, quick sanity checks.
MCP tool: ask_local_tool
CLI: 3s ask-local "your prompt"
Direct query to GPT-4.1-mini. Costs ~$0.0002-0.001 per query. Stronger reasoning, broader knowledge.
Best for: nuanced analysis, evidence evaluation, design review, research questions.
MCP tool: ask_remote_tool
CLI: 3s ask-remote "your prompt"
When surgeons disagree, the dissent protocol steelmans the minority position before dismissing it.
Process:
test_dissent asks a surgeon to build the strongest possible case FOR the minority viewVerdicts:
dissent_valid — minority was right, reconsider the majority positiondissent_partially_valid — minority has a point, investigate furtherdissent_unfounded — majority position holds after steelmanningUse resolve_disagreement when you have a dict of surgeon opinions and want automated dissent resolution.
Philosophy: "An opinion is not valid until you can argue both sides."