Adversarial self-review gate that re-reads a literature review, comparison, or idea list before it's presented as final, hunting for overclaiming, cherry-picking, and gaps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/byoh-paper-whisperer-v2:criticThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. **Re-read the output as a skeptic**, not as its author. Assume the first draft has a bias toward telling a clean story and look for where that bias distorted the content.
A critic pass is complete when: overclaim check, cherry-pick check, and coverage-gap check have each been explicitly performed and their outcome (found issues or none) is reported.
npx claudepluginhub epicsagas/byoh-paper-whisperer --plugin byoh-paper-whisperer-v2Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.