The Command Library
Copy, paste, fill in the brackets. Every command and prompt from the playbook. Terminal = CLI commands you run; Desktop = how you talk it out before building.
Straight from the guide
Claude DesktopPlan by conversation (stop it from building)
I want to build [FEATURE]. Do NOT write code or a PRD yet.
Let's just talk through it: the goal, the trade-offs, the edge cases.
Ask me one question at a time until you understand exactly what I want. If you try to jump to building, I'll stop you.Terminal · Claude CodeRun the review loop
/grep-loop <PR#>Terminal · Claude CodeGive the agent the real source
npx open-source install <github-url-or-package>Terminal · Claude CodeThen point the agent at it
Look under the open-source/ folder, check out [framework], and show me how [feature] actually works before you build.The build loop
Claude DesktopPlan by conversation
I want to build [FEATURE]. Do NOT write code or a PRD yet.
Talk through the goal, trade-offs, and edge cases. Ask one question at a time until you understand what I want. If you try to build early, I'll stop you.Terminal · Claude CodeRun the review loop to 5/5
/grep-loop <PR#>Terminal · Claude CodeClean up complexity after
/code-simplifyTools
Terminal · Claude CodePull a library's real source
npx open-source install <github-url-or-package>Terminal · Claude CodePoint the agent at the source
Look under open-source/, check out [framework], and show me how [feature] actually works before building.Terminal · Claude CodeScaffold a reactive backend
npx convex devTerminal · Claude CodeTheme so it's not default ShadCN
npx shadcn@latest add <component> # plus tweakcn.com for the theme