一键导入
spae-orchestrate
Orchestrate SPAE subagents sequentially through the structured workflow and lifecycle.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Orchestrate SPAE subagents sequentially through the structured workflow and lifecycle.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Atomic execution for the project framework. Executes exactly one atomic task from `PLAN.md`.
Comprehensive Execution for the `SPAE` framework. Executes all tasks from `PLAN.md` sequentially in one invocation.
Optimization & Verification for the `SPAE` framework. Performs gap analysis on `PLAN.md`.
Task Decomposition for the `SPAE` framework. Decomposes `SPEC.md` into a `DAG` of atomic tasks in `PLAN.md`.
Orchestrate SPAE subagents sequentially through the spec, plan, and inspect phases of the structured workflow.
Executes the build phase of the SPAE structured workflow autonomously.
基于 SOC 职业分类
| name | spae-orchestrate |
| description | Orchestrate SPAE subagents sequentially through the structured workflow and lifecycle. |
| user-invocable | false |
| argument-hint | [optional-proposal] |
SPAESPAE structured workflow
autonomously.subagents sequentially based on STATE.json
status and phase.Read .spae/current/STATE.json to resolve the current execution phase
and cursor. Accept an optional argument, the proposal, during initial
execution.
STATE.jsonSee references/STATE.md for field reference, directives, and
snapshots.
.spae/current/STATE.json.spec agent passing the proposal..spae/current/STATE.json before each step.phase to select the subagent:
spec:
spec agent with the proposal.spec agent without arguments.plan: Immediately spawn plan agent without arguments.inspect: Immediately spawn inspect agent without arguments.build:
build agent without arguments for the
active task.STATE.json after each task finishes.Failed status or any process failure, halt immediately and
surface the error.verify:
verify agent without arguments.STATE.json after completion.phase: done or status: completed or missing
symlink): Complete successfully.phase: spec and
status: revision_required): Restart the cycle by spawning
spec agent without arguments.Failed status or any process failure, halt immediately
and surface the error.subagent's result.AgentError) or Failed status.STATE.json for all orchestration decisions.spec subagent; never read
or expand file-path arguments.spec
agent without arguments.specplaninspectbuildverifysubagent tool to spawn relevant agents to orchestrate
the SPAE workflow.STATE.json to orchestrate the SPAE workflow.subagents in parallel or concurrently.### Execution Summary
- **Actions**:
- [Terse list of actions from spawned subagents]
- **Files**:
- [Terse list of files affected by spawned subagents]
- **Findings**:
- [Terse list of findings from spawned subagent]
- **Summary**:
- [Terse list of summary from spawned subagents]
> **`SPAE` Orchestrate** • `[workstream]`
> **Result**: [Completed | Halted | Failed]
> **Halted at**: `[Phase / Task ID]` _(if halted)_
> **Reason**: [Terse explanation] _(if halted)_
> **Impact**: [Terse impact statement]