| name | review-triage |
| description | Use when deciding what needs attention now in the active lit-review-studio domain, including coverage gaps, bundle readiness, source-access issues, source-summary gaps, and thin claim support. |
Review Triage
Identify the next operational work items for one active domain. Produce a short prioritized queue, not a broad project plan.
Read First
lit-review-studio.config.json and the active LIT_REVIEW_STUDIO_DOMAIN value.
research/state/coverage-status.v1.json
research/backlog/priority-queue.v1.json
data/candidate-bundles/
data/sources/, data/findings/, data/claims/
data/report-artifacts/
src/lib/public-data.js helpers: getAttentionItems, getCoverageSnapshot, and getEvidenceHealth.
Workflow
- Resolve the active domain and load the studio data.
- Run structural checks:
npm run validate
- Inspect attention signals in this order:
- open candidate bundles
- blocked validation, promotion, or evidence-appraisal gates
- uncovered or stale scope units
- direct finding sources without full-text access
- evidence-linked sources missing summaries
- claims with missing support-map, finding, or source links
- current report artifacts that may need integration after new publication
- For each item, identify:
- severity:
warn, info, or clear
- owner surface: review queue, scope page, source page, claim page, report page, or planning state
- concrete next action
- record IDs and route links
- Return the top 3-7 items. If there are no blockers, say so and name the highest-leverage maintenance action.
Boundaries
- Do not create new evidence, revise records, approve bundles, or publish during triage.
- Do not treat activity as evidence.
- Do not recommend broad research unless a coverage, access, or support signal points to it.
- Keep source-summary tasks descriptive: what the source is, what evidence it contains, and why it is in the graph.
Expected Outputs
- A short prioritized attention queue.
- A one-line health summary for coverage, bundle readiness, source access, and claim support.
- Exact commands only when the next step requires operator action.