원클릭으로
issue-implement
执行 Issue 的实现计划。读取 .issue-flow/plan-path,调用 subagent-driven-development 按任务执行代码变更。支持 manual 和 auto 模式。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
执行 Issue 的实现计划。读取 .issue-flow/plan-path,调用 subagent-driven-development 按任务执行代码变更。支持 manual 和 auto 模式。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | issue-implement |
| description | 执行 Issue 的实现计划。读取 .issue-flow/plan-path,调用 subagent-driven-development 按任务执行代码变更。支持 manual 和 auto 模式。 |
| argument-hint | |
| disable-model-invocation | false |
| allowed-tools | ["Read","Bash(cat *)","Bash(git status *)","Bash(git branch *)","Skill(superpowers:subagent-driven-development)","Skill(superpowers:executing-plans)"] |
读取 .issue-flow/plan-path 中的实现计划并执行。
.issue-flow/plan-pathissue-plan 生成计划"读取 .issue-flow/plan-path 内容,确认文件存在且格式有效(包含 checkbox 任务列表)。
运行 git branch --show-current,确认当前不在 main/master 分支。
若在当前分支,提示用户先创建 feature branch 或进入 worktree。
调用 superpowers:subagent-driven-development 执行计划文件。
若 Agent 工具不可用(如 Codex 等平台),直接使用 superpowers:executing-plans 顺序执行计划。
执行完成后输出:
成功 / 失败 / 阻塞issue-commit 负责)Bug 修复收尾。清理 worktree/分支与 .bugfix-flow/ 状态目录。支持 manual 和 auto 模式。
轻量 bug 修复编排器。通过 .bugfix-flow/ 状态机管理从问题接手到验证完成的修复流程, 支持 manual 和 auto 两种模式,默认在验证通过后暂停等待人工决定是否提交或创建 PR。
执行 bug 修复。读取 .bugfix-flow/context.json,围绕复现路径和验证目标做最小修改, 支持从 ready 重新进入修复循环。
接手一个 bug 修复任务:从 GitHub Issue 或自由文本构建修复上下文,创建隔离 worktree 和分支, 初始化 .bugfix-flow/。为后续修改和验证做准备。
需求头脑风暴:将用户的一个想法或需求,通过调研和结构化讨论,整理成 可用于创建 GitHub Issue 的 design spec。支持 manual 和 auto 两种模式。
创建 GitHub Issue。从对话上下文提取需求信息,按类型选择模板。 支持 manual 模式(API 创建后人工审核)和 auto 模式(直接创建)。