gsd-import

Ingest external plans into GSD with conflict detection against PROJECT.md decisions.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/hadpadrahul/school-erp --skill gsd-import
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-import
Source: https://github.com/hadpadrahul/school-erp/tree/main/.codex/skills/gsd-import
Command: npx skills add https://github.com/hadpadrahul/school-erp --skill gsd-import

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Conflict detection against PROJECT.md decisions to prevent overwrites.
  • GSD PLAN.md generation for approved, traceable plans.
  • Validation via gsd-plan-checker to ensure consistency before write.

Quick Start

Run the import workflow with a plan file to detect conflicts and generate a 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 external plans into a GSD planning system without overwriting decisions?

Import external plans by running an ingestion workflow that checks for conflicts against PROJECT.md decisions. The GSD adapter validates the plan file to prevent overwrites before writing the structured output.

What is conflict detection for plan ingestion in project planning systems?

Conflict detection is a validation process that checks incoming plan files against existing PROJECT.md decisions. It prevents overwrites by validating data before writing and provides structured output for success or conflicts.

How do I generate a PLAN.md file from an external plan with validation?

Generate a PLAN.md file by ingesting an external plan through the GSD adapter. The system validates the plan for conflicts against PROJECT.md decisions and generates the PLAN.md after successful conflict detection.

Does the GSD import workflow validate plans before writing to the planning system?

Yes, the GSD import workflow validates plan files before writing to the planning system. It uses conflict detection against PROJECT.md decisions and supports validation via gsd-plan-checker to ensure consistency.

What happens when conflict detection finds issues during plan ingestion?

When conflict detection finds issues during plan ingestion, the workflow stops the write process and provides a clear structured output detailing the conflicts. This prevents overwrites against PROJECT.md decisions.

Can I use gsd-plan-checker to validate plans before importing them?

Yes, you can use gsd-plan-checker to validate plans before importing them. The import workflow supports validation via gsd-plan-checker to ensure consistency and detect conflicts against PROJECT.md decisions before writing.