AgentStack
SKILL verified MIT Self-run

Vibe Acceptance Gate

skill-ash1794-vibe-engineering-acceptance-gate · by ash1794

Validates completed work against defined acceptance criteria. Use after completing a task that has specific success criteria defined in issues, specs, or task descriptions.

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add skill-ash1794-vibe-engineering-acceptance-gate

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Vibe Acceptance Gate? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

vibe-acceptance-gate

Don't claim "done" until you've checked against the criteria that define "done."

When to Use This Skill

  • After completing a task that has acceptance criteria
  • Before marking an issue/ticket as resolved
  • When the user asks "is this done?"
  • After implementing a spec with defined requirements

When NOT to Use This Skill

  • Exploratory work with no defined criteria
  • Research tasks (use vibe-reflect-and-compound instead)
  • When criteria haven't been defined yet (define them first)

Steps

  1. Find the criteria — Look in:
  • Issue/ticket description (MUST/SHOULD requirements)
  • Spec document (acceptance criteria section)
  • Task description (success conditions)
  • User's original request (implicit criteria)
  1. Validate each criterion — For each one:
  • Run the relevant test, command, or check
  • Record PASS (met), FAIL (not met), or PARTIAL (partially met)
  • Capture evidence (test output, code reference)
  1. Report results:

| # | Criterion | Status | Evidence | |---|-----------|--------|----------| | 1 | [criterion text] | PASS/FAIL/PARTIAL | [evidence] |

  1. Gate decision:
  • All PASS → Task complete
  • Any FAIL on MUST criteria → Task NOT complete, list remaining work
  • PARTIAL only → Report what's missing, ask user if acceptable

Output Format

Acceptance Gate: [Task Name]

Result: PASS / FAIL / PARTIAL Criteria Met: X/Y (Z%)

| # | Criterion | Status | Evidence | |---|-----------|--------|----------| | 1 | ... | ✓/✗/◐ | ... |

Remaining Work (if FAIL)

  1. [What needs to be done]

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.