Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Team-powered SDD workflow using Claude Code Agent Teams. Creates 3-teammate teams for parallel validation (GATE 2), implementation (Phase 8), and existing specs audit. Triggers: /sdd-team, /sdd-team audit, /sdd-team validate, /sdd-team implement. --- name: sdd-team description: > Team-powered SDD workflow using Claude Code Agent Teams. Creates 3-teammate teams for parallel validation (GATE 2), implementation (Phase 8), and existing specs audit. Triggers: /sdd-team, /sdd-team audit, /sdd-team validate, /sdd-team implement. degree-of-freedom: high allowed-tools: Task, SlashCommand, Read, Write, Edit, Glob, Grep, Bash(fd:*), Bash(rg:*), Bash(git:*), Bash(project Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Freshness
Last checked 4/15/2026
Best For
sdd-team is best for general automation workflows where MCP compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
Team-powered SDD workflow using Claude Code Agent Teams. Creates 3-teammate teams for parallel validation (GATE 2), implementation (Phase 8), and existing specs audit. Triggers: /sdd-team, /sdd-team audit, /sdd-team validate, /sdd-team implement. --- name: sdd-team description: > Team-powered SDD workflow using Claude Code Agent Teams. Creates 3-teammate teams for parallel validation (GATE 2), implementation (Phase 8), and existing specs audit. Triggers: /sdd-team, /sdd-team audit, /sdd-team validate, /sdd-team implement. degree-of-freedom: high allowed-tools: Task, SlashCommand, Read, Write, Edit, Glob, Grep, Bash(fd:*), Bash(rg:*), Bash(git:*), Bash(project
Public facts
4
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Apr 15, 2026
Vendor
Yangsi7
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Setup snapshot
git clone https://github.com/yangsi7/sdd-team-skill.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Yangsi7
Protocol compatibility
MCP
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
1
Snippets
0
Languages
typescript
Parameters
text
START → Complexity Check [1-3] → Defer to /sdd (STOP) [4-5] → Ask user if teams needed [6+] → Phase 0 (discovery) + teams Phase 0: Discovery (solo) → GATE 0 Phase 1-2: Product/Constitution (solo, optional) Phase 3: Specification (solo) → GATE 1 Phase 4: Clarification (solo, if needed) ★ GATE 2: TEAM Validation ★ → Pass: 0 CRITICAL/HIGH → TeamDelete Phase 5-6: Planning/Tasks (solo) Phase 7: Audit (solo) → GATE 3 ★ Phase 8: TEAM Implementation ★ → TDD per story → TeamDelete Phase 9: Finalization (solo)
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Team-powered SDD workflow using Claude Code Agent Teams. Creates 3-teammate teams for parallel validation (GATE 2), implementation (Phase 8), and existing specs audit. Triggers: /sdd-team, /sdd-team audit, /sdd-team validate, /sdd-team implement. --- name: sdd-team description: > Team-powered SDD workflow using Claude Code Agent Teams. Creates 3-teammate teams for parallel validation (GATE 2), implementation (Phase 8), and existing specs audit. Triggers: /sdd-team, /sdd-team audit, /sdd-team validate, /sdd-team implement. degree-of-freedom: high allowed-tools: Task, SlashCommand, Read, Write, Edit, Glob, Grep, Bash(fd:*), Bash(rg:*), Bash(git:*), Bash(project
Announce: "Using the SDD Team orchestrator for parallel agent-powered development."
If TeamCreate tool is NOT available → "Enable Agent Teams: set CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1, restart Claude Code." → STOP.
| # | Constraint | Impact |
|---|-----------|--------|
| 1 | One team per session | Must TeamDelete before creating next team |
| 2 | No teammate session resumption | Re-create team, skip completed tasks via .sdd/sdd-state.md |
| 3 | Cost: 3-5x vs subagents | Only use teams at complexity 4+; 1-3 defers to /sdd |
| 4 | Task status lag | Nudge idle teammates after 5+ min silence |
| 5 | Terminal split-pane | Works in iTerm2/Terminal.app only (not VS Code/Ghostty) |
| Command | Action | Team Pattern | |---------|--------|-------------| | /sdd-team | Full SDD workflow (team-enhanced) | GATE 2 + Phase 8 teams | | /sdd-team audit | Audit existing specs vs code | MapReduce audit team | | /sdd-team validate | Run GATE 2 validation only | 3-validator team | | /sdd-team implement | Run Phase 8 only | 3-lead pipeline team | | /sdd-team status | Check SDD + team state | Status report |
$FEATURE: NNN-feature-name (e.g., 001-auth-oauth)
| Input | Intent | Route |
|-------|--------|-------|
| (empty) or feature description | full_workflow | Phases 0-9 with team-enhanced GATE 2 + Phase 8 |
| "audit" or "audit existing" | audit | @workflows/audit-team.md |
| "validate" or "run validators" | validate | @workflows/validation-team.md |
| "implement" or "start coding" | implement | @workflows/implementation-team.md |
| "status" or "where am I" | status | See @templates/status-report.md |
| "continue" or "next" | continue | Resume from checkpoint |
Score complexity per @.claude/skills/sdd/references/complexity-detection.md:
| Factor | Pts | | Complexity | Action |
|--------|-----|---|-----------|--------|
| Multiple integrations | +2 | | 1-3 | Defer to /sdd solo |
| New technology | +2 | | 4-7 | Standard: 3 teammates |
| DB schema changes | +1 | | 8-10 | Enhanced: 3 teammates + extra subagents |
| Auth/security | +2 | | | |
| Multi-user interactions | +1 | | | |
| External API deps | +2 | | | |
| Frontend + Backend | +1 | | | |
| Phase | Enhancement | Workflow | |-------|------------|---------| | GATE 2 (before Phase 5) | 3-teammate validation team | @workflows/validation-team.md | | Phase 8 (/implement) | 3-teammate TDD pipeline | @workflows/implementation-team.md | | /audit (standalone) | 3-teammate MapReduce audit | @workflows/audit-team.md |
Solo phases (0-6, 9) are imported verbatim from @references/existing-sdd-import.md.
START → Complexity Check
[1-3] → Defer to /sdd (STOP)
[4-5] → Ask user if teams needed
[6+] → Phase 0 (discovery) + teams
Phase 0: Discovery (solo) → GATE 0
Phase 1-2: Product/Constitution (solo, optional)
Phase 3: Specification (solo) → GATE 1
Phase 4: Clarification (solo, if needed)
★ GATE 2: TEAM Validation ★ → Pass: 0 CRITICAL/HIGH → TeamDelete
Phase 5-6: Planning/Tasks (solo)
Phase 7: Audit (solo) → GATE 3
★ Phase 8: TEAM Implementation ★ → TDD per story → TeamDelete
Phase 9: Finalization (solo)
| Gate | Criteria | On-Fail |
|------|----------|---------|
| GATE 0 | .sdd/discovery/ artifacts exist | Block Phase 3 |
| GATE 1 | spec.md exists, 0 [NEEDS CLARIFICATION], >= 2 ACs per story | Route to Phase 3/4 |
| GATE 2 | 0 CRITICAL, 0 HIGH across all validators | Route to Phase 3/4 |
| GATE 3 | audit-report.md PASS, 0 CRITICAL, 0 HIGH | Block Phase 8 |
See @references/state-management.md for state layers, flow, and recovery.
See @references/tool-patterns.md for TeamCreate, TaskCreate, spawn, assign, messaging, and cleanup patterns.
| Operation | Who Spawns | Subagent Types | |-----------|-----------|---------------| | Research (docs, APIs) | Teammates | Firecrawl, Ref MCP, Explore | | Validation (domain checks) | Teammates | sdd-*-validator agents | | Implementation (code) | Teammates | Explore, Research, Review | | Coordination/Gates | Lead only | Status, Gate enforcement |
See @templates/status-report.md for the status report template.
| Error | Detection | Recovery |
|-------|-----------|----------|
| Teams not enabled | TeamCreate unavailable | "Enable CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS" |
| Complexity too low | Score 1-3 | Defer to /sdd |
| No spec.md | /validate without spec | "Run /feature first" |
| GATE 2 FAIL | CRITICAL/HIGH findings | "Fix spec issues: [list]" |
| Audit FAIL | CRITICAL in report | "Fix issues: [list]" |
| [NEEDS CLARIFICATION] | Markers in spec | "Run /clarify first" |
| Teammate crash | No response after timeout | Re-spawn, reassign (max 2 retries) |
| Teammate repeat fail | 2+ crashes | Fallback to subagent-only |
| Team stuck | All idle, tasks pending | Nudge → reassign → unblock |
| State corruption | Invalid sdd-state.md | Rebuild from artifacts |
| TDD violation | Code before test | "Delete code, start with TDD" |
See @.claude/skills/sdd/references/quality-gates.md for constitutional articles (I, III, IV, VI, VIII-XI).
memory/patterns.mdmemory/decisions.mdmemory/learnings.md/sdd-team extends /sdd — all solo phases imported verbatim; complexity 1-3 defers to /sdd.claude/agents/): sdd-frontend/data-layer/auth/api/architecture/testing-validator — invoked by teammatesVersion: 1.1.0 | Updated: 2026-02-07
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/yangsi7-sdd-team-skill/snapshot"
curl -s "https://xpersona.co/api/v1/agents/yangsi7-sdd-team-skill/contract"
curl -s "https://xpersona.co/api/v1/agents/yangsi7-sdd-team-skill/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
74
Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Rank
72
An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/yangsi7-sdd-team-skill/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/yangsi7-sdd-team-skill/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/yangsi7-sdd-team-skill/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/yangsi7-sdd-team-skill/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/yangsi7-sdd-team-skill/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/yangsi7-sdd-team-skill/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-17T00:50:43.148Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "MCP",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:MCP|unknown|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Yangsi7",
"href": "https://github.com/yangsi7/sdd-team-skill",
"sourceUrl": "https://github.com/yangsi7/sdd-team-skill",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T02:15:04.661Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "MCP",
"href": "https://xpersona.co/api/v1/agents/yangsi7-sdd-team-skill/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/yangsi7-sdd-team-skill/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T02:15:04.661Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/yangsi7-sdd-team-skill/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/yangsi7-sdd-team-skill/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to sdd-team and adjacent AI workflows.