Skip to content

Instantly share code, notes, and snippets.

@pfftdammitchris
Created January 15, 2026 16:46
Show Gist options
  • Select an option

  • Save pfftdammitchris/20acdf261843f4b088e49082c18d2bd5 to your computer and use it in GitHub Desktop.

Select an option

Save pfftdammitchris/20acdf261843f4b088e49082c18d2bd5 to your computer and use it in GitHub Desktop.
15 Miraculous AI Agent Strategies for Code Generation in 2026 - snippet-4.md

CLAUDE.md - Clarification Protocol

When requirements are ambiguous, ask BEFORE coding:

  • "Add authentication" → OAuth? JWT? Session? Magic link?
  • "Make it performant" → What's baseline? Target latency?
  • "Handle errors" → User-facing? Logging only? Recovery?

Format: Present 2-3 options with trade-offs, let user choose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment