원클릭으로
spae-prepare
Orchestrate SPAE subagents sequentially through the spec, plan, and inspect phases of the structured workflow.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Orchestrate SPAE subagents sequentially through the spec, plan, and inspect phases of the structured workflow.
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`.
Orchestrate SPAE subagents sequentially through the structured workflow and lifecycle.
Task Decomposition for the `SPAE` framework. Decomposes `SPEC.md` into a `DAG` of atomic tasks in `PLAN.md`.
Executes the build phase of the SPAE structured workflow autonomously.
SOC 직업 분류 기준
| name | spae-prepare |
| description | Orchestrate SPAE subagents sequentially through the spec, plan, and inspect phases of the structured workflow. |
| user-invocable | false |
| argument-hint | [optional-proposal] |
SPAESPAE structured
workflow autonomously: spec, plan, and inspect.spec, plan, and inspect subagents sequentially based on
STATE.json status and phase.workstream reaches phase: build, or
halt immediately on errors.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.phase is one of: spec, plan, inspect.phase is build, verify, done, or
unrecognized.workstream through spec → plan → inspect and
halt when STATE.json shows phase: build.STATE.json:
spec.phase..spae/current/STATE.json before each spawn.phase to select and spawn the subagent:
spec:
spec agent with the
proposal.spec agent without arguments.plan: spawn plan agent without arguments.inspect: spawn inspect agent without arguments.Failed status or any process failure, halt immediately and
surface the error.STATE.json after each agent and loop to the next phase.STATE.json shows phase: build.STATE.json phase advanced.inspect agent completes, confirm phase: build.Failed status or any process failure, halt immediately and
surface the error.STATE.json for all orchestration decisions.spec subagent; never read
or expand file-path arguments.Failed status or any process failure
(crash, timeout, AgentError).specplaninspectsubagent tool to spawn relevant agents.STATE.json to orchestrate the workflow.subagents in parallel or concurrently.spec, plan, and inspect agents.workstream reaches phase: build upon completion.### 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` Prepare** • `[workstream]`
> **Result**: [Completed | Halted | Failed]
> **Halted at**: `[Phase]` _(if halted)_
> **Reason**: [Terse explanation] _(if halted)_
> **Impact**: [Terse impact statement]