Any service that syncs a folder: Dropbox, pCloud, Google Drive, OneDrive, iCloud Drive, Syncthing, etc.
Yes, but you'll lose the ability to access documentation across machines. Just use a local folder for docs_path.
Only for code projects. Documentation-only projects don't require git.
Use your existing folder! The setup just needs to know where it is.
Yes, edit ~/.claude-workflow/config.json with your new paths.
No data is lost, but:
- Session notes won't be created
- CLAUDE-INSTRUCTIONS.md won't be updated
- NEXT-SESSION-START-HERE.md won't be updated
Next session, you can:
- Update CLAUDE-INSTRUCTIONS.md manually
- Or just continue and run /bye when done
Yes! /bye will:
- Ask about each project you touched
- Create notes for each
- Update each project's CLAUDE-INSTRUCTIONS.md
Check that:
- The project folder exists
- It contains a
CLAUDE-INSTRUCTIONS.mdfile - It's in the right location (projects_path or docs_path/claude-projects)
Absolutely. It's just a markdown file. Edit it anytime.
Just say "no" when /bye asks. It will document the unpushed commits in your session notes.
- Brief notes:
[docs_path]/SessionNotes/SESSION-YYYY-MM-DD.md - Detailed notes:
[docs_path]/claude-projects/[project]/SessionNotes/SESSION-YYYY-MM-DD-TOPIC.md
- Brief: High-level summary, covers all projects in one file
- Detailed: Technical deep-dive, one file per project/topic
Yes. They're just documentation. Archive or delete as you see fit.
~/.claude-workflow/config.json
~/.claude/commands/ (hello.md and bye.md)
- Restart Claude Code
- Check files exist in
~/.claude/commands/ - Check file permissions
Create ~/.claude-workflow/config.json:
{
"projects_path": "/path/to/your/projects",
"docs_path": "/path/to/your/cloud/Claude"
}- Check your docs_path is inside a synced folder
- Verify your cloud sync app is running
- Check for sync errors in your cloud app
- Make sure you're in a git repository
- Check you have remote configured (
git remote -v) - Check you have push access
- Verify
CLAUDE-INSTRUCTIONS.mdexists in the project folder - Check the project is in the right location
- Check config.json has correct paths
Yes! The files in ~/.claude/commands/ are just markdown. Edit them to change behavior.
Yes. Create additional .md files in ~/.claude/commands/. They'll be available as /filename.
Yes. Copy templates to your projects and modify as needed.
The workflow expects:
CLAUDE-INSTRUCTIONS.mdfor project contextSessionNotes/for notesNEXT-SESSION-START-HERE.mdfor quick resume
You can modify the commands to use different names, but these are the defaults.
- Create
CLAUDE-INSTRUCTIONS.mdin each project (use templates) - Fill in current status and next steps
- They'll appear in
/hello
Yes. You can:
- Use your existing folder as docs_path
- Customize where notes are saved
- Link to your existing notes in CLAUDE-INSTRUCTIONS.md
- Set up this workflow
- Import relevant info into CLAUDE-INSTRUCTIONS.md files
- Old system can coexist or be archived
You can! But:
- It's repetitive
- You might forget important details
- No history of decisions
- Hard to resume after breaks
Efficiency:
- Brief notes for quick scanning
- Detailed notes only when needed
- Less cognitive load
- Fresh context for next session
- Documentation while details are fresh
- Clear stopping point