Stats
Links
Categories
SaaS analysis and validation tools for Claude Code
npx claudepluginhub mnohosten/agenticInteractive SaaS competitive analysis, validation, and implementation planning
Interactive SaaS competitive analysis, validation, and implementation planning — as a Claude Code plugin.
Takes any SaaS product (URL, name, or description) and guides you through:
/saas:discover) — Product research: features, pricing, market, tech stack/saas:compete) — Competitive landscape with feature comparison matrix/saas:validate) — Business validation: SWOT, risks, MVP scope, GO/NO-GO verdict/saas:architect) — Plan mode-style tech stack & architecture discussion/saas:spec) — Implementation-ready technical specification/saas:implement) — Ralph Loop prompt for autonomous implementationEvery phase is interactive — Claude presents findings, you provide feedback and make decisions.
/plugin marketplace add mnohosten/agentic
/plugin install saas@mnohosten-plugins
claude --plugin-dir /path/to/agentic
/saas:analyze https://linear.app
/saas:discover linear
/saas:compete linear
/saas:validate linear # deep interactive feedback loop
/saas:architect linear # plan mode-style architecture discussion
/saas:spec linear
/saas:implement linear # generates Ralph Loop prompt
All outputs go to output/<slug>/:
output/linear/
├── .meta.json
├── 01-discovery.md
├── 02-competitive.md
├── 03-validation.md
├── 04-architecture-decisions.md
├── 05-implementation.md
├── RALPH-PROMPT.md
└── SPEC.md
| Skill | Phase | Interaction Level |
|---|---|---|
analyze | Orchestrator | Chains all phases |
discover | 1 | Light — review findings |
compete | 2 | Moderate — add competitors, iterate |
validate | 3 | Deep — section-by-section discussion |
architect | 4 | Deep — plan mode with options |
spec | 5 | Light — review and adjust |
implement | 6 | Light — customize Ralph Loop params |
| Agent | Model | Purpose |
|---|---|---|
researcher | Sonnet | Fast parallel competitor research |
market-analyst | Opus | Deep SWOT and market analysis |
architect | Opus | Technical architecture options |
MIT