원클릭으로
speckit-speckit-superpowers-bridge-handoff
Create or update the Superpowers implementation handoff state
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create or update the Superpowers implementation handoff state
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Execute Spec Kit tasks.md through the Superpowers bridge
Guard Spec Kit and Superpowers commands from crossing bridge ownership boundaries
Execute Spec Kit tasks.md through the Superpowers bridge
Use to consult, capture, validate, and install AI Workflow Home assets for Codex/Claude/Hermes/OpenClaw machines; local runtime first, web window second.
| name | speckit-speckit-superpowers-bridge-handoff |
| description | Create or update the Superpowers implementation handoff state |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"speckit-superpowers-bridge:commands/speckit.speckit-superpowers-bridge.handoff.md"} |
Create .specify/superpowers-handoff.json so Spec Kit artifacts explicitly hand implementation to Superpowers.
.specify/feature.json.spec.md, plan.md, and tasks.md..specify/superpowers-handoff.json with:
feature_directorysource_of_truthsupersedes: ["speckit.implement"]executor: "superpowers"statusartifact_ownerreview_only_agents$speckit-superpowers-bridge/speckit-superpowers-bridgeRun this from the repository root. Use .specify/init-options.json.script to choose the flavor (ps => PowerShell, sh => bash).
.\.specify\extensions\speckit-superpowers-bridge\scripts\powershell\update-handoff.ps1 -Status ready
bash .specify/extensions/speckit-superpowers-bridge/scripts/bash/update-handoff.sh --status ready
Actor resolution order is:
-Actor <codex|claude|unknown> / --actor <codex|claude|unknown>SPECKIT_BRIDGE_ACTORunknownIf required feature artifacts are missing, the script writes status blocked. In that case, return to Spec Kit and regenerate or repair the missing artifacts before implementation.