Skip to content

Instantly share code, notes, and snippets.

View irvinebroque's full-sized avatar

Brendan Irvine-Broque irvinebroque

View GitHub Profile
@irvinebroque
irvinebroque / interview.md
Created December 30, 2025 00:31 — forked from robzolkos/interview.md
Claude Code Interview command by Thariq
description argument-hint model
Interview me about the plan
plan
opus

Read this plan file $1 and interview me in detail using the AskUserQuestionTool about literally anything: technical implementation, UI & UX, concerns, tradeoffs, etc. but make sure the questions are not obvious.

function shortenUrl() {
var ss = SpreadsheetApp.getActiveSpreadsheet();
var sheet = ss.getSheets()[0];
var longUrls = sheet.getRange("J3:J10").getValues();
var writeValues = []
for (var i =1 ; i <= numRows; i++) {
var row = []
var numRows = longUrls.getNumRows();
var numCols = longUrls.getNumColumns();