Circuit-Breaker Weaver
Wrap external API calls with circuit breakers, retries, fallbacks, and backoff while preserving business logic shape.
Collection
System boundaries, migration seams, infra choreography, and platform structure.
21 skills in this lane
Wrap external API calls with circuit breakers, retries, fallbacks, and backoff while preserving business logic shape.
Separate read and write models to optimize for query performance and command processing independently
Separate read and write models into typed CQRS flows with query optimization and command safety.
Create unified data access layer that connects distributed data sources with intelligent metadata
Decentralize data ownership with domain-oriented data products and federated governance
Design zero-downtime data migrations with rollback choreography, phased reads, and production-safe cutovers.
Blueprint multi-tenant database isolation, row-level security, and connection pooling without breaking tenant routing.
Deploy compute and storage closer to users for ultra-low latency and improved performance
Design systems where state is derived from immutable event streams, enabling complete audit trails and temporal queries
Introduce feature-flag systems with kill switches, experiment hooks, and isolated rollout boundaries.
Optimize cloud spending through visibility, allocation, and continuous cost optimization
Merge multiple GraphQL schemas into a stitched or federated gateway with conflict detection and safe ownership boundaries.
Unify data lake and data warehouse capabilities with ACID transactions and schema evolution
Decompose monolithic frontend systems into deployable micro-frontends without breaking route contracts or shared state.
Design resilient systems that leverage multiple cloud providers while avoiding vendor lock-in
Ensure reliable message publishing by storing events in an outbox table before async delivery
Add optimistic UI, sync reconciliation, and offline-safe conflict handling to collaborative product flows.
Coordinate long-running distributed transactions using saga patterns with compensation logic
Split long-running serverless logic into edge-safe, cold-start-aware execution paths with lower runtime cost.
Design scalable, event-driven applications using serverless functions with optimal cold start and cost efficiency
Build real-time data pipelines that process continuous event streams with low latency