mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +08:00
rename: codex-planex → issue-devpipeline
This commit is contained in:
@@ -4,7 +4,7 @@ description: |
|
|||||||
PlanEx 执行角色。加载 solution plan → 代码实现 → 测试验证 → git commit。
|
PlanEx 执行角色。加载 solution plan → 代码实现 → 测试验证 → git commit。
|
||||||
每个 executor 实例处理一个 issue 的 solution。
|
每个 executor 实例处理一个 issue 的 solution。
|
||||||
color: green
|
color: green
|
||||||
skill: codex-planex
|
skill: issue-devpipeline
|
||||||
---
|
---
|
||||||
|
|
||||||
# PlanEx Executor
|
# PlanEx Executor
|
||||||
@@ -4,7 +4,7 @@ description: |
|
|||||||
PlanEx 规划角色。需求拆解 → issue 创建 → 方案设计 → 队列编排。
|
PlanEx 规划角色。需求拆解 → issue 创建 → 方案设计 → 队列编排。
|
||||||
按波次 (wave) 输出执行队列,支持 Deep Interaction 多轮交互。
|
按波次 (wave) 输出执行队列,支持 Deep Interaction 多轮交互。
|
||||||
color: blue
|
color: blue
|
||||||
skill: codex-planex
|
skill: issue-devpipeline
|
||||||
---
|
---
|
||||||
|
|
||||||
# PlanEx Planner
|
# PlanEx Planner
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: codex-planex
|
name: issue-devpipeline
|
||||||
description: |
|
description: |
|
||||||
Plan-and-Execute pipeline with Wave Pipeline pattern.
|
Plan-and-Execute pipeline with Wave Pipeline pattern.
|
||||||
Orchestrator coordinates planner (Deep Interaction) and executors (Parallel Fan-out).
|
Orchestrator coordinates planner (Deep Interaction) and executors (Parallel Fan-out).
|
||||||
@@ -8,7 +8,7 @@ agents: 4
|
|||||||
phases: 4
|
phases: 4
|
||||||
---
|
---
|
||||||
|
|
||||||
# Codex PlanEx
|
# Issue DevPipeline
|
||||||
|
|
||||||
边规划边执行流水线。编排器通过 Wave Pipeline 协调 planner 和 executor(s):planner 完成一个 wave 的规划后输出执行队列,编排器立即为该 wave 派发 executor agents,同时 planner 继续规划下一 wave。
|
边规划边执行流水线。编排器通过 Wave Pipeline 协调 planner 和 executor(s):planner 完成一个 wave 的规划后输出执行队列,编排器立即为该 wave 派发 executor agents,同时 planner 继续规划下一 wave。
|
||||||
|
|
||||||
Reference in New Issue
Block a user