Claude-skill-registry ddmemo
Generate comprehensive investment memos for cyber•Fund investment committee decisions. Use when creating DD memos or investment analysis documents.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/ddmemo" ~/.claude/skills/majiayu000-claude-skill-registry-ddmemo && rm -rf "$T"
manifest:
skills/data/ddmemo/SKILL.mdtags
source content
DD Memo Skill
Generate comprehensive investment memos for cyber•Fund investment committee decisions.
Capabilities
Transform research and analysis into structured investment memos following cyber•Fund's template and investment philosophy.
Workflows
: DD memo generation workflowworkflows/generate.md
Agents Used
- memo-analyst: Deep strategic analysis and scoring (Opus model for strategic depth)
- memo-writer: Template-driven memo writing (Sonnet for structure)
Prerequisites
- Company research must exist in
~/CybosVault/private/deals/<company>/research/ - Deal context in
~/CybosVault/private/deals/<company>/.cybos/context.md
Context Files
: Investment rubric and decision-making frameworkcontext/investment-philosophy.md
: Standard memo structurecontext/MEMO_template.md
Output Location
(overwrites previous version)~/CybosVault/private/deals/<company>/memo/memo.md
Memo Components
A complete memo includes:
- Executive Summary & Investment Thesis
- Scoring Sheet (10 categories weighted)
- Product, Business Model, Technology sections
- Traction, Competition, GTM
- Team (Founders, Key Hires)
- Financials, Projections
- Investment Overview, Cap Table, Exit Analysis
- Risks & Mitigations
- IC Q&A preparation
- Clear recommendation
Investment Philosophy
Applies cyber•Fund rubric:
- Path to $1B+ revenue (legendary outcomes)
- Defensible moat (data, network, hard tech)
- Clear business model (revenue > token speculation)
- Strong founders (energy, sales DNA, deep expertise)
- Market timing (why now?)
- Big Tech threat assessment (6-week rule)
- Reasonable valuation for stage
Workflow Pattern
- GATHER: Load all research and context
- ANALYZE: Deep strategic analysis with memo-analyst (Opus)
- WRITE: Template-driven memo with memo-writer (Sonnet)
- REVIEW: Completeness and consistency check
- OUTPUT: Save to deal memo folder
- LOG: Record memo generation
Success Criteria
- All template sections completed
- Investment rubric scores provided with rationale
- Clear recommendation (INVEST / PASS / MORE DILIGENCE)
- Risks identified with mitigations
- Exit scenarios modeled
- IC questions anticipated