Claude Code

Buggazi + Claude Code

Project management for coding agents. As easy as git. 30 seconds to set up.

Claude Code Cursor Cline Windsurf Aider Codex Copilot

Step 1: Install + signup

npm install -g buggazi
bgz signup my-project --local

API key saved to .bgz/config.json. Payment URL shown — human opens it, subscribes ($10/mo), key activates.

Already have a key? bgz login --local --key YOUR_KEY. No --url needed.

Add .bgz/ to your .gitignore.

Step 2: Setup your agent

bgz init

Detects your agent (CLAUDE.md), outputs the config snippet to paste and MCP setup. Everything you need, right in the terminal.

Step 3: Start using

# File a bug
bgz bug "Login form returns 500" -s P1
# ✓ Created BUG-2026-0608-001: Login form returns 500

# See your project
bgz snapshot
# Buggazi Snapshot (my-project)
# ════════════════════════════
#   2 features  3 open bugs  1 sprints

# Resolve a bug
bgz fix BUG-2026-0608-001 -c a3f2c1d -f "Added null check"
# ✓ Resolved BUG-2026-0608-001
Full reference: bgz --help or llms.txt