Files
get-shit-done/commands/gsd/import.md
Jeremy McSpadden 0b90150ebf refactor(conflict-engine): extract shared doc-conflict-engine reference
Move the BLOCKER/WARNING/INFO conflict report format, severity semantics,
and safety-gate behavior from workflows/import.md into a new shared
reference file. /gsd-import consumes the reference; behavior is unchanged
(all 13 import-command tests + full 4091-test suite pass).

Prepares for /gsd-ingest-docs (#2387) which will consume the same contract
with its own domain-specific check list. Prevents drift between the two
implementations.

Refs #2387

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-17 17:12:02 -05:00

934 B

name, description, argument-hint, allowed-tools
name description argument-hint allowed-tools
gsd:import Ingest external plans with conflict detection against project decisions before writing anything. --from <filepath>
Read
Write
Edit
Bash
Glob
Grep
AskUserQuestion
Task
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.

<execution_context> @/.claude/get-shit-done/workflows/import.md @/.claude/get-shit-done/references/ui-brand.md @/.claude/get-shit-done/references/gate-prompts.md @/.claude/get-shit-done/references/doc-conflict-engine.md </execution_context>

$ARGUMENTS Execute the import workflow end-to-end.