Help us improve
Share bugs, ideas, or general feedback.
From spec-team
View structured git diff for .spec/ documents grouped by collaborator. Supports --last, --commit=abc123, --against=origin/main for flexible diff ranges. Highlights DIVERGENCES.md state transitions (open→proposed→resolved). Shows workflow impact analysis.
npx claudepluginhub surebeli/specteam --plugin spec-teamHow this skill is triggered — by the user, by Claude, or both
Slash command
/spec-team:spec-diffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
View precise .spec/ changes with collaborator attribution and divergence state tracking.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
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.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
View precise .spec/ changes with collaborator attribution and divergence state tracking.
$ARGUMENTS: Optional diff range specifier:
--last or no argument: Smart default (see Step 3)--commit=abc123: abc123~1..abc123 -- .spec/--against=origin/main: origin/main..HEAD -- .spec/git config spec.member-code to determine current identity. Apply identity guard..spec/COLLABORATORS.md to determine collaborator directory mapping.$ARGUMENTS to determine the git diff range:
--commit or --against specified → use that range directly.--last or no argument → smart default:
git log @{u}..HEAD --oneline -- .spec/ for unpushed .spec/ commits.@{u}..HEAD -- .spec/ (all local changes not yet pushed — most useful default).HEAD~1..HEAD -- .spec/.📎 Diff range: {range}.git diff command.### {code-1}
- `design/{code-1}/file.md`: +{added} / -{deleted} lines
Key changes: {summary of important content changes}
### {code-2}
- (no changes)
### Core files
- `THESIS.md`: +{added} / -{deleted} lines
Key changes: {summary}
If DIVERGENCES.md appears in the diff:
### Divergence State Transitions
- D-001: `open` → `proposed` 🟡 (alice proposes: adopt REST API)
- D-002: `proposed` → `resolved` ✅ (bob confirmed, decision: Kubernetes deployment)
- D-003: `proposed` → `open` 🔴 (alice's proposal rejected by bob)
Output: