Collect project requirements through structured dialogue, generate foundational documentation, and scaffold the project structure — then hand off to downstream workflow skills.
Collect information across these 8 dimensions. All categories except Techstack and Product definition are optional and may fall back to smart defaults.
| 1 | Techstack | Language, framework, runtime, package manager | | 2 | Product definition | Purpose, target users, core features, success criteria | | 3 | Architecture | Component structure, data flow, API design, deployment target | | 4 | Roadmap | Phases, milestones, MVP scope | | 5 | Tooling | Linter, formatter, test framework, CI provider |
Initialize and scaffold a new project with structured requirements gathering. Use when starting a project from scratch, after running a framework initializer (npm init, create-next-app, etc.), or when an existing minimal project needs proper structure, documentation, and conventions. Triggers on: 'bootstrap project', 'start new project', 'scaffold project', 'initialize project', 'setup new project', or when the user wants to go from zero to a well-structured project foundation. Source: buiducnhat/agent-skills.