gsd-import

Import external plans into GSD with conflict detection via command-line tools.

Updated May 28, 2026
One-click install
npx skills add https://github.com/SensLiao/Claude-code-setting --skill gsd-import-sensliao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-import
Source: https://github.com/SensLiao/Claude-code-setting/tree/main/skills/gsd-import
Command: npx skills add https://github.com/SensLiao/Claude-code-setting --skill gsd-import-sensliao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The gsd-import skill streamlines the import of external plans into the GSD planning system, ensuring conflict detection against existing project decisions.

Core Features & Use Cases

  • Conflict Detection: Ensures that imported plans do not conflict with current project decisions before any changes are made.
  • Import Functionality: Supports importing plans from external sources using --from <filepath> and --from-gsd2 commands.
  • Use Case: With --from-gsd2, you can reverse-migrate a GSD-2 project back to GSD v1 format, ensuring all changes are accounted for.

Quick Start

Import an external plan file into your GSD project by running 'gsd-import --from path/to/planfile'.

Frequently Asked Questions about gsd-import

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

FAQPage Schema
How do I import external plans into the GSD project management system?

To import external plans into GSD, run the command-line tool using 'gsd-import --from path/to/planfile' for deterministic file processing and user confirmation.

Does GSD plan import detect conflicts with existing project decisions?

Yes, GSD plan import includes conflict detection to ensure imported plans do not conflict with current project decisions before any changes are made to the system.

Can I reverse-migrate a project from GSD-2 back to GSD v1 format?

Yes, you can reverse-migrate a GSD-2 project back to GSD v1 format by using the '--from-gsd2' command, ensuring all project changes are accounted for.

What's the best way to handle project migration workflows in GSD?

The best way to handle GSD project migration is using the gsd-import command-line tool, which offers deterministic file processing and conflict detection for safe integration.

Why does my external plan import require user confirmation?

External plan import requires user confirmation to validate plan acceptance after conflict detection, ensuring no conflicting changes are applied to existing project decisions.