When to Be Specific
While simplicity is usually better, certain tasks require precise details to avoid assumptions.
Scenarios Requiring Specificity
- API Integrations: Paste the JSON schema or response type
- Bug Fixing: Include the stack trace, not just "it's broken"
- Legacy Code: Explain non-standard patterns explicitly
- Naming Conventions: Specify if you use camelCase, snake_case, etc.