Agent Skills: Idea Memo Writer

|

UncategorizedID: willoscar/research-units-pipeline-skills/idea-memo-writer

Install this agent skill to your local

pnpm dlx add-skill https://github.com/WILLOSCAR/research-units-pipeline-skills/tree/HEAD/.codex/skills/idea-memo-writer

Skill Files

Browse the full folder contents for idea-memo-writer.

Download Skill

Loading file tree…

.codex/skills/idea-memo-writer/SKILL.md

Skill Metadata

Name
idea-memo-writer
Description
|

Idea Memo Writer

Goal: turn the shortlist into a discussion-ready memo.

Load Order

Always read:

  • references/overview.md
  • references/report_structure.md

Script Boundary

Use scripts/run.py only for:

  • deterministic assembly of the report from trace artifacts
  • calling tooling/ideation.py library functions for rendering

Do not treat run.py as the place for:

  • ideation heuristics or scoring logic
  • hardcoded report prose templates

The final memo should feel like:

  • an advisor-ready discussion memo rather than workflow notes,
  • paper-specific in its evidence hooks and appendix reading guide,
  • explicit about rank logic and quick kill criteria,

and still feel like:

  • a strong brainstorming artifact,
  • grounded in the literature,
  • rich enough for PI/PhD discussion,
  • but not frozen into a rigid project execution spec.

Script

Quick Start

  • python .codex/skills/idea-memo-writer/scripts/run.py --workspace workspaces/<ws>

All Options

  • --workspace <dir> (required)
  • --unit-id <U###>
  • --inputs <semicolon-separated>
  • --outputs <semicolon-separated>
  • --checkpoint <C#>

Examples

  • Assemble the brainstorm memo for a workspace:
    • python .codex/skills/idea-memo-writer/scripts/run.py --workspace workspaces/brainstorm-llm-agents