Skip to content

chore(skills): parallel sub-agent batch patterns for /issue and /prepwaves#574

Merged
bakeb7j0 merged 1 commit intomainfrom
chore/573-issue-prepwaves-parallel-batch
May 4, 2026
Merged

chore(skills): parallel sub-agent batch patterns for /issue and /prepwaves#574
bakeb7j0 merged 1 commit intomainfrom
chore/573-issue-prepwaves-parallel-batch

Conversation

@bakeb7j0
Copy link
Copy Markdown
Contributor

@bakeb7j0 bakeb7j0 commented May 4, 2026

Summary

Adds parallel sub-agent batch patterns to /issue and /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 Creation section 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 running spec_validate_structure and returning a single formatted line.

Linked Issues

Closes #573

Test Plan

  • ./scripts/ci/validate.sh — PASS (124/124)
  • Trivy — PASS (0 HIGH/CRITICAL)
  • Code review (Opus) — No findings

…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
@bakeb7j0 bakeb7j0 added this pull request to the merge queue May 4, 2026
Merged via the queue into main with commit 4513aa3 May 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(skills): parallel sub-agent batch patterns for /issue and /prepwaves

1 participant