ワンクリックで
spae-verify
Arbiter for the SPAE framework. Compares implementation against SPEC.md and determines workstream completion.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Arbiter for the SPAE framework. Compares implementation against SPEC.md and determines workstream completion.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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`.
Orchestrate SPAE subagents sequentially through the spec, plan, and inspect phases of the structured workflow.
| name | spae-verify |
| description | Arbiter for the SPAE framework. Compares implementation against SPEC.md and determines workstream completion. |
| user-invocable | true |
SPAESTATE.json reports phase: verify.PLAN.md task reports done.SPEC.md, identify gaps,
and close or reopen the work stream as the final SPAE arbiter./spec.Read:
.spae/current/STATE.json.spae/current/SPEC.md.spae/current/PLAN.md.spae/current/PLAN.md tasks to scope the
delta..spae/current/VERIFY.md, when present.STATE.jsonSee references/STATE.md for the field reference, directives, and phase
snapshots.
.spae/current/STATE.json; confirm phase: verify;
confirm every .spae/current/PLAN.md task reports done. Halt
immediately on failure; report which check failed; make no changes..spae/current/SPEC.md spec item; determine pass, no-pass, or
blocked verdict.SPEC.md spec item IDs and source files modified by
this workstream (scoped from PLAN.md tasks).SPEC.md item classifies as a hard block.SPEC.md item resists verification without human execution,
an attended or interactive terminal, or human presence: classify it
as a hard block and record it in VERIFY.md as a spec defect for
/spec to resolve; never instruct the user to perform a
verification step.SPEC.md item using check
results as evidence. Reference each finding by spec item ID..spae/current/VERIFY.md exists: treat each prior finding as
an explicit re-check item; confirm each addressed before
proceeding.SPEC.md item;
drives verdict to no-pass.STATE.json to status: completed, phase: done;
remove .spae/current/VERIFY.md when present; remove
.spae/current symlink..spae/current/VERIFY.md with
hard blocks and soft findings from the current run only, followed
by observations as informational notes; set STATE.json to
status: revision_required, phase: spec, cursor: {}..spae/current/VERIFY.md (omit observations); set STATE.json to
status: revision_required, phase: spec, cursor: {}..spae/current/SPEC.md and repository
state..spae/current/SPEC.md testing
strategy; thin coverage of failure modes or edge cases classifies as a
soft finding..spae/current/VERIFY.md findings concrete, reproducible, and
tied to .spae/current/SPEC.md spec items./spec to rewrite SPEC.md from scratch
without repeating the full investigation..spae/current/SPEC.md, .spae/current/PLAN.md, or non-SPAE
project files.SPAE artifact model; don't create extra tracking files..spae/ artifacts.STATE.json outside the schema reference..spae/current/STATE.json reflects the final status and phase (before
symlink removal)..spae/current symlink absent after a passing run..spae/current/VERIFY.md exists only after failure or a blocked run..spae/current/VERIFY.md findings map to concrete
.spae/current/SPEC.md requirement IDs or blocker details.VERIFY.md finding or result output instructs the user to perform
a verification step, attach a terminal, or supply evidence.### Execution Summary
- **Actions**:
- [Terse list of actions taken]
- **Files**:
- [Terse list of affected files]
- **Findings**:
- [Terse list of notable findings]
- **Summary**:
- [Terse list of summary of changes]
> **`SPAE` Status** • `[workstream-name]`
> **Phase Complete**: `/verify` ([Pass | Fail | Blocked])
> **Reason**: [Terse blocker description] _(if blocked)_
> **Next Phase**: `/spec` _(if fail or blocked)_