AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Verify+

skill-franklywatson-claude-rig-verify-plus · by franklywatson

Invoke AFTER tdd+ or sdd+ implementation is complete. Wraps superpowers:verification-before-completion with evidence standards, spec drift check, and full-suite test run. This is the ONLY phase where full test suite runs are appropriate.

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

Install

$ agentstack add skill-franklywatson-claude-rig-verify-plus

✓ 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-franklywatson-claude-rig-verify-plus)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Verify+? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

verify+ — Evidence-Based Verification

Wraps superpowers:verification-before-completion. Requires superpowers to be installed.

This skill activates verify+ phase in the enforcement layer. During this phase:

  • Full test suite runs are ALLOWED (this is the verification phase)
  • Zero-defect enforcement is at strict tolerance
  • Evidence must be shown before claiming done

Procedure

Phase A: Preparation

  1. Announce phase entry:

``` Now using verify+ skill. Enforcement layer adjusted:

  • Test scope: full suite runs allowed (this is verification phase)
  • Zero-defect: strict — every failure must be fixed
  • Evidence: show command output before claiming done

```

  1. Load the plan from docs/plans/.
  1. List all acceptance criteria from the plan.

Phase B: Full Verification (delegate to superpowers:verification-before-completion)

  1. Invoke superpowers:verification-before-completion with the plan context.
  1. Run the FULL test suite:

`` npx vitest run ``

Show the output. Every test must pass. Zero failures. Zero errors.

  1. For each acceptance criterion in the plan:
  • Show evidence that it is met (command output, file contents, test results)
  • Use positive framing: "Criterion X is met: [evidence]"
  • Do NOT say "tests pass" — show the actual test output
  1. Check for spec drift:
  • Compare the plan's task list against actual implementation
  • Were any tasks skipped? Added? Changed?
  • Document any deviations with reasons

Phase C: Evidence Report

  1. Produce a verification report:

``` ## Verification Report

### Test Suite [Full test output — ALL must pass]

### Acceptance Criteria

  • [ ] Criterion 1: [evidence]
  • [ ] Criterion 2: [evidence]
  • [ ] ...

### Spec Drift

  • [No deviations / List deviations with reasons]

### Enforcement Compliance

  • [ ] Active enforcement rules followed (see session-start output; real dependencies in stack/E2E tests by default)
  • [ ] If the design defines a signal stack: every applicable layer's signal was run, with each layer's result reported (pass / diff / drift / trace)
  • [ ] Evidence shown for all claims
  • [ ] All source changes have test coverage

```

  1. If ALL checks pass, verification is complete.

If ANY check fails, return to the implementation phase (tdd+ or sdd+) to fix.

Skill Chain

After verify+ passes:

  • Invoke /review+ to run the compliance review agent

Completion

Report one of these states when the skill finishes:

  • DONE — Full test suite passes, all acceptance criteria met with evidence, no spec drift.
  • DONEWITHCONCERNS — All tests pass but minor spec deviations exist (documented).
  • BLOCKED — Tests failing, cannot proceed without fixing regressions.
  • NEEDS_CONTEXT — Need user input to resolve an acceptance criterion or spec drift question.

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.