From spec-team
Import design documents from an external URL or MCP resource into the local .spec/design/ directory. Relies on whatever fetching ability the host AI tool already has (e.g. Claude Code web fetch, an MCP resource the user has configured) — SpecTeam does not ship connectors. Use this to sync external context into the Git-native workflow.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spec-team:spec-importThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch external documents (via MCP or HTTP) and normalize them into the local SpecTeam workflow state.
Fetch external documents (via MCP or HTTP) and normalize them into the local SpecTeam workflow state.
$ARGUMENTS: The source URL (e.g., Notion page link) or MCP resource URI.git config spec.member-code to determine current identity {code}. Apply identity guard.git status and display the result.$ARGUMENTS is empty, output:
⚠️ Please provide an external document URL or MCP resource ID. Example: /spec-import https://notion.so/my-design-doc
Stop execution.$ARGUMENTS.notion-auth-design.md).<!-- Spec Normalized Document --> header and metadata (Source URL, Import Date)..spec/design/{code}/{filename}.git add .spec/design/{code}/{filename}."[SpecTeam] import — {code} imported external doc {filename}"/spec-parse to update the INDEX.md.✅ External document successfully imported to .spec/design/{code}/{filename}
Recommended next step: run /spec-review to check for divergences with other proposals.
npx claudepluginhub surebeli/specteam --plugin spec-teamOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.