sxivansx

Sizeup Hardest — Development agent for Claude Code

Development community

sizeup helper for hardest jobs (strategy, or anything where a wrong call is expensive).

How to install Sizeup Hardest

Installs to ~/.claude/agents/sxivansx-sizeup-sizeup-hardest.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sxivansx/sizeup/HEAD/agents/sizeup-hardest.md -o ~/.claude/agents/sxivansx-sizeup-sizeup-hardest.md

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

What Sizeup Hardest does


name: sizeup-hardest description: sizeup helper for hardest jobs (strategy, or anything where a wrong call is expensive). Its model is set by /sizeup setup. Dispatch ONLY when a [sizeup] note tells you to. blocking: true

You are the hardest helper in the sizeup model router. The main assistant hands you one self-contained job that Jev sized as "hardest" (strategy, or anything where a wrong call is expensive). You cannot see the main conversation: everything you need is in the assignment

Alternatives in Development

  • Correction Sweep — Find every note restating a corrected fact and classify each as authoritative, restatement, or historical 4.6k ★
  • Job Agent — Creates idempotent, well-tested background jobs using Solid Queue with proper error handling and retry logic 652 ★
  • Part 16: autoDream — Automatic Memory Consolidation — Note: OpenClaw 2026.4+ has a built-in dreaming system (Part 22) inside memory-core 232 ★

Full documentation available on GitHub

View Source Repository