·ccw loop-b

Hybrid orchestrator pattern for iterative development. Coordinator + specialized workers with batch wait support. Triggers on "ccw-loop-b".

9Installs·0Trend·@catlog22

Installation

$npx skills add https://github.com/catlog22/claude-code-workflow --skill ccw loop-b

SKILL.md

| TASK | No | Task description (for new loop) | | --loop-id | No | Existing loop ID to continue | | --mode | No | interactive (default) / auto / parallel |

| spawnagent({ message }) | 创建 agent,返回 agentid | | wait({ ids, timeoutms }) | 等待结果(唯一取结果入口) | | sendinput({ id, message }) | 继续交互 | | closeagent({ id }) | 关闭回收 |

| init | ccw-loop-b-init.md | 会话初始化、任务解析 | | develop | ccw-loop-b-develop.md | 代码实现、重构 | | debug | ccw-loop-b-debug.md | 问题诊断、假设验证 | | validate | ccw-loop-b-validate.md | 测试执行、覆盖率 | | complete | ccw-loop-b-complete.md | 总结收尾 |

Hybrid orchestrator pattern for iterative development. Coordinator + specialized workers with batch wait support. Triggers on "ccw-loop-b". Source: catlog22/claude-code-workflow.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/catlog22/claude-code-workflow --skill ccw loop-b
Category
>_Productivity
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is ccw loop-b?

Hybrid orchestrator pattern for iterative development. Coordinator + specialized workers with batch wait support. Triggers on "ccw-loop-b". Source: catlog22/claude-code-workflow.

How do I install ccw loop-b?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/catlog22/claude-code-workflow --skill ccw loop-b Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/catlog22/claude-code-workflow