Skip to content

adtruiz/Calen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calen - Chief of Staff System

Personal productivity system using git worktrees to manage multiple projects with AI-powered assistance.

Overview

Calen is a multi-project management system that uses git worktrees to maintain separate contexts for each project. Each worktree has its own CLAUDE.md (context for Claude Code), README.md, and daily-log.md.

Project Portfolio

Active Projects

Project Description Status
Vlaid Healthcare data API ("Plaid for Healthcare") Production
Willow & Co Dog park management SaaS Active (Apple approval)
CMS Star Ratings Healthcare provider ratings API Production
SportsMarkets AI sports predictions for X Active

Business Projects (Sage Group LLC)

Project Description Status
Maturi Brazilian tropical syrup brand Market expansion
Graphene B2B industrial nanomaterials Established

Verzi LLC

Project Description Status
Verzi Company operations Active
Diathrive Client - healthcare data schemas Complete

Paused/Dormant

Project Description Status
ExecWatchDog CEO compensation analysis Paused
Retro Cash Rush Multiplayer cash prize game Paused
MomentBeheld Historical visual stories Dormant

Cross-Cutting

Project Description Status
Network Professional relationships Active
Personal Family & life Active

Quick Navigation

# Jump to any worktree
cd ~/projects/Calen/worktrees/vlaid
cd ~/projects/Calen/worktrees/willow-co
cd ~/projects/Calen/worktrees/network
# ... etc

# List all worktrees
git worktree list

Daily Workflow

  1. Morning: Check Slack for daily briefs
  2. Work: Open relevant worktree in terminal, run claude
  3. Throughout Day: Update via Slack or direct commits
  4. Evening: Brain dump in Slack, system auto-commits

System Components

  • GitHub: Worktree storage and version control
  • Slack: Communication interface (one channel per project)
  • Linear: Task management
  • Gmail/Calendar: Auto-sync for context
  • Railway: Backend automation services

Repository Structure

Calen/
├── README.md           # This file
├── CLAUDE.md           # Main branch context
├── backend/            # Railway deployment
└── worktrees/
    ├── vlaid/
    ├── willow-co/
    ├── verzi/
    ├── diathrive/
    ├── maturi/
    ├── graphene/
    ├── cms-star-ratings/
    ├── sportsmarkets/
    ├── execwatchdog/
    ├── retrocashrush/
    ├── momentbeheld/
    ├── network/
    └── personal/

Getting Started

Each worktree is independent. To work on a specific project:

  1. Navigate to the worktree: cd worktrees/vlaid
  2. Start Claude Code: claude
  3. Claude will read the CLAUDE.md for context
  4. Work on your project
  5. Commit and push when done

About

Test repo for learning git worktrees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published