agentsclimarketplace

NioPD PD acceptance criteria

Skill 8421bit/NioPD-Skills/plugins/niopd/skills/NioPD-PD-acceptance-criteria

Creates detailed acceptance criteria for user stories. Use for sprint planning, QA preparation, or developer handoff.From its SKILL.md

Install
npx -y skills add 8421bit/NioPD-Skills --skill NioPD-PD-acceptance-criteria

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.2 KB, 265 tokens by cl100k_base, as published. Nobody here has run it

Acceptance Criteria Skill

This skill creates testable acceptance criteria using Given-When-Then format.

Theoretical Foundation

Gherkin Syntax

GIVEN [context/precondition]
WHEN [action/trigger]
THEN [expected outcome]

Good Criteria Are

  • Testable (can verify pass/fail)
  • Independent (each stands alone)
  • Specific (no ambiguity)
  • Complete (all scenarios covered)

Instructions

Step 1: Identify Story

What user story are we specifying?

Step 2: List Scenarios

  • Happy path
  • Edge cases
  • Error cases

Step 3: Write Criteria

For each scenario:

GIVEN [context]
WHEN [action]
THEN [outcome]

Step 4: Validate

  • All scenarios covered
  • Each criterion is testable
  • No ambiguity remains

Step 5: Generate Document

File path: 03-docs/[YYYYMMDD]-acceptance-criteria-v0.md

Output Specifications

  • File Naming: [YYYYMMDD]-acceptance-criteria-v0.md
  • Location: 03-docs/
  • Template: references/acceptance-criteria-template.md

What ships with it: 1 file

289 B alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.