qsd-import

Import external plan files into qsd with conflict detection against PROJECT.md decisions.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/thecomputer07/qsd --skill qsd-import
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qsd-import
Source: https://github.com/thecomputer07/qsd/tree/main/skills/qsd-import
Command: npx skills add https://github.com/thecomputer07/qsd --skill qsd-import

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingest external plan files into the qsd planning system while ensuring decisions in PROJECT.md are not violated, preventing regressions and misalignment between external inputs and internal commitments.

Core Features & Use Cases

  • Conflict-aware import: imports external plans and flags conflicts against existing project decisions.
  • Plan creation: writes a new qsd PLAN.md upon successful validation against the internal plan checker.
  • Auditing & traceability: keeps an auditable trail of conflicts and decisions for governance and rollback.

Quick Start

Ingest an external plan file using the --from flag and review results in the qsd planning system.

Frequently Asked Questions about qsd-import

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I import an external plan file into a project without violating existing decisions?

To import external plans safely, this skill ingests plan files via the --from flag and runs conflict detection against PROJECT.md decisions, preventing regressions before writing a new PLAN.md.

What is conflict detection in project planning and how does it work during file import?

Conflict detection during file import compares external plan inputs against existing project decisions in PROJECT.md, flagging any misalignment or violations to ensure external inputs match internal commitments.

How do I generate a PLAN.md file from an external plan while keeping an auditable trail?

Generating a PLAN.md from external inputs involves reading the --from flag, validating the plan against the internal plan checker, and maintaining an auditable trail of conflicts and decisions for governance.

Can I use this to import plans if my project decisions are documented in PROJECT.md?

Yes, you can import plans when your decisions are documented in PROJECT.md. The skill specifically reconciles external plan inputs against your documented project decisions before committing any changes.

What happens if an external plan conflicts with my project planning decisions?

If an external plan conflicts with your decisions, the conflict-aware import process flags the specific violations against PROJECT.md, preventing regressions and keeping an auditable trail for rollback.