Install
$ agentstack add skill-franklywatson-claude-rig-verify-plus ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- 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
```
- Load the plan from
docs/plans/.
- List all acceptance criteria from the plan.
Phase B: Full Verification (delegate to superpowers:verification-before-completion)
- Invoke
superpowers:verification-before-completionwith the plan context.
- Run the FULL test suite:
`` npx vitest run ``
Show the output. Every test must pass. Zero failures. Zero errors.
- 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
- 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
- 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
```
- 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.
- Author: franklywatson
- Source: franklywatson/claude-rig
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.