gsd-ultraplan-phase

Offload GSD plan drafting to a cloud session for browser review.

4|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/lgwanai/openforce --skill gsd-ultraplan-phase-lgwanai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-ultraplan-phase
Source: https://github.com/lgwanai/openforce/tree/main/skills/gsd-ultraplan-phase
Command: npx skills add https://github.com/lgwanai/openforce --skill gsd-ultraplan-phase-lgwanai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

GSD’s plan phase can be slow and distracting to run locally, especially when you want a high-quality review without keeping your terminal busy.

Core Features & Use Cases

  • Cloud offload for plan drafting: Sends the plan-phase work to Claude Code’s ultraplan cloud session so you can keep working locally.
  • Browser review and feedback loop: Enables you to review the drafted plan in your browser and add comments before importing.
  • Import back into your GSD workflow: Imports the reviewed plan back into the running context via /gsd:import --from for continued execution.

Use Case: You are planning a non-trivial GSD task and want an iterative, browser-based review cycle while preserving a fast local development flow.

Quick Start

Run the gsd-ultraplan-phase workflow by requesting plan offload with the desired phase number, then review the generated plan in your browser and import it back with /gsd:import --from.

Frequently Asked Questions about gsd-ultraplan-phase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I offload GSD plan drafting to cloud so it doesn't block my terminal?▼

To offload GSD plan drafting, run the workflow with a phase-number input to send the task to Claude Code's ultraplan cloud session, freeing your local terminal while you review the drafted plan in your browser.

How do I import a reviewed plan back into my GSD workflow?▼

You import a reviewed plan back into your GSD workflow by running the /gsd:import --from command. This pulls the browser-reviewed plan from the cloud session back into your running context for continued execution.

Can I review cloud-drafted plans in my browser and add feedback before importing?▼

Yes, you can review cloud-drafted plans in your browser and add comments. The workflow enables an iterative, browser-based review and feedback loop before you import the plan back into your local context.

Does the GSD cloud planning workflow require local repository analysis tools?▼

Yes, the GSD cloud planning workflow requires local repository analysis tools. It satisfies tool-based prerequisites by using glob and grep for repository discovery, reading local files, and running bash commands within Claude Code.

What is the best way to handle non-trivial GSD planning tasks without slowing down local development?▼

The best way to handle non-trivial GSD planning tasks is offloading the plan phase to ultraplan cloud. This preserves a fast local development flow while enabling an iterative, browser-based review cycle for your plan.