feature_refine_batch
Set acceptance criteria for many features at once, deriving them from body, code, and docs. Undecidable items become gates instead of guesses, reducing round trips.
Instructions
Set acceptance criteria on many features at once. Most are derivable from the body, the code and the docs, so doing them one at a time spends a round trip per item on work that needed no decision. Anything genuinely undecidable should become a gate rather than a guess.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Directory identifying the project and the tree. Defaults to this session's working directory, which in a git worktree is that worktree. | |
| actor | No | ||
| items | Yes | ||
| conferral | No | Required. ONE conferral and ONE peer call for the whole batch, not one per feature. Acceptance criteria are argued as a set — whether they are testable, whether they would let a worker call something done that is not. |