A plug-and-play workflow system for Claude Code that helps you maintain context across sessions using /hello and /bye commands.
This workflow solves the "where did we leave off?" problem when working with Claude Code across multiple sessions and projects. It provides:
- /hello - Start a session by selecting a project and loading its context
- /bye - End a session by saving notes and updating project status
- Layered documentation - Brief overviews + detailed technical notes
- Git integration - Automatic commit/push reminders
- Multi-project support - Code projects (with git) and documentation-only projects
- Development standards - Consistent coding guidelines (DRY, YAGNI, git conventions, security)
- Project template - Quick-start scaffolding for new projects
- MVP mode - AI Co-Founder template for startups with autonomous execution
Choose your preferred setup method:
Linux/Mac:
git clone https://github.com/cato-pine/claude-workflow-setup.git
cd claude-workflow-setup
./scripts/setup.shWindows PowerShell:
git clone https://github.com/cato-pine/claude-workflow-setup.git
cd claude-workflow-setup
.\scripts\setup.ps1- Copy
commands/setup.mdto~/.claude/commands/ - Run
/setupin Claude Code - Follow Claude's prompts
See docs/MANUAL-SETUP.md for step-by-step instructions.
After setup, you'll have:
~/projects/ # Code projects (git repos)
├── my-app/
│ └── CLAUDE-INSTRUCTIONS.md
└── another-project/
└── CLAUDE-INSTRUCTIONS.md
~/CloudSync/Claude/ # Documentation & notes (your cloud sync folder)
├── SessionNotes/ # Brief session summaries
├── claude-projects/ # Documentation-only projects
│ └── research-project/
│ ├── CLAUDE-INSTRUCTIONS.md
│ └── SessionNotes/ # Detailed notes for this project
└── README.md
- Lists all your projects (code + documentation)
- You pick one to work on
- Claude reads the project's
CLAUDE-INSTRUCTIONS.md - Claude pulls latest code (if git project)
- Claude reads
NEXT-SESSION-START-HERE.mdfor context
- Creates brief session summary (what was done across all projects)
- Creates detailed technical notes (per project)
- Updates
CLAUDE-INSTRUCTIONS.mdwith current status - Asks about git commits/pushes
- Updates
NEXT-SESSION-START-HERE.mdfor next time
Code Projects (in ~/projects/)
- Have git repositories
/hellopulls latest code/byehandles commits and pushes
Documentation Projects (in cloud sync folder)
- No git required
- Great for research, planning, non-code work
- All files sync via your cloud service
MVP/Startup Projects (in ~/projects/)
- AI Co-Founder mode with proactive, autonomous execution
- Decision frameworks, metrics tracking, structured reviews
- Claude proposes solutions, executes within defined autonomy bounds
- Perfect for startups and side projects
- Claude Code installed
- A cloud sync folder (Dropbox, pCloud, Google Drive, OneDrive, etc.)
- Git (for code projects)
- Manual Setup Guide - Step-by-step instructions
- Concepts & Philosophy - Why this workflow exists
- FAQ - Common questions and troubleshooting
See the examples/ folder for filled-in examples of:
- A code project with git
- A documentation-only project
- Session notes
MIT License - see LICENSE
Contributions welcome! Feel free to open issues or PRs.