dev-story

Automate game development story implementation with code and tests.

Updated May 24, 2026
One-click install
npx skills add https://github.com/LeKay/ai-game --skill dev-story-lekay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-story
Source: https://github.com/LeKay/ai-game/tree/main/.claude/skills/dev-story
Command: npx skills add https://github.com/LeKay/ai-game --skill dev-story-lekay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of reading a story file, loading all necessary context, routing to the correct programmer agent, implementing the code, and writing the test, thus streamlining the workflow in game development.

Core Features & Use Cases

  • Story File Reading and Context Loading: Reads story files, gathers all relevant context such as ADR guidelines, control manifest, and dependencies.
  • Specialist Agent Routing: Routes the story to the appropriate programmer agent based on the story's layer, type, and system name.
  • Code Implementation and Testing: Spawns agents to implement the code and write tests according to the story's requirements.
  • Dependency Validation: Validates story dependencies and handles errors appropriately.
  • Implementation Summary and Session State Update: Provides a summary of the implementation process and updates the session state.
  • Error Recovery Protocol: Implements error recovery for failed agent tasks and provides user options for resolution.
  • Collaborative Protocol: Defines a set of guidelines for collaborative work between the skill and other agents.

Quick Start

Run the command '/dev-story /path/to/story.md' to implement the story specified at the given path.

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?

Automate story implementation by reading story files, gathering context like ADR guidelines, and routing tasks to programmer agents for code generation and test writing. This streamlines the entire game development workflow from story file to tested code.

How does specialist agent routing work for game development stories?

Specialist agent routing directs story implementation by reading the story's layer, type, and system name to assign the task to the correct programmer agent. It ensures code generation matches specific architectural requirements.

Can I validate dependencies before implementing code from a story file?

Dependency validation checks story dependencies before code implementation begins. The workflow validates required dependencies and handles errors appropriately, ensuring a clean environment for test writing and code generation.

How do I handle failed agent tasks during code generation?

An error recovery protocol manages failed agent tasks during story implementation by providing resolution options. It intercepts failures from spawned agents, allowing you to recover without restarting the entire code generation and testing workflow.

Do I need multiple sub-agents to implement game development stories?

Multiple sub-agents are required for task execution to properly separate code implementation and test writing. The skill spawns dedicated programmer agents based on story routing to handle distinct layers and systems within the game development workflow.

What is the best way to update session state after implementing a story?

Updating session state happens automatically after story implementation completes. The skill provides an implementation summary and updates the session state to reflect the newly generated code, validated dependencies, and completed tests.