gsd-import

Import external planning files into GSD while detecting conflicts before writing.

4|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/electroheadfx/efx-mux --skill gsd-import-electroheadfx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-import
Source: https://github.com/electroheadfx/efx-mux/tree/main/.codex/skills/gsd-import
Command: npx skills add https://github.com/electroheadfx/efx-mux --skill gsd-import-electroheadfx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps bring external planning files into the GSD system without blindly overwriting project decisions, reducing the risk of accidental conflicts and inconsistent planning state.

Core Features & Use Cases

  • Plan Import: Imports an external plan file into GSD while checking for conflicts against existing project decisions before writing anything.
  • Reverse Migration: Converts a GSD-2 project back into GSD v1 format when a repository needs to move between planning systems.
  • Validation Workflow: Runs the import workflow end to end and validates the result with the plan checker so the output is ready for use.
  • Use Case: A developer has a draft plan from another source and wants it safely incorporated into their active project without overwriting established choices.

Quick Start

Ask the gsd-import skill to import your external plan file and flag any conflicts before creating the GSD PLAN.md.

Frequently Asked Questions about gsd-import

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

FAQPage Schema
How do I import an external planning file into GSD without overwriting existing project decisions?

To import an external planning file into GSD safely, use conflict-aware parsing to detect conflicts against existing project decisions before any write occurs, preserving decision integrity.

What is reverse migration from GSD-2 and when do I need it?

Reverse migration from GSD-2 is the process of converting a GSD-2 project back into GSD v1 format, needed when a repository must move between different planning systems.

Can I validate an imported plan before writing it to my project repository?

Yes, you can validate an imported plan by running the import workflow end to end and checking the result with the plan checker so the output is ready for use.

How do I perform conflict detection on plan ingestion in a software engineering workflow?

Conflict detection during plan ingestion works by applying conflict-aware parsing to external planning files and verifying safe write ordering against established project choices before writing.

Does the GSD plan import process support validation-driven planning updates?

Yes, the GSD plan import process supports validation-driven planning updates by applying plan checker validation to imported files, ensuring planning state consistency in project repositories.