ワンクリックで
sf-pair-task
Execute a single task end-to-end with plan review, implementation review, verification, and one persistent task-plan artifact.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Execute a single task end-to-end with plan review, implementation review, verification, and one persistent task-plan artifact.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when a plan folder created by sf-pair-plan must be executed milestone-by-milestone in a worktree, with a per-milestone TDD→review→commit→tracker loop, then finalized so the branch is preserved for a PR.
Use when a user asks to create a structured implementation plan with milestones, stories, and reviewer approval using pi-subagents.
Use when a diff or codebase must receive a CodeRabbit-style audit — 7 finder angles, a dual-blind AND-gate, and fix-apply — returning P0–P3 findings and an APPROVED/REVISE verdict.
Use when a defined flow (.pi/workflows/<name>.yaml) must be run end-to-end with no human gates. Input may be a prompt, a markdown file, a PRD, or a Jira story.
Use when a user asks to create or validate a reusable flow from a declarative agents/phases/loops definition. Interviews the user, writes .pi/workflows/<name>.yaml, and registers /<name>.
Use when a plan folder created by sf-flow-plan must be executed in a single worktree (flow/<slug>) with TDD per story and a non-optional audit gate before commit, then finalized so the branch is preserved for a PR.
| name | sf-pair-task |
| description | Execute a single task end-to-end with plan review, implementation review, verification, and one persistent task-plan artifact. |
Execute a single user task end-to-end: clarify, plan, review, implement, verify, review, commit.
brainstorming, test-driven-development, verification-before-completion, finishing-a-development-branch (install via pi install git:github.com/obra/superpowers)git rev-parse --is-inside-work-treeai_plan/ exists in .gitignoretest -f ~/.pi/agent/agents/reviewer.mdAskUserQuestionbrainstorming for behavior-changing workai_plan/YYYY-MM-DD-<slug>/task-plan.md from templateStatus: draft/tmp/pair-task-plan-{REVIEW_ID}.mdAgent({
subagent_type: "reviewer",
model: "<reviewer_model>",
prompt: "Review the task plan at /tmp/pair-task-plan-{REVIEW_ID}.md",
description: "Review task plan"
})
Status: plan-approvedStatus: implementation-in-progresstest-driven-development for behavior-changing editstask-plan.md as acceptance criteria are completedverification-before-completionAgent({
subagent_type: "reviewer",
model: "<reviewer_model>",
prompt: "Review the implementation. [include diff and verification]",
description: "Review implementation"
})
Status: implementation-approvedfinishing-a-development-branchIf configured, send completion summary.