workflow-multi-cli-plan — claude-code workflow-multi-cli-plan, Claude-Code-Workflow, community, claude-code, ide skills, cli-tools, context-management, gemini-cli, json-driven, qwen-code, Claude Code

v1.0.0

关于此技能

非常适合需要统一的多CLI协作规划和执行的开发人员代理,用于简化任务编排和工作流自动化。 Multi-CLI collaborative planning and execution skill with integrated execution phase. Triggers on workflow-multi-cli-plan.

# 核心主题

catlog22 catlog22
[1.4k]
[113]
更新于: 3/2/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 9/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
9/11
Quality Score
61
Canonical Locale
zh
Detected Body Locale
zh

非常适合需要统一的多CLI协作规划和执行的开发人员代理,用于简化任务编排和工作流自动化。 Multi-CLI collaborative planning and execution skill with integrated execution phase. Triggers on workflow-multi-cli-plan.

核心价值

赋予代理在多个CLI工具和JSON驱动的工作流中编排任务的能力,实现无缝的协作规划和执行,通过统一的多CLI规划和lite-execute阶段,利用ACE上下文和多CLI讨论生成计划。

适用 Agent 类型

非常适合需要统一的多CLI协作规划和执行的开发人员代理,用于简化任务编排和工作流自动化。

赋予的主要能力 · workflow-multi-cli-plan

在多样化的CLI工具中自动化工作流自动化
为复杂的JSON驱动的工作流生成协作计划
使用lite-execute执行统一的多CLI计划以简化任务管理

! 使用限制与门槛

  • 需要JSON驱动的工作流兼容性
  • 仅限于技能架构支持的CLI工具和工作流

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

workflow-multi-cli-plan 是什么?

非常适合需要统一的多CLI协作规划和执行的开发人员代理,用于简化任务编排和工作流自动化。 Multi-CLI collaborative planning and execution skill with integrated execution phase. Triggers on workflow-multi-cli-plan.

如何安装 workflow-multi-cli-plan?

运行命令:npx killer-skills add catlog22/Claude-Code-Workflow/workflow-multi-cli-plan。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

workflow-multi-cli-plan 适用于哪些场景?

典型场景包括:在多样化的CLI工具中自动化工作流自动化、为复杂的JSON驱动的工作流生成协作计划、使用lite-execute执行统一的多CLI计划以简化任务管理。

workflow-multi-cli-plan 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

workflow-multi-cli-plan 有哪些限制?

需要JSON驱动的工作流兼容性;仅限于技能架构支持的CLI工具和工作流。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add catlog22/Claude-Code-Workflow/workflow-multi-cli-plan。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    workflow-multi-cli-plan 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

workflow-multi-cli-plan

安装 workflow-multi-cli-plan,这是一款面向AI agent workflows and automation的 AI Agent Skill。支持 Claude Code、Cursor、Windsurf,一键安装。

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

Workflow Multi-CLI Plan

Unified multi-CLI collaborative planning and execution skill. Routes to multi-cli-plan (ACE context + multi-CLI discussion + plan generation) which then hands off to lite-execute (Phase 2) internally for execution.

Architecture Overview

┌─────────────────────────────────────────────────────────┐
│  SKILL.md (Router + Prompt Enhancement)                  │
│  → Enhance prompt → Dispatch to Phase 1                 │
└──────────────────────┬──────────────────────────────────┘
                       │
                       ↓
     ┌──────────────┐        ┌───────────┐
     │multi-cli-plan│        │lite-execute│
     │   Phase 1    │─handoff→│  Phase 2   │
     │  Plan+Exec   │        │ (internal) │
     └──────────────┘        └───────────┘

Mode Detection & Routing

javascript
1const args = $ARGUMENTS 2const mode = 'plan' // workflow-multi-cli-plan always starts with planning

Routing Table:

TriggerModePhase DocumentDescription
workflow-multi-cli-planplanphases/01-multi-cli-plan.mdMulti-CLI collaborative planning (ACE context → discussion → plan → execute)

Interactive Preference Collection

Before dispatching, collect workflow preferences via AskUserQuestion:

javascript
1// ★ 统一 auto mode 检测:-y/--yes 从 $ARGUMENTS 或 ccw 传播 2const autoYes = /\b(-y|--yes)\b/.test($ARGUMENTS) 3 4if (autoYes) { 5 // 自动模式:跳过所有询问,使用默认值 6 workflowPreferences = { autoYes: true } 7} else if (mode === 'plan') { 8 const prefResponse = AskUserQuestion({ 9 questions: [ 10 { 11 question: "是否跳过所有确认步骤(自动模式)?", 12 header: "Auto Mode", 13 multiSelect: false, 14 options: [ 15 { label: "Interactive (Recommended)", description: "交互模式,包含确认步骤" }, 16 { label: "Auto", description: "跳过所有确认,自动执行" } 17 ] 18 } 19 ] 20 }) 21 workflowPreferences = { 22 autoYes: prefResponse.autoMode === 'Auto' 23 } 24}

workflowPreferences is passed to phase execution as context variable, referenced as workflowPreferences.autoYes within phases.

Prompt Enhancement

After collecting preferences, enhance context and dispatch:

javascript
1// Step 1: Load project context via ccw spec 2Bash('ccw spec load --category planning') 3 4// Step 2: Log available context 5console.log('Project context loaded via: ccw spec load --category planning') 6 7// Step 3: Dispatch to Phase 1 (workflowPreferences available as context) 8// Read phases/01-multi-cli-plan.md and execute 9// Phase 1 internally hands off to Phase 2 (lite-execute) after plan approval

Compact Recovery (Phase Persistence)

Multi-phase execution (multi-cli-plan → lite-execute) spans long conversations. Uses 双重保险: TodoWrite 跟踪 active phase 保护其不被压缩,sentinel 作为兜底。

⚠️ COMPACT DIRECTIVE: Context compression MUST check TodoWrite phase status. The phase currently marked in_progress is the active execution phase — preserve its FULL content. Only compress phases marked completed or pending.

Execution Flow

Plan Mode (workflow-multi-cli-plan)

1. Collect preferences via AskUserQuestion (autoYes)
2. Enhance prompt with project context availability
3. Read phases/01-multi-cli-plan.md
4. Execute multi-cli-plan pipeline (Phase 1-5 within the phase doc)
5. Phase 5 directly reads and executes Phase 2 (lite-execute) with executionContext

Usage

Task description provided as arguments → interactive preference collection → multi-CLI planning pipeline → internal execution handoff to Phase 2 (lite-execute).

Phase Reference Documents

PhaseDocumentPurposeCompact
1phases/01-multi-cli-plan.mdComplete multi-CLI planning pipeline: ACE context, iterative discussion, options, user decision, plan generation, handoffTodoWrite 驱动
2phases/02-lite-execute.mdComplete execution engine: input modes, task grouping, batch execution, code reviewTodoWrite 驱动 + 🔄 sentinel

Compact Rules:

  1. TodoWrite in_progress → 保留完整内容,禁止压缩
  2. TodoWrite completed → 可压缩为摘要
  3. 🔄 sentinel fallback → Phase 2 包含 compact sentinel;若 compact 后仅存 sentinel 而无完整 Step 协议,必须立即 Read("phases/02-lite-execute.md") 恢复

相关技能

寻找 workflow-multi-cli-plan 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

为prompts.chat的信息反馈系统生成可定制的插件小部件

149.6k
0
AI

flags

Logo of vercel
vercel

React 框架

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

Python中具有强大GPU加速的张量和动态神经网络

98.6k
0
开发者工具