This walkthrough gets you from zero to a completed pipeline on your laptop: install the CLI, start the daemon, assemble a team, run it, and inspect the result. For the product story, see What is Cliq?. For building blocks (phases, gates), see Concepts.

Before you begin


1. Install

Optional guided setup (agents & integrations):

2. Sign in and start the daemon

The daemon executes pipelines. The CLI is a client. Start the daemon once per session.

3. Create a project and run a team

When it finishes:
You should see phases complete and a gate pass.

4. Try an AI team (optional)


What just happened

You did not “chat with an agent.” You ran a team:
  1. Phases ran in dependency order
  2. Each phase left a recorded result for later steps
  3. A gate had to pass before the run was done
That loop is the product. Concepts names every piece. More on assemble / inputs / resume: Running teams. Agents and params: Agents.

When you outgrow one laptop

Full command inventory: CLI and in-repo QUICKSTART.md.