implement-issues
Implement Issues
Build open issues with agents, one pull request per issue. Each issue goes
through the flow a person would take it through — a spec seeded from the
issue, a plan, Superpowers' subagent-driven-development, a pull request, and
a code review — except that no one answers questions along the way. Every
decision an agent makes on the user's behalf lands in its pull request, where
the user reviews it.
Each pull request opens as a draft. A second agent runs review-prs on it,
and the agent that built the issue answers that review with
answer-pr-reviews. The pull request is marked ready once the review is
answered and the checks still pass.
You are the dispatcher. Agents write code in their own worktrees; you push each branch, open its pull request, and give the verdict on each agent's work — nothing is marked ready until you have run the checks yourself.