ln-311-review-research-worker
Installation
SKILL.md
Paths: File paths (
shared/,references/,../ln-*) are relative to skills repo root.
Type: L3 Worker Category: 3XX Planning
Review Research Worker
Structured research worker for validation, audit, and review flows.
Mandatory Read
MANDATORY READ: Load shared/references/evaluation_worker_runtime_contract.md, shared/references/evaluation_summary_contract.md, shared/references/evaluation_research_contract.md, shared/references/epistemic_protocol.md
Purpose
- gather official documentation or standards
- gather MCP Ref evidence
- gather Context7 evidence when a library or framework is involved
- gather current web best-practice evidence
- emit a compact machine-readable research summary instead of prose-only notes
Runtime
Runtime family:
evaluation-worker-runtime
Required manifest fields:
identifierphase_ordersummary_kind=review-researchoperation=research
Recommended phase_order:
PHASE_0_CONFIGPHASE_1_RESOLVE_STACKPHASE_2_OFFICIAL_DOCSPHASE_3_MCP_REFPHASE_4_CONTEXT7PHASE_5_WEB_BEST_PRACTICESPHASE_6_ANTI_HALLUCINATIONPHASE_7_WRITE_SUMMARYPHASE_8_SELF_CHECK
Workflow
Phase 0: Config
- Load runtime manifest.
- Resolve review target, stack hints, and output location.
- Fail if target context is missing.
Phase 1: Resolve Stack
- Detect language, framework, libraries, and domain.
- Build a bounded research topic list.
- Keep topic count small and evidence-oriented.
Phase 2: Official Docs
- Read official docs or standards first.
- Record source URLs and the exact topic each source supports.
Phase 3: MCP Ref
- Query MCP Ref for the same bounded topics.
- Prefer primary documentation over tertiary commentary.
Phase 4: Context7
- If a library or framework is involved, resolve the Context7 library id.
- Query only the libraries actually used by the target.
- If no relevant library exists, record that explicitly.
Phase 5: Web Best Practices
- Perform current web research for best practices and recent changes.
- Use current sources, not frozen heuristics.
- Record only evidence that changes a conclusion or adds decision value.
Phase 6: Anti-Hallucination Verification
- Scan target artifact for factual claims across all trigger categories per
epistemic_protocol.mdSection B. - For each claim, check against research evidence gathered in Phases 2-5:
- Has MCP Ref/Context7/Web evidence → mark
VERIFIED - No tool evidence but claim is plausible → mark
FROM_TRAINING - Contradicts tool evidence → mark
FLAGGED(CRITICAL)
- Has MCP Ref/Context7/Web evidence → mark
- This step verifies against existing research. It does NOT run new searches.
- Include verification status in summary metadata.
Phase 7: Write Summary
Emit summary_kind=review-research.
Payload must include:
worker=ln-311statusoperation=researchwarnings
Prefer these fields when available:
findingsmetrics.research_sourcesmetrics.anti_hallucination_status(VERIFIED | FLAGGED)metrics.flagged_claims_countartifact_pathreport_pathmetadata
Phase 8: Self-Check
- Verify all four research lanes were attempted.
- Verify anti-hallucination verification was executed.
- Verify skipped lanes are justified in machine-readable form.
- Record
pass=trueonly after the summary is written.
Definition of Done
- Official-doc evidence recorded
- MCP Ref evidence recorded
- Context7 evidence recorded or justified as not applicable
- Current web best-practice evidence recorded
- Anti-hallucination verification executed (claims marked VERIFIED/FROM_TRAINING/FLAGGED)
-
review-researchsummary written - Self-check passed
Version: 1.0.0 Last Updated: 2026-04-10