원클릭으로
speckit-superb-check
Diagnose the five Superpowers disciplines used by Superb and report the focused hook and standalone-command contract.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Diagnose the five Superpowers disciplines used by Superb and report the focused hook and standalone-command contract.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | speckit-superb-check |
| description | Diagnose the five Superpowers disciplines used by Superb and report the focused hook and standalone-command contract. |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"superb:commands/check.md"} |
$ARGUMENTS
Resolve exactly these skills with
.specify/extensions/superb/scripts/bash/resolve-skill.sh:
brainstorming - optional after_specify refinementtest-driven-development - optional upstream enhancement for the required
test-first discipline, with a native minimum fallbacksystematic-debugging - standalone debugreceiving-code-review - standalone respondfinishing-a-development-branch - standalone finish| Hook | Command | Policy |
|---|---|---|
| after_specify | /speckit.superb.brainstorm | Optional |
| before_implement | /speckit.superb.implementation-gate | Required |
Report standalone availability for critique, debug, respond, and
finish. A missing optional skill affects only its command. Missing
test-driven-development selects the implementation gate's native minimum and
does not block Spec Kit.
Run .specify/extensions/superb/scripts/bash/ensure-skills.sh --check-prereqs, then show .specify/extensions/superb/scripts/bash/ensure-skills.sh --print-guidance. Install
only after the user explicitly selects one of these approaches:
Installer reference: https://github.com/RbBtSn0w/adg
npx @rbbtsn0w/adg plugins add obra/superpowers -g
npx @rbbtsn0w/adg skills add obra/superpowers --skill brainstorming --skill test-driven-development --skill systematic-debugging --skill receiving-code-review --skill finishing-a-development-branch --global -y
npx @rbbtsn0w/adg skills add obra/superpowers --skill brainstorming --skill test-driven-development --skill systematic-debugging --skill receiving-code-review --skill finishing-a-development-branch -y
The plugin choice is the compatibility path and may install additional upstream skills. Superb still resolves only the five skills listed above.
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.
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.
Mandatory read-only pre-implementation gate. Reports test-first readiness while leaving task execution decisions with Spec Kit.