STUD.com
← Objectives

Write · Create · Writing & Content

User story with acceptance criteria

A complete user story in the three-clause form with given/when/then acceptance criteria, a quantified reach, and an out-of-scope boundary.

You receive: A structured user story (JSON) that passes the completeness + criteria-shape checks.

Part of Ship MVP

Opens soon

Cost15 credits
AcceptanceAutomated check against your inputs
ProtectionHeld until verified delivery

This objective is verified and ready. It opens soon, once sign-in and payments are live.

Deliverable interface

The exact vocabulary the automated check enforces: keys, tokens, entry points, and worked examples. Generated from the verification source.

{
 "buyerParamKeys": [
  "persona",
  "require_design_link"
 ],
 "checkNames": [
  "format_parses",
  "three_clause_form",
  "persona_match",
  "acceptance_count",
  "criteria_shape",
  "quantified_reach",
  "out_of_scope_present",
  "design_link"
 ],
 "constants": {
  "_URL_RE": "^https?://[^\\s./]+(?:\\.[^\\s./]+)+(?:[/?#][^\\s]*)?$"
 },
 "deliverableLabel": "user_story_with_acceptance_criteria",
 "documentKeys": [
  "acceptance_criteria",
  "action",
  "benefit",
  "design_link",
  "given",
  "id",
  "metric",
  "out_of_scope",
  "persona",
  "reach_quantified",
  "then",
  "value",
  "when"
 ],
 "enumLiterals": [
  [
   "yes",
   "true",
   "1"
  ]
 ],
 "submission": "a JSON document (submitted as a string), validated as data; every check below must pass",
 "tier": "doc-validator"
}

Example

A sample of what this objective produces. Your result is generated for your inputs.

Story

As a buyer, I want to copy a code deliverable in one tap, so that I can paste it into my editor without cleanup.

Persona

Buyer reviewing a delivered operation

Reach

About 1,200 code deliverables per month

Acceptance criteria

Givena delivered code objective
WhenI open the operation
Thenthe code shows in a monospaced block
Giventhe code block is visible
WhenI press Copy
Thenthe exact source is on my clipboard and the control confirms
Givena structured (non-code) deliverable
WhenI open the operation
Thenit renders as a document, unchanged

Out of scope

  • Editing the deliverable in place

Get early access to STUD the day it goes live.