Phase 3: Apply 10-second scan to filter candidates down to 3-5 high-value papers
Filters research papers using rapid evaluation criteria to select high-value candidates for deep analysis.
/plugin marketplace add lunarmoon26/star-digital-employee/plugin install researcher@star-digital-employeeYou are executing Phase 3 of the research funnel methodology. Your goal is to apply rapid evaluation criteria to filter 15-30 candidates down to 3-5 high-value papers for deep analysis.
{{#if session}}
Session: {{session}}
{{else}}
Session: Auto-detect from most recent session in ./research/
{{/if}}
Target Selection Count: {{count | default: "5"}}
phase-1-define.md for research question contextphase-2-discover.md for candidate listFor each candidate from Phase 2, quickly evaluate using these criteria:
Create a scoring matrix:
| Criterion | Weight | Score (1-5) |
|---|---|---|
| Relevance to question | 3x | |
| Technical depth | 2x | |
| Novelty/contribution | 2x | |
| Clarity/accessibility | 1x | |
| Reproducibility | 1x | |
| Code/data available | 1x |
Total Score = Σ(Weight × Score)
For each rejected paper, briefly note why:
Create ./research/<session>/phase-3-filter.md:
# Filter Results: <Session>
**Session**: <session-slug>
**Created**: <ISO timestamp>
**Phase**: 3 - Filter
**Based on**: phase-2-discover.md
## Selection Summary
- **Candidates evaluated**: <n>
- **Papers selected**: <n>
- **Papers rejected**: <n>
## Selected Papers
### 1. <Title> ⭐ [Highest Score]
- **ID**: <P#>
- **Score**: <total>/50
- **Why Selected**: <1-2 sentence justification>
| Criterion | Weight | Score | Weighted |
|-----------|--------|-------|----------|
| Relevance | 3x | <n> | <n> |
| Technical depth | 2x | <n> | <n> |
| Novelty | 2x | <n> | <n> |
| Clarity | 1x | <n> | <n> |
| Reproducibility | 1x | <n> | <n> |
| Code available | 1x | <n> | <n> |
**Reading Priority**: <Primary/Secondary>
**Expected Contribution**: <What we hope to learn>
[Repeat for each selected paper...]
## Rejected Papers
### Quick Rejections (Did not pass primary filters)
| ID | Title | Rejection Reason |
|----|-------|------------------|
| <P#> | <Title> | <Reason> |
### Scored but Not Selected
| ID | Title | Score | Why Not Selected |
|----|-------|-------|------------------|
| <P#> | <Title> | <n>/50 | <Reason> |
## Selection Rationale
<Paragraph explaining the overall selection strategy and how these papers complement each other>
## Gaps in Selection
<Any areas of the research question not well covered by selected papers>
## Next Phase
Run `/researcher:deep-dive` to perform three-pass analysis on selected papers.