From 3-surgeons
Selects review depth mode for 3-surgeon cross-exam based on task risk
npx claudepluginhub supportersimulator/3-surgeons --plugin 3-surgeonsThis skill uses the workspace's default tool permissions.
Before any 3-surgeon cross-exam, determine the appropriate review depth mode based on task risk signals.
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.
Before any 3-surgeon cross-exam, determine the appropriate review depth mode based on task risk signals.
| Mode | Iterations | When |
|---|---|---|
| single | 1 | Config changes, docs, small fixes, <=2 files |
| iterative | up to 3 | Multi-file changes, new features, refactors, 3-10 files |
| continuous | up to 5 | Security, schema, API, architecture, >10 files |
Evaluate these dimensions. Highest-risk dimension wins:
| Dimension | single | iterative | continuous |
|---|---|---|---|
| Files changed | 1-2 | 3-10 | >10 |
| Reversibility | Fully | Partially | Hard to reverse |
| Security | None | Internal | External/auth |
| Data impact | Read-only | Schema-preserving | Schema-changing |
| External coupling | None | Internal APIs | Public APIs |
Some projects warrant deeper review by default. Check:
.3surgeons/config.yaml in project root for review.depth3s review-weights showFor sustained development on complex projects (e.g., ContextDNA), continuous mode is the natural default.
| User says | Maps to |
|---|---|
| "quick review", "just a glance" | single |
| "thorough review", "check carefully" | iterative |
| "loop until satisfied", "full depth", "keep going" | continuous |
| "3-surgeons full" | continuous |
Based on auto_review_depth config:
Record outcome to evidence store for adaptive learning: