24 skills  ·  6 phases  ·  MIT license

From idea to pmfwith your agent

Founder Skills are custom skills wrapped into a plugin for your coding agent.

$ bash scripts/install.sh AGENT

How it works

Three simple steps

Install, say what you need, get a usable output file.

01 — install

Clone & install

One command installs all 24 skills. Replace AGENT with pi, codex, or claude.

bash scripts/install.sh AGENT
02 — invoke

Say it

each skill has a plain english trigger

"Scope my MVP"
03 — act

Get a real artifact

The agent produces a .md file with specific decisions — not advice, not options.

mvp-brief.md
bash scripts/install.sh AGENT
"Scope my MVP"
mvp-brief.md

The journey

6 phases. 24 skills.

Start where you are. Each phase of the founder journey has it's skills with specific artifacts and actions.

Strategy
4 skills
Design
3 skills
Build
4 skills
Launch
4 skills
Compound
3 skills
PMF
5 skills

Partner Skill

The collaborative OS for the founder journey.

The Partner Skill carries context across sessions, spots real bottlenecks, and routes you to the right skill.

🧠Reads founder-context.md and your last 5 cycle docs before speaking
🗣️Starts with one honest observation from your context, then asks where to begin
🧭Recommends one exact next skill with rationale based on your stage
⚠️Surfaces the avoided thing and names the real bottleneck
♻️Updates founder-context.md each session and records key milestones
"Partner"

Prompt By Phase

Pick where you are now

Each phase is connected to a lane.

Strategy
Should we build this?
"Scope my MVP" · "Validate my problem"
Design
What should users do first?
"Design my user flows" · "Review my UX"
Build
What should we implement now?
"Pick my stack" · "Sequence my features"
Launch
How do we ship this clearly?
"Write my positioning" · "Build my launch plan"
Compound
What should we improve this week?
"Start a build cycle" · "Evaluate my MPP"
PMF
How close are we to PMF?
"Read my PMF signals" · "Diagnose my churn"

Made for agents

The full skill index is available as plain text so any agent can read and use it directly — no scraping needed.

Install

Ready in 30 seconds

Clone the repo, run one command. Skills install directly into your agent's skill directory.

# Clone
git clone https://github.com/gvkhosla/founder-skills.git
cd founder-skills

# Install all 24 skills
bash scripts/install.sh pi

# Or just one phase
bash scripts/install.sh pi strategy

Installs to ~/.pi/agent/skills/ — available across all your projects.

# Clone
git clone https://github.com/gvkhosla/founder-skills.git
cd founder-skills

# Generate AGENTS.md
bash scripts/install.sh codex

# Add to your project
cat skills/codex/AGENTS.md >> your-project/AGENTS.md

Parallel phases run sequentially in Codex — same output, same quality.

# Clone
git clone https://github.com/gvkhosla/founder-skills.git
cd founder-skills

# Install globally (all projects)
bash scripts/install.sh claude

# Or project-only
bash scripts/install.sh claude .

Global: ~/.claude/skills/ · Project: .claude/skills/