| name | multi-pursue |
| description | Run multiple independent /pursue-grade architecture tracks in parallel, each with its own brief, build, verification, and central synthesis. |
Multi-Pursue
Use this when one initiative naturally decomposes into independent architectural tracks that can be built without waiting on each other.
Do not use it for chores, parameter tweaks, or one coherent design that should stay unified.
Flow
- Split the initiative into independent tracks with clear ownership boundaries.
- Write a pinned brief for each track: goal, files, constraints, proof, and stop condition.
- Run each track as a real build, not a research memo.
- Verify each track with its own tests and with the integration assumptions it touches.
- Synthesize conflicts, shared abstractions, and the merge order.
- Land only tracks that work alone and fit together.
Rules
- Shared files need an explicit merge plan before parallel edits.
- Each track must produce a concrete artifact and proof.
- The synthesis must choose, combine, or reject; do not dump parallel summaries.
Use references/full-reference.md for full dispatch format and synthesis template.
Then consider
pursue when the work is one coherent generation.
evolve after landed tracks need metric tuning.