gsd-import

Import external plan files into GSD with conflict detection.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/roycolumbia-code/claude-global-config --skill gsd-import-roycolumbia-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-import
Source: https://github.com/roycolumbia-code/claude-global-config/tree/main/skills/_audit-disabled-20260706-1136/gsd-import
Command: npx skills add https://github.com/roycolumbia-code/claude-global-config --skill gsd-import-roycolumbia-code

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the import of external plan files into the GSD planning system, ensuring conflict detection against existing project decisions before any changes are made.

Core Features & Use Cases

  • Conflict Detection: Identifies potential conflicts with existing project decisions before writing changes.
  • File Import: Import external plan files for integration into the GSD system.
  • Use Case: For project managers looking to merge external plans with their existing GSD project, ensuring consistency and minimizing manual conflicts.

Quick Start

Import an external plan by running 'gsd-import --from <filepath>' or reverse-migrate a GSD-2 project with 'gsd-import --from-gsd2'.

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 plan files into the GSD planning system?

The GSD planning system uses conflict detection to identify inconsistencies between imported external plans and existing project decisions. It automatically flags potential conflicts before applying any changes, preventing manual errors during file integration.

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

Use 'gsd-import --from <filepath>' to import a single external plan file, or use 'gsd-import --from-gsd2' to reverse-migrate an entire GSD-2 project back to GSD v1 format.

Does GSD plan import check for conflicts with existing project decisions?

Yes, the import process checks external plans against existing project decisions to ensure consistency. It detects conflicts before writing changes, making it suitable for project managers merging external plans.

What is the best way to integrate external project plans with existing GSD decisions?

The best way to integrate external project plans while minimizing manual conflicts is using an import tool with conflict detection. This validates external plans against existing decisions before writing changes to the GSD system.

Do I need any dependencies to run GSD file import and conflict detection?

No external dependencies are required to run GSD file integration and conflict detection. The skill operates independently using bundled scripts and references to import external plans into the GSD planning system.