用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/shiyudesu/interview-coach-agent --skill gsd-new-milestone命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Generate an AI-SPEC.md design contract for phases that involve building AI systems.
Capture ideas, tasks, notes, and seeds to their destination
Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents
基于 SOC 职业分类
正在显示 SKILL.md
| name | gsd-new-milestone |
| description | Start a new milestone cycle — update PROJECT.md and route to requirements |
| argument-hint | [milestone name, e.g., 'v1.1 Notifications'] [--ws <name>] |
| allowed-tools | Read, Write, Bash, Agent, AskUserQuestion |
Brownfield equivalent of new-project. Project exists, PROJECT.md has history. Gathers "what's next", updates PROJECT.md, then runs requirements → roadmap cycle.
Creates/Updates:
.planning/PROJECT.md — updated with new milestone goals.planning/research/ — domain research (optional, NEW features only).planning/REQUIREMENTS.md — scoped requirements for this milestone.planning/ROADMAP.md — phase structure (continues numbering).planning/STATE.md — reset for new milestoneAfter: /gsd-plan-phase [N] to start execution.
<execution_context> @.github/gsd-core/workflows/new-milestone.md @.github/gsd-core/references/questioning.md @.github/gsd-core/references/ui-brand.md @.github/gsd-core/templates/project.md @.github/gsd-core/templates/requirements.md </execution_context>
Milestone name: $ARGUMENTS (optional - will prompt if not provided)Project and milestone context files are resolved inside the workflow (init new-milestone) and delegated via <files_to_read> blocks where subagents are used.