Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

spec-first-superpowers规格第一超能力

Agent Skill

spec-first-superpowers 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

512

周安装

22

GitHub Stars

11

下载量

180
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:spec-first-superpowers(规格第一超能力)
来源仓库:https://github.com/zxzvsdcj/spec-first-superpowers
仓库路径:skills/spec-first-superpowers
安装命令:
npx skills add https://github.com/zxzvsdcj/spec-first-superpowers --skill spec-first-superpowers
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/zxzvsdcj/spec-first-superpowers --skill spec-first-superpowers

简介

spec-first-superpowers 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务线索快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 了解具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 当前归类为研究检索类技能,适用于信息探索与筛选场景。

SKILL.md

Spec-First + Superpowers Orchestrator v5

Stop the AI from jumping straight to code. Every feature, bugfix, and refactor goes through a specification phase first — because unexamined code is expensive code.

Commands

CommandEffect
/super-specFull workflow (auto mode + auto complexity)
/super-spec force-spec-kitForce Spec-Kit mode
/super-spec force-openspecForce OpenSpec mode
/super-spec resetReset mode selection
/super-spec upgradeCheck all integrated projects for updates and execute upgrade

How It Works

Step 1: Pick a Mode

Check for existing signals, then fall back to heuristics:

SignalMode
.spec-mode file existsUse whatever it says
.specify/ directorySpec-Kit
openspec/ directoryOpenSpec
Brand new project, < 30 filesSpec-Kit
Everything elseOpenSpec (default)

Save the choice to .spec-mode so future sessions remember it.

For detailed mode workflows, read:

Step 2: Triage Complexity

The AI suggests a level; the user confirms or overrides.

LevelWhenWhat happens
QuickSingle-file bugfix, typo, configSimplified spec (/opsx:propose or /opsx:ff) → TDD → archive
StandardSingle feature, clear scopeAll phases (Phase 3 only if UI)
ThoroughMulti-module, architecture decisionsAll phases + Agent Teams evaluation

Step 3: Execute the Pipeline

Phase 0 — Session Recovery (automatic) If task_plan.md exists from a previous session, read all planning files, query MemPalace for relevant history (if configured), run the 5-Question Reboot Test (Where am I? / Where am I going? / What's the goal? / What did I learn? / What did I do?), then resume from the last checkpoint.

Phase 1 — Specification Write the spec using the selected mode. Quick tasks use /opsx:propose; standard/thorough use the full flow with /opsx:explore or /speckit.specify. The user must explicitly confirm the spec before moving on. Gate G1: User confirmed + spec aligns with constitution + inline spec review passed + scope check done.

Phase 2 — Persistent Planning Generate task_plan.md (numbered checklist with file structure mapping + test points), findings.md, and progress.md using planning-with-files + writing-plans. Gate G2: Every task has file paths + acceptance criteria + test strategy + inline plan review passed.

Phase 3 — UI/UX Design (conditional) Triggered only when UI keywords are detected. Invoke ui-ux-pro-max --design-system --persist to generate and persist the design system (v2.5.0: 67 styles, 161 palettes, 57 fonts, 14 tech stacks, 6 specialist skills). Gate G3: Pre-delivery checklist passed + user confirmed design.

Phase 4 — Implementation Execute via one of two strategies (AI recommends, user picks):

  • Subagent-Driven: Fresh subagent per task + two-stage review (spec conformance → code quality) + model selection per task role + implementer status handling (DONE/DONE_WITH_CONCERNS/NEEDS_CONTEXT/BLOCKED)
  • Executing-Plans: Batch execution + checkpoint reviews

TDD throughout. Errors escalate through the 3-Strike protocol → systematic-debugging. Gate G4: All tests pass + review passed + verification evidence written to progress.md + /opsx:verify passed (if available) + MemPalace archived (if configured).

Phase 5 — Archive finishing-a-development-branch → update all checkboxes → archive spec artifacts → final progress.md entry → MemPalace diary entry (if configured).

Quality Gates

Each gate is a hard stop — nothing moves forward until all checks pass. If a gate fails, fix the issue and re-evaluate. Full gate criteria: references/quality-gates.md

Anti-Rush Protection

If the user asks to skip the spec phase, politely decline and redirect to /super-spec. The whole point of this skill is preventing premature implementation.

Reference Files

Read these as needed — they contain detailed procedures that would bloat this file:

FileWhen to read
references/quality-gates.mdEvaluating any gate (G0-G4)
references/synergy-patterns.mdUnderstanding cross-tool integration (6 chains)
references/integration-guide.mdSetup, troubleshooting, dependency list
references/spec-kit-workflow.mdRunning the Spec-Kit flow
references/openspec-workflow.mdRunning the OpenSpec flow
references/mempalace-integration.mdMemPalace memory system setup + 5 integration points
references/upgrade-protocol.md/super-spec upgrade — standardized version sync procedure
assets/constitutions/openspec-constitution.mdOpenSpec constitution template
assets/constitutions/spec-kit-constitution.mdSpec-Kit constitution template

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.12%
按下载量换算65

Claude

30.33%
按下载量换算55

Cursor

20.83%
按下载量换算37

Gemini CLI

9.49%
按下载量换算17

安全审计

Gen Agent Trust Hub

可疑

Socket

可疑

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills