.agents/skills/super-dev/SKILL.md
Activate the Super Dev pipeline inside Codex CLI.
npx skillsauth add shangyankeji/super-dev super-devInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
以下规则在整个开发过程中始终有效,不得以任何理由违反:
图标系统: 功能图标只能来自 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。以下所有命令均在宿主内通过 /super-dev <command> 输入。
宿主会通过 Bash 工具自动执行,无需打开终端。
# 项目初始化与宿主接入
super-dev init # 初始化项目配置
super-dev detect --auto # 探测已安装宿主
super-dev setup <host> # 一步接入指定宿主
super-dev doctor --fix # 诊断并修复接入问题
super-dev migrate # 迁移到最新版本
# 流水线控制
super-dev run <phase> # 跳转到指定阶段
super-dev status # 查看当前流程状态
super-dev next # 推荐下一步
super-dev continue # 继续当前流程
super-dev confirm <phase> # 确认指定阶段
# 治理与质量
super-dev enforce install # 安装 enforcement hooks
super-dev enforce validate # 运行验证检查
super-dev quality # 运行质量门禁
super-dev review docs # 查看三文档确认状态
super-dev review ui # 查看 UI 审查状态
super-dev review preview # 查看预览确认状态
# 交付
super-dev release proof-pack # 生成交付证据包
super-dev release readiness # 发布就绪度检查
# 查询
super-dev memory list # 查看记忆条目
super-dev experts list # 查看专家角色
super-dev hooks list # 查看 hook 事件
super-dev hooks history # 查看最近 hook 历史
super-dev harness status # 查看 workflow/framework/hook harness
super-dev compact list # 查看压缩摘要
super-dev config list # 查看项目配置
super-dev spec list # 查看规范与变更
重要: 这些命令是治理执行层,宿主自身能力无法替代。
research。.super-dev/WORKFLOW.md 与 output/*-bootstrap.md(若存在)。引擎 1: CLI 知识推送 — super-dev run research 触发本地知识发现,读取 knowledge/ 和 knowledge-bundle.json。
引擎 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 确认技术栈选择super-dev generate components + super-dev generate types.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 release proof-pack, and only then continue.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 doctor --fix 尝试自动修复永远不要在尝试阶段 1-2 之前就暴露错误给用户。
如果宿主支持 Agent Teams(如 Claude Code 的 /teams),可以让多位 Super Dev 专家并行工作:
研究阶段: PM + ARCHITECT 并行调研 文档阶段: PRD / Architecture / UIUX 可并行起草 编码阶段: 前端 + 后端可并行开发(注意 API 契约对齐) 质量阶段: Security + QA + Performance 并行审查
使用 Teams 时的约束:
development
Super Dev pipeline governance for research-first, commercial-grade AI coding delivery
development
Super Dev pipeline governance for research-first, commercial-grade AI coding delivery
development
Super Dev SEEAI competition mode - action-driven fast delivery loop for time-boxed competitions
tools
Super Dev Codex App/Desktop plugin entry.