From startup
Orchestrates 6-stage startup idea validation pipeline with decision gates, confidence scores, and composable presets. Use for /startup-validate or idea/market validation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/startup:startup-validatingThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
| # | Stage | Agent | Decision Gate |
|---|---|---|---|
| 1 | Problem & Market Validation | market-validator | Is this a real problem worth solving? |
| 2 | Feasibility Analysis | feasibility-analyst | Can this be built legally and operationally? |
| 3 | Product & Solution Design | product-designer | Can we design a differentiated product? |
| 4 | Business Model & Strategy | business-strategist | Can this become profitable and defensible? |
| 5 | Go-to-Market & Growth | growth-strategist | Can we acquire users sustainably? |
| 6 | Execution Roadmap | execution-planner | Can we build and launch realistically? |
Parse from $ARGUMENTS:
| Flag | Effect |
|---|---|
"<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) |
--fast | Skip decision gates, run all stages autonomously |
--deep | Spawn 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 |
See WORKFLOW.md for the complete orchestration protocol including:
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
See EXAMPLES.md for usage examples.
See TROUBLESHOOTING.md for common issues.
npx claudepluginhub joaquimscosta/arkhe-claude-plugins --plugin startupCoordinates startup idea pipeline from brainstorm to investor outreach, with stages for validation, research, pitch building, and gates. Organizes files and resumes via config.json. Activates on new idea projects or pipeline requests.
Validates startup ideas end-to-end: KB/project/web search, manifest alignment check, S.E.E.D. niche analysis, devil's advocate inversion, STREAM 6-layer evaluation, stack selection, PRD generation.
Orchestrates multi-dimensional business idea validation via parallel sub-agents: Lean Canvas, JTBD, market/competitive/feasibility research, SWOT/PESTLE, and a weighted scorecard with verdict.