Claude Code agents for solo founders: validate, build, launch, and sell faster.
SaferSkills independently audited founder-agent-os (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Claude Code agents for solo founders who want to validate, build, launch, and sell faster.
Most AI prompt packs help you chat.
Founder Agent OS helps you ship.
Use Claude Code like a small founder team:
This free edition gives you a practical agent system you can install into any Claude Code project.
Most founders do not need more random prompts.
They need a repeatable workflow for going from:
idea → validation → MVP → launchFounder Agent OS gives Claude Code specialized agents so you can stop starting from a blank chat every time.
Instead of asking one generic AI assistant to do everything, you give Claude Code focused roles:
Each agent has a specific job, output style, and decision-making process.
The free edition includes 5 Claude Code agents:
| Agent | Purpose |
|---|---|
market-researcher | Research markets, competitors, users, trends, and positioning gaps. |
mvp-scope | Turn messy ideas into focused MVP specs. |
feature-builder | Implement features in small, safe, shippable steps. |
code-reviewer | Review code for correctness, maintainability, and risks. |
launch-copywriter | Create landing page copy, launch posts, and product messaging. |
It also includes command templates and examples for common founder workflows.
founder-agent-os/
README.md
AGENTS.md
LICENSE
.gitignore
.claude/
agents/
market-researcher.md
mvp-scope.md
feature-builder.md
code-reviewer.md
launch-copywriter.md
commands/
validate.md
build.md
launch.md
examples/
idea-validation.md
mvp-scope.md
scripts/
install.shCopy the .claude folder into your project root:
your-project/
.claude/
agents/
commands/Then open your project in Claude Code.
From this repo, run:
bash scripts/install.sh /path/to/your/projectExample:
bash scripts/install.sh ~/Projects/my-startupThis copies the Claude agents and commands into your target project.
After installing, open Claude Code inside your project and use prompts like:
Use the market-researcher agent to analyze this idea:
A simple habit tracker for remote software teams.Use the mvp-scope agent to turn this idea into a 7-day MVP build plan.Use the feature-builder agent to implement the onboarding flow from the MVP spec.Use the code-reviewer agent to review my current changes before I push.Use the launch-copywriter agent to write an X launch post, a LinkedIn post, and landing page hero copy.Here is a simple founder workflow using the free agents.
Use the market-researcher agent to research this idea:
A browser extension that helps freelancers turn client calls into proposals.
Find:
- target users
- existing competitors
- urgent pain points
- possible positioning
- monetization anglesUse the mvp-scope agent to turn this into a 7-day MVP plan.
Constraints:
- solo developer
- no team
- simple landing page
- Stripe payment link
- must be demoable in one weekUse the feature-builder agent to implement the first version.
Focus only on:
- uploading a transcript
- extracting client requirements
- generating a proposal outlineUse the code-reviewer agent to review the current diff.
Focus on:
- bugs
- edge cases
- maintainability
- security risks
- unnecessary complexityUse the launch-copywriter agent to create:
- one X launch post
- one LinkedIn launch post
- one Product Hunt tagline
- one landing page hero section
- three short founder story hooksThe free edition includes three command templates:
| Command | Purpose |
|---|---|
validate | Use agents to evaluate an idea before building. |
build | Turn a scoped feature into an implementation plan. |
launch | Prepare launch copy and distribution assets. |
These are starting points. Customize them for your own product workflow.
Founder Agent OS is for:
It is especially useful if you are trying to move faster from idea to shipped product.
This is probably not for you if:
Founder Agent OS helps you work faster.
It does not replace taste, execution, or talking to customers.
This GitHub repo is the free edition.
It includes the core founder workflow:
research → scope → build → review → launch copyThe Pro version includes the complete Founder Agent OS with more specialized agents, commands, launch assets, and commercial-use workflows.
Get the Pro version here:
https://smartysaini.gumroad.com/l/wtbugdYou can use Founder Agent OS to:
Use the market-researcher agent to analyze this idea:
[PASTE IDEA]
Tell me:
1. who urgently needs this
2. what alternatives they use today
3. why they might pay
4. what the MVP should avoid
5. the clearest positioning angleUse the mvp-scope agent to create a 7-day MVP plan for this product:
[PASTE IDEA]
Constraints:
- I am a solo founder
- I need to ship fast
- I want the smallest paid version
- avoid unnecessary featuresUse the feature-builder agent to implement this feature:
[PASTE FEATURE]
Requirements:
- keep it simple
- make small changes
- explain what files changed
- avoid unnecessary abstractionsUse the code-reviewer agent to review my current diff.
Focus on:
- bugs
- security risks
- unclear logic
- unnecessary complexity
- missing edge casesUse the launch-copywriter agent to write launch copy for this product:
[PASTE PRODUCT DESCRIPTION]
Create:
- X post
- LinkedIn post
- landing page headline
- one-liner
- short founder storyFounder Agent OS works well with:
You can use it with any stack, but it is especially helpful for small, fast-moving software products.
Founder Agent OS is based on a simple idea:
AI works better when it has a role, context, and workflow.A generic assistant gives generic output.
A focused agent gives more useful output.
That is why this repo is organized around specialized founder roles instead of one giant prompt.
Possible future additions:
Star the repo if you want more agents added.
Contributions are welcome.
Good contributions include:
Before adding an agent, ask:
Does this help a founder move closer to shipping or selling?If yes, it probably belongs here.
This free edition is released under the license included in this repo.
Check LICENSE for details.
If this helps you, please:
Built for solo founders who want to ship.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.