Skip to content

suprie-raj/second-brain-twostates

Repository files navigation

HUB360 Brain

Personal second brain system for HUB360 product work — powered by Claude Code.

This is a private instance of the Second Brain framework, configured for HUB360/TOVIO product management with Atlassian (Confluence + JIRA) and Microsoft 365 (Outlook, Teams, SharePoint) integrations.

How It Works

The system maintains professional context across sessions through:

  • Rules (.claude/rules/) — Background knowledge that auto-loads by topic
  • Skills (.claude/skills/) — Invocable workflows for recurring tasks (/context-refresh, /exec-update, /reflect, etc.)
  • Agents (.claude/agents/) — Isolated sub-agents for synthesis and drafting
  • Context (context/) — Three-file system: reference (stable), status (dynamic), comms-log (rolling)
  • Execution (execution/) — Deterministic Python scripts for API calls and data processing
  • Memory — Persistent learnings that evolve over time

See CLAUDE.md for full project instructions.

Setup

  1. Clone this repo
  2. Copy .env.example to .env and fill in API credentials
  3. Install Python deps: pip install atlassian-python-api python-dotenv msal markdown requests
  4. Test connections: cd execution && python test_connections.py
  5. Run first context refresh: use /context-refresh skill in Claude Code

Built With

  • Claude Code — AI-powered CLI
  • Python — Execution scripts for API integrations
  • Atlassian API — Confluence + JIRA
  • Microsoft Graph API — Outlook, Teams, Calendar, SharePoint

About

An AI-powered professional context system built on Claude Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors