Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
joaquimscosta avatar

Startup Validating

  • 1 installs
  • 21 repo stars
  • Updated August 5, 2026
  • joaquimscosta/arkhe-claude-plugins

Orchestrates a 6-stage startup idea validation pipeline with decision gates, confidence scoring, and composable domain presets.

About

Runs a 6-stage startup validation pipeline covering problem/market, feasibility, and go-to-market, each with a decision gate and confidence score. A developer or founder uses it to validate a startup idea before building.

  • 6 agent-run stages with decision gates
  • Confidence scoring and composable domain presets

Startup Validating by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #2,476 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/joaquimscosta/arkhe-claude-plugins --skill startup-validating

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars21
Last updatedAugust 5, 2026
Repositoryjoaquimscosta/arkhe-claude-plugins

What it does

Orchestrates a 6-stage startup idea validation pipeline with decision gates, confidence scoring, and composable domain presets.

Files

SKILL.mdMarkdownGitHub ↗

Startup Validation Pipeline

Orchestrate a 6-stage startup validation pipeline. Each stage is executed by a dedicated agent, produces a confidence-scored markdown report, and presents a decision gate.

Pipeline Stages

#StageAgentDecision Gate
1Problem & Market Validationmarket-validatorIs this a real problem worth solving?
2Feasibility Analysisfeasibility-analystCan this be built legally and operationally?
3Product & Solution Designproduct-designerCan we design a differentiated product?
4Business Model & Strategybusiness-strategistCan this become profitable and defensible?
5Go-to-Market & Growthgrowth-strategistCan we acquire users sustainably?
6Execution Roadmapexecution-plannerCan we build and launch realistically?

Arguments

Parse from $ARGUMENTS:

FlagEffect
"<idea>"The startup idea to validate (required — or use @file)
@<file>Provide idea description or research brief from a file
--preset <name>Load preset from presets/ dir (composable)
--fastSkip decision gates, run all stages autonomously
--deepSpawn parallel sub-agents per stage + critic synthesis
--from <N>Resume from stage N (reads prior reports from disk)
--stage <N>Run only stage N in isolation
--name <slug>Override auto-generated run slug

Orchestration

See WORKFLOW.md for the complete orchestration protocol including:

  • Slug generation and output directory setup
  • Preset loading and composition
  • Stage execution (standard and deep modes)
  • Decision gate interaction
  • Summary scorecard generation

Output

Reports are saved to startup-validation/{slug}/ in the current project:

startup-validation/{slug}/
├── idea.md
├── pipeline-state.json          ← created on PAUSE, consumed on resume
├── stage-1-market-validation.md
├── stage-2-feasibility.md
├── stage-3-product-design.md
├── stage-4-business-model.md
├── stage-5-go-to-market.md
├── stage-6-execution-roadmap.md
└── summary.md

Examples

See EXAMPLES.md for usage examples.

Troubleshooting

See TROUBLESHOOTING.md for common issues.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.