New Project Setup
New Project Setup is the greenfield path. Instead of analyzing an existing repo, it plans a brand-new project with you, scaffolds the foundation, and assembles an AI team to build it out — all from one guided flow.

Starting a new project
Section titled “Starting a new project”From the Setup Hub, click the New Project card → Start New Project. Ptah opens the AI Team Builder in New Project Setup mode and seeds the conversation with a planning prompt.
What it does
Section titled “What it does”New Project Setup follows a two-stage SaaS bootstrap:
- Discovery & roadmap — Ptah asks about your framework choice and scope, then writes a phased roadmap to
.ptah/roadmap.md. This is the plan of record: each phase is a checklist item you’ll build later. - Foundation scaffold — it scaffolds only the foundation rather than the whole app: an Nx workspace, base apps (Angular / NestJS), lint/test/CI wiring, and — when discovery makes them load-bearing — multi-tenant, auth, and database primitives.
Alongside the scaffold it generates the project’s AI team (agents, skills, CLAUDE.md), so the workspace is ready for AI-assisted development from the first commit.
After the foundation
Section titled “After the foundation”The roadmap is intentionally incremental. Once the foundation exists, build each remaining phase as its own task — open a roadmap item and run it through the orchestration workflow or hand it to the project-manager agent. Check items off in .ptah/roadmap.md as you go.
<workspace-root>/ .ptah/ roadmap.md # phased plan — unchecked items are your backlog .claude/ agents/ # the project's AI team CLAUDE.md # generated project conventions apps/ , libs/ ... # Nx workspace foundationNew Project vs. the other setup paths
Section titled “New Project vs. the other setup paths”| Flow | Best for |
|---|---|
| New Project | An empty folder — scaffolds the app and its AI team |
| Setup Wizard | An existing repo — fast, auto-generated agent roster |
| AI Team Builder | An existing repo — hand-crafted agents, skills, and MCP tools |
Next steps
Section titled “Next steps”- Agent orchestration — how to build each roadmap phase
- AI Team Builder — refine the generated team
- Marketplace — add MCP servers and skills to the new workspace