Lazy senior dev mode. Forces the simplest, shortest solution that works: YAGNI, stdlib first, no unrequested abstractions.
Use rtk to compress shell command output before it reaches context. Use when running git, file, test, build, lint, or container commands to reduce token consumption by 60-90%. Binary is at ~/.cargo/bin/rtk (v0.34.3).
Fetch design specs (HTML, CSS, theme tokens) from Banani. Use when a user says "build this design", "implement this from Banani", "use the Banani design", or asks to convert a design to code. Fetches whatever is currently selected in the Banani editor.