gds-dev-story

Execute story implementation from a context-filled spec file with red-green-refactor cycles.

Updated Nov 6, 2025
One-click install
npx skills add https://github.com/skyoxu/godotgame --skill gds-dev-story-skyoxu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gds-dev-story
Source: https://github.com/skyoxu/godotgame/tree/main/.agents/skills/gds-dev-story
Command: npx skills add https://github.com/skyoxu/godotgame --skill gds-dev-story-skyoxu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute and enforce a disciplined Dev Story workflow by automatically driving story implementation from a context-filled story spec file, reducing manual coordination and error-prone handoffs.

Core Features & Use Cases

  • Workflow orchestration: loads project context, resolves workflow blocks, and guides developers through Activation, Context loading, Task execution, testing, and DoD validation.
  • Sprint-aware execution: integrates with sprint-status artifacts to track progress and update statuses as stories move from ready-for-dev to in-progress and review.
  • End-to-end story delivery: enforces red-green-refactor cycles, test scaffolding, documentation updates, and Change Log/Dev Agent Record entries for traceability.
  • Quick Start guidance: the system can auto-discover the next ready story or use a provided story path to begin implementation.

Quick Start

Provide a story path or let the workflow auto-discover the next ready story to start implementing.

Frequently Asked Questions about gds-dev-story

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

FAQPage Schema
How do I automate story implementation from a spec file?

Automate story implementation by loading a context-filled story spec file to drive development tasks. The workflow reads tasks, acceptance criteria, and Dev Notes to enforce predefined steps including context loading, red-green-refactor cycles, and DoD validation.

What is a Dev Story workflow and how does it manage sprint execution?

A Dev Story workflow orchestrates sprint-bound development by tracking story progress from ready-for-dev to in-progress and review. It integrates with sprint-status artifacts to automatically update progress as story tasks are completed.

How do I enforce red-green-refactor cycles during story development?

Enforce red-green-refactor cycles by following the story spec workflow, which scaffolds tests, executes task steps, and validates acceptance criteria. It generates test scaffolding and requires test passage before moving to the next story task.

Can I auto-discover the next ready story without providing a file path?

Yes, you can auto-discover the next ready story without a file path. The workflow auto-discovers the next ready story by scanning sprint-status artifacts, or you can provide a specific story path to begin implementation immediately.

Does story implementation workflow generate change logs and dev agent records?

Yes, story implementation workflow generates Change Log and Dev Agent Record entries automatically. It updates documentation and creates these traceability records as part of end-to-end story delivery to satisfy the story's Definition of Done.

What's the best way to resolve workflow blocks during story implementation?

Resolve workflow blocks during story implementation by loading project context through the workflow orchestration system. It identifies blockages, loads required context, and guides developers through Activation, Context loading, Task execution, and testing phases.