plugins/agile-workflow/skills/ln-311-review-research-worker/SKILL.md
Use when an evaluation run needs mandatory official-doc, MCP Ref, Context7, and current best-practice research with a structured research summary.
npx skillsauth add levnikolaevich/claude-code-skills ln-311-review-research-workerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Paths: File paths (
references/,../ln-*) are relative to this skill directory.
Type: L3 Worker Category: 3XX Planning
Structured research worker for validation, audit, and review flows.
MANDATORY READ: Load references/evaluation_worker_runtime_contract.md, references/evaluation_summary_contract.md, references/evaluation_research_contract.md, references/epistemic_protocol.md
MANDATORY READ: Load references/researchgraph_mcp_usage.md only when the review target explicitly cites H##, G##, benchmark run IDs, or researchgraph files.
Runtime family:
evaluation-worker-runtimeRequired manifest fields:
identifierphase_ordersummary_kind=review-researchoperation=researchRecommended 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_CHECKepistemic_protocol.md Section B.VERIFIEDFROM_TRAININGFLAGGED (CRITICAL)Emit summary_kind=review-research.
Payload must include:
worker=ln-311statusoperation=researchwarningsPrefer these fields when available:
findingsmetrics.research_sourcesmetrics.anti_hallucination_status (VERIFIED | FLAGGED)metrics.flagged_claims_countartifact_pathreport_pathmetadatapass=true only after the summary is written.review-research summary writtenVersion: 1.0.0 Last Updated: 2026-04-10
testing
Audits architecture config boundaries: typed settings, scattered env reads, config leakage, and layer ownership. Use for config architecture.
tools
Finds architecture-level modernization opportunities: obsolete custom mechanisms, overbuilt extension points, and simplifiable architecture. Use when auditing architecture evolution.
development
Builds dependency topology, detects cycles, validates import rules, and calculates coupling metrics. Use when auditing architecture topology.
testing
Checks layer, resource ownership, and orchestration boundaries. Use when auditing architecture boundary enforcement.