SOTA Strategy Orchestration
This guide turns the Phase 11 strategy work into a dependency-aware execution model that can be split cleanly across subagents.
Why this exists
Section titled “Why this exists”The repository has four strategic workstreams that share a few decisions and artifacts:
- Packaging review readiness
- HPC distribution and acceleration strategy
- Rust-core ABI and migration strategy
- Polyglot repo and documentation architecture
Shared prerequisites
Section titled “Shared prerequisites”- Release and publishing playbooks per language binding — registry target, provenance, rollback, version-sync rules
- Rust-core compatibility matrix — binding version compatibility with Rust core versions
- Benchmark and accelerator evidence gates — measured evidence before GPU/TPU/custom-circuit claims
- Documentation navigation and versioning rules — when a docs-version switch is justified
- Distribution metadata and review checklists — pyOpenSci, rOpenSci, JOSS, Spack, EasyBuild artifacts
- Registry deployment before HPC-native escalation — finish language release submission program first
Parallel lane map
Section titled “Parallel lane map”| Lane | Blocking prerequisite | Parallelizable with |
|---|---|---|
| Packaging review readiness | Release playbook + metadata | HPC, docs, ABI |
| HPC distribution & acceleration | Release artifact policy | Packaging, docs |
| Rust-core ABI & migration | Stable contracts + versioning | Packaging, docs, HPC |
| Polyglot repo & documentation | Docs inventory + navigation | Packaging, HPC, ABI |
Recommended execution order
Section titled “Recommended execution order”- Lock shared prerequisites
- Run the four lanes in parallel
- Review lane outputs for conflicts
- Turn reviewed outputs into implementation tracks or repo changes