What problem does it solve? Starting a new project from a rough idea, voice dump, or ticket often means repeating context, making ad-hoc stack decisions, and manually wiring up workspace conventions. This Skill turns supplied context into a compact project brief and the smallest operable codebase without redundant questioning. ## Core Features & Use Cases - Context-first intake: Extracts known facts from voice notes, tickets, conversations, or existing directories before asking only material questions. - Action boundary control: Classifies requests as Brief, Propose, or Scaffold mode so local edits and external actions stay within explicit authorization. - Workspace and scaffold orchestration: Delegates workspace structure to the workspace-setup skill and applies web project defaults (Next.js, TypeScript, Tailwind, Supabase, Vercel, Bun) when appropriate. - Use Case: You paste a voice-note transcript describing a client web app idea. The Skill produces a project brief, sets up the workspace layer, scaffolds a Next.js project with the default stack, and verifies install and build commands pass. ## Quick Start Ask the agent to scaffold a new project from your attached brief or voice note using the wip-quickstart workflow.