一键导入
speckit-superb-implementation-gate
Mandatory read-only pre-implementation gate. Reports test-first readiness while leaving task execution decisions with Spec Kit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Mandatory read-only pre-implementation gate. Reports test-first readiness while leaving task execution decisions with Spec Kit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when a GitHub Pull Request has unresolved review threads, pending reviews, stale/outdated threads, local findings ingestion, or needs mandatory final-gate proof in one PR-scoped session.
Optional after-specify refinement gate. Bridges an installed obra/superpowers brainstorming skill into the active Spec Kit spec.md without creating a second design document or replacing speckit.specify.
Diagnose the five Superpowers disciplines used by Superb and report the focused hook and standalone-command contract.
Read-only implementation critique against active Spec Kit artifacts.
Apply systematic root-cause investigation to the current failing task.
Complete branch handoff after Spec Kit convergence and fresh checks.
| name | speckit-superb-implementation-gate |
| description | Mandatory read-only pre-implementation gate. Reports test-first readiness while leaving task execution decisions with Spec Kit. |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"superb:commands/implementation-gate.md"} |
$ARGUMENTS
This command is read-only. It never changes spec.md, plan.md, tasks.md,
task checkboxes, git state, or lifecycle state.
Resolve the active feature through the Spec Kit prerequisite helper. Require
readable spec.md, plan.md, and tasks.md. If one is missing, report the
missing artifact and return control to its owning Spec Kit command.
Run:
bash .specify/extensions/superb/scripts/bash/resolve-skill.sh --skill test-driven-development
When the skill is available, apply its durable discipline: write a focused failing test, observe the expected failure, make the minimum production change, then observe the focused and regression checks pass.
When it is unavailable, apply this bridge-native minimum instead:
The missing skill reduces guidance depth but does not block the standard Spec Kit implementation path.
Inspect incomplete tasks and report:
Do not interpret task scheduling metadata. The owning Spec Kit implementation flow and active agent runtime decide how tasks execute.
Return only a readiness result:
## Implementation Readiness
**Artifacts:** READY | BLOCKED
**TDD guidance:** UPSTREAM | NATIVE MINIMUM
**Incomplete tasks:** [task ids]
**Missing test-first readiness:** [task ids or none]
**Blocking findings:** [findings or none]
Readiness checked; return control to `/speckit.implement`.