Loading...
Loading...
Compare original and translation side by side
nmnpm install -g dmuxnmnpm install -g dmuxundefinedundefinedundefinedundefinedPane 1 (Research): "Research best practices for rate limiting in Node.js.
Check current libraries, compare approaches, and write findings to
/tmp/rate-limit-research.md"
Pane 2 (Implement): "Implement rate limiting middleware for our Express API.
Start with a basic token bucket, we'll refine after research completes."面板1(研究):"研究Node.js中限流的最佳实践。
调研现有库,对比不同方案,并将研究结果写入
/tmp/rate-limit-research.md"
面板2(实现):"为我们的Express API实现限流中间件。
先从基础的令牌桶算法开始,研究完成后再进行优化。"undefinedundefinedPane 1: "Create the database schema and migrations for the billing feature"
Pane 2: "Build the billing API endpoints in src/api/billing/"
Pane 3: "Create the billing dashboard UI components"面板1:"为计费功能创建数据库模式和迁移文件"
面板2:"在src/api/billing/中构建计费API端点"
面板3:"创建计费仪表盘UI组件"undefinedundefinedPane 1 (Watcher): "Run the test suite in watch mode. When tests fail,
summarize the failures."
Pane 2 (Fixer): "Fix failing tests based on the error output from pane 1"面板1(监控):"以监听模式运行测试套件。当测试失败时,
总结失败原因。"
面板2(修复):"根据面板1的错误输出修复失败的测试用例"Pane 1 (Claude Code): "Review the security of the auth module"
Pane 2 (Codex): "Refactor the utility functions for performance"
Pane 3 (Claude Code): "Write E2E tests for the checkout flow"面板1(Claude Code):"审查认证模块的安全性"
面板2(Codex):"重构工具函数以提升性能"
面板3(Claude Code):"为结账流程编写端到端测试"Pane 1: "Review src/api/ for security vulnerabilities"
Pane 2: "Review src/api/ for performance issues"
Pane 3: "Review src/api/ for test coverage gaps"面板1:"审查src/api/中的安全漏洞"
面板2:"审查src/api/中的性能问题"
面板3:"审查src/api/中的测试覆盖率缺口"undefinedundefinedundefinedundefinedundefinedundefined| Tool | What It Does | When to Use |
|---|---|---|
| dmux | tmux pane management for agents | Parallel agent sessions |
| Superset | Terminal IDE for 10+ parallel agents | Large-scale orchestration |
| Claude Code Task tool | In-process subagent spawning | Programmatic parallelism within a session |
| Codex multi-agent | Built-in agent roles | Codex-specific parallel work |
| 工具 | 功能 | 适用场景 |
|---|---|---|
| dmux | 面向Agent的tmux面板管理 | 并行Agent会话 |
| Superset | 支持10+并行Agent的终端IDE | 大规模编排 |
| Claude Code Task tool | 进程内子Agent生成 | 会话内的程序化并行 |
| Codex multi-agent | 内置Agent角色 | Codex专属并行工作 |
node scripts/orchestrate-worktrees.js plan.json --executeplan.json{
"sessionName": "skill-audit",
"baseRef": "HEAD",
"launcherCommand": "codex exec --cwd {worktree_path_sh} --task-file {task_file_sh}",
"workers": [
{ "name": "docs-a", "task": "Fix skills 1-4 and write handoff notes." },
{ "name": "docs-b", "task": "Fix skills 5-8 and write handoff notes." }
]
}seedPathstask.mdhandoff.mdstatus.md.orchestration/<session>/seedPathsHEAD{
"sessionName": "workflow-e2e",
"seedPaths": [
"scripts/orchestrate-worktrees.js",
"scripts/lib/tmux-worktree-orchestrator.js",
".claude/plan/workflow-e2e-test.json"
],
"launcherCommand": "bash {repo_root_sh}/scripts/orchestrate-codex-worker.sh {task_file_sh} {handoff_file_sh} {status_file_sh}",
"workers": [
{ "name": "seed-check", "task": "Verify seeded files are present before starting work." }
]
}node scripts/orchestrate-worktrees.js plan.json --executeplan.json{
"sessionName": "skill-audit",
"baseRef": "HEAD",
"launcherCommand": "codex exec --cwd {worktree_path_sh} --task-file {task_file_sh}",
"workers": [
{ "name": "docs-a", "task": "修复技能1-4并编写交接说明。" },
{ "name": "docs-b", "task": "修复技能5-8并编写交接说明。" }
]
}seedPaths.orchestration/<session>/task.mdhandoff.mdstatus.mdHEADseedPaths{
"sessionName": "workflow-e2e",
"seedPaths": [
"scripts/orchestrate-worktrees.js",
"scripts/lib/tmux-worktree-orchestrator.js",
".claude/plan/workflow-e2e-test.json"
],
"launcherCommand": "bash {repo_root_sh}/scripts/orchestrate-codex-worker.sh {task_file_sh} {handoff_file_sh} {status_file_sh}",
"workers": [
{ "name": "seed-check", "task": "开始工作前验证种子文件是否存在。" }
]
}tmux capture-pane -pt <session>:0.<pane-index>brew install tmuxapt install tmuxtmux capture-pane -pt <session>:0.<pane-index>brew install tmuxapt install tmux