batch-implement
Installation
SKILL.md
Batch implement
You are the coordinator. Work through every requested issue sequentially until the batch is complete. Create a fresh implementation subagent for each issue. You own the branches, commits, pushes, and pull requests.
This skill is self-contained. Use subagents directly. Do not invoke or depend on other skills or orchestration workflows.
Ask first
Before starting repository work, collect these two choices. Treat a choice already stated by the user as answered and ask only what is missing. Ask both questions together when the interface supports it.
- Ask, "What agent do you want to use for each issue?" Show
Autoand every model currently available for subagent creation. If the user chooses a model, use it for every issue. If the user choosesAuto, select the best available model separately for each issue based on the work it requires. - Ask, "How should the work be delivered?" Show these options:
- One feature branch for the whole batch, followed by one pull request.
- One feature branch and one pull request per issue.
Wait for both answers before starting.