agentsclimarketplace

NioPD PD acceptance criteria

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

Agent Skills for AI-powered Product Management with Claude Code.

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.

What its author says it does

Copied from the file, not written here

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

SKILL.md

1.2 KB, 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

Keep looking

Skills are one crate of 328,083. 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.