10x-infra-research

Researches and scores MVP deployment platforms against five agent-friendly criteria with anti-bias cross-checks.

Updated May 24, 2026
One-click install
npx skills add https://github.com/DevMachaj/Projekt-certyfikacyjny --skill 10x-infra-research-devmachaj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-infra-research
Source: https://github.com/DevMachaj/Projekt-certyfikacyjny/tree/main/.claude/skills/10x-infra-research
Command: npx skills add https://github.com/DevMachaj/Projekt-certyfikacyjny --skill 10x-infra-research-devmachaj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Choosing a hosting or deployment platform for an MVP is often a gut call based on stale familiarity or marketing pages, leading to hidden costs, unsupported runtimes, and operational dead ends discovered too late. ## Core Features & Use Cases - Structured platform research: Runs parallel web research on six candidate platforms (Cloudflare, Vercel, Netlify, Fly.io, Railway, Render) covering runtimes, CLI tooling, pricing, WebSocket support, and MCP integrations. - Criteria-based scoring: Scores each platform against five agent-friendly criteria (CLI-first maintenance, managed infrastructure, agent-readable docs, stable deploy API, MCP integration), filtered by hard constraints from your tech stack and a five-question developer interview. - Anti-bias cross-check: Stress-tests the top recommendation through devil's advocate, pre-mortem, and unknown-unknowns lenses before writing the decision. - Use Case: After defining your PRD and tech stack, invoke this skill to produce context/foundation/infrastructure.md containing a scored platform comparison, rationale, operational story (preview deploys, secrets, rollback, logs), and a risk register. ## Quick Start Ask the assistant to research and recommend a deployment platform for your MVP using your existing tech-stack document.

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 this skill after defining your tech stack. It interviews you on five constraints (persistent connections, cost vs DX, familiarity, geography, service co-location), researches six candidate platforms in parallel, scores them against five criteria, and writes a decision record to context/foundation/infrastructure.md.

What platforms does the infrastructure research compare?

It researches Cloudflare Workers/Pages, Vercel, Netlify, Fly.io, Railway, and Render. Each is scored on CLI-first maintenance, managed infrastructure, agent-readable docs, stable deploy API, and MCP integration, then the top three are shortlisted.

Does the skill work without a tech-stack document?

Yes, the tech-stack file is optional. If context/foundation/tech-stack.md exists it is used as a hard constraint to filter incompatible platforms; without it, the skill infers the stack from the working directory and proceeds.

Can it configure CI/CD pipelines or write Dockerfiles?

No. CI/CD configuration, Dockerfile authoring, and production-scale architecture are explicit non-goals. The skill only produces the platform decision document; downstream implementation skills consume that output.

What is the anti-bias cross-check in platform selection?

Before finalizing, the top platform is stress-tested through three lenses: a devil's advocate listing concrete weaknesses, a pre-mortem narrating how the choice fails in six months, and an unknown-unknowns scan. Findings feed the risk register in the output file.