scaffold-review-slice

Audit game project vertical slices for completeness and phase alignment.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rmans/ClaudeScaffold --skill scaffold-review-slice
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-review-slice
Source: https://github.com/rmans/ClaudeScaffold/tree/main/Install/.claude/skills/scaffold-review-slice
Command: npx skills add https://github.com/rmans/ClaudeScaffold --skill scaffold-review-slice

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill rigorously audits vertical slices of a game project, ensuring they meet design specifications, are fully integrated, and have high-quality documentation and demo scripts.

Core Features & Use Cases

  • Comprehensive Audit: Checks slice completeness against goals, specs, tasks, and integration points.
  • Quality Assurance: Evaluates the verticality of the slice, spec coverage, interface adherence, and demo script clarity.
  • Phase Alignment: Verifies the slice's scope aligns with its parent phase.
  • Use Case: Before a major milestone, use this Skill to review a critical slice like 'Player Combat' to ensure all related specs are covered, integration points with the AI system are defined, and the demo script accurately reflects the intended player experience.

Quick Start

Use the scaffold-review-slice skill to review the slice named 'player-movement'.

Frequently Asked Questions about scaffold-review-slice

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

FAQPage Schema
How do I audit a game vertical slice for spec coverage and completeness?

A vertical slice review audits a vertical slice of a game project for completeness, quality, and phase alignment. It checks slice goals, spec coverage, task dependencies, integration points, and demo script quality against design documents to identify implementation or documentation gaps.

What is a vertical slice review in game development?

A vertical slice review evaluates a critical game slice, such as Player Combat, to ensure all related specs are covered, integration points with systems like AI are defined, and the demo script accurately reflects the intended player experience before a major milestone.

How do I check if my game slice aligns with its parent phase scope?

You check game slice phase alignment by auditing the slice against its parent phase scope. This verifies the slice's scope adheres to the parent phase and identifies any gaps in implementation or documentation that fall outside project boundaries.

Can I use a slice review to evaluate integration points and demo script quality?

Yes, a slice review evaluates integration points and demo script quality. The audit checks interface adherence and demo script clarity to ensure the slice accurately reflects the intended player experience and meets design specifications.

What are the limitations of using a game slice audit for quality assurance?

A game slice audit is limited to reviewing a single vertical slice against design documents and interfaces. It verifies phase alignment and identifies gaps but does not perform integration testing or execute the game code itself.