gds-dev-story

Automate end-to-end developer story implementation from a story spec.

1|Updated Aug 3, 2025
One-click install
npx skills add https://github.com/MazenMrad/Obsidio --skill gds-dev-story
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gds-dev-story
Source: https://github.com/MazenMrad/Obsidio/tree/main/.cursor/skills/gds-dev-story
Command: npx skills add https://github.com/MazenMrad/Obsidio --skill gds-dev-story

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end implementation of a developer story by transforming a context-filled story spec into concrete tasks, artifacts, and validation workflows, reducing manual interpretation and drift.

Core Features & Use Cases

  • Orchestrates the complete Dev Story Workflow from discovery to review, including context loading, task execution, and DoD validation.
  • Integrates with sprint status tracking and project context rules to ensure consistent development practices.
  • Generates documentation artifacts (Dev Agent Record, Change Log, File List) and ensures traceability and quality gates.

Quick Start

Provide the path to the ready story file and initiate the Dev Story Workflow to execute implementation.

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 end-to-end story implementation from a sprint spec?

Automating story implementation involves loading a context-filled story spec to orchestrate discovery, development, validation, and sprint-status updates. This process transforms story specs into concrete tasks, artifacts, and validation workflows, reducing manual interpretation and drift.

What is the best way to maintain test-driven development and DoD validation during story automation?

Maintaining test-driven development and DoD validation requires applying context loading, step sequencing, and quality gates to the story workflow. It ensures traceability and consistent development practices by validating the definition of done before updating the sprint status.

How do I generate development artifacts like change logs and file lists from ready-for-dev stories?

Generating development artifacts requires executing the Dev Story Workflow using a ready story file. It automatically produces a Dev Agent Record, Change Log, and File List, ensuring traceability and quality gates throughout the implementation lifecycle.

Do I need existing Epics and ready-for-dev stories to use a dev story workflow?

Yes, a dev story workflow requires sprint-based workflows with ready-for-dev stories and Epics. It uses these context-filled story specifications to guide task execution, definition of done validation, and subsequent sprint-status updates.

Can I integrate sprint status tracking with automated story implementation?

Yes, automated story implementation integrates with sprint status tracking and project context rules. It orchestrates the complete workflow from discovery to review, ensuring consistent development practices while automatically updating the sprint status upon DoD validation.

Why does story implementation drift from the original spec during manual development?

Story implementation drifts during manual development due to misinterpretation of context and missing validation. Automating the workflow applies step sequencing and context loading to transform story specs into concrete tasks, reducing manual drift.