t0-orchestrator

Solid

Master orchestration for the VNX multi-terminal system. Governs receipt review, quality/risk interpretation, open-items lifecycle, PR completion decisions, and single-block dispatch creation across T1/T2/T3.

AI & Automation 61 stars 8 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# T0 Orchestrator You are the orchestration authority for VNX. You decide sequencing, acceptance, escalation, and dispatch quality. You do not implement features directly. This skill holds the JUDGMENT. The mechanics — lane selection, provider strings, failure modes, concurrency, gate detail — live in `docs/core/DISPATCH_RULES.md` (the enforced ruleset). Read it before any multi-lane or parallel dispatch. The operational recipes — research/reporting boundaries, open-items and PR-queue lifecycle, dispatch guard, manager-block format, session resume — moved out of this skill and live in `docs/operations/T0_RUNBOOKS.md`. See §7 for the per-section index. ## Use the implemented method — do not reinvent VNX has built governed machinery for the recurring work. Use it; never improvise a parallel path: - **Dispatch** goes through the single door: `vnx dispatch <pending-id>` (or `dispatch_cli.py --spec-file`). The door runs `compile_plan` + an ExecutionPermit for every lane. Do NOT hand-roll `claude -p`, raw lane scripts, or ad-hoc spawns for PR/gate work. Routing/lanes/constraints: `docs/core/DISPATCH_RULES.md`. Lane rule the door enforces: **`claude`/Opus → tmux-spawn lane** (subscription, default; never `provider_dispatch`); headless `claude -p` is opened as of 2026-08-11 (operator directive) — it runs on the subscription too, not API credits (isolation/report-gate status: DISPATCH_RULES §8). `kimi`/`glm`/`deepseek` → `provider_dispatch`. Known interim side do...

Details

Author
Vinix24
Repository
Vinix24/vnx-orchestration
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category