Skip to content

Getting Started

Prerequisites

  • A supported Mac or Windows PC
  • Claude Code or Codex
  • An HQ account

Install

  1. Go to hqforwork.com/install and download HQ for your computer.
  2. Open HQ and sign in.
  3. Choose where your HQ workspace should live (the default is ~/hq).
  4. Select Install and let HQ finish setup.
  5. On the HQ is ready screen, select Open in Claude Code or Open in Codex.

Opening either AI tool is the final onboarding step. HQ opens the selected tool in your workspace, completes onboarding, and switches to the compact sync app in your menu bar or system tray. If you want to open the workspace yourself, select Finish instead.

Finish setup in your AI tool

Claude Code opens with /setup ready to run. In Codex, open the prompt and run:

Terminal window
/setup

The setup wizard walks you through 5 phases:

Phase 1: Dependencies

Checks that qmd, Claude Code, and gh are installed.

Phase 2: Identity

  • Your name and handle
  • What you do
  • Your domains/areas of expertise
  • Company or context name

Phase 3: Starter Projects

Choose one or more starter projects:

ProjectWhat It Does
Personal AssistantEmail digests, task scanning, daily briefings
Social Media WorkerX/LinkedIn content creation and scheduling
Code WorkerAutonomous coding via the Ralph methodology

Phase 4: Customization

Follow-up questions based on your selections (platforms, tech stack, preferences).

Phase 5: File Generation

Creates your personalized directory structure:

companies/{your-company}/
├── settings/ # API credentials (gitignored)
├── data/ # Exports, reports
└── knowledge/
├── profile.md
└── voice-style.md

First Task

After setup, try these:

Terminal window
# Find what to work on
/nexttask
# Create a project
/prd "Build a landing page for my product"
# Run a worker
/run task-executor execute
# Search your HQ
/search "how do workers work"

Directory Structure

hq/
├── .claude/
│ ├── CLAUDE.md # Global instructions
│ └── commands/ # 17 slash commands
├── companies/ # Your company resources
├── knowledge/ # Knowledge bases
├── workers/ # AI worker configs
├── projects/ # Project PRDs
├── workspace/
│ ├── threads/ # Session history
│ ├── checkpoints/ # Session saves
│ ├── learnings/ # Captured insights
│ └── reports/ # Generated reports
└── modules/
└── modules.yaml # Module manifest