Orchestrates the full lifecycle of spec-driven development: from clarifying requirements and creating planning artifacts, to writing TDD-guided code, reviewing for spec compliance, debugging systematically, and syncing delta specs back into the main spec base.
Use when encountering any bug, test failure, or unexpected behavior during spec-superflow execution, before proposing fixes. Invoked automatically when build-executor hits a blockage.
Govern implementation from an approved execution contract. Invoke when execution-contract.md is approved and the user wants disciplined build work, TDD execution, or guarded batch-by-batch implementation.
Review completed implementation batches for spec compliance and code quality. Invoke after execution batches complete, before merging, or when a review gate is reached in the workflow.
Convert approved planning artifacts into an execution contract. Invoke when the user wants to start building, asks to move from planning to implementation, or when execution-contract.md is missing or stale.
Clarify intent, scope, constraints, and success criteria before artifact creation. Invoke when the request is fuzzy, the user is comparing options, or the workflow needs a stable change definition before writing artifacts.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub magebyte-zero/spec-superflow --plugin spec-superflowBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
源码级融合 OpenSpec 规划引擎 + Superpowers 执行纪律的 AI 编程工作流插件
快速开始 | 安装 | 为什么 | Skills | 工作流 | English | Showcase | FAQ
安装后,告诉 Agent 一句话即可启动:
用 workflow-start 开始
Agent 会自动检查当前工件目录,内容级判断(不看文件时间戳,而是比较 proposal 范围 vs 契约意图锁)你处于哪个阶段,然后路由到正确的下一个 skill。
用 workflow-start 开始继续上次的工作流帮我看看现在该干什么Claude Code 的主流方式是插件 marketplace:
/plugin marketplace add MageByte-Zero/spec-superflow
/plugin install spec-superflow@spec-superflow
/plugin update spec-superflow@spec-superflow
Marketplace 安装自动加载 hooks,每次新会话自动注入上下文。
# 方式一:通过 ssf CLI
npx spec-superflow@latest install-cursor
# 方式二:直接运行脚本
curl -fsSL https://raw.githubusercontent.com/MageByte-Zero/spec-superflow/main/scripts/install-cursor.mjs | node -
Cursor 原生发现
.cursor/skills/、.agents/skills/、~/.cursor/skills/等目录,也可以在 Customize → Rules → Remote Rule (Github) 导入。脚本会自动部署 skills、scripts、docs 等运行时依赖。
Codex 的主流方式是 Plugin Directory / marketplace。本仓库已提供 .codex-plugin/plugin.json 和 .agents/plugins/marketplace.json。
# 在 Codex CLI 中打开插件目录
codex
/plugins
# 或添加社区 marketplace 后安装
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin add spec-superflow@spec-superflow
Codex App 打开 Plugins 面板,安装或启用 spec-superflow。如果通过 CLI 安装,重启 App 后在 Plugins 面板启用。
copilot plugin marketplace add MageByte-Zero/spec-superflow
copilot plugin install spec-superflow@spec-superflow
gemini extensions install https://github.com/MageByte-Zero/spec-superflow
gemini extensions update spec-superflow # 升级
| 平台 | 安装方式 | 状态 |
|---|---|---|
| Cline | npx spec-superflow@latest install-cline | 已提供安装器 |
| Kiro | npx spec-superflow@latest install-kiro | 已提供安装器 |
| Windsurf | npx spec-superflow@latest install-windsurf | 已提供安装器 |
| Qwen Code | npx spec-superflow@latest install-qwen | 已提供安装器 |
| Amazon Q Developer | npx spec-superflow@latest install-amazon-q | 已提供安装器 |
| Roo Code | npx spec-superflow@latest install-roocode | 已提供安装器 |
| Continue | npx spec-superflow@latest install-continue | 已提供安装器 |
| Pi | npx spec-superflow@latest install-pi | 已提供安装器 |
| OpenCode | .opencode/plugins/spec-superflow.js 或 .agents/skills -> skills/ | 已提供入口 |
| WorkBuddy | npx spec-superflow@latest install-workbuddy | 已提供安装器 |
| Trae IDE / TRAE Work | .trae/skills/、~/.trae/skills/ 或上传 zip/.skill | 手动/导入 |
共支持 17 个平台,完整安装说明见 INSTALL.md,支持矩阵见 docs/platform-matrix.md。
npm install -g spec-superflow # 全局安装
npx spec-superflow list # 或通过 npx 使用
Specification-Driven Development with Process Discipline for Claude Code
Spec Driven Development toolkit - structured specification, planning, and implementation workflows for systematic feature development
Spectacular skills/commands library for spec-anchored development and parallel task execution
A spec-driven development kit for Claude Code: the prompt-grill and dev-lifecycle skills plus a specs/ scaffold that takes you from a vague request to shipped, reviewed code.
Spec-driven development pipeline for Claude Code: interview-to-spec, spec-approach, tdd, verify, diagnose, and a feature orchestrator.
Skills-first specification-driven development framework with 7 agent skills for planning, implementation, review, and shipping. Natural language activation with intelligent agent orchestration. Includes /plan, /implement, /research commands plus managing-specifications, implementing-features, and reviewing-and-shipping skills.