Claude Code Semantic Memory banner
gtrusler gtrusler

Claude Code Semantic Memory

Development community intermediate

Description

A powerful multi-agent research system using Claude Code to deliver comprehensive, multi-perspective analysis through intelligent orchestration. Inspired by Grok's heavy mode and make-it-heavy.

Installation

Terminal
claude install-skill https://github.com/gtrusler/claude-code-heavy

README

Claude Code Heavy

A powerful multi-agent research system using Claude Code to deliver comprehensive, multi-perspective analysis through intelligent orchestration. Inspired by Grok's heavy mode and make-it-heavy.

🚀 What is Claude Code Heavy?

Claude Code Heavy gives Claude full control to orchestrate parallel research:

    undefined

🎯 Quick Start

# Clone the repo
git clone https://github.com/yourusername/claude-code-heavy
cd claude-code-heavy

# Make script executable
chmod +x ccheavy.sh

# Run interactively (recommended)
./ccheavy.sh

# Or run with command line args
./ccheavy.sh "How do we solve the global water supply issue?"

🤔 Why This Approach?

**Claude is the Intelligence**: Instead of hard-coding research patterns, we let Claude:

    undefined

**Pre-built Infrastructure**: The script simply:

    undefined

📖 How It Works

graph TD
    A[Run ./ccheavy.sh] --> B[Setup Workspaces]
    B --> C[Claude Analyzes Query]
    C --> D[Creates Research Plan]
    D --> E[Decides Assistant Count]
    E --> F[Generates Questions]
    F --> G[Parallel Research Phase]
    G --> H1[RA-1 Research]
    G --> H2[RA-2 Research]
    G --> H3[RA-3 Research]
    G --> H4[... RA-N Research]
    H1 --> I[Synthesis]
    H2 --> I
    H3 --> I
    H4 --> I

...