What problem does it solve?
This Skill removes the guesswork and costly rework that happens when starting new projects by ensuring you get a well-researched, modern, production-ready foundation before any code is generated.
Core Features & Use Cases
- Research-driven scaffolding: performs web research for each selected stack to reflect current best practices before generating a starter codebase.
- Multi-stack project initialization: supports mobile (SwiftUI, Jetpack Compose, Kotlin XML Views, Flutter, Expo React Native), backend APIs (Node/Express, FastAPI, Flask, Django, Rust/Axum), web frontends (Next.js, Nuxt), and monorepo architecture (Turborepo).
- Decision documentation & dependency justification: records chosen dependencies (with reasons), considered-but-rejected packages, and a documented project structure to help you audit and extend the result.
- Production-ready defaults: includes environment configuration, linting/formatting/testing setup patterns, error-handling guidance, and database/storage setup (e.g., PostgreSQL/Mongo/SQLite, ORM configuration, and MinIO/S3 object storage).
- Monorepo-aware organization: lays out apps and shared packages clearly so CI/CD and shared code behave predictably.
Example use case: You want an iOS + Android mobile app with a backend and an admin dashboard; use this Skill to generate a coordinated multi-stack scaffold with research docs, dependency rationales, and a clean monorepo layout.
Quick Start
Ask for scaffolding by saying: "Research and scaffold a production-ready app for iOS (SwiftUI), Android (Jetpack Compose), and a Next.js admin dashboard with a FastAPI backend using PostgreSQL and MinIO, and generate the full project structure plus research and dependency documentation for each stack."