From claude-swe-workflows
Scrutinizes ideas or plans via adversarial debate: spawns skeptics across critical lenses (technical, economic, etc.), advocate defends, synthesizes feedback report. Feedback only—no code or artifacts.
npx claudepluginhub chrisallenlane/claude-swe-workflows --plugin claude-swe-workflowsThis skill uses the workspace's default tool permissions.
Scrutinizes an idea or plan to identify its faults before implementation. Uses the same adversarial pattern as `/think-deliberate`, but pointed inward at a single idea instead of outward across competing options: skeptics critique, an advocate defends, skeptics counter-rebut, orchestrator synthesizes.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Scrutinizes an idea or plan to identify its faults before implementation. Uses the same adversarial pattern as /think-deliberate, but pointed inward at a single idea instead of outward across competing options: skeptics critique, an advocate defends, skeptics counter-rebut, orchestrator synthesizes.
This skill produces no tangible artifacts. It is a consultant, not an implementer. No code, no tickets, no commits. The output is a structured report of findings that survived adversarial testing.
Judge (you, running this skill):
Skeptics: Each receives a specific lens (technical, economic, operational, etc.) and critiques the idea in good faith through that lens.
Advocate: Defends the idea against the consolidated critique — concedes genuine faults, refutes weak ones.
The idea may arrive as:
Produce a written brief of the idea as you understand it. Skeptics and the advocate critique and defend this brief. Ambiguity here corrupts everything downstream.
Probe for the context skeptics will need:
3-5 clarifying questions is typical. More suggests the idea isn't ready for scrutiny yet.
Select lenses that fit the idea's domain. The number is a judgment call — there is no fixed count.
Common lenses:
Guidelines:
Spawn one THK - Skeptic agent per lens, in parallel. Each receives:
Collect all critiques.
Merge findings into a single brief:
Spawn a THK - Advocate agent with:
The advocate returns a rebuttal per finding.
Each skeptic sees the advocate's rebuttals to its own findings and responds per finding:
Skeptics run in parallel.
For each finding, verdict is one of:
Final report format:
## Scrutinization Report
**Idea:** [one-line summary]
**Lenses applied:** [list]
### Findings That Stand
[Fatal flaws and serious concerns that survived rebuttal]
### Load-Bearing Assumptions to Validate
[Assumptions the idea depends on — user should verify]
### Partial / Uncertain
[Findings where rebuttal narrowed but didn't eliminate]
### Findings That Were Refuted
[Brief — for completeness. Shows the exchange was not one-sided.]
### Strengths
[Where the idea held up across lenses]
### Recommendation
One of:
- **Proceed** — no material faults; idea is robust
- **Proceed with adjustments** — address standing findings, then proceed
- **Rethink** — standing findings suggest substantive revision
- **Reject** — fatal flaws are unaddressable within the current framing
This skill is one-shot. If the user refines the idea based on the report, they re-invoke /think-scrutinize with the revised version. Each invocation is a clean consultation — not an open-ended dialog.
Good fit:
Poor fit:
/think-deliberate/bug-hunt or /review-security/implement, /refactor, etc.The skill exists to make ideas stronger. A good skeptic finds the faults that matter, not the most faults. A good advocate defends honestly, not desperately. The user gets the truth that emerges from their collision.
Charlie Munger, borrowing from Jacobi: "Invert, always invert." Before committing to an idea, understand how it could fail. /think-scrutinize formalizes that instinct — not as unstructured doubt, but as adversarial stress-testing with honest synthesis.