dev-story

Automate story implementation and code review in game development projects.

Updated May 16, 2026
One-click install
npx skills add https://github.com/SeongHuni/LightNShadowSurviver --skill dev-story-seonghuni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-story
Source: https://github.com/SeongHuni/LightNShadowSurviver/tree/main/GameStudio/codex/skills/dev-story
Command: npx skills add https://github.com/SeongHuni/LightNShadowSurviver --skill dev-story-seonghuni

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the implementation and code review workflows in game development, reducing the need for manual tracking and ensuring a streamlined process from story to code.

Core Features & Use Cases

  • Story Implementation: Automates reading, validating, and implementing story files in game development projects.
  • Code Review Integration: Seamlessly integrates with existing code review processes to ensure quality control.
  • Use Case: Imagine you have a new feature in a game that needs to be implemented. Use this Skill to read the story file, validate it, implement the code, and then trigger a code review for quality assurance.

Quick Start

Use the dev-story skill to implement the story located at 'production/epics/new-feature.md'.

Frequently Asked Questions about dev-story

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

FAQPage Schema
How do I automate story implementation in game development?

Automating story implementation in game development requires reading story files, validating them against architectural requirements, routing to specialists, implementing code, and testing. This Skill automates that complete workflow.

What is the process for validating game feature stories against ADRs?

Validating game feature stories against ADRs involves parsing the story file and checking its implementation requirements against the project's Architecture Decision Records and TR registry. This ensures the proposed feature aligns with existing technical constraints.

How do I integrate code review into game development workflow automation?

Integrating code review into game development workflow automation requires a system to route implemented code back for quality validation. This Skill triggers code review automatically after reading, validating, and implementing the story file.

Does story implementation automation work without manually tracking project files?

Story implementation automation requires access to project files, ADRs, and the TR registry to function correctly. It eliminates manual tracking by automatically reading and processing these inputs to route tasks to the correct specialists.

What are the limitations of automating code review workflows for game features?

The primary limitation is its strict dependency on existing project infrastructure; it requires accessible ADRs, a TR registry, and properly formatted story files to route and implement code, meaning it cannot operate in projects lacking these architectural documents.