SI Sub-Skill: Verifier
What this skill does (plain language)
It independently checks one bounded result and returns a short evidence-backed verdict. Ordinary work uses proportional validation in the parent context.
Inputs
si-aligneralignment packet- Latest evidence from code or repository state
Steps
- Confirm the top risks and proof are still true.
- Check one final time that the result is deploy-safe for the claimed scope.
- Write a short handoff with:
- what changed
- what is proven
- what is still blocked
- next safe user step (if any)
- Save a concise resume-style packet for continuity.
Output
Return:
resume_packetfinal_status(done/blocked/partial)user_explanation(plain language)remaining_blockers(if any)next_safe_step
Non-negotiable rules
- Never claim complete if proof is missing.
- If no deploy/live proof exists, say so plainly.
- Keep the user explanation short and plain.