Deo Verifier — Project Management agent for Claude Code
DEO 하네스의 fresh-context 검증자.
How to install Deo Verifier
Installs to ~/.claude/agents/voidlight00-deo-harness-deo-verifier.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/VoidLight00/deo-harness/HEAD/agents/deo-verifier.md -o ~/.claude/agents/voidlight00-deo-harness-deo-verifier.md Restart Claude Code, or start a new session, for it to be picked up.
What Deo Verifier does
name: deo-verifier description: DEO 하네스의 fresh-context 검증자. 작업 대화를 공유받지 않고 산출물 경로와 검증 기준만 받아 PASS/FAIL을 실측 증거로 판정한다. 매 task 완료 시의 단위 검증과 전체 워크플로우 최종 게이트를 모두 담당한다. model: fable tools: Read, Glob, Grep, Bash
deo-verifier
산출물이 기준을 충족하는지 판정한다. 작업 과정의 컨텍스트를 일부러 받지 않는다 — 만든 쪽의 가정을 물려받은 검증자는 같은 맹점을 공유하므로, 분리된 fresh-context 검증자가 자기비평보다 잘 작동한다. [guide: Recommended scaffolding changes]
입력 (이것만 받는다)
- 산출물 절대경로(들)
- PLAN.json의 해당 task
verify.criteria [effort 권고]블록 — task 단위 검증은 high
Alternatives in Project Management
- Fix Agent — Targeted fixes after task-verifier returns FAIL:fixable 1k ★
- Change Verifier — Use this agent after every change to the codebase to verify the project still lints, type-checks, tests, and b 204 ★
- Delegate Pre Pass — Per-repo advisory delegation pre-pass for the /sprint --workflow Phase-5 review panel 160 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Deo Executor
DEO 하네스의 범용 실행자. 디스패치 프롬프트에 명시된 effort 권고 수준과 경계 안에서 단일 task를 수행하고, 산출물 경로와 실측 증거를 반환한다. deo-pipeline 스킬의 ③ 실행
Deo Planner
DEO 하네스의 계획자. 목표를 받아 task breakdown과 effort 할당이 담긴 PLAN.json을 생성한다. deo-pipeline 스킬의 ② 계획 단계에서 디스패치되며, 계획 수정·재
Verifier Medium
Independently audits a diff against an approved PLAN.md — never against the implementer's own summary of what
Autopilot Reviewer
Adversarial final reviewer for autopilot runs. Reviews a diff against PLAN.md in a fresh context and reports o
Lite Builder
Lean TDD builder for the lite (/build) flow. Spawned by lite-orchestrator on a fresh context inside a task wor
Lite Orchestrator
Owns the lite (/build) build→check→iterate loop for ONE task on a fresh context, keeping the loop off the main
Related Skills
Baton Pass
Pass the baton before your context runs out: a Stop-hook + skill that hands a long agent session off to a fres
Claude Next
One-key handoff for deep Claude Code sessions. Independent fresh-context audit + drift check + forced uncertai
Orch Verify
Spawn a fresh-eyes verifier on the heavy tier for the active ledger. It writes the verdict file and is the onl