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。