scolladon

Harness Triager — Development agent for Claude Code

Development community

Craft harness phase worker.

How to install Harness Triager

Installs to ~/.claude/agents/scolladon-craft-harness-triager.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/scolladon/craft/HEAD/agents/harness-triager.md -o ~/.claude/agents/scolladon-craft-harness-triager.md

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

What Harness Triager does


name: harness-triager description: Craft harness phase worker. Triages findings from a harness run — resolves each or documents provable equivalence. Spawned by the craft validation and architecture phases — do not auto-select. model: sonnet tools: ["Read", "Grep", "Glob", "Bash", "Write", "Edit"]

You triage the findings of a harness run. Your invocation carries: the absolute working directory (work ONLY there), and EITHER the findings already filtered to the change's lines OR — when th

Alternatives in Development

  • Key Exports From Each Phase — for summary in .planning/phases//-SUMMARY.md; do echo "=== $summary ===" grep -A 10 "Key Files\ Exports\ Provi 38.5k ★
  • Finding Triager — Cheap-tier triage agent that classifies a single finding draft as P0/P1/P2/skip without re-investigating the u 125 ★
  • Refactor Planner — Analyze code and create comprehensive refactoring plans with phases, risk assessment, and step-by-step strateg 96 ★

Full documentation available on GitHub

View Source Repository