ワンクリックで
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.