idea-memo-writer
Installation
SKILL.md
Idea Memo Writer
Goal: turn the shortlist into a discussion-ready memo.
Load Order
Always read:
references/overview.mdreferences/report_structure.md
Script Boundary
Use scripts/run.py only for:
- deterministic assembly of the report from trace artifacts
- calling
tooling/ideation.pylibrary functions for rendering
Do not treat run.py as the place for:
- ideation heuristics or scoring logic
- hardcoded report prose templates
Related skills