gsd-new-project
GitHub通过统一流程初始化新项目,依次执行提问、可选研究、需求定义和路线图规划。生成项目上下文、配置、需求文档及阶段结构等文件,支持自动模式加速流程。
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


