What problem does it solve?
Starting a new full-stack project requires manually creating product requirements, setting up frontend and backend infrastructure, and configuring development environments, which is time-consuming and prone to configuration errors. This skill automates the entire end-to-end scaffolding process in a single guided workflow.
Core Features & Use Cases
- Sequential skill orchestration: Chains domain-to-spec, scaffold-frontend, and optional scaffold-backend in the correct order with user confirmation checkpoints between steps.
- Preflight validation: Checks for existing project files to avoid accidental overwrites, and verifies each step's success before proceeding to the next.
- Use case: A developer starting a new SaaS project can use this skill to generate a complete PRD, Next.js frontend, and optional FastAPI backend in minutes, with all dev servers running for immediate testing.
Quick Start
Use the quickstart skill to bootstrap a new full-stack project for a fitness tracking app with user profiles and workout logging.