PlanMySaaS

Turns a one-line SaaS idea into an 8-stage blueprint of markdown files inside Claude Code.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · f974844

Ran the Stage-1 idea-refine prompt as a representative slice of the pipeline for an AI meal-planning app: the baseline was a vague feature list with no persona or price; the skill output named the buyer ('Overloaded Household CFO'), anchored a $8-12/mo price against a takeout order, and forced three explicit anti-goals — but the README's '2 minutes' claim for all 9 files (including an 80-120-line-per-step build playbook) reads as optimistic given the pipeline's own stated depth requirements.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 3/5

What PlanMySaaS does

Runs a one-line SaaS idea through an 8-stage pipeline (idea refine, market research, BMC/SWOT analysis, architecture, feature specs, frontend blueprint, phased release plan, and a rubric-gated build playbook), saving each stage as a markdown file in ./planmysaas-blueprint/. Triggers on '/planmysaas', 'plan my saas', or a pasted product idea asking for structure; each pipeline prompt enforces named personas, real competitor names, and mandatory anti-goals instead of generic filler.

How to install PlanMySaaS

git clone https://github.com/creationskiro/planmysaas-claude-skill.git
mkdir -p ~/.claude/skills
cp -r planmysaas-claude-skill ~/.claude/skills/planmysaas

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger PlanMySaaS

  • /planmysaas Turns a one-line SaaS idea into an 8-stage blueprint of markdown files inside Claude Code.

It also activates on plain-language prompts like these:

  • Turn my meal-planning app idea into a full product blueprint.
  • Plan my SaaS idea from market research through a phased release plan.
  • I have a one-line startup idea, help me structure it into a real plan.

Frequently asked questions

Is the PlanMySaaS skill free?
Yes. The skill itself is free from creationskiro/planmysaas-claude-skill. SkillProof publishes the install command and an independent test verdict at no cost.
Does PlanMySaaS work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Ran the Stage-1 idea-refine prompt as a representative slice of the pipeline for an AI meal-planning app: the baseline was a vague feature list with no persona or price; the skill output named the buyer ('Overloaded Household CFO'), anchored a $8-12/mo price against a takeout order, and forced three explicit anti-goals — but the README's '2 minutes' claim for all 9 files (including an 80-120-line-per-step build playbook) reads as optimistic given the pipeline's own stated depth requirements.
What is the PlanMySaaS SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 3/5.
How do I install PlanMySaaS?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use PlanMySaaS with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.