scaffold-review-spec

Audit game development behavior specs for clarity, completeness, and system alignment.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that behavior specifications are clear, complete, and accurately aligned with the overall system design, preventing costly errors and ambiguities in game development.

Core Features & Use Cases

  • Spec Auditing: Reviews individual behavior specs against a comprehensive checklist.
  • Completeness & Quality Checks: Verifies all required sections are present and well-defined.
  • System Alignment Verification: Ensures spec behaviors do not contradict the parent system design.
  • ADR Impact Analysis: Identifies relevant Architecture Decision Records that may affect the spec.
  • Registration Check: Confirms the spec is correctly indexed and referenced within the project structure.
  • Use Case: Before merging a new feature's spec, use this Skill to perform a thorough review, catching potential issues related to clarity, completeness, or system conflicts early in the development cycle.

Quick Start

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

Frequently Asked Questions about scaffold-review-spec

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

FAQPage Schema
How do I audit a behavior spec for completeness and system alignment in game development?

Reviewing a behavior spec involves checking its clarity, completeness, and acceptance criteria, then verifying its alignment against parent system designs, slice indexes, state transitions, and relevant Architecture Decision Records.

What is a behavior spec review in a structured game development pipeline?

A behavior spec review audits individual spec files within a structured pipeline to verify required sections are well-defined and correctly referenced, preventing ambiguities and costly errors in game development.

How do I check if a behavior spec contradicts system design and ADRs?

Check for contradictions by reading the spec alongside parent system designs and relevant Architecture Decision Records, identifying any spec behaviors that conflict with established architectural decisions or state transitions.

When should I perform a spec review in the game development cycle?

Perform a spec review before merging a new feature's spec into the pipeline, catching potential issues related to clarity, completeness, or system conflicts early in the development cycle to prevent costly errors.

Can I review state transitions and slice indexes during a behavior spec audit?

Yes, a comprehensive behavior spec audit requires reading slice indexes and state transitions alongside the spec file and parent system designs to provide a comprehensive audit report on system alignment.