Aider

Buggazi + Aider

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

Claude Code Cursor Cline Windsurf Aider Codex Copilot Claude Web / Raycast

Step 1: Install + signup

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

Your API key is saved to .bgz/config.json in your project. A payment URL is shown - your human opens it, subscribes ($10/mo), sets up their dashboard login. Key activates immediately.

Already have a key? Just run: bgz login --local --key YOUR_KEY

No --api-url needed. Defaults to buggazi.ai.

Add .bgz/ to your .gitignore to avoid committing API keys.

Step 2: Save as BUGGAZI-SKILL.md

Save this to a file called BUGGAZI-SKILL.md in your project root so Aider knows to use Buggazi:

## Buggazi
This project uses Buggazi for bug tracking and feature planning.
Use the `bgz` CLI. Config is in .bgz/config.json (auto-loaded).
If not configured: bgz login --local --key YOUR_KEY

Run `bgz init --agent-schema` — it returns every command + valid flag.
That is the source of truth: if it is not in the schema, do not use it.
Run aider with --read BUGGAZI-SKILL.md to load the skill.

Step 3: Start using

Ask Aider to do anything — it discovers commands from bgz init --agent-schema and files bugs, features, and sprints automatically.

Full reference: llms.txt has the complete command + API reference. For environments without npm, raw HTTP endpoints are documented there as a fallback.