mrieck

Work Reviewer — Development agent for Claude Code

Development community

Reads one local repo clone's RECENT git history (since a given commit) and clusters what landed into 1-3 thematic work units for the Overboard dashboard's "Recent work" cards — direction summary, deci.

How to install Work Reviewer

Installs to ~/.claude/agents/mrieck-overboard-plugin-work-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mrieck/overboard-plugin/HEAD/agents/work-reviewer.md -o ~/.claude/agents/mrieck-overboard-plugin-work-reviewer.md

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

What Work Reviewer does


name: work-reviewer description: Reads one local repo clone's RECENT git history (since a given commit) and clusters what landed into 1-3 thematic work units for the Overboard dashboard's "Recent work" cards — direction summary, decisions/assumptions baked in, new core surface (models/endpoints/MCP tools/commands/config), and key new-code snippets. Read-only — returns structured JSON; it does not write anything or call MCP tools. Spawned by the Overboard cto-assistant when a project has need

Alternatives in Development

  • Track Management — Guide for creating, managing, and completing Conductor tracks - the logical work units that organize 31.9k ★
  • Brag Spotter — Proactively scans for achievements and wins that aren't in the brag doc yet 4.6k ★
  • Template Auditor — Use this agent whenever Pulkit wants an existing premium-template clone in the fable repo audited against its 509 ★

Full documentation available on GitHub

View Source Repository