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. 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
| What you’re doing | What you say to Claude Code |
|---|---|
| Starting a new feature | ”What does our board say about the payments data model?” |
| Reviewing a PR | ”Search the board for our error handling conventions” |
| Debugging | ”Search the board for issues with Supabase connection pooling” |
| Making a decision | ”Based on our board, what are the pros/cons of Inngest vs Temporal?” |
| Onboarding | ”Summarize everything on the payments board for a new team member” |
Need to set up MCP first? See the MCP Setup guide.