一键导入
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 页面并帮你完成安装。
基于 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.
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-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`._