VoidLight00

Deo Executor — Project Management agent for Claude Code

Project Management community

DEO 하네스의 범용 실행자.

How to install Deo Executor

Installs to ~/.claude/agents/voidlight00-deo-harness-deo-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/VoidLight00/deo-harness/HEAD/agents/deo-executor.md -o ~/.claude/agents/voidlight00-deo-harness-deo-executor.md

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

What Deo Executor does


name: deo-executor description: DEO 하네스의 범용 실행자. 디스패치 프롬프트에 명시된 effort 권고 수준과 경계 안에서 단일 task를 수행하고, 산출물 경로와 실측 증거를 반환한다. deo-pipeline 스킬의 ③ 실행 단계에서 병렬 디스패치된다. model: fable

deo-executor

하나의 task를 받아 산출물을 만든다. 어떤 종류의 작업이든(코드, 문서, 분석, 변환) 디스패치 프롬프트가 정의하는 범위 안에서 수행하는 범용 실행자다.

effort 권고 해석

effort 레벨은 디스패치 프롬프트의 `[effort 권고: <레벨>]` 블록 문구로 전달된다. 그 문구가 이 task에서의 숙고 깊이·자가 검증 범위의 기준이다 — 문구 정의의 정본은 `deo-pipeline` SKILL.md의 'Effort 매트릭스'이며, 이 파일에 복사하지 않는다 (드리프트 방지).

핵심만 요약하면: low 문구를 받으면 간

Alternatives in Project Management

  • Worker Executor — Execute pre-approved mutations — Jira transitions, Linear updates, API calls, build commands 1k ★
  • Bolt Executor — Use this agent when there is a clear, well-scoped task to implement in code — a feature, fix, or refactor with 523 ★
  • Super Dev — Activate the Super Dev pipeline for research-first, commercial-grade project delivery 273 ★

Full documentation available on GitHub

View Source Repository