dev-story

Load project context and route story implementation to the correct programmer.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dawn840705/claude-code-game-studios --skill dev-story-dawn840705
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-story
Source: https://github.com/dawn840705/claude-code-game-studios/tree/main/skills/dev-story
Command: npx skills add https://github.com/dawn840705/claude-code-game-studios --skill dev-story-dawn840705

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill bridges planning and implementation by loading the full project context (story, GDD requirements, ADR guidelines, and control manifest), and by routing work to the appropriate programmer for end-to-end story delivery.

Core Features & Use Cases

  • Reads a story file in full, assembles all contextual data, and determines the right programmer agent and engine specialist.
  • Drives code and test implementation, including writing the test files and validating acceptance criteria.
  • Supports Phase-driven workflow from story readiness to code review and story completion in sprint cycles.

Quick Start

Provide a story path to /dev-story to begin implementing a story end-to-end.

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 from planning artifacts into code?

Automated story implementation resolves sprint stories by loading full project context, routing to the correct programmer, and generating working code with tests. It converts planning artifacts into ready-to-review code by enforcing ADR guidelines and manifest rules.

How does ADR-driven code generation enforce project guidelines?

ADR-driven code generation enforces guidelines by loading architectural decision records and control manifests during implementation. It applies these rules to controlled changes in src/ and tests/, ensuring the generated code complies with established project constraints.

What's the best way to convert a sprint story into working code and tests?

Converting a sprint story into working code requires loading the story file and assembling contextual data like GDD requirements. The process routes work to the appropriate engine specialist, driving phase-driven workflow from readiness through test generation and code review.

Can I generate test files automatically when implementing a development story?

Automatic test file generation occurs during story implementation by validating acceptance criteria and writing test artifacts. The process drives code and test implementation across multiple phases, returning a ready-to-review implementation with accompanying tests.

Does programmer routing help integrate engine specialists into the coding workflow?

Programmer routing integrates engine specialists by determining the correct agent for the specific story context. It reads the full story file, assembles contextual data including GDD requirements, and routes work to the appropriate programmer for end-to-end delivery.

When do I need a control manifest for automated coding workflows?

A control manifest is needed for automated coding workflows when a sprint story requires converting planning artifacts into code. It enforces controlled changes to src/ and tests/, ensuring the implementation adheres to manifest rules and ADR-driven guidelines.