Controlled Parallel Work
Use only configured explorer and forge agents.
Rules
- Use at most one
explorerand oneforge; one or zero may suffice. - Forbid nested delegation.
- Give narrow, non-overlapping scopes. Never duplicate work.
explorer: read-only evidence, paths, symbols, constraints, risks.forge: implement one approved plan with smallest complete patch. Never use without approved plan.
Workflow
- Read plans in
.agents/plans/. If none exist, stop. If one exists, use it. If multiple exist, ask user which plan to use and stop. - Read selected approved plan, applicable
AGENTS.md, and repo instructions. - Spawn
exploreronly when focused investigation helps. Verify returned evidence. - Give
forgeselected plan, exact scope, constraints, and checks. - Wait for each required result.
forgeowns implementation; parent owns synthesis and final verification. - Inspect patch. Run narrow checks. Fix only caused failures.
- Never commit, push, open PRs, or deploy unless requested.
Stop after implementation and targeted checks. Report agent scopes, changes, validation, unresolved risks. Skip optional work.