Verifies every Markdown link citation in `_papers/` and `_ideas/` notes resolves to the correct paper and that the attributed claim actually matches what the paper says. Gate skill — run before finalizing literature_review/go/check outputs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/byoh-paper-whisperer-v2:citation_accuracyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. **Resolve every link.** For each Markdown link citation `[Authors et al., Year — Title](link)` in the output being finalized, confirm the link is live and actually points to the claimed paper (not a 404, not a different paper, not a search results page).
[Authors et al., Year — Title](link) in the output being finalized, confirm the link is live and actually points to the claimed paper (not a 404, not a different paper, not a search results page).Citation accuracy passes when: every link in the output resolves to its claimed paper, and every specific claim attributed to a paper is directly supported by that paper's actual text (not a paraphrase drift).
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.