manager-dd-direct-co-investment

Generates a structured due diligence memo for direct or co-investment opportunities as markdown artifacts.

2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/terraleiloa/seren-skills --skill manager-dd-direct-co-investment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manager-dd-direct-co-investment
Source: https://github.com/terraleiloa/seren-skills/tree/main/family-office/manager-dd-direct-co-investment
Command: npx skills add https://github.com/terraleiloa/seren-skills --skill manager-dd-direct-co-investment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, psycopg[binary], snowflake-connector-python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Producing a high-quality due diligence memo for a direct investment or co-investment is time-consuming, and advisors need a consistent structure that captures the sponsor, thesis, terms, and key risks in one place.

Core Features & Use Cases

  • Direct / co-investment DD memo generation: Creates a structured markdown deliverable capturing company details, sponsor context, round type, check size, valuation, and concentration risk.
  • Advisor input capture via interview: Collects a minimum viable set of fields and saves them as structured interview.json for traceability.
  • Artifact packaging with manifest: Writes artifact.md and manifest.json (including content hash) into a canonical, skill-local timestamped artifacts directory.
  • Optional memory and push integrations: Can write memory entries to the knowledge store and optionally push outputs to SharePoint, Asana, Snowflake, Outlook email, Gmail, and Google Calendar through the Seren gateway.

Quick Start

Run the skill with a config file and answer the prompts to produce the Direct / Co-Investment DD Memo deliverables in artifacts/family-office/manager-dd-direct-co-investment/.

Frequently Asked Questions about manager-dd-direct-co-investment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a due diligence memo for a direct or co-investment opportunity?

The skill creates a structured markdown memo by capturing sponsor and deal inputs during an interactive interview, saving them as interview.json for traceability, and rendering a final artifact.md file.

What is included in an investment memo for direct co-investment syndication?

An investment memo includes company details, sponsor context, round type, check size, valuation, and concentration risk. It packages these into a markdown artifact with a manifest containing a content hash for tracking.

Can I push a completed due diligence memo to Snowflake and SharePoint?

You can push the completed due diligence memo to Snowflake, SharePoint, Asana, Outlook, Gmail, and Google Calendar. This is optionally handled through the Seren gateway after generating the artifact.

Does this due diligence memo generator require a specific database or environment setup?

The due diligence memo generator requires Python dependencies including requests, psycopg, and snowflake-connector-python. You execute a YAML-frontmatter-defined skill entry and run agent.py to process the interview and render outputs.

What is the best way to structure SPV direct co-invest memo preparation for a family office?

The best way to structure SPV direct co-invest memo preparation is to use a consistent markdown format capturing the sponsor, thesis, terms, and key risks. This skill generates that structured artifact into a timestamped directory for internal review.

Why does my direct investment DD memo need a manifest file and interview.json?

Your direct investment DD memo needs interview.json for traceability of the captured advisor inputs and manifest.json to record a content hash. These files ensure the generated markdown artifact remains traceable and verifiable within the family office knowledge store.