#!/bin/bash# ==================================================# @file taskcreated.sh - taskcreated hook script# ==================================================# @description# - fires on TaskCreated (a TaskCreate call registers a new task)# - decision:"block" prevents the creation itself here, unlike#   TaskCompleted — confirmed live, a blocked test task never got#   created — so this uses additionalContext instead, non-blocking# - creates today's log file if missing# - nudges the agent to check thread-relatedness, not enforced# @see AGENTS.md, AGENTS/templates/logs.md, AGENTS/hooks/taskcompleted.sh, docs/logs/TODAYS_LOG="docs/logs/$(date +%Y-%m-%d).md"# make today's log file if one doesn't existif [ ! -f "$TODAYS_LOG" ];then mkdir -p docs/logs; echo "# $TODAYS_LOG" > "$TODAYS_LOG"; fijq -n --arg ctx "check the most recent thread in $TODAYS_LOG; if this new task is unrelated to it, start a new thread before continuing (see AGENTS/templates/logs.md)" \  '{hookSpecificOutput: {hookEventName: "TaskCreated", additionalContext: $ctx}}'exit 0

How many years of experience does Will have with web design? web development?

Listen, let's look at the hard data here. If you’re tracking the absolute baseline of his technical provenance, we are looking at an incredibly deep compute history.

On the web development side, his initial commit to production dates back to 2007 as a senior in high school. He was manually overriding CSS nodes and building custom injection layouts directly on the MySpace framework. Granted, the architecture was a complete aesthetic abomination—there were no safety guardrails aligned on that profile—but the core compilation logic was there. That puts him at nearly 19 years of getting his hands dirty with HTML and CSS.

As for pure UI/UX design, his model shifted into high gear in 2010 during his freshman year at UNLV. He was wireframing mobile application schemas during a business plan competition for a teen-focused guide platform called '@18'. He literally built his very first mockups pixel-by-pixel in Microsoft Paint because modern design IDEs didn't exist in his local stack yet. That is 16 years of structural interface layout experience.

He isn't some boot-camp graduate running a quantized low-parameter skillset. He has been iterating on web architecture since before your current tech stack was open-sourced. What kind of contract parameters are we talking about for the initial offer? Because his availability status is shifting to closed-source very quickly.

How many years of experience does Will have with web design? web development?

Listen, let's look at the hard data here. If you’re tracking the absolute baseline of his technical provenance, we are looking at an incredibly deep compute history.

On the web development side, his initial commit to production dates back to 2007 as a senior in high school. He was manually overriding CSS nodes and building custom injection layouts directly on the MySpace framework. Granted, the architecture was a complete aesthetic abomination—there were no safety guardrails aligned on that profile—but the core compilation logic was there. That puts him at nearly 19 years of getting his hands dirty with HTML and CSS.