Open Source Handbook · Whitepaper

Ultra Orchestration

这是 Ultra Orchestration 的开源使用手册与白皮书页面,默认展示中文。

This is the open-source handbook and whitepaper page for Ultra Orchestration (English mode).

规范平面(OpenSpec)

Program → Milestone → Change → Slice

OpenSpec 负责长期规格真相、边界定义和状态核算。

规格权威

编排平面(Ultra)

Intake → Plan → Dispatch → Execute → Review → QA → Deliver → Retro

Ultra 负责执行状态机、质量门禁、审查回环和交付证据。

执行权威

Agent-Skills 协作逻辑

阶段主要技能职责
Intakeclarify-and-intake将模糊需求归一化成结构化 intake。
Plandecision-complete-planner + spec-review形成可执行任务图和规格前置审查。
Dispatchdispatch-and-track派发工作包、控制 owned paths、更新执行状态。
Executeultra-orchestrator按 slice 受限执行,实现最小变更闭环。
Reviewcode-review + spec-review工程质量与规格一致性双审。
QAqa-verify行为验证、回归验证、验收证据。
Deliver/Retrodeliver-and-retro交付摘要、风险说明、复盘沉淀。
跨阶段护栏risk-vetter + safety-guard + autoplan风险分级、安全约束、加速规划。
Bridge 层openspec-ultra-bridge同步 OpenSpec 与 Ultra 账本,推进 change/slice 状态一致。

Backstory / 引文

“在复杂 coding-agent 任务中,真正的瓶颈不是模型能力,而是工程纪律能否被稳定执行。”

最初方法以编排优先(orchestration-first)为核心。随着 spec-coding 趋势出现,我们观察到:仅靠对话上下文推进任务,会频繁出现状态漂移、隐性回归、写冲突与不可审计交付。

因此采用迭代演进:把 OpenSpec 植入到编排体系中,形成“规格平面 + 编排平面”双轨模型,确保每个变更都能在 Program/Milestone/Change/Slice 与执行阶段之间形成闭环证据。

历史背景保留,执行权威以 skills 为准

Specification Plane (OpenSpec)

Program → Milestone → Change → Slice

OpenSpec owns long-lived specification truth, scope boundaries, and progress accounting.

Spec authority

Execution Plane (Ultra)

Intake → Plan → Dispatch → Execute → Review → QA → Deliver → Retro

Ultra owns execution state, quality gates, review loops, and delivery evidence.

Execution authority

Agent-Skills Logic

PhasePrimary skillsResponsibility
Intakeclarify-and-intakeNormalize ambiguous requests into structured intake artifacts.
Plandecision-complete-planner + spec-reviewCreate dependency-aware plans and pre-implementation spec checks.
Dispatchdispatch-and-trackAssign work packages, enforce owned paths, and track execution state.
Executeultra-orchestratorImplement bounded slices with explicit constraints.
Reviewcode-review + spec-reviewRun engineering and specification consistency gates.
QAqa-verifyRun behavior/regression validation and acceptance evidence checks.
Deliver/Retrodeliver-and-retroAssemble delivery output and process retrospectives.
Cross-cutting safetyrisk-vetter + safety-guard + autoplanRisk classification, guardrails, and accelerated planning mode.
Bridge layeropenspec-ultra-bridgeSynchronize OpenSpec artifacts with Ultra execution artifacts.

Backstory / Quote

"In complex coding-agent delivery, the bottleneck is not only model capability, but whether engineering discipline can be executed consistently."

The framework started orchestration-first. As spec-coding matured, we observed recurring failures in chat-only workflows: state drift, hidden regressions, write conflicts, and poor auditability.

This drove an iterative upgrade: integrate OpenSpec into the orchestration stack and enforce a dual-plane model so every change is verifiable across both specification and execution ledgers.

Historical context retained; runtime authority remains in core skills

Ultra Orchestration · docs.html (default: 中文, switchable EN)