story-to-testcases

Transform Jira user stories with acceptance criteria into deterministic test case suites.

8|1|Updated Jul 7, 2025
One-click install
npx skills add https://github.com/dasheck0/qraft-templates --skill story-to-testcases
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: story-to-testcases
Source: https://github.com/dasheck0/qraft-templates/tree/main/opencode-global-skills/story-to-testcases
Command: npx skills add https://github.com/dasheck0/qraft-templates --skill story-to-testcases

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Story-to-testcases automates turning a Jira user story with acceptance criteria into a complete, deterministic, automatable set of test cases and Jira tasks.

Core Features & Use Cases

  • Generates P0 test cases plus edge cases from a user's story and acceptance criteria.
  • Creates Jira tasks and subtasks organized under the corresponding story, with clear AC references and execution targets.
  • Supports Challenger Review by validating AC coverage, risk, and governance requirements to ensure test completeness.

Quick Start

Describe a Jira story with ACs, or paste a story text, and I will produce a ready-to-implement test suite.

Frequently Asked Questions about story-to-testcases

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

FAQPage Schema
How do I generate test cases from a Jira user story?

To generate test cases from a Jira user story, provide the story text with acceptance criteria. The system extracts story details, validates required fields, and produces a deterministic, automatable test case suite.

Can I automatically create Jira tasks for my test plans?

Yes, you can automatically create Jira tasks and subtasks for test plans. The generated test cases are organized under the corresponding story with clear references to acceptance criteria and execution targets.

What is the best way to ensure my acceptance criteria coverage is complete for QA?

The best way to ensure acceptance criteria coverage is to run a Challenger Review. This validates AC coverage, risk, and governance requirements, deriving both P0 and edge-case tests to guarantee test completeness.

Does this tool work without structured acceptance criteria in my story?

No, structured acceptance criteria are required. The tool validates required fields from the Jira user story and relies on these ACs to classify change type and risk before deriving deterministic test cases.

How does automatable test case generation handle edge cases?

Automatable test case generation handles edge cases by classifying the change type and risk from the story details. It then derives both P0 tests and edge-case tests to create a complete, deterministic suite.