dev-story

Read story files and implement code with tests against acceptance criteria.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill dev-story-hechaoyannet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-story
Source: https://github.com/HechaoYannet/3kingdom-unity/tree/main/.claude/skills/dev-story
Command: npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill dev-story-hechaoyannet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read a story file and implement it by assembling the full context (story, GDD requirement, ADR guidelines, control manifest), routing to the right programmer agent for the system and engine, implementing the code and test, and confirming each acceptance criterion. The core implementation skill — run after /story-readiness, before /code-review and /story-done.

Core Features & Use Cases

  • Story context aggregation and routing to expert programmers based on layer/type.
  • ADR-guided implementation with test generation and validation against acceptance criteria.
  • End-to-end workflow orchestration from story loading to /story-done confirmation.

Quick Start

Provide the path to a story file to begin implementing it 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-to-code implementation workflows?

Automate story-to-code implementation by reading a story file and routing it to the appropriate programmer agent based on layer and type. The workflow assembles the full contextual stack, including GDD requirements and ADR guidelines, to generate production-grade code and tests.

What is the process for writing code from a story file using an AI agent?

Writing code from a story file involves assembling the story context, GDD requirements, ADR guidelines, and control manifest. The AI agent then enforces ADR-guided guidelines to implement code, writes tests, and validates the output against each acceptance criterion.

How does an AI agent enforce architecture decisions during code generation?

An AI agent enforces architecture decisions by applying ADR-guided guidelines during code generation. It reads the control manifest and routes the implementation to the correct programmer agent, ensuring the generated code and tests align with predefined system goals.

Can I route story implementation tasks to specific programmer agents based on system layer?

Yes, you can route story implementation tasks to specific programmer agents. The orchestration routes the story file to the appropriate expert programmer agent based on the system layer, type, and engine goals to implement the required code.

Do I need a story readiness check before starting end-to-end code implementation?

Yes, you need a story readiness check before starting end-to-end code implementation. The core implementation workflow is designed to run after story readiness validation and before code review, ensuring all contextual prerequisites are met.

What are the limitations of using a programmer agent for story implementation?

A limitation of using a programmer agent for story implementation is that it requires a fully assembled contextual stack, including GDD, ADR, and control manifest files. Without these predefined inputs, the agent cannot accurately route or validate acceptance criteria.