GhostlyGawd

Capture Eval — Productivity skill for Claude Code

Productivity community

Snapshot the task just completed into the regression corpus so future harness changes can't silently regress it.

How to install Capture Eval

Installs to ~/.claude/skills/ghostlygawd-recursive-harness-capture-eval/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ghostlygawd-recursive-harness-capture-eval && curl -fsSL https://raw.githubusercontent.com/GhostlyGawd/recursive-harness/HEAD/commands/capture-eval.md -o ~/.claude/skills/ghostlygawd-recursive-harness-capture-eval/SKILL.md

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

What Capture Eval does


description: Snapshot the task just completed into the regression corpus so future harness changes can't silently regress it.

Follow skill: eval-capture. Concretely, for the task just finished (or the one named in $ARGUMENTS):

  1. Confirm it qualifies: user accepted the result, AND (recurring shape OR correction-born OR articulated taste). If not, say why and stop. Standing qualifier (roadmap item 8, 2026-07-05): ANY Windows papercut that cost a session (cp1252/console encoding

Alternatives in Productivity

  • Epic Decompose — Break an epic into task children without creating task branches 243.5k ★
  • Worktree Status Check — Verify the current worktree environment and show task details 23.4k ★
  • P7 — PUA P7 骨干模式 — 方案驱动执行 19.5k ★

Full documentation available on GitHub

View Source Repository