The scenario
You’re debugging a 502 error on the payments webhook endpoint. Your team has a ChatGrid board with architecture docs, tutorials, and past incident postmortems. The notes and extracted source text have already been vectorized, so Claude Code can search them. Here’s how you use it without leaving the terminal.Step 1: Search for relevant knowledge
- A postmortem from February about webhook timeouts
- Jordan’s architecture notes about the retry system
Step 2: Get context on the architecture
Step 3: Find a related tutorial
Step 4: Add what you learn
You figure out the issue: the webhook timeout was set to 5 seconds, but Stripe sometimes takes 8 seconds to send the full payload. Save that knowledge for the team:Step 5: Ask a broader question
The full loop
More example prompts
Need to set up MCP first? See the MCP Setup guide.