Some custom slash commands I'm using with Claude Code.
- prepare Helps preparing for a task, clarifiying user intent, creating ground truth. Often using it as a primer before enterering plan mode.
- streamline-docs Reviews and proposes improvements for documentation of the repo I'm working in. Keeps docs concise and accurate and lean.
- debug Structured debugging workflow: identifies root cause, validates hypothesis before fixing, delivers minimal safe patches.
- interview Interviews you about a request to gather detailed requirements, then writes a spec document.
- refinement Reviews a GitHub issue and provides refinement feedback as a Senior Engineer.