Claude Tips

Claude Code Tip#02: Planning Mode vs Thinking Mode

2 min read
Claude has two modes for handling complex tasks , Planning Mode and Thinking Mode. Planning Mode = Breadth : looks wide across your whole project Thinking Mode = Depth : thinks hard about one specific problem Planning Mode Think of it like a contractor who walks through your entire house before starting any work. They check every room, understand what is connected to what, and make a list before picking up a single tool.

Claude Code Tip#01: Use /init Before You Start Coding

4 min read
Why Context Matters More Than You Think Imagine you just joined a new team. It is your first day. A colleague walks up and says “Can you fix the authentication bug in the user service?” You have no idea where the user service lives, what language the project uses, whether there is a test suite, or what the team’s coding style looks like. You could ask a dozen follow-up questions or worse, you could guess and get it wrong.