一键导入
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.