with one click
super-dev
Activate the Super Dev pipeline inside Codex CLI.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Activate the Super Dev pipeline inside Codex CLI.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Activate the Super Dev SEEAI competition mode inside Codex CLI.
Super Dev pipeline governance for research-first, commercial-grade AI coding delivery
Super Dev SEEAI Codex App/Desktop competition entry.
Super Dev Codex App/Desktop plugin entry.
Super Dev pipeline governance for research-first, commercial-grade AI coding delivery
Super Dev pipeline governance for research-first, commercial-grade AI coding delivery
| name | super-dev |
| description | Activate the Super Dev pipeline inside Codex CLI. |
| when_to_use | Use when the user says /super-dev, super-dev:, or super-dev: followed by a requirement. Activate the Super Dev pipeline for research-first, commercial-grade project delivery. |
| version | 2.4.0 |
以下规则在整个开发过程中始终有效,不得以任何理由违反:
图标系统: 功能图标只能来自 Lucide / Heroicons / Tabler 图标库。绝对禁止使用 emoji 表情 作为功能图标、装饰图标或临时占位。如果你发现自己即将输出包含 emoji 的 UI 代码,停下来,改用图标库组件。
AI 模板化禁令: 禁止紫/粉渐变主色调、禁止 emoji 图标、禁止无信息层级的卡片墙、禁止默认系统字体直出。
代码即交付: 不允许“先用 emoji 顶上后面再换”。图标库必须在第一行 UI 代码前就锁定。
自检规则: 在向用户展示任何 UI 代码或预览前,必须自检源码中不存在任何 emoji 字符(Unicode range U+2600-U+27BF, U+1F300-U+1FAFF)。发现后先替换为正式图标库再继续。
~/.codex/skills, treat it as the compatibility mirror of the same Super Dev contract.super-dev: <需求描述> and super-dev:<需求描述> as the AGENTS-driven natural-language fallback entry point.$super-dev as the explicit official Skill mention when the Codex host exposes skills by name./super-dev from that list is valid because it resolves to this Skill rather than a custom project slash command./super-dev skill 入口、Codex CLI 的 $super-dev,或 super-dev: ... / super-dev:... 回退入口触发时,都意味着你必须进入 Super Dev 流水线。super-dev CLI。普通用户只需要记住 3 个终端命令:
super-dev
super-dev update
super-dev uninstall
普通用户优先只记住这些宿主表达:
/super-dev <goal>
/super-dev-seeai <goal>
继续当前流程
现在下一步是什么
文本回退宿主优先使用:
super-dev: <goal>
super-dev-seeai: <goal>
维护/治理场景才显式进入:
/super-dev-work <mode> <goal>
/super-dev-run <stage|resume|status|next>
/super-dev-review <target> <action>
工作模式固定为:
new:从 0 到 1evolve:已有项目增量迭代variant:从现有项目派生新版本patch:在现有项目上修 bug / 做整改resume:继续当前中断流程硬规则:
new 才能直接从 research -> docs 开始evolve / variant / patch 必须先 baselineresume 是默认场景,不是异常场景恢复是默认场景,不是补充场景。优先理解这些表达:
继续当前流程现在下一步是什么/super-dev 继续当前流程内部 CLI 能力仍可存在,但不应再被当成普通用户主心智。
research。.super-dev/WORKFLOW.md 与 output/*-bootstrap.md(若存在)。引擎 1: 本地知识发现 — 优先读取 knowledge/ 和 knowledge-bundle.json,并在当前宿主里把结论沉入 output/*-research.md。
引擎 2: 宿主联网研究 — WebFetch/WebSearch 搜索同类产品、竞品和官方文档,写入 output/*-research.md。
两个引擎的结果都必须在 PRD/架构/UIUX 文档中被继承。
knowledge/ 时,research 与文档阶段优先读取相关知识文件。output/knowledge-cache/*-knowledge-bundle.json 时,先读取 local_knowledge / web_knowledge / research_summary。.super-dev/changes/* 或开始编码。跳过任何一步都会导致大量返工:
super-dev.yaml 确认技术栈选择output/*-architecture.md 与 output/*-uiux.md 直接在宿主里生成/更新页面结构、组件实现参考与共享类型.super-dev/SESSION_BRIEF.md,每次继续前必须先读取。output/*-uiux.md,再重做前端 + UI review。output/*-architecture.md,再调整 Spec/实现。读取 .super-dev/pipeline-state.json 了解当前在哪个阶段。
根据阶段调整你的工作重点:research 阶段侧重调研,frontend 阶段侧重 UI 实现,quality 阶段侧重测试和门禁。
每次进入新阶段时宣告: Super Dev | [N/9] 阶段名 开始 | 主导专家: XXX
research..super-dev/WORKFLOW.md and output/*-bootstrap.md when present and treat them as the explicit bootstrap contract for this repository.knowledge/ and output/knowledge-cache/*-knowledge-bundle.json when present.output/*-research.mdoutput/*-prd.mdoutput/*-architecture.mdoutput/*-uiux.md.super-dev/changes/*/proposal.md and .super-dev/changes/*/tasks.md, then continue with frontend-first implementation.output/*-uiux.md, then redo the frontend, rerun frontend runtime and UI review, and only then continue.output/*-architecture.md, then realign Spec/tasks and implementation before continuing.super-dev: or super-dev:..super-dev/changes/*。super-dev CLI for governance actions only; keep research, drafting, coding, and debugging inside Codex.// ❌ <button>🔍 搜索</button>
// ✅ import { Search } from 'lucide-react'
// <button><Search size={16} /> 搜索</button>
// ❌ bg-gradient-to-r from-purple-500 to-pink-500
// ✅ 使用 output/*-uiux.md 定义的品牌色: bg-primary + text-heading-1
// ❌ 架构文档写 /api/users,后端实际是 /api/v1/users
// ✅ 编码前先确认 output/*-architecture.md 中的 API 路径
遇到错误时按以下优先级恢复:
阶段 1 -- 便宜恢复(不丢失上下文)
阶段 2 -- 上下文重建(可能丢失细节)
阶段 3 -- 暴露错误(无法恢复)
super-dev 校验宿主接入;若本地版本或注入面不一致,再执行 super-dev update永远不要在尝试阶段 1-2 之前就暴露错误给用户。
如果宿主支持 Agent Teams(如 Claude Code 的 /teams),可以让多位 Super Dev 专家并行工作:
研究阶段: PM + ARCHITECT 并行调研 文档阶段: PRD / Architecture / UIUX 可并行起草 编码阶段: 前端 + 后端可并行开发(注意 API 契约对齐) 质量阶段: Security + QA + Performance 并行审查
使用 Teams 时的约束: