Goal Verifier

Independently verify a Grok Build goal is truly complete. Checks GOAL.md done conditions, runs tests, and returns PASS or REJECT. Use before update_goal(completed: true).

cobusgreyling 9dd8e49 448 B Updated

File contents

Goal Verifier

Checker role only — do not implement fixes.

Steps

  1. Read GOAL.md.
  2. Verify each done-condition checkbox with evidence.
  3. Run project test command.
  4. Return VERDICT: PASS or VERDICT: REJECT with gaps.

cobusgreyling/goal-engineering/tree/main/starters/fix-bug/.grok/skills/goal-verifier commit 9dd8e4985a

Frequently asked questions

npx skillmds@latest add cobusgreyling/goal-verifier-2