When the workflow needs user input, prompt the user conversationally:
Present options as a numbered list in your response text
Ask the user to reply with their choice
For multi-select, ask for comma-separated numbers
C. Tool Usage
Use these Augment tools when executing GSD workflows:
launch-process for running commands (terminal operations)
str-replace-editor for editing existing files
view for reading files and listing directories
save-file for creating new files
grep for searching code (or use MCP servers for advanced search)
web-search, web-fetch for web queries
add_tasks, view_tasklist, update_tasks for task management
D. Subagent Spawning
When the workflow needs to spawn a subagent:
Use the built-in subagent spawning capability
Define agent prompts in .augment/agents/ directory
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 /gsd-plan-phase 1 to start execution.
1---2name: gsd-new-project-33description: Gsd New Project4---56<augment_skill_adapter>7## A. Skill Invocation8- This skill is invoked when the user mentions `gsd-new-project` or describes a task matching this skill.9- Treat all user text after the skill mention as `{{GSD_ARGS}}`.10- If no arguments are present, treat `{{GSD_ARGS}}` as empty.1112## B. User Prompting13When the workflow needs user input, prompt the user conversationally:14- Present options as a numbered list in your response text15- Ask the user to reply with their choice16- For multi-select, ask for comma-separated numbers1718## C. Tool Usage19Use these Augment tools when executing GSD workflows:20- `launch-process` for running commands (terminal operations)21- `str-replace-editor` for editing existing files22- `view` for reading files and listing directories23- `save-file` for creating new files24- `grep` for searching code (or use MCP servers for advanced search)25- `web-search`, `web-fetch` for web queries26- `add_tasks`, `view_tasklist`, `update_tasks` for task management2728## D. Subagent Spawning29When the workflow needs to spawn a subagent:30- Use the built-in subagent spawning capability31- Define agent prompts in `.augment/agents/` directory32</augment_skill_adapter>3334<runtime_note>35**Copilot (VS Code):** Use `vscode_askquestions` wherever this workflow calls `conversational prompting`. They are equivalent — `vscode_askquestions` is the VS Code Copilot implementation of the same interactive question API.36</runtime_note>3738<context>39**Flags:**40- `--auto` — Automatic mode. After config questions, runs research → requirements → roadmap without further interaction. Expects idea document via @ reference.41</context>4243<objective>44Initialize a new project through unified flow: questioning → research (optional) → requirements → roadmap.4546**Creates:**47- `.planning/PROJECT.md` — project context48- `.planning/config.json` — workflow preferences49- `.planning/research/` — domain research (optional)50- `.planning/REQUIREMENTS.md` — scoped requirements51- `.planning/ROADMAP.md` — phase structure52- `.planning/STATE.md` — project memory5354**After this command:** Run `/gsd-plan-phase 1` to start execution.55</objective>5657<execution_context>58@/home/delorenj/code/bhappy/.augment/get-shit-done/workflows/new-project.md59@/home/delorenj/code/bhappy/.augment/get-shit-done/references/questioning.md60@/home/delorenj/code/bhappy/.augment/get-shit-done/references/ui-brand.md61@/home/delorenj/code/bhappy/.augment/get-shit-done/templates/project.md62@/home/delorenj/code/bhappy/.augment/get-shit-done/templates/requirements.md63</execution_context>6465<process>66Execute the new-project workflow from @/home/delorenj/code/bhappy/.augment/get-shit-done/workflows/new-project.md end-to-end.67Preserve all workflow gates (validation, approvals, commits, routing).68</process>
Run npx skillmds@latest add delorenj/gsd-new-project-3 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Gsd New Project It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
delorenj (@delorenj) published this skill. Their other Agent Skills are listed on their SkillMD profile.