Check cheaply whether delegating is worth it
routing_preflightEvaluate delegation feasibility before exploring code. Provide ownership seams and sharing constraints to receive a route (solo, either, or delegation-plausible) with the key signals.
Instructions
Cheap deterministic check of whether delegating is structurally sound and economically sensible, before any repository exploration. Declare the ownership seams you are considering and what they share; leave a field "unknown" when you do not know, which biases the advice toward solo without ever refusing. Creates no worker, batch, worktree, or thread, refuses nothing, and returns route (solo | either | delegation-plausible), the deciding signals, and structural parallel eligibility. Advisory only and never required: the parent owns sequential vs parallel, worker count, effort, and the final decision, and choosing zero workers afterwards is a normal successful outcome. either means fixed delegation overhead needs explicit justification, otherwise stay solo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seams | Yes | ||
| seamSize | No | unknown | |
| coreOverlap | No | unknown | |
| integration | No | unknown | |
| sharedState | No | unknown | |
| verification | No | unknown |