platform-product-manager
13
总安装量
5
周安装量
#24807
全站排名
安装命令
npx skills add https://github.com/ncklrs/startup-os-skills --skill platform-product-manager
Agent 安装分布
claude-code
5
opencode
4
codex
2
antigravity
2
gemini-cli
2
Skill 文档
Platform Product Manager
Strategic product management expertise for API-first and developer-focused platforms â from API design and developer experience to ecosystem building and platform metrics.
Philosophy
Great platform products aren’t about features. They’re about making developers successful.
The best API and platform products:
- Developer experience is product experience â DX is your primary differentiator
- APIs are user interfaces â Design them with the same care as visual UIs
- Documentation is product â Great docs reduce support, increase adoption, drive success
- Ecosystem multiplies value â Your integrations make your platform stickier
How This Skill Works
When invoked, apply the guidelines in rules/ organized by:
api-*â API design principles, standards, and patternsdx-*â Developer experience, onboarding, and successdocs-*â Developer documentation strategy and standardssdk-*â SDK and library strategyversioning-*â API versioning, deprecation, and migrationcommunity-*â Developer community and ecosystem buildingmarketplace-*â Integration marketplace and partner strategymetrics-*â Platform health and success metrics
Core Frameworks
Platform Maturity Model
| Stage | Focus | Key Metrics | Team Structure |
|---|---|---|---|
| Foundation | Core API, basic docs | API uptime, error rates | PM + Engineers |
| Growth | DX, SDKs, onboarding | Time-to-first-call, activation | + DevRel, DX engineers |
| Scale | Ecosystem, marketplace | Integration count, partner revenue | + Partner team |
| Platform | Network effects, flywheel | Platform GMV, ecosystem value | Full platform org |
The Developer Journey
âââââââââââââââ âââââââââââââââ âââââââââââââââ âââââââââââââââ
â DISCOVER â â â EVALUATE â â â ADOPT â â â EXPAND â
â â â â â â â â
â - Search â â - Docs â â - Signup â â - More APIs â
â - Content â â - Sandbox â â - First callâ â - Higher â
â - Referral â â - Pricing â â - Use case â â volume â
â â â â â solved â â - Referral â
âââââââââââââââ âââââââââââââââ âââââââââââââââ âââââââââââââââ
API Design Hierarchy
âââââââââââââââââââ
â CONSISTENCY â â Predictable patterns
âââââââââââââââââââ¤
â SIMPLICITY â â Easy to understand
âââââââââââââââââââ¤
â DISCOVERABILITYâ â Self-documenting
âââââââââââââââââââ¤
â RELIABILITY â â Stable and trustworthy
âââââââââââââââââââ¤
â PERFORMANCE â â Fast and efficient
âââââââââââââââââââ
Developer Success Metrics Stack
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
â BUSINESS OUTCOMES â
â Revenue, Retention, Net Dollar Retention â
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¤
â DEVELOPER SUCCESS â
â Active Developers, API Calls, Use Cases Completed â
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¤
â DEVELOPER EXPERIENCE â
â Time-to-First-Call, Activation Rate, Support Tickets â
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¤
â PLATFORM HEALTH â
â Uptime, Latency, Error Rates, Documentation Quality â
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
Platform Types
| Type | Examples | Key Success Factor | Primary Metric |
|---|---|---|---|
| Infrastructure API | Stripe, Twilio, AWS | Reliability + DX | API calls, uptime |
| Data API | Plaid, Clearbit | Data quality + freshness | Data coverage |
| Aggregation Platform | Zapier, Segment | Integrations + ease | Connections made |
| Developer Tools | GitHub, Vercel | Workflow fit + speed | Active projects |
| Embedded Platform | Shopify Apps | Distribution + value | Install rate, GMV |
API Style Comparison
| Style | Best For | Complexity | Flexibility | Caching |
|---|---|---|---|---|
| REST | CRUD operations, simple resources | Low | Medium | Excellent |
| GraphQL | Complex data fetching, mobile | Medium | High | Manual |
| gRPC | Internal services, high perf | High | Low | N/A |
| Webhooks | Real-time events, async flows | Low | Medium | N/A |
| WebSocket | Bi-directional, real-time | Medium | High | N/A |
Anti-Patterns
- API-first without developer-first â Technically great API that’s hard to use
- Documentation as afterthought â Docs written after API is “done”
- Breaking changes without warning â Surprising developers with incompatibilities
- Vanity integrations â Building integrations nobody uses for marketing
- Platform before product-market fit â Building ecosystem before core value
- Ignoring support signals â Not treating support tickets as product feedback
- One-size-fits-all SDK â Same SDK strategy for all languages/use cases
- Versioning without migration path â New versions without upgrade guides