What problem does it solve?
This Skill helps you design, analyze, and ship drop-in/drop-out co-op session architecture without the usual problems like host advantage, late-join desync, reward conflicts, or host-leave data loss.
Core Features & Use Cases
- Session lifecycle design: Define join, leave, kick, and host-exit flows for dedicated co-op worlds.
- Authority and replication planning: Separate server-hard persistence from client-trusted ephemera, and handle prediction, reconciliation, interpolation, and late-join snapshots correctly.
- Anti-grief content rules: Use data-driven rules for chests, loot, quests, and claims so co-op stays fair and deterministic.
- Netcode and co-op UX guidance: Choose the right topology and design patterns for matchmaking, split-screen, revive systems, loot distribution, and pingless communication.
- Use case: If a guest joins late and sees opened chests or a host leaves mid-run, this Skill gives you the architecture and failure-mode checklist to diagnose and fix it.
Quick Start
Ask for a co-op session architecture review for your game and include your topology, authority model, late-join behavior, and content rules.