What problem does it solve?
Many projects lack a deterministic, repeatable process to bootstrap the tech stack, install configurations, and ensure the build succeeds, leading to wasted time and inconsistent environments.
Core Features & Use Cases
- Config parsing & project resolution: Detects the target project and reads its configuration files.
- Stack compliance validation: Compares live dependencies against declared STACK.md and prompts on divergences.
- Framework initialization: Sets up Next.js, Vite, or React Native projects with Tailwind and shadcn/ui, handling both greenfield and existing codebases.
- Component installation from manifests: Installs shadcn components or React Native blocks as defined in an install manifest.
- Build verification & logging: Runs the appropriate build command, captures results, and writes a detailed SCAFFOLD-LOG.md.
Quick Start
Run /gsp-scaffold in your repository to automatically set up the stack and generate a scaffold log.