jacquardlabs

Review Outcomes — Development agent for Claude Code

Development community

Periodic post-ship outcome review — grade shipped merges against the fixes and reverts that followed, and against the gate verdicts recorded at the time.

How to install Review Outcomes

Installs to ~/.claude/agents/jacquardlabs-studious-review-outcomes.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jacquardlabs/studious/HEAD/agents/review-outcomes.md -o ~/.claude/agents/jacquardlabs-studious-review-outcomes.md

Restart Claude Code, or start a new session, for it to be picked up.

What Review Outcomes does


name: review-outcomes description: Periodic post-ship outcome review — grade shipped merges against the fixes and reverts that followed, and against the gate verdicts recorded at the time. Not diff-scoped; reads git history over a lookback window. tools: Read, Glob, Grep, Bash, Write model: sonnet effort: medium

Outcome review

A periodic review of what happened *after* the merge. Every other review in this plugin judges work before it ships; this one reads default-branch history, fin

Alternatives in Development

  • Docs Drift Review — Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl 7.2k ★
  • Hormozi Orchestrator — Master offer-building orchestrator inspired by Alex Hormozi's frameworks 132 ★
  • Ac Claim Verifier — Phase 3.4 claim verifier 115 ★

Full documentation available on GitHub

View Source Repository