What problem does it solve?
Provides a repeatable, safe way to scan a GitHub repository's backlog and in-flight work, prioritize the most valuable next tasks, and generate self-contained coding prompts so engineers can start work with full context.
Core Features & Use Cases
- Cold-start scanning: Analyze open issues, recent merges, and open PRs to recommend the top 3–5 issues to pick up.
- Resume from handoff: Load saved session and per-PR handoff state, reconcile with live GitHub data, and continue orchestration.
- Prompt generation & orchestration: Produce complete, paste-ready coding thread prompts, track assignments in a state table, and offer non-auto polling options to monitor progress.
- Policy-first safety: Explicitly refuses to spawn agents or modify repos unless the user explicitly authorizes execution.
Quick Start
Ask the PM agent to "pm" the repo and suggest the top three issues I should work on next.