From Ultragoal
Runs an independent audit of the current or a named archived goal. Re-executes every rubric check in a fresh context to refute claims and reports the verdict verbatim.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ultragoal:verifyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run an independent audit. Target (may be empty — then audit this session's active goal, or if none exists, the most recently archived goal):
Run an independent audit. Target (may be empty — then audit this session's active goal, or if none exists, the most recently archived goal):
$ARGUMENTS.ultragoal/goals/active/<slug>/goal.md (or the legacy active.md); a slug → .ultragoal/goals/active/<slug>/goal.md or .ultragoal/goals/archive/<slug>.md; empty + no active goal → newest file in archive/.ultragoal:verifier subagent immediately, telling it only the goal file path and that this is a post-hoc audit: re-run every rubric check command, test every constraint, and append its verdict to the goal file per its protocol.active.md, set status: active and session: to this session, uncheck the failed items) or record the gap as a known issue in .ultragoal/memory/failures.md.For maximum isolation on high-stakes work (the in-session verifier still shares your Claude Code process and permissions), tell the user they can run the audit as a completely separate headless session from their terminal:
claude -p "Use the ultragoal:verify skill to audit the goal '<slug>'" --permission-mode acceptEdits
A verifier in a fresh process has seen none of this session's narrative — the strongest fresh-eyes guarantee available.
npx claudepluginhub morphaxl/ultragoal --plugin ultragoalReviews a goal against its definition-of-done and approves or rejects with a structured fix-list. Auto-fired by the goal skill or invoked on demand via /goal-judge.
Validates AI agent claims against evidence trail in coding workflows. Catches unsubstantiated 'done', 'tests pass', 'fixed' without proof like outputs, diffs, or logs. Auto-triggers on completion keywords.