Quick Start
Get Catalyst installed and working in your project in under 5 minutes.
Install Prerequisites
Section titled “Install Prerequisites”- Claude Code installed and working
- HumanLayer CLI for the persistent thoughts system:
pip install humanlayer# orpipx install humanlayerRun the Setup Script
Section titled “Run the Setup Script”curl -O https://raw.githubusercontent.com/coalesce-labs/catalyst/main/setup-catalyst.shchmod +x setup-catalyst.sh./setup-catalyst.shThe script will:
- Check and install prerequisites (HumanLayer, jq)
- Set up a thoughts repository (one per org)
- Create project configuration
- Configure worktree directories
- Prompt for API tokens (Linear, Sentry, etc.)
- Link your project to shared thoughts
Install the Plugin
Section titled “Install the Plugin”In Claude Code:
/plugin marketplace add coalesce-labs/catalyst/plugin install catalyst-devRestart Claude Code after installing.
Add Catalyst Context to Your Project
Section titled “Add Catalyst Context to Your Project”Copy the Catalyst snippet into your project’s CLAUDE.md so Claude Code understands the available workflows:
cat plugins/dev/templates/CLAUDE_SNIPPET.md >> .claude/CLAUDE.mdTry It Out
Section titled “Try It Out”Start a Claude Code session and run:
/research-codebaseFollow the prompts to research your codebase. Catalyst will spawn parallel agents, document what exists, and save findings to thoughts/shared/research/.
Optional Plugins
Section titled “Optional Plugins”Catalyst is a 5-plugin system. Install what you need:
# Project management (Linear integration)/plugin install catalyst-pm
# Analytics (PostHog integration)/plugin install catalyst-analytics
# Debugging (Sentry integration)/plugin install catalyst-debugging
# Workflow discovery (advanced users)/plugin install catalyst-metaNext Steps
Section titled “Next Steps”- Configuration — Two-layer config system and secrets management
- First Workflow — Walk through the research-plan-implement cycle
- Multi-Project Setup — Managing multiple clients or projects