$npx -y skills add WILLOSCAR/research-units-pipeline-skills --skill idea-signal-mapperMap paper notes + taxonomy into a signal table of tensions, missing pieces, and promising academic axes for brainstorm discussion. Writes output/trace/IDEA_SIGNAL_TABLE.md. Trigger: idea signal table, brainstorm signals, research tensions, signal map, 研究信号表, tension map. **
| 1 | # Idea Signal Mapper |
| 2 | |
| 3 | Goal: create a reusable, table-first artifact that answers: |
| 4 | - where the literature tension is concrete rather than generic, |
| 5 | - which missing control or missing comparison actually keeps the question open, |
| 6 | - what the literature already suggests, |
| 7 | - where the tension lies, |
| 8 | - what is still missing, |
| 9 | - which academically meaningful axis might be worth deeper discussion. |
| 10 | |
| 11 | ## Script |
| 12 | |
| 13 | ### Quick Start |
| 14 | |
| 15 | - `uv run python .codex/skills/idea-signal-mapper/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 | - Map signals for a brainstorm workspace: |
| 28 | - `uv run python .codex/skills/idea-signal-mapper/scripts/run.py --workspace workspaces/brainstorm-llm-agents` |