Ingest external plans with conflict detection
gsd:importskillsetup L1★3,035
davepoon/buildwithclaude ↗What it does
Import external plan files with conflict detection
Best for
Ingesting external planning artifacts without overwriting existing project decisions, using conflict detection as a safety gate.
Inputs
- · --from <filepath> pointing to external plan (ADR, PRD, SPEC, RFC, or free-form markdown)
Outputs
- · GSD PLAN.md for new phase or phase extension
- · Conflict report against existing PROJECT.md decisions
- · Validation via gsd-plan-checker
Requires
- · import.md workflow
- · doc-conflict-engine.md
- · gate-prompts.md
- · gsd-plan-checker
Preconditions
- · External plan file is readable markdown or structured text
- · .planning/PROJECT.md exists (if merging into existing project)
Failure modes
- · Conflicts detected with PROJECT.md decisions → BLOCKER gate prevents write
- · --from path not found → error reported
- · External plan format unrecognized → generic parsing attempted
Trust signals
- · Conflict detection via shared engine (gate-prompts.md)
- · BLOCKER safety rule: no destination write if unresolved contradictions
- · Validation via gsd-plan-checker before finalizing