Skip to main content
Generaldavepoon

gsd:import

Ingest external plans with conflict detection against project decisions before writing anything.

Stars
2,987
Source
davepoon/buildwithclaude
Updated
2026-05-26
Slug
davepoon--buildwithclaude--import
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/davepoon/buildwithclaude/HEAD/plugins/gsd/skills/import/SKILL.md -o .claude/skills/import.md

Drops the SKILL.md into .claude/skills/import.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Import external plan files into the GSD planning system with conflict detection against PROJECT.md decisions.
  • --from: Import an external plan file, detect conflicts, write as GSD PLAN.md, validate via gsd-plan-checker.

Future: --prd mode for PRD extraction is planned for a follow-up PR.

@${CLAUDE_PLUGIN_ROOT}/workflows/import.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md @${CLAUDE_PLUGIN_ROOT}/references/gate-prompts.md @${CLAUDE_PLUGIN_ROOT}/references/doc-conflict-engine.md $ARGUMENTS Execute the import workflow end-to-end.