Skip to content
Development
Command

/resume

恢复一个 spec-superflow change,并按现有状态机继续

From plugin
spec-superflow
7113 skills3 commands1 hook
Install
> /plugin marketplace add MageByte-Zero/spec-superflow
> /plugin install spec-superflow@spec-superflow

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/resume

Context preview

What this command does when you run it.

恢复一个 spec-superflow change,并按现有状态机继续

Command definition

resume.md
description: 恢复一个 spec-superflow change,并按现有状态机继续
argument-hint: "[change-name-or-path]"
allowed-tools: Bash(ssf:*)

先检查 `$ARGUMENTS` 是否为非空目标:为空时运行 `ssf resume --json`,让 CLI 按唯一活跃 change 的既有确定性规则选择;非空时运行 `ssf resume --json "$ARGUMENTS"`,将整个目标作为单一字面参数。

只使用返回的 `change`、`blockers` 和 `next_action`:存在 blocker 时停止并展示修复命令;否则通过 `workflow-start` 进入 `next_action` 指定的下一 skill。不要直接修改状态文件。

Ships withspec-superflow

源码级融合 OpenSpec 规划引擎 + Superpowers 执行纪律的 AI 编程工作流插件。17 平台支持,9 skills,Spec-first,契约驱动。

Get the whole plugin
Stats
712
Stars
71
Forks
Active
Maintenance
JavaScript
Language
MIT
License
2d ago
Last commit
1mo ago
Created

Repo: MageByte-Zero/spec-superflow