From dev-hooks
Use when you want hard, independent, adversarial critique of an idea, plan, design, draft, proposal, pitch, or landing page — especially when you suspect the default response is too agreeable or sycophantic and you want real pushback before committing. Triggers on "poke holes in this", "what am I missing", "be brutal", "convince me this is wrong", or any decision that benefits from several expert angles at once.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-hooks:boardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Convene a panel of independent advisors who each attack the work from a different angle, then a chairman synthesizes. The point is to defeat agreement bias: real, separate critics surface problems a single agreeable pass glosses over.
Convene a panel of independent advisors who each attack the work from a different angle, then a chairman synthesizes. The point is to defeat agreement bias: real, separate critics surface problems a single agreeable pass glosses over.
Engine: spawn the advisors as real parallel subagents so their views are genuinely independent, not one context rationalizing with itself. REQUIRED: use [[dispatching-parallel-agents]] for the dispatch mechanics.
Not for generating options ([[brainstorming]]) or imagining failure of an already-chosen plan ([[premortem]]) — though they compose well.
| Advisor | Lens |
|---|---|
| The Skeptic | Where's the flawed reasoning, the unsupported leap, the thing that won't survive contact with reality? |
| The User | Does this solve a real problem for the person it's for? Where will they get confused, bounce, or not care? |
| The Operator | Can this actually be built, shipped, and maintained? What's the hidden cost, the thing nobody owns? |
| The Red-teamer | How does this fail, get exploited, or get beaten by a competitor? Attack it. |
| The Domain Expert | Is it technically correct and rigorous? What does someone who knows this field deeply object to? |
Buyer-persona variant (for landing pages, emails, proposals): replace the panel with 5 target-customer personas reviewing the copy for conversion blockers — confusion, missing proof, weak CTA, price objections, trust gaps.
npx claudepluginhub mickzijdel/dev-hooks --plugin writingGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.