Claude Code settings: default to plan mode and plans directory
If you are usually first go to plan mode in Claude Code then you can set this mode as default in two ways:
- You can run
/configin your Claude Code session and then change theDefault permission modesetting toPlan
- Or you can edit your project settings or global settings at
~/.claude/settings.jsonto set this:
{
"permissions": {
"defaultMode": "plan"
}
}
One more trick if you are in Claude Code settings is that you can change your plans directory to something that you might consider backup or even give it to a tool like qmd
{
"plansDirectory": "~/Projects/AI-plans"
}