Skip to Content

Initial Setup

After installation, open the dashboard at app.tandemu.dev  to set up your account.

Register

Go to app.tandemu.dev/register  and create your account with:

  • Name — Your full name
  • Email — Your work email
  • Password — At least 6 characters

Create Organization

After registration, you’ll be redirected to the organization setup wizard.

Step 1: Organization Details

  • Name — Your company or team name (e.g., “Acme Engineering”)
  • Slug — URL-friendly identifier, auto-generated from the name

Step 2: Invite Members (optional)

Add team members by email. Each invite includes a role:

RolePermissions
OwnerFull access — manage integrations, teams, members, billing
AdminSame as Owner except cannot delete the organization
MemberFull developer access — skills, memory, dashboard viewing. Cannot manage teams, integrations, or billing

Invited users will be automatically added to your organization when they register with the same email.

Step 3: Create Teams (optional)

Teams group members for reporting. For example: “Frontend”, “Backend”, “Platform”. Each team can be mapped to a project in your ticket system.

Teams can also be created later from Settings → Teams in the dashboard.

Connect Your Ticket System

After setup, go to Settings → Integrations in the dashboard.

Tandemu supports:

After connecting, map your external projects to Tandemu teams so the right tasks show up for each team.

Connect Your Editor

The last step is connecting your AI editor. Tandemu supports four:

AgentOne-liner
Claude Code/plugin install tandemu in Claude, then /tandemu:setup
OpenCode./install.sh --target=opencode
Cursor./install.sh --target=cursor
Codex CLI./install.sh --target=codex

Or just run ./install.sh from the repo — it auto-detects what’s installed and offers a multi-select.

Claude Code

In Claude Code, run:

/plugin marketplace add sebastiangrebe/tandemu /plugin install tandemu /tandemu:setup

Authorize in the browser and you’re connected. The setup configures:

  • Authentication~/.claude/tandemu.json with your token and org/team info
  • Telemetry — OTEL environment variables in ~/.claude/settings.json
  • Memory — OpenMemory MCP server in ~/.mcp.json (scoped to your user)
  • Personality~/.claude/CLAUDE.md with instructions for personalized AI behavior
  • Universal env loader~/.config/tandemu/lib/tandemu-env.sh (shared with every other agent)
  • Skills/morning, /finish, /pause, /standup, /create

Other agents

For OpenCode, Cursor, or Codex CLI, the install path is ./install.sh --target=<agent> from the Tandemu repo. Each follows the same browser-OAuth flow and ends up with the same five slash commands and the same memory MCP.

See file-location details per agent: Claude Code, OpenCode, Cursor, Codex CLI.

Next Steps

Last updated on