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.