Back to skills
Skill

gad:new-project

gad-new-project

Initialize a new project with deep context gathering and PROJECT.md

**Flags:** - `--auto` — Automatic mode. After config questions, runs research → requirements → roadmap without further interaction. Expects idea document via @ reference. Initialize a new project through unified flow: questioning → research (optional) → requirements → roadmap.

Creates:

  • .planning/PROJECT.md — project context
  • .planning/config.json — workflow preferences
  • .planning/research/ — domain research (optional)
  • .planning/REQUIREMENTS.md — scoped requirements
  • .planning/ROADMAP.md — phase structure
  • .planning/STATE.md — project memory

After this command: Run /gad:plan-phase 1 to start execution.

@workflows/new-project.md @references/questioning.md @references/ui-brand.md @templates/project.md @templates/requirements.md Execute the new-project workflow from @workflows/new-project.md end-to-end. Preserve all workflow gates (validation, approvals, commits, routing).
Source on GitHub

vendor/get-anything-done/sdk/skills/gad-new-project/SKILL.md

Client debug · NEXT_PUBLIC_CLIENT_DEBUG=1
0 lines

No events yet. Window errors, unhandled rejections, and React render errors appear here. Set NEXT_PUBLIC_CLIENT_DEBUG_CONSOLE=1 to mirror console.error / console.warn.