dev-story

Implement story files into code changes with acceptance evidence.

18|5|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill dev-story-wsman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-story
Source: https://github.com/wsman/MY-DOGE-MICRO/tree/main/.agents/skills/dev-story
Command: npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill dev-story-wsman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of turning a written story into a fully implemented, evidence-backed change by gathering the right context, validating dependencies, and guiding the work to completion.

Core Features & Use Cases

  • Story Intake and Context Loading: Reads the story, TR requirement, ADR guidance, control manifest, and technical preferences before implementation begins.
  • Targeted Implementation Routing: Selects the right specialist workflow based on story type, layer, and technology stack so the work lands with the proper expertise.
  • Acceptance and Evidence Closure: Ensures each acceptance criterion is covered, required tests or smoke evidence are produced, and session state is updated for review.
  • Use Case: A developer can hand this Skill a ready story path and get a structured implementation plan, code changes, test coverage, and closure-ready evidence.

Quick Start

Use the dev-story skill with the path to the active story so it can load context and implement the required changes.

Frequently Asked Questions about dev-story

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

FAQPage Schema
How do I turn story files into shippable code changes?

To turn story files into shippable code, provide the active story path so the skill can load context, validate ADR and manifest dependencies, route implementation to the correct specialist, and generate review-ready artifacts. It ensures acceptance criteria coverage and test evidence before updating session state.

What is the best way to validate acceptance criteria during story implementation?

Validating acceptance criteria during story implementation requires checking each criterion against produced test or smoke evidence and updating the session state. The skill automates this closure by mapping required criteria to generated evidence, ensuring the change is review-ready.

How does task routing work for different story types and technology stacks?

Task routing for different story types works by selecting the right specialist workflow based on the story's layer and technology stack. After loading the story and technical preferences, the skill directs the implementation work to the proper expertise to match the required context.

Do I need ADR guidance and a control manifest before implementing a story?

You need ADR guidance and a control manifest before implementing a story to validate dependency checks and technical context. The skill reads these requirements upfront alongside the TR requirement to ensure the implementation plan aligns with architectural decisions before coding begins.

Can I automate evidence tracking for product implementation workflows?

You can automate evidence tracking for product implementation workflows by routing story files through this skill. It automatically generates required test or smoke evidence, verifies acceptance-criteria coverage, and prepares closure-ready artifacts to update session state for code review.

What is included in the session state update when story implementation closes?

The session state update upon story implementation closure includes the structured implementation plan, completed code changes, test coverage, and closure-ready evidence. This ensures the next reviewer has all required artifacts and acceptance criteria validation logged for the work session.