Issue tracking built for AI agents
Track dependencies, coordinate multiple agents, and find ready work automatically. Git-friendly storage keeps everything in sync.
Quick start
Get up and running with Tracer in under a minute
Install Tracer
Initialize in your project
.trace directory with a SQLite database for tracking issues.Explore by topic
Learn about Tracer’s core features and capabilities
Core concepts
Dependencies
Multi-agent
Ready work
Git integration
JSON output
Key features
What makes Tracer powerful for AI agent workflows
Dependency tracking
Four relationship types: blocks, parent-child, related, and discovered-from. Prevent work on blocked tasks.
Multi-agent coordination
Comments for communication, auto-assignment when work starts, and visibility into who’s working on what.
Ready work detection
Automatically find tasks with no open blockers. Filter by priority and limit results for focused work.
JSON output
Every command supports —json flag for programmatic access. Perfect for AI agents and automation.
Git-friendly storage
JSONL export/import format. One issue per line for easy git diffs. Auto-sync after pull.
SQLite storage
Fast local database with auto-discovery. Full audit trail. No external dependencies.
Ready to get started?
Install Tracer and start tracking your AI agent workflows in minutes
View Installation Guide