Systems Lab

Agent skill

startup-context

When the user wants to create or update their startup context document.

dormantSelf-containedInstructions only514 words

From shawnpang/startup-founder-skills · 26 skills · 308 · pushed 2026-03-16

What it does when it runs

When the user wants to create or update their startup context document. Also use when the user mentions "set up context", "tell you about my startup", or any other skill needs context that doesn't exist yet.

Read from the skill and the 0 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.

Keys and connectors you must supply
None found.
Hosts it reaches
No third-party host appears in the skill or its bundled files.
Tool permissions it declares
No allowed-tools in the frontmatter. It only issues instructions, so there is nothing to bound.
Actions present in the files
None. Instructions only.

Ask about startup-context

Opens your assistant with this page's verified links already in the prompt.

Is this safe to install?ClaudeChatGPT
Adapt it to my stackClaudeChatGPT
What else do I need for it to workClaudeChatGPT
Rather ask a human? Talk to Cheetah
git clone --depth 1 --filter=blob:none --sparse https://github.com/shawnpang/startup-founder-skills.git /tmp/startup-founder-skills
git -C /tmp/startup-founder-skills sparse-checkout set "skills/startup-context"
mkdir -p ~/.claude/skills/startup-context
cp -R "/tmp/startup-founder-skills/skills/startup-context/." ~/.claude/skills/startup-context/

Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗

The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.

Reproduced in full from shawnpang/startup-founder-skills/blob/4ad31b43eef3ae3755cc57ec7e435dab4699ab44/skills/startup-context/SKILL.md, which is licensed MIT (repository). 514 words, 15 headings.

Startup Context

This is the foundation skill. Every other skill reads this context first to produce tailored, specific output instead of generic advice.

When to Use

  • First time a user runs any skill and no context file exists
  • When the user says "let me tell you about my startup" or similar
  • When any skill detects missing context and needs to gather it

Workflow

  1. Check for existing context — look for .agents/startup-context.md in the project root
  2. If missing, interview the founder — ask the questions below, one section at a time
  3. Generate the context file — write structured markdown to .agents/startup-context.md
  4. Keep it updated — when the user shares new info that changes context, update the file

Context Document Structure

# Startup Context

## Company
- **Name:**
- **One-liner:** (what you do in one sentence)
- **Stage:** (idea / pre-seed / seed / series A / series B / growth)
- **Founded:** (date)
- **Location:** (city/remote)
- **Legal entity:** (Delaware C-Corp, LLC, etc.)

## Product
- **What it does:** (2-3 sentences)
- **Category:** (e.g., developer tools, fintech, healthtech)
- **Platform:** (web app, mobile, API, desktop, hardware)
- **Tech stack:** (languages, frameworks, infra)
- **Current state:** (idea, prototype, beta, launched, scaling)

## Market
- **Target customer:** (who buys / who uses — be specific)
- **ICP:** (ideal customer profile — industry, size, role, pain)
- **TAM/SAM/SOM:** (if known)
- **Competitors:** (top 3-5, how you differ)
- **Positioning:** (why you vs alternatives)

## Business Model
- **Revenue model:** (SaaS, usage-based, marketplace, etc.)
- **Pricing:** (current pricing or planned)
- **Current MRR/ARR:** (if applicable)
- **Key metrics:** (the 3-5 numbers you track most)

## Team
- **Founders:** (names, roles, backgrounds)
- **Team size:**
- **Key hires needed:**
- **Advisors/board:**

## Fundraising
- **Total raised:**
- **Last round:** (amount, date, lead investor)
- **Current runway:** (months)
- **Next raise:** (target amount, timeline, what it's for)

## Goals
- **Next 3 months:**
- **Next 12 months:**
- **Biggest challenge right now:**

Interview Questions

If no context exists, ask these in order (group related questions, don't ask all at once):

Round 1 — The basics:

  • What does your startup do? Who is it for?
  • What stage are you at? (idea through scaling)
  • What's your business model?

Round 2 — Market & traction:

  • Who's your ideal customer? Be as specific as you can.
  • Who are your main competitors? What's different about you?
  • What traction do you have? (users, revenue, waitlist, LOIs)

Round 3 — Team & resources:

  • Who's on the team? What are their backgrounds?
  • How much have you raised? What's your runway?
  • What are you trying to accomplish in the next 3 months?

Output

Write the completed context to .agents/startup-context.md and confirm with the user.

Notes

  • Keep this document factual, not aspirational — other skills need accurate context
  • Update it whenever the user shares new information (new hire, funding, pivot, etc.)
  • If a field is unknown, mark it as "TBD" rather than guessing

Other skills for the same job

Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.

Need help setting it up?

This page tells you what startup-context does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.

Book a call →

The directory stays free. There is nothing gated behind this.