Analyzes ROADMAP and implements tasks in parallel with automatic orchestration. Use when starting implementation work.
Implements a task from spec/tasks in a git worktree following TDD. Use when working on a specific task by keyword.
Detects PRs with changes requested and spawns fixer agents. Use when addressing review feedback.
Merges a PR with automatic cleanup of worktree and branch. Handles all edge cases. Use when merging approved PRs.
Monitors all worker agents and automatically transitions them through the workflow. Use after spawning workers with /implement, or to check orchestration status.
Detects all open PRs and spawns reviewer agents for each. Use when starting batch review.
Manage academic references in CSL-JSON format. Add papers by DOI/PMID/ISBN/arXiv, search and list references, generate citations, manage full-text PDFs, and check for retractions.
Reviews a GitHub PR by checking CI status, running tests, and posting review. Always reports findings to user. Use when reviewing PRs or when the user says "review PR".