specpowers
v1.3.0六阶段 spec 驱动开发流水线编排插件:constitution→brainstorm→specify→plan→build→archive,叠加结构一致性门禁与实时卡转人工。新增无人值守 auto 模式(/specpowers-auto 以设计文档为权威输入全流程直通,自动裁决确认/门禁节点)。桥接 OpenSpec CLI + superpowers 插件 + codex-review 技能,需预装。
By SpecPowers TeamLicense: MIT0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install specpowers for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add specpowers@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/john-weiwei/SpecPowersClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/specpowers/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/specpowers/SKILL.md
Included Skills1
桥接编排插件 — 在 OpenSpec + superpowers 之上叠加结构一致性门禁与实时卡转人工,六阶段流水线(constitution→brainstorm→specify→plan→build→archive)+ 无人值守模式 + 优化模式
Plugin manifests2
{
"name": "specpowers",
"version": "1.3.0",
"description": "六阶段 spec 驱动开发流水线编排插件:constitution→brainstorm→specify→plan→build→archive,叠加结构一致性门禁与实时卡转人工。新增无人值守 auto 模式(/specpowers-auto 以设计文档为权威输入全流程直通,自动裁决确认/门禁节点)。桥接 OpenSpec CLI + superpowers 插件 + codex-review 技能,需预装。",
"author": {
"name": "SpecPowers Team"
},
"license": "MIT",
"keywords": [
"spec-driven",
"pipeline",
"openspec",
"structure-gate",
"superpowers"
],
"requirements": {
"_detect": "Codex 暂不支持 hooks;用户需手动确认 OpenSpec CLI + superpowers 已装。ZCode/Claude 版本有 SessionStart 自动检测。",
"commands": [
{
"name": "openspec",
"check": "openspec --version",
"requiredFor": [
"archive"
],
"optional": false,
"installHint": "npm install -g @funneler/openspec"
}
],
"plugins": [
{
"name": "superpowers",
"requiredFor": [
"brainstorm",
"plan",
"build"
],
"optional": true,
"installHint": "/plugin install superpowers"
},
{
"name": "codex-review",
"requiredFor": [
"auto"
],
"optional": true,
"installHint": "将 codex-review 技能安装到用户级 skills 目录"
}
]
},
"skills": "skills"
}{
"name": "specpowers",
"version": "1.3.0",
"description": "六阶段 spec 驱动开发流水线编排插件:constitution→brainstorm→specify→plan→build→archive,叠加结构一致性门禁与实时卡转人工。新增无人值守 auto 模式(/specpowers-auto 以设计文档为权威输入全流程直通,自动裁决确认/门禁节点)。桥接 OpenSpec CLI + superpowers 插件 + codex-review 技能,需预装。",
"author": {
"name": "SpecPowers Team"
},
"license": "MIT",
"keywords": [
"spec-driven",
"pipeline",
"openspec",
"structure-gate",
"superpowers"
],
"requirements": {
"_detect": "SessionStart hook 在会话启动时自动检测依赖,缺失则通过提示告知用户(只警告不阻断)",
"commands": [
{
"name": "openspec",
"check": "openspec --version",
"requiredFor": [
"archive"
],
"optional": false,
"installHint": "npm install -g @funneler/openspec"
}
],
"plugins": [
{
"name": "superpowers",
"requiredFor": [
"brainstorm",
"plan",
"build"
],
"optional": true,
"installHint": "/plugin install superpowers"
},
{
"name": "codex-review",
"requiredFor": [
"auto"
],
"optional": true,
"installHint": "将 codex-review 技能安装到用户级 skills 目录(C:/Users/<user>/.claude/skills/codex-review)"
}
]
},
"commands": "commands",
"skills": "skills",
"hooks": "hooks/hooks.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[specpowers on Agent Plugins Marketplace](https://pluginsmp.com/plugins/specpowers)