gsd:ultraplan-phase
GitHub将GSD计划阶段卸载至Ultraplan云端远程起草,释放终端。支持浏览器内联评论并导入回本地。需Claude Code v2.1.91+及GitHub仓库,当前为BETA版本。
Trigger Scenarios
Install
npx skills add davepoon/buildwithclaude --skill gsd:ultraplan-phase -g -y
SKILL.md
Frontmatter
{
"name": "gsd:ultraplan-phase",
"description": "[BETA] Offload plan phase to Claude Code's ultraplan cloud — drafts remotely while terminal stays free, review in browser with inline comments, import back via \/gsd:import. Claude Code only.",
"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> @${CLAUDE_PLUGIN_ROOT}/workflows/ultraplan-phase.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md </execution_context>
Version History
- 502fc01 Current 2026-07-05 15:15


