gsd-import ยท diff
git:20260426.d53cc6c to git:20260914.e75f220
1 added, 1 removed. Audit A to A.
---
name: gsd-import
- description: "Ingest external plans with conflict detection against project decisions before writing anything."
+ 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>