scaffold-bulk-review-prototypes

Audit game prototypes for consistency, coverage gaps, and ADR adherence.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the comprehensive review of all game prototypes, ensuring consistency, identifying coverage gaps, and verifying adherence to design principles and ADRs.

Core Features & Use Cases

  • Cross-Prototype Consistency Check: Identifies overlapping questions or scope between prototypes, suggesting consolidation.
  • Coverage Gap Analysis: Flags areas of the game design or systems that lack corresponding prototypes.
  • ADR Adherence Verification: Ensures that all design impacts noted in completed prototypes have corresponding Architecture Decision Records.
  • Prototype Quality Audit: Assesses individual prototypes for question specificity, minimal scope, and right-sizing for a single spike session.
  • Use Case: Before a major development sprint, run this skill to get a holistic view of all ongoing prototyping efforts, catch potential redundancies, and ensure that design decisions are being properly documented and followed.

Quick Start

Run a full audit of all prototypes by executing the scaffold-bulk-review-prototypes skill.

Frequently Asked Questions about scaffold-bulk-review-prototypes

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

FAQPage Schema
How do I audit game prototypes for consistency and scope overlap?

To audit game prototypes for consistency, analyze inter-prototype relationships to identify overlapping scope and questions, suggesting consolidation where redundancies exist. This ensures your project scaffold maintains clear coverage and avoids duplicated prototyping efforts.

What is a coverage gap analysis in game prototype design?

A coverage gap analysis in game prototype design flags areas of game systems that lack corresponding prototypes. By cross-referencing design documentation, it identifies missing prototyping efforts and ensures all critical game mechanics receive adequate testing coverage.

How do I verify ADR adherence for game design prototypes?

Verify ADR adherence by checking that all design impacts noted in completed game prototypes have corresponding Architecture Decision Records. This ensures design decisions are properly documented and followed across the entire project scaffold.

Can I check if a prototype is right-sized for a single spike session?

Yes, you can assess individual prototypes for question specificity and minimal scope to verify right-sizing for a single spike session. Evaluating prototype quality ensures each effort is appropriately scoped before committing development resources.

When should I run a bulk prototype review before a development sprint?

Run a bulk prototype review before a major development sprint to get a holistic view of all ongoing prototyping efforts. This catches potential redundancies, verifies design documentation adherence, and ensures coverage gaps are addressed early.

What are the limitations of automated prototype consistency checks?

Automated prototype consistency checks rely heavily on existing design documentation and ADRs to identify coverage gaps and overlapping scope. Without comprehensive project documentation, the audit may miss contextual design nuances or undocumented system requirements.