gsd-import

Import external plan files into GSD PLAN.md with conflict detection against PROJECT.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you bring external planning documents into the GSD system without overwriting important project decisions or introducing hidden conflicts.

Core Features & Use Cases

  • Conflict Detection: Compares imported plans against PROJECT.md decisions before anything is written.
  • Plan Conversion: Turns an external plan into a GSD PLAN.md in the correct format.
  • Validation Workflow: Runs the import through gsd-plan-checker so the resulting plan is ready for use.
  • Use Case: Use this when you receive a draft plan from another source and need to merge it into the project safely and consistently.

Quick Start

Ask the assistant to import the plan from your external file, check it against PROJECT.md for conflicts, write it as a GSD PLAN.md, and validate the result.

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 a project without overwriting existing decisions?

Plan import checks external drafts against PROJECT.md decisions for conflicts before writing anything. It converts the draft to a GSD PLAN.md format and runs validation to ensure the imported plan aligns with existing project decisions.

What is plan conflict detection in project workflow automation?

Plan conflict detection compares imported drafts against PROJECT.md decisions to identify misalignments before writing. It ensures new plans do not overwrite or contradict existing project decisions during the migration workflow.

How do I validate an imported plan against project decisions?

Validate an imported plan by running it through gsd-plan-checker after conversion. This step verifies the generated PLAN.md file aligns with existing PROJECT.md decisions before it becomes an authoritative project plan.

Does plan migration work with external drafts from other sources?

Plan migration works with external drafts from any source. The workflow checks the draft against PROJECT.md for conflicts, converts it to the correct GSD PLAN.md format, and validates the result for safe integration.

When do I need to run a conflict check on an imported plan?

Run a conflict check whenever you receive a draft plan from another source and need to merge it into the project. This ensures the external plan aligns with existing PROJECT.md decisions before it is written as an authoritative GSD PLAN.md.