Conversation
…waves - /issue: adds Batch Creation section (N>1 issues) — parallel Sonnet sub-agents launched in a single message; Sonnet preserved for issue body quality; partial failure handled per-row not abort - /prepwaves: Step 2b rewritten to parallelize spec_validate_structure calls with Haiku sub-agents; epic_sub_issues stays inline as it must complete before validators can spawn Continuation of skill optimization pass started in #571. Closes #573
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds parallel sub-agent batch patterns to
/issueand/prepwaves, reducing wall-clock time and keeping tool results out of the main context window. Continuation of the skill optimization pass started in #571 (/precheck).Changes
skills/issue/SKILL.md— new## Batch Creationsection between Steps 4 and 5: when a calling agent has ≥2 issues to create with no creation-time dependencies, spawn N parallel Sonnet sub-agents in a single message. Model stays Sonnet (issue body quality is load-bearing for Flight Agents). Partial failure handled per-row, not abort. Dependency carve-out documented.skills/prepwaves/SKILL.md— Step 2b rewritten:epic_sub_issues(N)stays inline (list needed before validators spawn), then one Haiku sub-agent per sub-issue launched in a single message, each runningspec_validate_structureand returning a single formatted line.Linked Issues
Closes #573
Test Plan
./scripts/ci/validate.sh— PASS (124/124)