dev-story

Automate story implementation plans with agent routing and evidence collection.

3|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/Negentropy-Laby/Constitution-Driven-Development --skill dev-story-negentropy-laby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-story
Source: https://github.com/Negentropy-Laby/Constitution-Driven-Development/tree/main/.agents/skills/dev-story
Command: npx skills add https://github.com/Negentropy-Laby/Constitution-Driven-Development --skill dev-story-negentropy-laby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill bridges planning and execution by transforming a written story into a concrete, auditable implementation workflow. It loads the full context (story file, ADR guidelines, and control manifest), routes to the appropriate programmer agents, coordinates required artifacts, and verifies acceptance criteria and evidence collection.

Core Features & Use Cases

  • Reads a story and loads full context (TR registry, ADR, manifest) to inform implementation.
  • Routes to the correct programmer agent based on the story's layer, type, and system, ensuring the right expertise is engaged.
  • Coordinates implementation steps, tests, and evidence artifacts across the workflow: story readiness, dev-story, code-review, and story-done.
  • Respects dependencies and blockers, surfacing questions or required user input before execution.

Quick Start

Invoke /dev-story [story-path] to begin implementing the selected story.

Frequently Asked Questions about dev-story

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

FAQPage Schema
How do I turn a story into a software implementation plan?

Implementation workflow automation reads your story file to load context like ADR guidelines and TR registry data, routing tasks to appropriate programmer agents while coordinating tests and evidence collection across the lifecycle.

What is the best way to automate code execution from a story file?

Automating code execution from a story file requires routing to the correct programmer agent based on the story's layer and type, verifying acceptance criteria, and surfacing blockers or required user input before execution begins.

Does this implementation workflow support ADR guidance and manifest rules?

Yes, the implementation workflow explicitly follows ADR guidance, TR registry data, and manifest rules to drive decisions, ensuring that architectural constraints are respected and blockers are surfaced before code execution.

How do I route a development story to the correct programmer agent?

Routing a story to the correct programmer agent is handled automatically based on the story's layer, type, and system, ensuring the right expertise is engaged for your specific implementation requirements and context.

Can I coordinate implementation steps and evidence collection across a full lifecycle?

Yes, you can coordinate implementation steps, tests, and evidence artifacts across the workflow from story readiness through dev-story and code-review to story-done, respecting dependencies and surfacing questions before execution.

Why does my story implementation workflow stop and ask for user input?

The workflow stops to ask for user input because it respects dependencies and blockers, proactively surfacing questions or required decisions before proceeding to the code execution phase.