Track and triage ATC (Administrator on Call) tasks for the Marketing Efficiency team. Manages open/resolved task log at ~/.pi/tmp/atc-tasks.md. Triggers on: 'triage ATC', 'open ATC tasks', 'ATC status', 'resolve ATC task', 'close ATC task', 'new ATC task',…
Watch CI for a PR (number or URL), notify on success, or triage/fix failures and confirm `git commit --amend` + `git push` before re-running the loop.
Review multiple PRs in batches with hard gating between batches for user action (approve, request changes, post comments). Classifies PRs, gathers diffs via bg_run, dispatches reviewers from the lead via subagent, and manages WTP worktree lifecycle. Triggers…
Run Binks code review locally before pushing, then auto-address findings. Runs `devx binks-pr-review` against the current diff, parses JSON output, assesses each finding, fixes valid issues, and optionally re-runs to verify. Triggers on: 'binks precheck',…
Address Binks automated code review comments on a PR. Fetches comments, assesses validity, fixes valid issues, replies with feedback, reacts with thumbs up/down, and resolves threads. Triggers on: 'address binks review', 'handle binks comments', 'binks…
Create a GitHub issue from a PR comment. Researches the comment context, suggests labels, and writes an AI-implementable issue on the Marketing Efficiency Team project board (shop/issues-marketing-efficiency). Use when the user shares a PR comment URL or asks…
End-to-end workflow from idea to implemented PR(s). Plans via the multi-model planning pipeline, then implements — directly for 1 option, or with parallel agent-teams for N options. Handles WTP slots, git branches, and a dedicated validator teammate with dev…
Manual validation of a Mozart PR. Checks out the PR branch in a WTP worktree, reads the PR description for validation steps, classifies changes as BE/FE/GQL, creates and executes appropriate validation scripts (Rails runner, GQL queries, or Playwright via…