What problem does it solve? Recorded follow-ups in docs/follow-ups often sit unresolved or get fixed sloppily without reproduction evidence. This Skill turns a bounded backlog of evidence-backed follow-ups into independently verified, ready-for-review pull requests while preserving items that cannot be reproduced or lack authority to fix. ## Core Features & Use Cases - Bounded backlog sweeps: Lists valid follow-ups from the fetched remote default branch, reports invalid files, and starts at most three isolated workers per sweep. - Isolated worker execution: Runs each item in its own claimed worktree and branch via Claude Routine subagents or Codex Scheduled tasks, with atomic attempt claims preventing duplicate work. - Evidence-gated resolution: Requires reproduction before editing, derives intended behavior from existing tests and specs, and returns terminal outcomes (pull-request, not-reproduced, needs-shaping, blocked) without auto-merging. - Use Case: A team accumulates docs/follow-ups entries from prior sessions. Run a sweep so each reproducible item becomes its own reviewed PR, while items needing product decisions are flagged for a later shaping session. ## Quick Start Ask the agent to sweep the repository's docs/follow-ups directory and resolve each reproducible item in an isolated worktree as a separate ready-for-review pull request.