gsd-import

Imports external plans into GTD-like format with conflict detection and validation.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/rkz91/coco --skill gsd-import-rkz91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-import
Source: https://github.com/rkz91/coco/tree/main/systems/gsd/skills/gsd-import
Command: npx skills add https://github.com/rkz91/coco --skill gsd-import-rkz91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingest external plans into the GSD planning system with conflict detection against PROJECT.md decisions before writing anything.

Core Features & Use Cases

  • Conflict detection: identify conflicts between imported plans and existing project decisions.
  • Plan ingestion: import external plan files into GSD, writing or updating GSD PLAN.md.
  • Validation: verify integrity with gsd-plan-checker to ensure consistency before commit.

Quick Start

Run the import workflow with --from <path> to ingest an external plan and perform conflict checks.

Frequently Asked Questions about gsd-import

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

FAQPage Schema
How do I ingest external plans into a GSD planning system?

To ingest external plans into a GSD planning system, run the import workflow with --from <filepath> to read the external file and write or update a GSD PLAN.md. The ingestion process automatically checks for conflicts against existing PROJECT.md decisions before committing.

What is conflict detection for external plan ingestion?

Conflict detection for external plan ingestion is the process of validating imported plans against existing PROJECT.md decisions. It ensures that newly ingested plan files remain consistent and non-conflicting with established project decisions before any data is written.

How do I import an external plan file without breaking project decisions?

You import an external plan file without breaking project decisions by using a tool that performs automated conflict detection. The system validates the incoming plan against PROJECT.md decisions to ensure consistency and prevents writing conflicting updates.

Can I validate plan integrity across multiple projects before committing?

Yes, you can validate plan integrity across multiple projects before committing. The ingestion workflow applies validation via gsd-plan-checker to verify consistency and ensure imported plans do not conflict with existing project decisions.

What's the best way to automate external plan ingestion and conflict checks?

The best way to automate external plan ingestion and conflict checks is to run a workflow that accepts --from <filepath>, performs conflict detection against PROJECT.md, writes a GSD PLAN.md, and validates the result using gsd-plan-checker.