gsd-new-project
GitHub初始化新项目,通过提问收集上下文,可选研究后生成需求与路线图。创建PROJECT.md、config.json等规划文件,为后续执行阶段做准备。
Trigger Scenarios
Install
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-new-project -g -y
SKILL.md
Frontmatter
{
"name": "gsd-new-project",
"description": "Initialize a new project with deep context gathering and PROJECT.md",
"allowed-tools": [
"Read",
"Bash",
"Write",
"Agent",
"AskUserQuestion"
],
"argument-hint": "[--auto]"
}
<runtime_note>
Copilot (VS Code): Use vscode_askquestions wherever this workflow calls AskUserQuestion. They are equivalent — vscode_askquestions is the VS Code Copilot implementation of the same interactive question API.
</runtime_note>
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.
<execution_context> @$HOME/.claude/get-shit-done/workflows/new-project.md @$HOME/.claude/get-shit-done/references/questioning.md @$HOME/.claude/get-shit-done/references/ui-brand.md @$HOME/.claude/get-shit-done/templates/project.md @$HOME/.claude/get-shit-done/templates/requirements.md </execution_context>
Version History
- 581d130 Current 2026-07-19 09:10


