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.
How 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.
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:
Offers 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.
npx claudepluginhub surebeli/specteam --plugin spec-team