dev-story

Read story files and route implementation to programmer agents.

Updated Feb 8, 2024
One-click install
npx skills add https://github.com/kay6198835/Game-RPG --skill dev-story-kay6198835
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-story
Source: https://github.com/kay6198835/Game-RPG/tree/main/.claude/skills/dev-story
Command: npx skills add https://github.com/kay6198835/Game-RPG --skill dev-story-kay6198835

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridges planning and execution by reading a full story, assembling context (story content, GDD requirement, ADR guidelines, control manifest), and routing to the correct programmer agent to implement the work.

Core Features & Use Cases

  • Route the story to the appropriate programmer agent based on the system and engine context.
  • Implement the story end-to-end with code and tests, aligned to ADR guidelines and acceptance criteria.
  • Verify completion and produce evidence in the style required by the project.

Quick Start

Run /dev-story [story-path] to implement the specified 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 implement a user story end-to-end with automated test generation?

End-to-end story implementation is handled by reading the story file, gathering GDD requirements and ADR guidelines, and routing to a programmer agent. It outputs implemented source code and tests to src/ and tests/ directories while validating readiness and completion.

What is agent routing for story implementation?

Agent routing for story implementation matches system and engine context to direct work to the appropriate programmer agent. This skill coordinates the workflow across planning, readiness validation, implementation, and code review to produce source code.

How do I enforce ADR guidelines during automated code generation?

Enforcing ADR guidelines during code generation is achieved by assembling the guidelines as context before routing to a programmer agent. The agent implements the story aligned to those guidelines, ensuring the output source code meets architectural standards.

Does this story implementation tool work without external dependencies?

Yes, this story implementation tool works without external dependencies. It reads the story file, GDD requirement, ADR guidelines, and control manifest directly to coordinate the workflow across planning, implementation, and code review autonomously.

What is included in end-to-end story completion evidence?

End-to-end story completion evidence includes implemented source code and tests output to the project's src/ and tests/ directories. It also documents the acceptance criteria and verification evidence in the style required by the project control manifest.

Can I automate code review and readiness validation for story implementation?

You can automate code review and readiness validation for story implementation through this skill. It coordinates the end-to-end workflow, validating readiness before routing to the programmer agent and verifying completion through an automated code review process.