Battle-tested frameworks from the world's top founders, packaged as Claude Code skills.
founder-stack turns proven entrepreneurial frameworks into interactive Q&A sessions you can run from Claude Code. Instead of re-watching a 3-hour masterclass, you load a skill and it walks you through the framework — scoring your idea, rehearsing your pitch, or drafting your investor memo.
Source material: the Entrepreneur Avengers Masterclass on The Diary Of A CEO, featuring Daniel Priestley, Cody Sanchez, Alex Hormozi, and Steven Bartlett. (video)
- Founders validating a new idea before committing months of work
- Indie hackers designing an offer or pricing structure
- Anyone preparing a pitch, investor deck, or sales call
- Claude Code users who want structured business reasoning, not vibes
Every skill introduces its role first (a PE analyst, a sales coach, a pitch architect), walks you through a structured Q&A, and offers option-based next steps instead of open-ended prompts. Saved outputs land in projects/<slug>/ in whatever repo you run them in.
Skills are written in English. If you'd rather have the conversation in another language, just tell your Claude Code — "answer me in Traditional Chinese" or "let's do this in Japanese" works fine. The skill instructions stay portable; the dialog adapts.
git clone https://github.com/howardpen9/founder-stack.git ~/Projects/founder-stack
cd ~/Projects/founder-stack
./setupThe setup script symlinks each skill into ~/.claude/skills/. Restart Claude Code to pick them up.
To install manually:
ln -s ~/Projects/founder-stack/skills/moat ~/.claude/skills/moat
ln -s ~/Projects/founder-stack/skills/closer ~/.claude/skills/closer
ln -s ~/Projects/founder-stack/skills/capstone ~/.claude/skills/capstoneFrom any Claude Code session:
/moat # evaluate an idea
/closer # rehearse or review a sales call
/capstone # draft a pitch document
Skills write their outputs to projects/<your-idea>/ inside whatever repo you run them in, so you accumulate a living archive of evaluated ideas and drafted pitches.
v0.1— MOAT, CLOSER, CAPSTONE (current)v0.2— SPCL (influence scorecard), Midas Touch (fundraising checklist)v0.3— Niche-9 (find your 9% affluent niche), Offer Gym (pricing rehearsal), 1K/10K/100K experiments
MIT — see LICENSE.
All frameworks belong to their originators. This project is a structured, interactive wrapper around their public teaching — not a replacement for it. Go watch the original masterclass.
