Skip to content

Instantly share code, notes, and snippets.

@hershey-g
hershey-g / PROMPT.md
Created March 12, 2026 19:59
Sales Call Copilot - Build Spec for Claude Code

Build: Sales Call Copilot

This is a directive for Claude Code in PLAN MODE.

Build the complete "Sales Call Copilot" web application as described below. Decompose this into as many parallel sub-agents as possible to maximize build speed. Suggested parallel tracks: (1) Backend server + WebSocket/STT layer, (2) Frontend shell + routing, (3) UI components + design system, (4) Intelligence engine + LLM client, (5) Context manager + RAG store, (6) Client context API + storage. Run these in parallel and integrate at the end. Do not wait for one track to finish before starting another unless there is a hard dependency.


Reference Codebases (read these before building)

@hershey-g
hershey-g / background.js
Created January 29, 2026 20:30
Clawdbot Browser Relay Extension
const DEFAULT_PORT = 18792
const BADGE = {
on: { text: 'ON', color: '#FF5A36' },
off: { text: '', color: '#000000' },
connecting: { text: '…', color: '#F59E0B' },
error: { text: '!', color: '#B91C1C' },
}
/** @type {WebSocket|null} */