story

Convert feature descriptions into INVEST-compliant user stories with Gherkin specs and test matrices.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/benjaminfauchald/Tracklister --skill story
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: story
Source: https://github.com/benjaminfauchald/Tracklister/tree/main/.claude/skills/story
Command: npx skills add https://github.com/benjaminfauchald/Tracklister --skill story

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writing comprehensive user stories and the associated artifacts from vague feature ideas is error-prone and time-consuming, leading to misaligned expectations and rework.

Core Features & Use Cases

  • INVEST-compliant user stories generated from a feature description to guide development and QA.
  • Gherkin specs, test matrices, and DoD prepared automatically for robust acceptance criteria and validation.
  • Docs-ready outputs for docs/stories and GitHub issues, streamlining documentation and issue tracking.

Quick Start

Provide a feature description; the tool will generate a complete user story package, including a GitHub issue.

Frequently Asked Questions about story

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

FAQPage Schema
How do I generate user stories and acceptance criteria from a feature description?

Generate user stories and acceptance criteria by providing a feature description to automatically produce an end-to-end package. The output includes INVEST-compliant narratives, Gherkin specs, test matrices, and Definition of Done across product, engineering, and QA perspectives.

How do I write Gherkin specs and test matrices for GitHub issues?

Write Gherkin specs and test matrices for GitHub issues by converting feature requirements into structured test artifacts. This process automatically generates docs-ready outputs suitable for issue tracking and CI integration, ensuring robust validation coverage.

What is the best way to create INVEST-compliant user stories for development and QA?

The best way to create INVEST-compliant user stories is to process feature descriptions through an automated narrative generator. This ensures stories meet Independent, Negotiable, Valuable, Estimable, Small, and Testable criteria while aligning product, engineering, and QA perspectives.

Can I use Gherkin specs for CI integration and docs generation?

Yes, Gherkin specs can be used for CI integration and docs generation. The feature conversion process produces files suitable for docs/stories directories and continuous integration pipelines, streamlining both automated testing and documentation workflows.

Does generating user stories automatically include a Definition of Done?

Generating user stories automatically includes a Definition of Done (DoD) within the output package. The conversion process produces DoD alongside Gherkin specs and test matrices to ensure complete acceptance criteria and validation standards.

Why does writing user stories from feature ideas lead to rework?

Writing user stories from vague feature ideas leads to rework due to error-prone manual processes and misaligned expectations. Automating the generation of comprehensive story packages with acceptance criteria ensures alignment and reduces development iterations.