gsd-ultraplan-phase
GitHub将GSD的计划阶段卸载至Claude Code的Ultraplan云端基础设施。在远程会话中生成计划,终端保持空闲。用户可在浏览器中审查和评论,最后通过/gsd:import --from导入回本地。当前为BETA版本,需Claude Code v2.1.91+及claude.ai账号。
触发场景
安装
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-ultraplan-phase -g -y
SKILL.md
Frontmatter
{
"name": "gsd-ultraplan-phase",
"description": "[BETA] Offload plan phase to Claude Code's ultraplan cloud; review in browser and import back.",
"allowed-tools": [
"Read",
"Bash",
"Glob",
"Grep"
],
"argument-hint": "[phase-number]"
}
Ultraplan drafts the plan in a remote cloud session while your terminal stays free. Review and comment on the plan in your browser, then import it back via /gsd:import --from.
⚠ BETA: ultraplan is in research preview. Use /gsd:plan-phase for stable local planning. Requirements: Claude Code v2.1.91+, claude.ai account, GitHub repository.
<execution_context> @$HOME/.claude/get-shit-done/workflows/ultraplan-phase.md @$HOME/.claude/get-shit-done/references/ui-brand.md </execution_context>
版本历史
- 581d130 当前 2026-07-19 09:11


