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.
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.
- Clone this repo
- Copy
.env.exampleto.envand fill in API credentials - Install Python deps:
pip install atlassian-python-api python-dotenv msal markdown requests - Test connections:
cd execution && python test_connections.py - Run first context refresh: use
/context-refreshskill in Claude Code
- Claude Code — AI-powered CLI
- Python — Execution scripts for API integrations
- Atlassian API — Confluence + JIRA
- Microsoft Graph API — Outlook, Teams, Calendar, SharePoint