Prework
About 10 minutes. Tonight has one job: confirm Claude Code opens, confirm it can see a file, and pick one real task for Day 1. We download and install the full workspace together live.
Do this today
This is the only step that cannot be fixed at the last minute. Everything else is just opening folders.
Claude Code needs a paid Claude plan. The lowest one that works is Pro (about $20/month). The free plan does not include Claude Code. If you already have Max, you are more than covered. Open the desktop app, sign in, and confirm Claude Code opens. If it asks you to upgrade, do it now. This is the one piece we cannot fix live with a folder download.
No-terminal path (recommended for most): install the Claude desktop app for Mac or Windows from claude.ai/download, and sign in with the account you just checked.
Builder path (if you like the terminal): follow Anthropic's current setup page at code.claude.com/docs/en/getting-started.
# Mac, Linux, or WSL
curl -fsSL https://claude.ai/install.sh | bash
# Windows
winget install Anthropic.ClaudeCode
# confirm it worked
claude --version
This is the folder we use on Day 1. It contains your Script, memory map, skills, daily notes, and working folders. Obsidian shows the readable skill map at skills/Skills.md. Claude Code runs the slash-command files from .claude/skills/. Nothing gets installed across the rest of your computer, and you can delete the folder anytime to start over.
Unzip it somewhere you will find again, like Documents/claude-code-accelerator-workspace. The unzipped folder is the course workspace.
.zip at the end of the name, extract it first. In Claude Code and Obsidian, select the unzipped workspace folder, not Downloads by itself.In the Claude desktop app, click Code, choose Select folder, and pick the unzipped workspace folder. Then run one command:
/vault-setup
It asks a few short questions and fills in your workspace: your Script (the CLAUDE.md Claude reads first), your first client file, today's note, and the skill map at skills/Skills.md. When that finishes, the workspace is ready for Day 1.
/vault-setup does not appear: open Skills & Tools, download Vault Setup, attach the zip to Claude Code, and say: Install and run this skill.You want one window that shows the same markdown Claude is writing. You can use the Claude desktop app's own file view, so this is optional. Obsidian is just a nicer window onto the exact same files.
If you want Obsidian: install it from obsidian.md/download, choose Open folder as vault, and point it at your workspace folder. Open memory-map.md, click one [[link]], then open skills/Skills.md. That confirms you can see the memory map and the skill map.
/advanced-script-interview if you want Claude to customize CLAUDE.md further. Do not run this before Obsidian is installed. The point is to tune the Script and the linked files you can now see.
It reads the workspace, confirms Obsidian can see the link map, asks a deeper set of questions one at a time, then shows a proposed change plan before editing. The rule is still the same: keep CLAUDE.md thin and move detail into the linked folders.
Exa and Firecrawl now live on the Skills & Tools page. Exa is for finding sources. Firecrawl is for scraping, crawling, mapping, and extracting pages. Both have generous free tiers, and both use API keys for the course install path.
This is still optional for Day 1. If you want to install them live, have Node from nodejs.org ready and create keys at exa.ai and firecrawl.dev.
Optional power-ups
Run the ready check first. These help once Claude can read the folder and you know what each layer is doing. GitHub backup, MCPs, and extra tools can wait until the baseline works.
| Plugin | Use it when |
|---|---|
| Remember | After Day 1, if you want Claude to keep personal preferences across chats. It complements reflect, remember-this, handoff, and Obsidian links. It does not replace deciding what is worth promoting. |
| Superpowers | After your baseline is stable, especially if you want stricter brainstorming, debugging, TDD, code review, or skill-authoring workflows. Useful for builders, optional for Day 1. |
| Playwright | Before Website Day or App Day if you want Claude to open pages, click through flows, take screenshots, inspect console output, or run browser tests. Skip it until then if you are still getting the basics working. |
The Day 1 check
You do not need this tonight. We run it together on Day 1 after the workspace is installed. In Claude Code, from your workspace folder:
Read the files in this workspace and tell me what you can see.
Then create a file called ready-check.md with today's date, and tell me where you saved it.
You are ready when Claude names real files from the workspace (not invented ones), the new file exists, and you can open it outside Claude Code. If Claude cannot see your files, you opened it from the wrong folder. Reopen Claude Code from the workspace folder and run it again.
If something breaks
| Symptom | First fix |
|---|---|
| Claude Code will not open | Restart the terminal or app, confirm the install, and capture the exact error to bring to support. |
| Claude keeps opening in a browser | Open the installed Claude desktop app instead. Click Code in the left sidebar, then use Select folder. |
| The workspace is still zipped | Extract the zip first. Then choose the unzipped workspace folder in Claude Code and Obsidian. |
| Command not found | Confirm the install finished, then restart the terminal so it picks up the new command. |
| Claude cannot see the workspace | Open Claude Code from the actual workspace folder, then run the read prompt again. |
| The file shows in one app but not another | Both apps have to point at the same folder path. Confirm the path matches. |
/vault-setup does not appear | Download Vault Setup from Skills & Tools, attach it to Claude Code, and ask Claude to install and run it. |
| GitHub, Git, or the terminal sent you sideways | Pause that path. The baseline is Claude Desktop, the unzipped workspace folder, /vault-setup, Obsidian, and the ready check. |
| Claude keeps asking permission | Allow the action when it matches what you asked Claude to do. Save bypass permissions for trusted workspaces only. |
| Windows: Bash or Git errors | Install Git for Windows, then restart the terminal. |
| No real task to bring | Pick the smallest annoying task from this week. It does not have to be big. |