vertical-slice

Validate a game server loop with a near-production build and verdict.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/nguyennd93/game_server_studio --skill vertical-slice-nguyennd93
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vertical-slice
Source: https://github.com/nguyennd93/game_server_studio/tree/main/.claude/skills/vertical-slice
Command: npx skills add https://github.com/nguyennd93/game_server_studio --skill vertical-slice-nguyennd93

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures the feasibility and quality of a full server loop in a game server before committing to production, by running a near-production-quality build that demonstrates an end-to-end authoritative flow.

Core Features & Use Cases

  • Pre-Production Validation: Build and test a production-quality end-to-end authoritative flow to confirm it's achievable before full production.
  • Authoritative Flow Demonstration: Demonstrate one complete authoritative flow: client-stub → matchmaking → realtime session → persistence.
  • Verdict Generation: Generates a PROCEED/PIVOT/KILL verdict that gates the Pre-Production → Production transition.
  • Scope Discipline: Ensures all core-loop systems are included and focuses on one complete authoritative loop for a small session.

Quick Start

Run the vertical-slice skill with the review mode (--review full|lean|solo) to validate the end-to-end authoritative flow of your game server.

Frequently Asked Questions about vertical-slice

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate a game server's authoritative flow before production?

To validate a game server's authoritative flow before production, use a vertical slice to build a near-production-quality server loop. This demonstrates one complete end-to-end authoritative flow and generates a PROCEED, PIVOT, or KILL verdict to gate the transition.

What is a vertical slice for game server pre-production validation?

A vertical slice for game server pre-production validation is a near-production-quality build that tests the feasibility of a full server loop. It demonstrates a complete authoritative flow from client-stub to matchmaking, realtime session, and persistence.

Do I need completed architecture and GDDs to validate server feasibility?

Yes, validating server feasibility with this approach requires completed architecture and Game Design Documents (GDDs). These prerequisites ensure all core-loop systems are included and scope is disciplined to one complete authoritative loop.

How do I run a pre-production validation review for my game server?

Run the vertical slice skill with a specified review mode, such as full, lean, or solo. This executes multiple phases of planning, implementation, and review to validate the end-to-end authoritative flow of your game server.

What verdicts are generated after testing an end-to-end authoritative flow?

Testing an end-to-end authoritative flow generates a PROCEED, PIVOT, or KILL verdict. This decision gates the Pre-Production to Production transition by confirming if the full server loop is achievable and of production quality.

When should I use a vertical slice instead of full production for a game server?

Use a vertical slice instead of full production when you need to confirm the feasibility and quality of a full server loop before committing resources. It enforces scope discipline by focusing on one complete authoritative loop for a small session.