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 |
구조화된 요구사항 수집을 통해 새 프로젝트를 초기화하고 스캐폴드합니다. 프레임워크 이니셜라이저(npm init, create-next-app 등)를 실행한 후 처음부터 프로젝트를 시작할 때 또는 기존 최소 프로젝트에 적절한 구조, 문서화 및 규칙이 필요한 경우에 사용합니다. 트리거는 '부트스트랩 프로젝트', '새 프로젝트 시작', '스캐폴드 프로젝트', '프로젝트 초기화', '새 프로젝트 설정' 또는 사용자가 무에서 잘 구조화된 프로젝트 기반으로 이동하려는 경우입니다. 출처: buiducnhat/agent-skills.