$npx -y skills add WILLOSCAR/research-units-pipeline-skills --skill idea-memo-writerSynthesize the shortlist into a discussion-ready research idea brainstorm memo, writing output/REPORT.md, output/APPENDIX.md, and output/REPORT.json. Trigger: idea memo, brainstorm memo, research direction memo, report md, 研究备忘录, brainstorm report. Use when: the sho
| 1 | # Idea Memo Writer |
| 2 | |
| 3 | Goal: turn the shortlist into a discussion-ready memo. |
| 4 | |
| 5 | ## Load Order |
| 6 | |
| 7 | Always read: |
| 8 | - `references/overview.md` |
| 9 | - `references/report_structure.md` |
| 10 | |
| 11 | ## Script Boundary |
| 12 | |
| 13 | Use `scripts/run.py` only for: |
| 14 | - deterministic assembly of the report from trace artifacts |
| 15 | - calling `tooling/ideation.py` library functions for rendering |
| 16 | |
| 17 | Do not treat `run.py` as the place for: |
| 18 | - ideation heuristics or scoring logic |
| 19 | - hardcoded report prose templates |
| 20 | |
| 21 | The final memo should feel like: |
| 22 | - an advisor-ready discussion memo rather than workflow notes, |
| 23 | - paper-specific in its evidence hooks and appendix reading guide, |
| 24 | - explicit about rank logic and quick kill criteria, |
| 25 | |
| 26 | and still feel like: |
| 27 | - a strong brainstorming artifact, |
| 28 | - grounded in the literature, |
| 29 | - rich enough for PI/PhD discussion, |
| 30 | - but not frozen into a rigid project execution spec. |
| 31 | |
| 32 | ## Script |
| 33 | |
| 34 | ### Quick Start |
| 35 | |
| 36 | - `uv run python .codex/skills/idea-memo-writer/scripts/run.py --workspace <workspace>` |
| 37 | |
| 38 | ### All Options |
| 39 | |
| 40 | - `--workspace <dir>` (required) |
| 41 | - `--unit-id <U###>` |
| 42 | - `--inputs <semicolon-separated>` |
| 43 | - `--outputs <semicolon-separated>` |
| 44 | - `--checkpoint <C#>` |
| 45 | |
| 46 | ### Examples |
| 47 | |
| 48 | - Assemble the brainstorm memo for a workspace: |
| 49 | - `uv run python .codex/skills/idea-memo-writer/scripts/run.py --workspace workspaces/brainstorm-llm-agents` |