uat-story-writer

uat-story-writer is a skill for Claude Code from addxai/enterprise-harness-engineering. It costs 104 tokens per session (1,796 once invoked), scanned A, original, Apache-2.0.

A workflow for discovering missing user-acceptance-test scenarios from a user's perspective. It confirms requirements through guided interviews and writes user stories with Given/When/Then acceptance criteria.

In plain words
What is it for?
Use it to identify missing real-world usage cases, write structured user stories, and define acceptance tests that automation tools can execute.
Why use it?
It prevents test planning from focusing only on technical details or invented assumptions about the environment.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is > Reference document: [related feature file](../features/scenarios/xxx.feature).

Part of the enterprise-harness-engineering plugin — 25 skills shipped together

Good fit Use it to identify missing real-world usage cases, write structured user stories, and define acceptance tests that automation tools can execute.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/addxai/enterprise-harness-engineering
agentmods
npx agentmods add skills/addxai/enterprise-harness-engineering/uat-story-writer

Made for: Claude Code.

Or install enterprise-harness-engineering, the plugin that ships this one along with the rest of its 25 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for uat-story-writer

README.md
[![agentmods](https://agentmods.dev/badge/skills/addxai/enterprise-harness-engineering/uat-story-writer/github.svg)](https://agentmods.dev/skills/addxai/enterprise-harness-engineering/uat-story-writer)
Your own site
<a href="https://agentmods.dev/skills/addxai/enterprise-harness-engineering/uat-story-writer"><img src="https://agentmods.dev/badge/skills/addxai/enterprise-harness-engineering/uat-story-writer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for uat-story-writer

Your own site · 80×15
<a href="https://agentmods.dev/skills/addxai/enterprise-harness-engineering/uat-story-writer"><img src="https://agentmods.dev/badge/skills/addxai/enterprise-harness-engineering/uat-story-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,796 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00104 $0.01796
Opus 5 $0.00052 $0.00898
Sonnet 5 $0.00021 $0.00359
Haiku 4.5 $0.00010 $0.00180

Measured 12d ago against content hash 16082f3726c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

uat-story-writer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/uat-story-writer/SKILL.md · 160 lines

How it starts

The opening of the file, as written. The whole thing — 160 lines — stays where its author put it; the contents beside it link to each section on GitHub.

UAT Story Writer

Discover missing UAT test scenarios from real user usage contexts and output structured user story documents.

Core philosophy: UAT tests start from user stories, not from technical implementation. "Checking order status while on the go" reveals real needs better than "HTTP API test."

Rules

  1. User perspective first: Each scenario must correspond to a real user behavior or usage context, not a technical condition. Technical conditions are the scenario's background, not the scenario itself
  2. Do not fabricate when information is lacking: Key constraints like test environment capabilities and actual topology must be obtained through interviews, not assumed
  3. Acceptance criteria must be executable: Each AC uses Gherkin Given/When/Then format, ensuring automation tools can directly consume them
  4. Output to cases/ directory: User stories go in the project's cases/ directory; features/ directory is reserved for AI-generated executable automation cases
  5. Follow story-craftsman template: File structure strictly follows the story-craftsman template format (background, goals, roles, user stories, progress, update log)

Execution Flow

Step 1: Explore Existing Test Coverage

First understand the project's existing test cases and find coverage gaps:

  • Read related .feature files under features/scenarios/ to understand existing scenarios
  • Read existing user story files under cases/ to avoid duplication
  • List the currently covered scenario inventory and clearly indicate the missing dimensions

Step 2: Guided Interview (one question at a time, multiple-choice preferred)

Confirm key constraints through questioning — ask only one question at a time, preferring multiple-choice options:

Dimension Purpose Example Question
Test environment capability Determine scenario granularity "Can your test environment simulate network conditions? A) Router/firewall control B) Physical switching only C) Both"
Actual usage topology Determine coverage scope "Which of the following do you actually encounter? A) Local network B) Mobile remote C) Cross-network D) All of the above"
Focus dimension Determine acceptance depth "Are you focused on functionality only or also on experience metrics? A) Functionality only B) Also experience C) Both"
Variable control Determine what is under test "Which end is the variable you can control? Phone side? Device side? Or both?"

Read the full file on GitHub · 160 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 160 lines · 104 tokens per session scan A 16082f3726c4

Subscribe to this mod's changes

uat-story-writer is a skill published in the GitHub repository addxai/enterprise-harness-engineering (44 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 104 tokens to every session and 1,796 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

screen-reader-testing

Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibility issues, or ensuring assistive technology support.

wshobson/agents · 39 tokens

e2e-testing-patterns

Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.

wshobson/agents · 51 tokens

browser-testing-with-devtools

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be…

addyosmani/agent-skills · 68 tokens

designing-tests

Designs and implements testing strategies for any codebase. Use when adding tests, improving coverage, setting up testing infrastructure, debugging test failures, or when asked about unit tests, integration tests, or E2E testing.

CloudAI-X/claude-workflow-v2 · 48 tokens

agent-browser

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

code-yeongyu/oh-my-openagent · 51 tokens

qa/e2e-playwright

A method for writing Playwright end-to-end tests, which automate a browser to verify complete user journeys. It covers setup, reusable page objects, login reuse, API mocking, visual checks, multiple browsers and screen sizes, CI, and debugging.

echoVic/boss-skill · 50 tokens