One-click install
npx skills add https://github.com/imgamer/AILearn --skill dev-story-imgamer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-story
Source: https://github.com/imgamer/AILearn/tree/main/game-studios/Claude-Code-Game-Studios-e375f/.claude/skills/dev-story
Command: npx skills add https://github.com/imgamer/AILearn --skill dev-story-imgamer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the gap between a story/GDD/ADR spec and finished, tested implementation by orchestrating validation, context loading, correct agent routing, and completion checks.

Core Features & Use Cases

  • End-to-end story implementation: Reads a story file, loads the required TR registry, governing ADR, and control manifest, then drives programmer agents to implement code and tests that satisfy acceptance criteria.
  • Dependency and readiness guardrails: Validates story readiness, blocks when required architecture assets are missing, and checks dependent stories’ completion status before proceeding.
  • Layer/type-aware routing: Automatically selects specialist programmer agents based on story layer and type (e.g., UI, Visual/Feel, AI/pathfinding, networking), while skipping agent spawning for Config/Data stories.

Quick Start

Use the dev-story skill to implement the currently active story by running: /dev-story [story-path]

Frequently Asked Questions about dev-story

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

FAQPage Schema
How do I turn story specs into working code and tests automatically?

To turn story specs into working code, this Skill reads your story file, loads the required TR registry and governing ADR, then routes specialist programmer agents to implement code and tests that satisfy acceptance criteria.

What is the best way to implement sprint stories with architecture validation?

The best way to implement sprint stories with architecture validation is using a skill that enforces TR registry and governing ADR presence, loads control manifest rules per layer, and blocks implementation when required architecture assets are missing.

How does agent routing work for different story types like UI or game engine integration?

Agent routing for different story types works by automatically selecting specialist programmer agents based on story layer and type, such as UI, Visual/Feel, or AI/pathfinding, while skipping agent spawning entirely for Config/Data stories.

Do I need architecture assets like ADRs before starting story implementation?

Yes, you need architecture assets like ADRs before starting story implementation. The Skill validates story readiness and blocks implementation when required architecture assets or dependent story completions are missing.

Why does story implementation require test evidence before completion?

Story implementation requires test evidence before completion to ensure logic and integration layers are fully validated. The Skill mandates test evidence for these specific story types to enforce quality and readiness across sprint workflows.

Can I use this for game engine integration and config data stories?

Yes, you can use this for game engine integration and config data stories. The Skill handles logic, integration, UI, visual/feel, and config/data story types with engine-aware specialist routing, though config/data stories skip programmer agent spawning.