sdlc-verify

Solid

Verification before completion — never claim done / fixed / passing without running the check and showing the output. Evidence before assertions, always. Use at the end of Implement/Review, before recording a goal done, or when the user runs /sdlc-verify. Portable executor — prefer superpowers:verification-before-completion on Claude when it's installed; this is the built-in equivalent for every other host.

AI & Automation 6 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# sdlc-verify **Executor resolution (host-aware):** - **Claude Code + `superpowers` installed** → prefer **`superpowers:verification-before-completion`** (its richer version). - **Otherwise** (Cursor / any host / no companion) → use this. Same discipline, portable. ## The rule **Evidence before claims — always.** Claiming work is complete without verifying it isn't efficiency, it's dishonesty. **No completion claim without fresh verification output in this turn** — if you didn't run it just now, you can't claim it. (Different words don't exempt you: spirit over letter.) ## The gate — run this before ANY "done / fixed / passing" 1. **Identify** the command that proves the claim — the repo's tests/build/lint, or `.sdlc/project.md` → **Verify command**. 2. **Run** it fresh and in full. 3. **Read** the actual output — exit code, failure count. 4. **Verify** the output confirms the claim. If it doesn't, state the *real* status *with* the output — don't hedge. 5. **Only then** make the claim, and make it *with* the evidence. ## What each claim actually requires | Claim | Proof required | Not enough | |---|---|---| | Tests pass | test output: 0 failures | "should pass" / a previous run | | Lint / type clean | linter output: 0 errors | a partial check | | Build works | build: exit 0 | "the linter passed" | | **Bug fixed** | reproduce it (**red**) → fix → it's gone (**green**) | "changed the code, assume fixed" | | A subagent finished | check the diff yourself | the agent's ...

Details

Author
swapnil-agrim
Repository
swapnil-agrim/loopsmith
Created
1 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category