By MageByte-Zero Verified
Enforces a spec-first development workflow with state-machine orchestration: clarify intent, create planning artifacts, convert to execution contracts, implement with TDD/SDD discipline, review for spec compliance, debug systematically, merge delta specs, and verify changes before closing.
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.
Verified owner:magebyte-zero
Based 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@awesome-codex-plugins
# 直接从指定 release tag 安装(不等待社区镜像同步)
codex plugin marketplace add MageByte-Zero/spec-superflow --ref v0.9.0
codex plugin add spec-superflow@spec-superflow
# 升级并验证社区 marketplace 安装
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add spec-superflow@awesome-codex-plugins
codex plugin list | rg spec-superflow
Codex App 打开 Plugins 面板,安装或启用 spec-superflow。通过 CLI 安装或升级后,重启 Codex App 并新开会话;旧会话不会热加载 skills。
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 使用
npx claudepluginhub magebyte-zero/spec-superflow --plugin spec-superflowSpec Driven Development toolkit - structured specification, planning, and implementation workflows for systematic feature development
Specification-Driven Development with Process Discipline for Claude Code
Spectacular skills/commands library for spec-anchored development and parallel task execution
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.
GitHub Spec-Kit integration for constitution-based spec-driven development (7-phase workflow)
SPEC-First development workflow with TDD, Ralph Loop, and autonomous agent coordination for Claude Code