What problem does it solve? After overlaying the Blueprint onto a freshly scaffolded project, the generic setup files do not match the real stack, commands, or conventions. This Skill inspects the repository and tunes the Blueprint's entry files, coding standards, ignore rules, and tool adapters so planning and the build loop work against the actual project. ## Core Features & Use Cases - Stack Detection: Surveys lockfiles, manifests, framework configs, and source layout to identify the package manager, framework, and available commands without inventing conventions. - Setup File Tuning: Updates AGENTS.md commands, replaces a copied Blueprint README with a real project stub, aligns coding-standards.md with the detected stack, and fixes CLAUDE.md placeholders. - Visibility and Adapter Management: Handles the choice between committing Blueprint workflow files or keeping them local-only via .gitignore, and reports which adapter folders (.agents/, .claude/) each AI tool needs. - Use Case: You scaffold a Next.js app, copy the Blueprint files in, and run /onboard. The Skill detects pnpm and Next.js, rewrites the Commands section with the real scripts, flags that no test command exists, and hands off to project-plan.md and build-plan.md. ## Quick Start Run /onboard after overlaying the Blueprint onto a new project to detect the stack and tune all setup files before planning.