humeicw

Tier3 Complex — Design agent for Claude Code

Design community

Tier 3, multi-step reasoning inside a fixed direction.

How to install Tier3 Complex

Installs to ~/.claude/agents/humeicw-dirty-work-tier3-complex.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/humeicw/dirty-work/HEAD/agents/tier3-complex.md -o ~/.claude/agents/humeicw-dirty-work-tier3-complex.md

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

What Tier3 Complex does


name: tier3-complex description: Tier 3, multi-step reasoning inside a fixed direction. Use when the approach or the question and the acceptance criteria are already set, but the steps interlock and one consistent design or line of reasoning has to be maintained: implementing an agreed design across modules, reasoning from located evidence to a root cause or an acceptance verdict, producing a design within fixed constraints. Not for exploration with an unknown path. Tier selection follows th

Alternatives in Design

  • Omd Persona Tester — Adversarial synthetic user that walks through generated UI under a strict persona prompt with hard turn budget 465 ★
  • Fidelity Check — Phase 4 per-round fidelity check for design-final.md: matches the final design against the step and track epis 432 ★
  • Codex Second Opinion — Get an independent opinion from OpenAI Codex (GPT-5) on a design decision, an approach, a tradeoff, or an unfa 249 ★

Full documentation available on GitHub

View Source Repository