pm¶
Project Manager -- Track projects, issues, and AI agent sessions across multiple repos from the command line.
pm is a developer-first CLI for managing parallel development across many repositories. It combines lightweight project tracking, issue management, agent session recording, health scoring, and a web dashboard -- all backed by a local SQLite database.

Features¶
| Feature | Description |
|---|---|
| Project Tracking | Add, scan, and organize repos by group |
| Issue Management | Track bugs, features, and chores with priorities and tags |
| Status Dashboard | Cross-project overview with health scores |
| Agent Sessions | Launch Claude Code agents in worktrees tied to issues |
| Worktrees | Manage git worktrees for isolated development |
| Standards Checking | Verify projects follow conventions |
| Data Export | JSON, CSV, and Markdown export |
| Web Dashboard | Embedded React UI with REST API |
| REST API | Programmatic access to all data |
Quick Links¶
| Topic | Description |
|---|---|
| Getting Started | Installation, setup, and first steps |
| Configuration | Config file, environment variables, and defaults |
| Command Reference | All commands with flags and examples |
| Workflows | End-to-end usage patterns |
| REST API | API endpoint reference |