gsd-import · git:20260914.e75f220 · 2026-09-14 · sha256 ba295fd6f0ba9c31
gsd-import git:20260914.e75f220A
Immutable. This exact content is served forever at /api/v1/blob/ba295fd6f0ba9c31.
--- name: gsd-import description: "Use when the user wants to bring an external plan file into GSD planning, or passes --from <filepath>. Detects conflicts against PROJECT.md decisions, writes it as a GSD PLAN.md, and validates it with gsd-plan-checker." argument-hint: "--from <filepath>" allowed-tools: - Read - Write - Edit - Bash - Glob - Grep - AskUserQuestion - Task --- <objective> 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. </objective> <execution_context> @$HOME/.claude/get-shit-done/workflows/import.md @$HOME/.claude/get-shit-done/references/ui-brand.md @$HOME/.claude/get-shit-done/references/gate-prompts.md </execution_context> <context> $ARGUMENTS </context> <process> Execute the import workflow end-to-end. </process>