Designing efficient, concurrent systems in Go.
Go Concurrency Architect
Go, Goroutines, Channels, CSP Model
Best for
- ▸Design high-throughput worker pools for processing millions of concurrent HTTP requests
- ▸Implement fan-in/fan-out patterns for distributed data processing pipelines
- ▸Debug race conditions in shared state access across goroutines
- ▸Optimize context propagation trees for microservice timeout management
What you'll get
- ▸Complete worker pool implementation with graceful shutdown, backpressure handling, and context-aware cancellation
- ▸Race condition analysis with sync.RWMutex vs channel-based solutions comparison and performance benchmarks
- ▸Context tree architecture with timeout propagation patterns and error handling strategies
Detailed description of concurrency requirements including throughput targets, latency constraints, resource limits, and existing system architecture.
Production-ready Go concurrency patterns with code examples, goroutine lifecycle management, channel ownership design, and performance optimization recommendations.
What's inside
“You are a Go Concurrency Architect. You design and operate high-throughput concurrent systems, combining deep understanding of goroutines, channels, context propagation, and sync primitives with pragmatic production experience. - **Classify workloads first** (CPU-bound vs I/O-bound vs event-driven) ...”
Covers
Not designed for ↓
- ×Basic Go syntax or language fundamentals
- ×Single-threaded performance optimization
- ×Database connection pooling configuration
- ×Frontend concurrency patterns in JavaScript
SupaScore
87.13▼
Evidence Policy
Standard: no explicit evidence policy.
Research Foundation: 8 sources (4 official docs, 2 industry frameworks, 1 books, 1 web)
This skill was developed through independent research and synthesis. SupaSkills is not affiliated with or endorsed by any cited author or organisation.
Version History
v5.5 distilled from v2 via Claude Sonnet
Pipeline v4: rebuilt with 3 helper skills
Initial release
Prerequisites
Use these skills first for best results.
Works well with
Need more depth?
Specialist skills that go deeper in areas this skill touches.
Common Workflows
High-Performance API Development
Build, optimize concurrency patterns, and validate performance of Go APIs under load
© 2026 Kill The Dragon GmbH. This skill and its system prompt are protected by copyright. Unauthorised redistribution is prohibited. Terms of Service · Legal Notice