10x-infra-research

Researches and scores MVP deployment platforms into a decision document with risk register.

Updated May 20, 2026
One-click install
npx skills add https://github.com/ZawilecxD/trAInR --skill 10x-infra-research-zawilecxd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-infra-research
Source: https://github.com/ZawilecxD/trAInR/tree/main/.cursor/skills/10x-infra-research
Command: npx skills add https://github.com/ZawilecxD/trAInR --skill 10x-infra-research-zawilecxd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Choosing a hosting platform for an MVP is often driven by habit or hype rather than evidence. This Skill replaces gut-feel platform selection with a structured process: a short interview, parallel web research on six candidate platforms, criteria-based scoring, and anti-bias stress tests, producing a written infrastructure decision record. ## Core Features & Use Cases - Structured platform evaluation: Scores Cloudflare, Vercel, Netlify, Fly.io, Railway, and Render against five agent-friendly criteria (CLI-first ops, managed infrastructure, readable docs, stable deploy API, MCP integration), filtered by your tech stack as a hard constraint. - Anti-bias cross-checks: Runs devil's advocate, pre-mortem, and unknown-unknowns analyses on the top pick before the decision is finalized, surfacing hidden costs and failure modes. - Decision record output: Writes context/foundation/infrastructure.md containing the scored comparison, operational story (previews, secrets, rollback, logs), risk register, and stack-specific getting-started steps. - Use Case: After defining your PRD and tech stack, run this Skill to get a researched, bias-checked recommendation on where to deploy your MVP, with a documented rationale your team can audit later. ## Quick Start Ask the assistant to research and recommend a deployment platform for your MVP using the 10x-infra-research skill after your tech stack is defined.

Frequently Asked Questions about 10x-infra-research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose a deployment platform for my MVP?

Run a structured evaluation: define your tech stack constraints, answer questions about cost, scale, and team familiarity, then score candidate platforms against explicit criteria. This Skill automates that process and writes the decision to context/foundation/infrastructure.md.

Vercel vs Cloudflare vs Fly.io for MVP deployment?

The right choice depends on your stack and constraints. Vercel suits frontend plus serverless, Cloudflare fits edge-first global apps, and Fly.io supports persistent processes and WebSockets. The Skill scores all six candidates against five criteria to shortlist the top three.

Can I deploy an app with WebSockets to serverless platforms?

Persistent connections rule out serverless-only platforms like Vercel and Netlify functions. The Skill applies this as a hard filter during the interview, keeping container-based platforms like Fly.io, Railway, or Render in the candidate pool.

Does this skill configure CI/CD or write Dockerfiles?

No. CI/CD pipeline setup, Docker image configuration, and production-scale architecture are explicitly out of scope. The Skill only researches and records the platform decision; implementation happens in the downstream /10x-implement step.

What inputs does the infrastructure research need?

It requires the bundled references/agent-friendly-criteria.md file and optionally reads context/foundation/tech-stack.md and prd.md. The tech stack acts as a hard constraint that filters out platforms lacking runtime support.