Created
June 6, 2025 18:24
-
-
Save nishanc/9a6f364c98e48fee61171a74a622085d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🧠 1. Brainstorming Ideas | |
Prompt: | |
============================================= | |
Update your memory. | |
Here's the context of what we're trying to solve: [Insert context]. | |
Now, don't try to impress me. Don't automatically agree with my approach. Instead, based on the data and knowledge you have, generate your own honest perspective. Break your answer down into digestible parts to help me think it through clearly. | |
============================================= | |
🔍 Use this when you're not sure how to approach a problem or want fresh perspectives that challenge your own assumptions. | |
⚡ 2. Quick Knowledge Refresh | |
Prompt: | |
============================================= | |
Let’s start a conversation about [e.g., MCP servers]. You can ask me a few questions to assess my current understanding. | |
For each correct answer I give, confirm it, then try to improve or build on it with your own insights. If I get something wrong, explain the correct answer clearly, then move to the next question. | |
Let’s begin. | |
============================================= | |
🧩 Perfect for revising technical topics or preparing for interviews in an interactive, dialog-driven way. | |
🛠️ 3. Code Refactoring with Collaboration | |
Prompt: | |
============================================= | |
I've made some updates to the code based on a new requirement. | |
Ask me questions if you need clarification on the business logic or the intended behavior. Get my confirmation before making any changes to the source code. | |
============================================= | |
🤝 This is great when using the LLM as a pair-programming partner for safe, intentional refactoring. | |
📋 4. Review My Implementation | |
Prompt: | |
============================================= | |
Here's my solution to the problem: [Insert your implementation]. | |
Review it as if you’re a senior developer in a code review. Identify potential improvements, edge cases I may have missed, and suggest best practices I should follow. Don’t just say it’s good—explain why or why not. | |
============================================= | |
🔧 Use this for constructive code feedback beyond syntax or styling. | |
📚 5. Compare Multiple Solutions | |
Prompt: | |
============================================= | |
I'm considering two (or more) approaches to implement this feature: [Briefly describe options]. | |
Compare them in terms of performance, readability, scalability, and maintainability. Recommend the most suitable one based on the context, and explain why. | |
============================================= | |
🧠 Use this to make better architectural or design decisions with full context. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment