team-api-design
Define team interfaces, contracts, and communication boundaries
What this skill does
# Team API Design Skill ## When to Use This Skill Use this skill when: - **Team Api Design tasks** - Working on define team interfaces, contracts, and communication boundaries - **Planning or design** - Need guidance on Team Api Design approaches - **Best practices** - Want to follow established patterns and standards ## Overview Define clear team interfaces, contracts, and communication boundaries using Team API patterns. ## MANDATORY: Documentation-First Approach Before designing team APIs: 1. **Invoke `docs-management` skill** for team interface patterns 2. **Verify Team API concepts** via MCP servers (perplexity) 3. **Base guidance on Team Topologies team API framework** ## What is a Team API? ```text TEAM API: The explicit interface a team exposes to other teams ┌─────────────────────────────────────────────────────────────────┐ │ TEAM API │ ├─────────────────────────────────────────────────────────────────┤ │ │ │ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │ │ │ Code & │ │ Versioning │ │ Service │ │ │ │ Artifacts │ │ & Releases │ │ Catalog │ │ │ └──────────────┘ └──────────────┘ └──────────────┘ │ │ │ │ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │ │ │ Wiki & │ │ Practices │ │ Ways of │ │ │ │ Docs │ │ & Runbooks │ │ Working │ │ │ └──────────────┘ └──────────────┘ └──────────────┘ │ │ │ │ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │ │ │ Chat & │ │ Office │ │ Support │ │ │ │ Channels │ │ Hours │ │ Rotation │ │ │ └──────────────┘ └──────────────┘ └──────────────┘ │ │ │ └─────────────────────────────────────────────────────────────────┘ PURPOSE: Make team interactions explicit, predictable, and sustainable ``` ## Team API Components ### 1. Code and Artifacts ```text TECHNICAL INTERFACE: Repositories: • Main repo location (URL) • Contributing guidelines • Code review expectations • Branch naming conventions APIs: • OpenAPI/AsyncAPI specs • Authentication requirements • Rate limits and quotas • Deprecation policy Artifacts: • Package registry location • Container image registry • Artifact versioning scheme • Release notes location ``` ### 2. Versioning and Releases ```text RELEASE INTERFACE: Versioning: • Semantic versioning (MAJOR.MINOR.PATCH) • Breaking change policy • Deprecation timeline • Migration guides Release Schedule: • Release cadence (weekly, bi-weekly, continuous) • Release windows • Hotfix process • Rollback procedures Compatibility: • Supported versions • EOL announcements • Backward compatibility guarantees • Forward compatibility approach ``` ### 3. Documentation ```text KNOWLEDGE INTERFACE: Team Wiki: • Team overview and mission • Architecture decisions (ADRs) • Design documents • Onboarding guides API Documentation: • Getting started guides • API reference • Code examples • FAQ and troubleshooting Operational Docs: • Runbooks • Incident response procedures • Monitoring dashboards • Alert explanations ``` ### 4. Communication Channels ```text COMMUNICATION INTERFACE: Asynchronous: • Primary Slack/Teams channel • Announcements channel • Bug/issue tracker • Email distribution list Synchronous: • Office hours schedule • On-call rotation • Escalation path • Meeting cadence Response Times: • Slack: 4 business hours • Issues: 1 business day • Urgent: 1 hour • Incident: 15 minutes ``` ### 5. Service Level Expectations ```text SERVICE INTERFACE: Availability: • Target uptime (99.9%) • Maintenance windows • Planned downtime notice period Performance: • Latency targets (p50, p99) • Throughput limits • Error rate targets Support: • Business hours support • On-call availability • Incident severity levels • Resolution time targets ``` ## Team API Template ```markdown # Team API: [Team Name] ## Team Overview **Mission:** [One-sentence mission statement] **Team Type:** [Stream-aligned | Platform | Enabling | Complicated-Subsystem] **Bounded Context:** [Domain owned] ## Team Members | Role | Name | Contact | |------|------|---------| | Tech Lead | [Name] | @handle | | Product Owner | [Name] | @handle | | Engineers | [Names] | @handles | ## What We Own ### Services | Service | Description | Repository | |---------|-------------|------------| | [Name] | [Purpose] | [URL] | ### APIs | API | Spec | Status | |-----|------|--------| | [Name] | [OpenAPI URL] | [Stable/Beta/Alpha] | ## How to Contact Us ### Asynchronous - **Slack:** #team-[name] - **Issues:** [Jira/GitHub project URL] - **Email:** team-[name]@company.com ### Synchronous - **Office Hours:** [Day/Time] - **On-call:** [PagerDuty URL or rotation] ### Response Times | Channel | Expected Response | |---------|------------------| | Slack | 4 business hours | | Issues | 1 business day | | Urgent Slack | 1 hour | | Incidents | 15 minutes | ## How to Work With Us ### Requesting Changes 1. Open an issue in [repository] 2. Attend office hours to discuss 3. Submit PR following [contributing guide] ### Consuming Our APIs 1. Read [getting started guide] 2. Request API credentials via [process] 3. Follow [rate limiting guidelines] ### Escalation Path 1. Post in #team-[name] 2. Page on-call if urgent 3. Contact Tech Lead directly if blocked ## Service Level Expectations ### Availability - **Target:** 99.9% uptime - **Maintenance Window:** [Day/Time] - **Notice Period:** 48 hours for planned downtime ### Performance - **p50 Latency:** [X]ms - **p99 Latency:** [X]ms - **Error Rate:** <0.1% ### Support - **Business Hours:** 9am-5pm [Timezone] - **On-call Hours:** 24/7 for P1/P2 - **Holiday Coverage:** [Policy] ## Versioning and Releases ### Release Cadence - **Frequency:** [Weekly/Bi-weekly/Continuous] - **Release Day:** [Day] - **Changelog:** [Location] ### API Versioning - **Strategy:** [URL path | Header | Query param] - **Breaking Change Notice:** [X weeks] - **Deprecation Period:** [X months] ### Currently Supported Versions | Version | Status | EOL Date | |---------|--------|----------| | v3 | Current | N/A | | v2 | Maintenance | [Date] | | v1 | Deprecated | [Date] | ## Documentation ### For Users - [Getting Started Guide] - [API Reference] - [Code Examples] - [FAQ] ### For Contributors - [Contributing Guidelines] - [Architecture Overview] - [Development Setup] - [Testing Guide] ### Operational - [Runbooks] - [Monitoring Dashboard] - [Incident Response] ## Dependencies ### What We Depend On | Team/Service | Type | Criticality | |--------------|------|-------------| | [Name] | [API/Library/Data] | [High/Medium/Low] | ### What Depends On Us | Team/Service | Interface | Usage | |--------------|-----------|-------| | [Name] | [API/Event/Library] | [Description] | ## Roadmap ### Current Quarter - [Initiative 1] - [Initiative 2] ### Next Quarter - [Planned work] ### Known Limitations - [Limitation 1] - [Limitation 2] ``` ## Team API Governance ### Creating a Team API ```text TEAM API CREATION PROCESS: 1. DRAFT □ Use template above □ Fill in all sections □ Get team consensus 2. REVIEW □ Review with stakeholders □ Validate with consumers □ Check completeness 3. PUBLISH □ Store in team wiki/repo □ Register in service catalog □ Announce to organization 4. MAINTAIN □ Review quarterly □ Update on changes □ Gather feedback ``` ### Team API Maturity Levels ```text MATURITY MODEL: LEVEL 1: BASIC □ Team contact information exists □ Primary service documented □ Basic Slack channel LEVEL 2: DEFINED □ Full team API document □ Response time expectatio
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.