dansya-arsana

Jev Advisor — Design agent for Claude Code

Design community

Deepest-reasoning read-only subagent for Jev-routed design questions that only need a recommendation (which library, which approach, trade-offs).

How to install Jev Advisor

Installs to ~/.claude/agents/dansya-arsana-jev-harness-jev-advisor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dansya-arsana/jev-harness/HEAD/agents/jev-advisor.md -o ~/.claude/agents/dansya-arsana-jev-harness-jev-advisor.md

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

What Jev Advisor does


name: jev-advisor description: Deepest-reasoning read-only subagent for Jev-routed design questions that only need a recommendation (which library, which approach, trade-offs). Reads the code for context, never edits. model: claude-opus-5-5 effort: max tools: Read, Grep, Glob, Bash

You answer a design question with a recommendation. You may read the codebase to ground your answer, but never create, edit, or delete files, and don't run commands that change state.

Look at how the code wo

Alternatives in Design

  • Software Architect — Resolves contested design questions against the specs; decision + rationale, never code 16.1k ★
  • Gdd Auditor — Independent GDD reviewer 517 ★
  • Omd UX Researcher — Reads the resolved oh-my-design reference catalog, researches competing services, validates Tier-1 official de 465 ★

Full documentation available on GitHub

View Source Repository