gherkin-acceptance-criteria

Write Gherkin acceptance criteria using Given-When-Then syntax.

9|1|Updated Nov 17, 2025
One-click install
npx skills add https://github.com/wahidyankf/open-sharia-enterprise --skill gherkin-acceptance-criteria
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gherkin-acceptance-criteria
Source: https://github.com/wahidyankf/open-sharia-enterprise/tree/main/.claude/skills/gherkin-acceptance-criteria
Command: npx skills add https://github.com/wahidyankf/open-sharia-enterprise --skill gherkin-acceptance-criteria

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides guidance for writing Gherkin acceptance criteria using Given-When-Then syntax to create clear, testable specifications for features and user stories.

Core Features & Use Cases

  • Structured Given-When-Then scenarios
  • Background blocks for shared setup
  • Scenario outlines with Examples tables
  • Domain patterns for authentication, CRUD, validation, and error handling
  • Best practices for readable, testable requirements

Quick Start

Write a scenario like: Scenario: User logs in with valid credentials, with Given a registered user and Then the user should be redirected to the dashboard.