sw-tech-stack-planner

Generate a Docker-first tech stack YAML from project vision and user stories.

3|1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/chfle/lehnert-claude-skills --skill sw-tech-stack-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sw-tech-stack-planner
Source: https://github.com/chfle/lehnert-claude-skills/tree/main/skills/sw-tech-stack-planner
Command: npx skills add https://github.com/chfle/lehnert-claude-skills --skill sw-tech-stack-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of a production-ready tech stack YAML from a project vision, user stories, and use cases.

Core Features & Use Cases

  • Reads vision.md, user-stories.md, and use-cases.md to gather requirements.
  • Outputs a complete requirements/tech-stack.yaml with a Docker-first architecture, including services, database, and test tooling.
  • Silently generates artifacts for automated deployment and reduces architectural decision time.

Quick Start

Provide your project description to /sw-tech-stack-planner to generate the requirements/tech-stack.yaml.

Frequently Asked Questions about sw-tech-stack-planner

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

FAQPage Schema
How do I generate a tech stack from user stories and use cases?

To generate a tech stack from user stories, provide your project description to the planner. It reads vision.md, user-stories.md, and use-cases.md to output a production-ready requirements/tech-stack.yaml file.

What is a Docker-first tech stack architecture?

A Docker-first tech stack architecture applies containerized services, databases, and testing infrastructure using Docker and Testcontainers. It generates a YAML file to guide containerized deployment and development decisions.

Can I automate tech stack recommendations for production-ready environments?

You can automate tech stack recommendations by feeding project requirements into the planner. It silently generates artifacts for automated deployment and outputs a complete tech-stack.yaml with database and test tooling.

Does this tech stack planner use Testcontainers for testing infrastructure?

Yes, the tech stack planner uses Testcontainers for testing infrastructure. It applies a Docker-first approach to define containerized services and databases within the generated requirements/tech-stack.yaml.

How do I create a tech-stack.yaml file from project requirements?

To create a tech-stack.yaml, input your project vision and use cases into the planner. It processes the requirements and outputs a structured YAML file containing the complete Docker-first architecture and rationale.

What format do I need for project inputs to generate a tech stack?

You need to provide project inputs in markdown format, specifically vision.md, user-stories.md, and use-cases.md. The planner reads these files to gather requirements and generate the corresponding tech-stack YAML.