groundtruth
01Plugin Claude Code
Plugin marketplace listing 1 plugin: groundtruth.
Plugin Claude Code
Plugin marketplace listing 1 plugin: groundtruth.
Plugin Claude Code
Audits whether an agent actually did what it was asked. Catches the false 'Done' on Stop: missed subtasks, stubbed/no-op work, false 'tests pass', a method silently dropped in a refactor (dangling reference), and — uniquely — a standing project rule that was in context and overridden anyway. Runs on Stop, pre-commit…
Instructions file
Instructions for akahkhanna/groundtruth, covering claude.md, what this is, commands, architecture and enforcement & config.
Command
Groundtruth: whole-repo debt scan (stubs, no-ops, phantom refs, secrets, RLS-off) — findings, not a verdict.
Command
Turn Groundtruth BLOCK mode on/off (default: warn). No settings.json edit needed.
Command
What Groundtruth checks, and its commands.
Command
Opt-in (NOT default): fan out an agent to read your rule docs and PROPOSE richer Groundtruth rules beyond the literal X not Y forms. Routed through the same grounding + /groundtruth-rules approval gate — nothing arms, and the model runs only when you invoke this.
Command
Review the rules Groundtruth extracted from your docs and approve which to arm (the permission gate).
Command
One-shot Groundtruth setup check — detects what's configured and hands you the exact actions for the rest.
Command
Show Groundtruth's latest verdict card for this session.
Hook
Runs when you submit a prompt, before the agent sees it, executing groundtruth.mjs via node with --intent. From akahkhanna/groundtruth.
Hook
Runs when a session starts, executing groundtruth.mjs via node with --session-start. From akahkhanna/groundtruth.
Hook
Runs after a tool call finishes for Edit, Write, MultiEdit and Bash tool calls, executing groundtruth.mjs via node with --watch-rules and --stamp (2 commands). From akahkhanna/groundtruth.
Hook
Runs when a subagent finishes, executing groundtruth.mjs via node. From akahkhanna/groundtruth.
Hook
Runs when the agent finishes a response, executing groundtruth.mjs via node. From akahkhanna/groundtruth.