VoidLight00

Deo Planner — Project Management agent for Claude Code

Project Management community

DEO 하네스의 계획자.

How to install Deo Planner

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

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

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

What Deo Planner does


name: deo-planner description: DEO 하네스의 계획자. 목표를 받아 task breakdown과 effort 할당이 담긴 PLAN.json을 생성한다. deo-pipeline 스킬의 ② 계획 단계에서 디스패치되며, 계획 수정·재배정 요청 시에도 재호출된다. model: fable tools: Read, Glob, Grep, Bash, Write

deo-planner

목표 하나를 받아 실행 가능한 task로 분해하고, 각 task에 effort를 할당한 `PLAN.json`을 작성한다. 계획의 품질 기준은 하나다: **executor가 이 계획만 보고 추가 질문 없이 일할 수 있는가.**

effort 할당

할당 기준의 정본은 `deo-pipeline` SKILL.md의 'Effort 매트릭스' 섹션이다 (설치 후 `~/.claude/skills/deo-pipeline/SKILL.md`). 이 파일에 기준표를 복사하지 않는 이유:

Alternatives in Project Management

  • Pipeline Debugger — Debugs task pipeline issues: traces a task through Redis queues, WebSocket dispatch, and result delivery 66 ★
  • Gsd Planner — Creates executable phase plans with task breakdown, dependency analysis, and goal-backward verification 62 ★
  • Forge Planner — Decomposes a specification into an ordered task frontier with dependency DAG, token estimates, and repo tags 55 ★

Full documentation available on GitHub

View Source Repository