$npx -y skills add WILLOSCAR/research-units-pipeline-skills --skill idea-direction-generatorGenerate a compact pool of discussion-worthy research directions from the signal table, writing output/trace/IDEA_DIRECTION_POOL.md. Trigger: idea direction pool, brainstorm directions, research directions, 研究方向池, brainstorm pool. Use when: you already have a signal tab
| 1 | # Idea Direction Generator |
| 2 | |
| 3 | Goal: turn a signal table into a modest pool of discussion-worthy research directions. |
| 4 | |
| 5 | This skill should favor: |
| 6 | - distinct thesis programs rather than same-shape confound cards, |
| 7 | - short scan-friendly titles, |
| 8 | - explicit contribution shapes and quick falsifiers, |
| 9 | - distinct research lenses, |
| 10 | - academically meaningful tensions, |
| 11 | - low-template cards, |
| 12 | - and lightweight first probes. |
| 13 | |
| 14 | ## Script |
| 15 | |
| 16 | ### Quick Start |
| 17 | |
| 18 | - `uv run python .codex/skills/idea-direction-generator/scripts/run.py --workspace <workspace>` |
| 19 | |
| 20 | ### All Options |
| 21 | |
| 22 | - `--workspace <dir>` (required) |
| 23 | - `--unit-id <U###>` |
| 24 | - `--inputs <semicolon-separated>` |
| 25 | - `--outputs <semicolon-separated>` |
| 26 | - `--checkpoint <C#>` |
| 27 | |
| 28 | ### Examples |
| 29 | |
| 30 | - Generate a direction pool for a brainstorm workspace: |
| 31 | - `uv run python .codex/skills/idea-direction-generator/scripts/run.py --workspace workspaces/brainstorm-llm-agents` |