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: useAskUserQuestionto 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.
- If