Founder Skills gives founder workflows to your coding agent. Start with Partner Skill, then run focused prompts that output concrete .md decisions you can execute immediately.
bash scripts/install.sh AGENT
How it works
Every skill follows the same pattern. You invoke, the agent runs the framework, you get a file you can act on.
One command installs all 24 skills. Replace AGENT with pi, codex, or claude.
bash scripts/install.sh AGENT
Tell your agent what you need. Each skill has a plain-English trigger.
"Scope my MVP"
The agent produces a .md file with specific decisions — not advice, not options.
mvp-brief.md
The journey
Start where you are. Each phase has its own skills. Every skill outputs exactly one artifact.
Start here
Use Partner Skill first. It reads your context, finds the highest-leverage move, and then routes you to the right specialist skill.
Partner Skill
Unlike phase skills that answer one specific request, Partner Skill maintains continuity across sessions and helps you decide what matters right now.
founder-context.md + recent cycles before responding"Partner"
Then use specialist skills
Each phase has focused skills. Start from the question you're asking now, then run the matching skill.
Partner Skill deep dive
In Founder Skills, Partner Skill is your continuity layer. It reads your product context and cycle history first, then tells you the most important thing to do next and which specialist skill to run.
founder-context.md + last 5 build cycles before saying anythingInstall
Clone the repo, run one command. Skills install directly into your agent's skill directory.
# Clone git clone https://github.com/gvkhosla/founder-skill-pack.git cd founder-skill-pack # 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-skill-pack.git cd founder-skill-pack # 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-skill-pack.git cd founder-skill-pack # Install globally (all projects) bash scripts/install.sh claude # Or project-only bash scripts/install.sh claude .
Global: ~/.claude/skills/ · Project: .claude/skills/