What problem does it solve?
This Skill removes uncertainty and manual research when starting or modifying a codebase by researching current documentation and versions, checking compatibility, and scaffolding a project or integration that follows best practices.
Core Features & Use Cases
- Mandatory research phase: Delegates to osf-researcher to fetch latest stable versions, official getting-started guides, and known breaking changes for every major technology in the stack.
- Greenfield vs Brownfield handling: Detects whether the repository is empty or an existing project and either scaffolds a full project or integrates new technologies while respecting existing patterns.
- Planning and risks: Synthesizes research findings, flags version incompatibilities, surfaces migration notes and "gotchas", and produces a scaffold plan with tradeoffs and deployment recommendations.
- Use Case: When asked to "create a Next.js + Prisma + tRPC app," the Skill researches compatibility, chooses compatible library versions, and returns a scaffold plan plus the initial file structure and recommended config.
Quick Start
Set up a Next.js + Prisma + tRPC project with PostgreSQL and Tailwind by researching current docs, validating compatibility, and scaffolding a production-ready starter.