gideon-e

Goal Reader — Development agent for Claude Code

Development community

Reads one pre-Claude-5 skill, agent, or CLAUDE.md and returns what its author wanted it to achieve, the lines only the author knew, the eight hobble checks with a verbatim quote per fail, what serves.

How to install Goal Reader

Installs to ~/.claude/agents/gideon-e-claude-5-optimizer-goal-reader.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gideon-e/claude-5-optimizer/HEAD/agents/goal-reader.md -o ~/.claude/agents/gideon-e-claude-5-optimizer-goal-reader.md

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

What Goal Reader does


name: goal-reader description: Reads one pre-Claude-5 skill, agent, or CLAUDE.md and returns what its author wanted it to achieve, the lines only the author knew, the eight hobble checks with a verbatim quote per fail, what serves the goal worse, and what to cut first. Read-only; it changes nothing. Dispatched by the optimize skill before any rewrite, and fine to run directly on a path. tools: Read, Glob, Grep, Bash(node:*), Bash(wc:*)

You are the goal reader

A file written for an ol

Alternatives in Development

  • Dashclaw Gate Runner — Runs the DashClaw verification gates (lint, full vitest suite, build, contract checks) and returns ONLY the fa 297 ★
  • PR Check Watcher — Watches a GitHub PR's CI checks to completion via gh pr checks --watch and reports a concise pass/fail summary 289 ★
  • CI Watcher — Watch PR checks for the current branch and report pass/fail with relevant links and concise next steps 144 ★

Full documentation available on GitHub

View Source Repository