Daeseon Yoo
Back to project
·Decision·3 min

Recruiter cold-entry pass: surface current status, kill dead links, make the log scannable

A cold recruiter-POV audit of every entry surface drove a content/IA pass — home Now block, post bylines, newest-first + grouped project log, live DalkkakAI link, summary rendering fix — all inside the v1 visual freeze. Visual redesign deferred.

Context

The site's first purpose is the job hunt, but it had never been checked from a recruiter's actual first-30-seconds view. A multi-agent cold-entry audit (8 agents, one per surface: home, a deep-linked post, /posts, /projects, the project-log timeline, /now, /about) scored each on who/what, seniority + stack, availability + action, recency, and scannability.

Verdict: strong on who/what/available/recent, but two self-inflicted wounds bled trust inside the 30-second window — the lead featured project's two links both 404'd, and the real signal was buried (flat oldest-first log; no summaries on post lists; no identity on leaf pages a recruiter reaches from a shared link).

Options considered

Chosen + Why

The content/IA pass. Shipped this turn:

Each item maps to a measured audit deficiency, is reversible, and stays inside the visual freeze.

Trade-off accepted

Working inside the freeze means the timeline and cards still look uniform — grouping and ordering carry the hierarchy instead of visual weight. Several recruiter-facing gaps stay open as owner-judgment calls: an explicit "Senior" label, one staff-scale metric on the home page, and the three projects whose only link was a now-private repo (no live URL yet).

Reversibility

two-way — every change is frontmatter, content, or component logic; revert is a commit.

Verified by

The cold-entry audit workflow (8 agents, this session). Each shipped change built clean (tsc --noEmit + next build) and deployed to main; the dead-link and summary fixes were confirmed against the live site.

Discussion artifacts

Cold-entry audit workflow run this session; the preceding recruiter-orientation discussion earlier in the same session.

Commit

6f66484 (summary fallback), 5cb5a0b (home Now block), 0c1ba6b (timeline newest-first + link fixes), 8697468 (post bylines, log grouping, live DalkkakAI, /now).