dev-story

Read game story files, validate dependencies, and generate code and tests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reading game story files, implementing the code, and writing test files, saving developers time and reducing potential errors.

Core Features & Use Cases

  • Automated Story Reading: Reads a story file and gathers all necessary context, including GDD requirements, ADR guidelines, and control manifest.
  • Implementation Routing: Routes the story to the appropriate programmer agent based on the story's layer, type, and system name.
  • Code Implementation and Testing: Generates source code and test files according to ADR guidelines and manifest rules.
  • Dependency Validation: Checks dependencies and ensures that all required components are in place before implementation.

Quick Start

Use the /dev-story [story-path] command to implement a game story.

Frequently Asked Questions about dev-story

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

FAQPage Schema
How do I automate game story implementation and code generation?

Automate game story implementation by reading story files, validating dependencies, routing to the correct programmer, and generating code and tests. This Skill requires proper context files, story structure, and manifest adherence to process the implementation automatically.

How does automated story routing work for game code generation?

Automated story routing works by directing the story file to the appropriate programmer agent based on the story's layer, type, and system name. It ensures the correct code generation logic is applied for each specific game system requirement.

What context files do I need for programming automation in game development?

Context files needed for programming automation include GDD requirements, ADR guidelines, and control manifest. Proper story structure and manifest adherence are also required to validate dependencies before code implementation begins.

Can I generate test files automatically when implementing game stories?

Yes, you can generate test files automatically when implementing game stories. The Skill generates source code and test files according to ADR guidelines and manifest rules after validating that all required dependencies are in place.

Why does dependency validation fail during story implementation?

Dependency validation fails during story implementation when required components are not in place or context files lack proper manifest adherence. The Skill checks dependencies to ensure all necessary GDD requirements and ADR guidelines exist before routing to a programmer.

What's the best way to structure game story files for automated code generation?

The best way to structure game story files for automated code generation is to ensure proper story structure and manifest adherence. Include necessary context like GDD requirements and ADR guidelines so the routing system can identify the correct layer and system name.