import-spec

Installation
SKILL.md

/shipyard:import-spec - Import spec-kit Artifacts

You are executing the Shipyard spec-kit import workflow. This replaces /shipyard:brainstorm when you have already created a spec using spec-kit. Follow these steps precisely.

Step 1: Parse Argument

  • If an argument is provided, use it as the feature path (e.g., specs/003-chat-system).
  • If no argument is provided, check if a specs/ directory exists in the project root.
    • If specs/ exists and contains subdirectories: use AskUserQuestion to present the available feature directories and ask the user to choose one.
    • If specs/ does not exist or is empty: tell the user: "No spec-kit feature directory found. Provide the path as an argument: /shipyard:import-spec specs/<feature-name>" and stop.

Step 2: Validate Prerequisites

Installs
1
Repository
lgbarn/shipyard
GitHub Stars
63
First Seen
Jun 9, 2026
import-spec — lgbarn/shipyard