Teaches the AI to design like a high-end agency. Defines the exact fonts, spacing, shadows, card structures, and animations that make a website feel expensive. Blocks all the common defaults that make AI designs look cheap or generic.
Audit all system-level instructions embedded in this repository's Claude configuration, surface them as a structured inventory, and validate them for consistency, safety, and alignment with project goals.
Keep long-running agent tasks visibly alive by emitting periodic heartbeat status updates to stdout. Prevents silent timeouts and gives the operator confidence the task is still progressing.
Prevents scope creep by explicitly defining the boundaries of a task before implementation begins. Ensures the agent works on exactly what was asked — no more, no less.
Deep-dive diagnostics for tokenizer behavior in LLM training and inference. Tokenizer bugs are uniquely dangerous because they're silent — the model trains fine, but on subtly wrong data.
Monitor and diagnose LLM/ML training instability — loss spikes, exploding gradients, dead neurons, and learning rate mismatches. Surfaces actionable fixes before they derail a training run.
Session closing ritual with learning capture. Run at the end of every coding session. 5 steps: changes audit, quality check, learning capture, next session planning, summary.
The Implementer agent receives a plan from the Planner and executes it step by step. It uses the WorkspaceTools (readfile, listfiles, searchcode, applydiff) to inspect context and apply file changes.