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 Claude Code

The last step is connecting 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
  • Skills/morning, /finish, /pause, /standup, /create

See the Connecting Claude Code guide for details.

Next Steps

Last updated on