📄️ Context Engineering
Context engineering is giving the AI the right information at the right time. That's it. Curate what the model sees, get better results.
📄️ Prompt Engineering
Prompt engineering is writing instructions that get AI models to do what you actually want. Sounds simple. It's not.
📄️ Reasoning Strategies
Basic prompts work for simple tasks. For complex problems, you need reasoning strategies. These force the AI to follow specific cognitive patterns before answering.
📄️ Plan Mode
Plan mode is a built-in agent in VS Code that researches your codebase and collaborates with you to create a detailed implementation plan before any code changes happen. Think before you code.