원클릭으로
spae-plan
Task Decomposition for the `SPAE` framework. Decomposes `SPEC.md` into a `DAG` of atomic tasks in `PLAN.md`.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Task Decomposition for the `SPAE` framework. Decomposes `SPEC.md` into a `DAG` of atomic tasks in `PLAN.md`.
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.
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-plan |
| description | Task Decomposition for the `SPAE` framework. Decomposes `SPEC.md` into a `DAG` of atomic tasks in `PLAN.md`. |
| user-invocable | true |
SPAE)SPEC.md exists and needs an execution plan.STATE.json reports phase: plan./spec reprocesses
findings..spae/current/PLAN.md, initialize task tracking in
.spae/current/STATE.json, and advance the workstream to
phase: inspect.Use only relevant context from:
.spae/current/SPEC.md..spae/current/STATE.json.Never read .spae/current/VERIFY.md—not an input to this phase.
Reading qualifies as content-blocking.
STATE.jsonSee references/STATE.md for the field reference, directives, and phase
snapshots.
.spae/current/SPEC.md exists and
.spae/current/STATE.json reports phase: plan. Halt immediately
with a clear result on failure. Make no changes.SPEC.md. Capture every R-NNN item
into an in-memory coverage checklist. Gather only the source patterns
needed for codebase fit; never edit repository files..spae/current/PLAN.md (ignore if absent) and clear
the tasks registry in .spae/current/STATE.json to empty —
unconditionally. Read the template from references/PLAN.md.
Decompose work into atomic tasks numbered from T-001. Set each
task's Satisfies to the R-NNN IDs it implements and its Intent
to a one-line distillation of the goal those requirements serve—or,
for an enabling task, the structural purpose it serves toward the
plan ## Goal. Sort tasks by dependency, risk, and vertical value;
each task must leave the system working.R-NNN gap: return to ACT, add the missing task, then
re-enter VERIFY. Treat Satisfies: none as intentional; flag
empty or missing Satisfies as a scope-creep observation.ACT, correct it, then re-enter VERIFY.R-NNN items map to tasks and the graph has no
violations..spae/current/PLAN.md. Initialize all task IDs as
todo in .spae/current/STATE.json. Update metrics. Set
phase: inspect. Write once, atomically.PLAN.md high-signal and minimal.PLAN.md./build, /tdd, and
/execute.SPAE artifacts beyond core files and ephemeral
VERIFY.md..spae/..spae/current/PLAN.md and
.spae/current/STATE.json.SPEC.md, VERIFY.md, and any non-SPAE project file./inspect; don't execute tasks.STATE.json outside the schema reference..spae/current/PLAN.md contains atomic, acyclic, dependency-ordered
tasks—no cycles; every Dependencies ID numerically precedes its
declaring task.Intent line distilled from the requirements
it satisfies, or—for an enabling task—its structural purpose toward
the plan ## Goal..spae/current/PLAN.md structures tasks and metadata matching
references/PLAN.md exactly.T-NNN reference in PLAN.md — Task graph edges, the
dependency overview list, and Dependencies fields—resolves to a
defined task..spae/current/STATE.json task registry matches PLAN.md task IDs.SPEC.md requirement maps to at least one task's Satisfies..spae/current/STATE.json contains phase: "inspect" and current
metrics.SPAE write scope changed.### 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]`
> **Result**: [Plan Complete | Blocked | Failed]
> **Phase Complete**: `/plan`
> **Next Phase**: `/inspect`
> **Impact**: [Terse impact statement]
>
> _Run `/inspect` to optimize and verify `PLAN.md`._