Claude Code is already great at what it does. But it does the same thing every time — regardless of whether I’m exploring an idea, writing code, or hunting a bug.
I wanted Claude to think differently depending on the task. Not just follow instructions — actually stay in a specific mindset throughout an entire session.
So I built Clauge.
Five modes, five behaviors
When you create a session in Clauge, you pick a purpose. Claude adapts — and stays that way for the entire conversation.
Brainstorming won’t write a single line of code until you’ve thought through the approach. It pushes back, proposes alternatives, and forces you to decide before building. I stopped building wrong things because of this mode alone.
Development focuses on clean, small, verified changes. No random refactoring. No “let me also improve this while I’m here.”
Code Review gets critical. Real bugs, security gaps, missing edge cases — with file and line references. Not vague suggestions.
PR Review pulls the branch diff and reviews the full PR. I use this before merging anything from my team.
Debugging follows a strict process: reproduce, hypothesize, verify, fix. No guessing.
Parallel sessions on the same project
This is the part I use most. Brainstorming in one session, development in another — same project, same codebase. Sessions are automatically isolated so they don’t step on each other.
Switch between them instantly. Everything stays alive.
The numbers
- 7MB app. That’s it. Built with Rust + Tauri.
- Session and weekly usage limits visible in the menu bar. No more wondering if you’re about to hit your cap.
- Sessions organized by project. Expand, collapse, keyboard shortcuts for everything.
Clauge is Free and Open Source,
Try Clauge Today!
Check out more projects on GitHub

Top comments (0)