scaffold-bulk-seed-slices

Bulk create vertical slice stubs from phase, system, and interface definitions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of vertical slice stubs by analyzing defined phases, systems, and interfaces, streamlining the initial setup of game development projects.

Core Features & Use Cases

  • Automated Slice Generation: Reads phase definitions and system designs to propose vertical slices.
  • Integration Point Identification: Automatically identifies relevant interfaces for each slice.
  • Use Case: After defining your game's phases and core systems, use this Skill to quickly generate the foundational structure for your vertical slices, ensuring all aspects of a phase are considered for implementation.

Quick Start

Use the scaffold-bulk-seed-slices skill to read phases, systems, and interfaces to bulk-create vertical slice stubs with goals and integration points.

Frequently Asked Questions about scaffold-bulk-seed-slices

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

FAQPage Schema
How do I bulk create vertical slice stubs from game development phases?

Bulk create vertical slice stubs by reading defined phases, systems, and interfaces to automatically generate goals and integration points. This ensures all phase scope items are covered by slices and flags any gaps or conflicts for review.

What is the best way to automate project setup for vertical slices in game design?

Automate project setup for vertical slices by analyzing phase definitions and system designs to propose slices. The tool identifies relevant interface contracts for each slice and updates index files to maintain project structure.

Do I need defined interface contracts and system designs before generating slice stubs?

Yes, generating slice stubs requires access to phase definitions, system designs, interface contracts, and slice templates. These inputs define the goals and integration points needed to create accurate vertical slice files.

How does automated slice generation handle gaps or conflicts in phase scope?

Automated slice generation handles gaps or conflicts by flagging them for user review. It reads phase scope items to ensure all aspects are covered by the generated slices, highlighting any missing elements or integration conflicts.

Can I use scaffolding to identify integration points across game systems and interfaces?

Yes, you can use scaffolding to identify integration points by reading system designs and interface contracts. The process automatically maps relevant interfaces to each vertical slice stub during the generation phase.