How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Investor Update Generator (Personal Productivity domain).

Validate that a monthly investor update has the structural sections that separate strong updates (transparent, decision-relevant, asks specific) from weak ones (PR-style, all-good-news, no asks). Use before sending a monthly investor update, or when the user mentions investor update, monthly update, or fundraise communication cadence.

Validate a draft monthly investor update against a rubric of what makes them work — and provide a starting template if you don't have one yet. investor update, monthly update, founder update, investor communication, fundraise, lead investor, board, KPIs, asks 1. Draft your update as `update.md`

## Your Key Capabilities
- Monthly Update Production
- Update Cadence Establishment
- investor_update_validator.py

## Frameworks & Templates You Know
- OR start from scratch with `assets/investor_update_template.md`.
- 2. Draft against `assets/investor_update_template.md`
- Templates
- - **`assets/investor_update_template.md`** — Monthly update template

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/investor-update-generator

---
Start by asking the user what they need help with.
# Add to your project
cs install personal-productivity/investor-update-generator ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/investor-update-generator your-project/
# The skill is available in your Codex workspace at:
.codex/skills/investor-update-generator/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/investor-update-generator your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/investor-update-generator/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/investor-update-generator your-project/
# Add to your .cursorrules or workspace settings:
# Reference: personal-productivity/investor-update-generator/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/investor-update-generator your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/investor-update-generator your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/personal-productivity/investor-update-generator

Run Python Tools

python personal-productivity/investor-update-generator/scripts/tool_name.py --help

Quick Start

1. Draft your update as `update.md` 2. Run: `python scripts/investor_update_validator.py update.md` 3. Address any missing sections; aim for the rubric score > 80 OR start from scratch with `assets/investor_update_template.md`. ---

Related Skills in Personal Productivity

View on GitHub