evo-dev-story

Loads a context-filled story spec and executes its defined development workflow steps exactly.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill evo-dev-story
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evo-dev-story
Source: https://github.com/DavidsonGomes/claude_cowork_workspace/tree/main/.claude/skills/evo-dev-story
Command: npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill evo-dev-story

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the execution of story implementations by loading a context-filled story spec and applying its steps.

Core Features & Use Cases

  • Story-driven execution: loads a story spec and maps it to concrete development actions within the Evo workflow.
  • Deterministic guidance: follows the workflow document to ensure reproducible story implementation.
  • Sprint-aligned: supports "dev this story [story file]" and "implement the next story" in the sprint plan, with traceable results.

Quick Start

Invoke evo-dev-story by stating your story file or sprint target to load the spec and execute the workflow exactly as defined.

Frequently Asked Questions about evo-dev-story

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

FAQPage Schema
How do I automate story implementation from a sprint plan?

Automating story implementation involves loading a context-filled story spec and applying its steps to map it to concrete development actions. This ensures reproducible story-driven execution by following a deterministic workflow document exactly as defined.

What is story-driven development workflow automation?

Story-driven development workflow automation loads a story spec and maps it to concrete development actions within the workflow. It enforces deterministic guidance by reading a specific workflow document, ensuring reproducible implementation, testing, and documentation.

How do I execute the next story in my sprint plan?

To execute the next story in a sprint plan, you request the implementation of the next story to load the spec. The workflow reads its instructions exactly from the project root and guides implementation, testing, and documentation with traceable results.

Do I need a specific workflow file to guide story implementation?

Yes, deterministic story implementation requires a specific workflow file located at the project root. The workflow reads this document to enforce reproducible behavior and ensure the story spec is applied exactly as defined.

Can I implement a specific story file directly into my development workflow?

Yes, you can implement a specific story file directly by requesting development for that story file. The system loads the context-filled spec and applies its steps, mapping it to concrete development actions within the workflow.

Are there limitations to deterministic story implementation workflows?

Deterministic story implementation workflows are limited by their strict adherence to the workflow document instructions. Because they follow these instructions exactly to ensure reproducible behavior, any deviation from the defined spec or workflow path may disrupt the automated execution.