dev-story

Coordinate story implementation by routing to programmer agents and validating acceptance criteria.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/LordKuper/agentic-game-studio --skill dev-story-lordkuper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-story
Source: https://github.com/LordKuper/agentic-game-studio/tree/main/.claude/skills/dev-story
Command: npx skills add https://github.com/LordKuper/agentic-game-studio --skill dev-story-lordkuper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill bridges planning and code by reading a full story file, loading the complete context (story, GDD requirement, ADR guidelines, and control manifest), routing to the correct programmer agent, implementing the code and tests, and validating each acceptance criterion.

Core Features & Use Cases

  • Load full story context (story file, ADR, TR references, and manifest) to ensure the programmer has all necessary information.
  • Route to the correct programmer agent based on the story's layer, type, and ADR; optionally spawn engine specialists for post-cutoff risks.
  • Implement code and tests, produce a complete implementation package with traceable changes and documentation.
  • Validate dependencies and manifest alignment before coding, and surface any blockers or deviations early.

Quick Start

Run /dev-story with a valid story path to begin implementing the story.

Frequently Asked Questions about dev-story

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

FAQPage Schema
How do I coordinate end-to-end story implementation across multiple programmer agents?

Story implementation is coordinated by loading full context from story files and routing to the correct programmer agent based on layer, type, and ADR rules. This ensures code and tests align with manifest constraints before producing a reviewable package.

What is the best way to ensure my code implementation aligns with ADR and manifest rules?

To align implementations with ADR and manifest rules, load the complete context including GDD requirements, TR registry, and control manifest before coding. This validates dependencies and surfaces blockers or deviations early in the process.

How do I automate test file generation when implementing logic and integration stories?

Test file generation is enforced during story implementation by applying constraints to Logic, Integration, and applicable UI stories. The routing mechanism ensures the programmer agent writes tests alongside code for a complete, ready-to-review package.

Does AI agent orchestration work with existing control manifests and TR registries?

AI agent orchestration works with control manifests and TR registries by loading them as context constraints. It validates manifest alignment and enforces TR registry rules before coding begins, ensuring traceable changes within established boundaries.

How do I start implementing a story from a valid story path?

To start story implementation, run the command with a valid story path. This triggers context loading, validates dependencies, routes to the correct programmer agent, and produces a complete implementation package with documentation.

When should I spawn engine specialists during story implementation?

Engine specialists are spawned during story implementation for post-cutoff risks identified after routing to the primary programmer agent. This handles specialized layer requirements while maintaining ADR and manifest compliance.