gsd-ultraplan-phase

Offload repository change planning to Claude Code's ultraplan cloud session.

Updated May 22, 2026
One-click install
npx skills add https://github.com/yusaduymaz/loexai --skill gsd-ultraplan-phase-yusaduymaz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-ultraplan-phase
Source: https://github.com/yusaduymaz/loexai/tree/main/.codex/skills/gsd-ultraplan-phase
Command: npx skills add https://github.com/yusaduymaz/loexai --skill gsd-ultraplan-phase-yusaduymaz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of local planning by offloading the plan phase to Claude Code's ultraplan cloud session, keeping your terminal free while the draft is prepared remotely.

Core Features & Use Cases

  • Remote plan drafting: Launches the planning workflow in the cloud instead of blocking your local environment.
  • Browser-based review loop: Lets you inspect and comment on the plan before bringing it back into your workflow.
  • GSD workflow integration: Supports argument passing, user-question mapping, and agent-task coordination for the ultraplan phase.
  • Use case: Ideal when you want a structured implementation plan for a repository change without interrupting local development.

Quick Start

Invoke the skill with your planning context so it can run the ultraplan-phase workflow and return a reviewable plan.

Frequently Asked Questions about gsd-ultraplan-phase

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

FAQPage Schema
How do I generate an implementation plan for a repository change without blocking my local terminal?

Remote plan drafting offloads the planning phase into a cloud session, keeping your terminal free while the implementation plan is prepared remotely for later review and import.

How do I review and import a remotely drafted plan back into my local development workflow?

Browser-based review lets you inspect and comment on the remote draft before importing it back, ensuring the imported repository change plan aligns with your project requirements.

Do I need a specific Claude Code version to use remote cloud planning?

Yes, remote cloud planning requires Claude Code v2.1.91+, an active claude.ai account, and a GitHub repository to execute the end-to-end ultraplan phase workflow.

Can I pass custom arguments to the remote planning workflow for my GSD project?

Yes, the remote planning workflow supports argument passing, user-question mapping, and agent-task coordination to tailor the ultraplan phase to your specific GSD project requirements.

Why does remote plan drafting run in the cloud instead of my local environment?

Remote plan drafting runs in the cloud to remove local planning friction, allowing you to continue local development uninterrupted while the structured plan is generated remotely.