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 |
Inicializar y estructurar un nuevo proyecto con recopilación de requisitos estructurados. Úselo al iniciar un proyecto desde cero, después de ejecutar un inicializador de marco (npm init, create-next-app, etc.) o cuando un proyecto mínimo existente necesita una estructura, documentación y convenciones adecuadas. Se activa en: 'proyecto de arranque', 'iniciar nuevo proyecto', 'proyecto de andamiaje', 'inicializar proyecto', 'configurar nuevo proyecto', o cuando el usuario quiere pasar de cero a una base de proyecto bien estructurada. Fuente: buiducnhat/agent-skills.