ワンクリックで
spae-execute
Comprehensive Execution for the `SPAE` framework. Executes all tasks from `PLAN.md` sequentially in one invocation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Comprehensive Execution for the `SPAE` framework. Executes all tasks from `PLAN.md` sequentially in one invocation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Atomic execution for the project framework. Executes exactly one atomic task from `PLAN.md`.
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.
Executes the build phase of the SPAE structured workflow autonomously.
| name | spae-execute |
| description | Comprehensive Execution for the `SPAE` framework. Executes all tasks from `PLAN.md` sequentially in one invocation. |
| user-invocable | false |
SPAE)STATE.json has phase: build.workstream needs all remaining PLAN.md tasks completed in one
invocation.workstream state without relying on conversational memory..spae/current/PLAN.md tasks sequentially.Intent, the plan ## Goal, and
acceptance criteria.workstream ready for /verify.Read:
.spae/current/STATE.json for phase, cursor, task registry, and
metrics..spae/current/PLAN.md for the plan ## Goal, the remaining tasks,
their Intent, acceptance criteria, and verification steps—these
carry all the goal context execute needs.STATE.jsonSee references/STATE.md for the field reference, directives, and phase
snapshots.
See references/testing-guide.md for test structure, isolation,
mocking, assertion, and performance standards.
See references/shell-command-guide.md for command safety, timeouts,
redirects, and non-interactive environment directives.
Repeat ACT → VERIFY → PERSIST for each task in plan order.
GATE—Read STATE.json; confirm phase: build; reset any
in_progress task to todo (prior interrupted run); identify all
todo tasks in plan order. Halt on phase mismatch.
ORIENT—Read the plan ## Goal and all remaining tasks (including
each Intent, acceptance criteria, and verification steps) from
PLAN.md.
PLAN—Review tasks and dependencies; confirm the plan advances
the ## Goal, not merely literal acceptance criteria.
ACT (per task)—Verify all task Dependencies carry done in
STATE.json; halt with a blocker on any incomplete dependency. Set
cursor.task_status and tasks[task_id] to "in_progress" in
STATE.json. Read references/testing-guide.md and
references/shell-command-guide.md. Iterate over every acceptance
criterion:
test→implement until the criterion passes.Stop when all criteria have exhaustive passing test coverage. Keep later tasks' seams open. Never merge, reorder, or skip ahead.
VERIFY (per task)—Loop over every verification step for the active task:
ACT, fix, then re-enter VERIFY.STATE.json, leave
remaining tasks todo, and halt.PERSIST (per task)—Mark the task done; update cursor, task
registry, blockers, and metrics in STATE.json.
REPORT—Set phase: verify in STATE.json; emit the result
following the result directives and using the result template.
Intent and the plan ## Goal; choose among
valid implementations by goal fit, not local convenience.## Goal,
its Intent, or another task—an undeniable conflict, not a subjective
doubt; record the blocker, leave remaining tasks todo, and stop.
Leave ambiguous interpretation to /verify.workstream; don't mix
/build, /tdd, and /execute.SPAE project files, and .spae/current/STATE.json..spae/current/PLAN.md,
.spae/current/SPEC.md, or .spae/ artifacts other than
.spae/current/STATE.json during execution..spae/current/STATE.json, leave remaining tasks todo, report, and
halt..spae/ artifacts.STATE.json outside the schema reference.@ts-ignore, eslint-disable, @SuppressWarnings, # type: ignore.as any,
! non-null assertions, or broadening union types.Intent and the plan ## Goal..spae/current/STATE.json accurately records completed tasks,
metrics, cursor, blockers, and phase: verify after full completion..spae/current/PLAN.md and .spae/current/SPEC.md remain unchanged.### Execution Summary
- **Actions**:
- [Terse list of actions taken]
- **Files**:
- [Terse list of affected files]
- **Tests**:
- [Terse list of tests written — behaviors, failure modes, and edge cases covered]
- **Findings**:
- [Terse list of notable findings]
- **Summary**:
- [Terse list of summary of changes]
> **`SPAE` Status** • `[workstream-name]`
> **Result**: [Complete | Blocked | Failed]
> **Phase Complete**: `/execute`
> **Progress**: All [X] tasks completed
> **Completed**: [`T-001` through `T-XXX`]
> **Next Phase**: `/verify`
> **Impact**: [Terse impact statement]
>
> _Run `/verify` to validate the implementation against the specification._