10x-tech-stack-selector

Select a starter framework and technology stack from a written PRD.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Skaz7/10xDevs --skill 10x-tech-stack-selector-skaz7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-tech-stack-selector
Source: https://github.com/Skaz7/10xDevs/tree/main/10xdevs3-artifacts-m1/claude-code/m1l2/skills/10x-tech-stack-selector
Command: npx skills add https://github.com/Skaz7/10xDevs --skill 10x-tech-stack-selector-skaz7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you choose a practical starter stack for a new project once the PRD is written. It turns product requirements, team constraints, deployment needs, and language preferences into a concrete stack recommendation and a machine-readable handoff for scaffolding.

Core Features & Use Cases

  • PRD-driven stack selection: Reads project priors from a PRD and uses them to recommend a starter that fits the product type, timeline, scale, and feature set.
  • Structured decision workflow: Guides either a short recommended path or a deeper custom selection path with questions about features, team profile, preferences, deployment, and CI/CD.
  • Scaffold-ready output: Writes a tech-stack handoff file that downstream automation can use to bootstrap the chosen project.
  • Use Case: After finishing a SaaS PRD, use this Skill to decide between an opinionated Astro starter, Next.js, T3, Django, FastAPI, Rails, or another supported stack based on what the MVP actually needs.

Quick Start

Ask the AI to use 10x-tech-stack-selector on your PRD to recommend a starter stack and write the tech-stack handoff for bootstrapping.

Frequently Asked Questions about 10x-tech-stack-selector

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

FAQPage Schema
How do I choose the right tech stack for a new project from a PRD?

Choosing a tech stack from a PRD involves reading project priors such as product type, timeline, and scale, then mapping them to a concrete starter framework recommendation and a scaffold-ready handoff file for bootstrapping.

What is scaffold-ready handoff in greenfield project planning?

Scaffold-ready handoff in greenfield planning is a structured tech-stack output file that downstream automation reads to bootstrap the chosen project, bridging the gap between framework selection and actual codebase generation.

Can I compare opinionated starter frameworks like Next.js, T3, and Django for an MVP?

You can compare opinionated starters like Next.js, T3, Django, FastAPI, and Rails by evaluating feature sets, team profile, deployment needs, and CI/CD constraints derived from your PRD to find the best MVP fit.

Does project scaffolding require a written PRD file before selecting a framework?

Framework selection requires a written PRD file on disk, as the decision workflow reads project priors directly from the document to enforce agent-friendly quality gates and generate structured recommendations.

When should I use a custom selection path instead of a short recommended path for framework recommendation?

Use a custom selection path for framework recommendation when your greenfield project has complex team constraints, specific deployment needs, or unique CI/CD preferences that require deeper questioning beyond a standard short recommended path.