$npx -y skills add WILLOSCAR/research-units-pipeline-skills --skill idea-screenerScreen the direction pool with a discussion-first scoring pass, writing output/trace/IDEA_SCREENING_TABLE.md. Trigger: idea screener, screening table, brainstorm screening, 方向筛选表. Use when: you already have a direction pool and want a table-first comparison before curat
| 1 | # Idea Screener |
| 2 | |
| 3 | Goal: compress a direction pool into a scored comparison table that helps shortlist the most discussion-worthy directions. |
| 4 | |
| 5 | The screener should reward: |
| 6 | - advisor-useful rank separation, |
| 7 | - distinct contribution shapes, |
| 8 | - concrete prior-work grounding, |
| 9 | and penalize same-template directions that only swap nouns. |
| 10 | |
| 11 | ## Script |
| 12 | |
| 13 | ### Quick Start |
| 14 | |
| 15 | - `uv run python .codex/skills/idea-screener/scripts/run.py --workspace <workspace>` |
| 16 | |
| 17 | ### All Options |
| 18 | |
| 19 | - `--workspace <dir>` (required) |
| 20 | - `--unit-id <U###>` |
| 21 | - `--inputs <semicolon-separated>` |
| 22 | - `--outputs <semicolon-separated>` |
| 23 | - `--checkpoint <C#>` |
| 24 | |
| 25 | ### Examples |
| 26 | |
| 27 | - Screen a direction pool for a brainstorm workspace: |
| 28 | - `uv run python .codex/skills/idea-screener/scripts/run.py --workspace workspaces/brainstorm-llm-agents` |