CtrlK
BlogDocsLog inGet started
Tessl Logo

pantheon-ai/acceptance-criteria

Write clear, testable acceptance criteria for user stories and feature delivery; use when defining done conditions, creating measurable requirements, applying INVEST checks, documenting negative scenarios, and aligning product, engineering, and QA on expected outcomes.

Does it follow best practices?

Evaluation91%

1.17x

Agent success when using this tile

Validation for skill structure

Overview
Skills
Evals
Files

examples.mdreferences/

Acceptance Criteria Examples

Example: Checkout Submission

Given/When/Then:

Scenario: Successful checkout
Given a user has items in cart
When the user submits payment with valid details
Then an order confirmation page is displayed
And a confirmation email is sent within 5 seconds

Rule-oriented:

  • Checkout confirmation includes order number.
  • Order total matches cart total.
  • Invalid payment returns actionable error message.
  • Session timeout redirects to login and preserves cart.

Install with Tessl CLI

npx tessl i pantheon-ai/acceptance-criteria

SKILL.md

tile.json