From wb
Validates research documents against the actual codebase. Checks file paths exist, code snippets match, and behavioral claims are accurate. Use when "validate research", "check research accuracy", "verify research", or "is this research still accurate".
How this skill is triggered — by the user, by Claude, or both
Slash command
/wb:research-validationThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Research goes stale. Code changes. This skill checks whether documented claims are still true.
Research goes stale. Code changes. This skill checks whether documented claims are still true.
NO TRUST WITHOUT VERIFICATION
If the research document says it, check it against the code. Every path, every snippet, every behavioral claim.
Look for research documents in the specified or current project directory:
product-research.md (PM-focused)research.md (engineering-focused)If both exist, validate whichever the user specifies. If unspecified, ask.
Read the entire document. No limit/offset. Full context required.
Paths — every file path in backticks:
test -f "path/to/file.ext" && echo "PASS" || echo "FAIL: not found"
Snippets — every code block with a source reference:
Behaviors — every "when X, system does Y" claim:
Patterns — every "codebase uses X" claim:
Update frontmatter:
validation_status: passed | passed_with_warnings | failedlast_validated: [YYYY-MM-DD]## Research Validation: [document name]
**Status**: PASS | PASS WITH WARNINGS | FAIL
**Checked**: [date]
Paths: N/M exist
Snippets: N/M match
Behaviors: N/M verified, K uncertain
Patterns: N/M confirmed
### Issues
[List FAIL or STALE items with what changed]
### Action Needed
[What to update, or "none — document is accurate"]
Don't silently fix the document. Report:
/wb:create_product_research or /wb:create_research to regenerate if too staleGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub gvarela/workbench --plugin wb