⚙️ 自动化 社区

并行代理任务管理

同时运行多个 Claude 实例,让它们并行处理不同任务,极大提升工作效率

★★★ 高级 variable 2026年1月15日
📋

使用场景

💬

提示词

[In Terminal Tab 1 - Testing]
Run the full test suite for the authentication module and fix any failures you find.

[In Terminal Tab 2 - Refactoring]
Refactor the legacy user service to use the new API client patterns.

[In Terminal Tab 3 - Documentation]
Update the README and API documentation to reflect recent changes.

[In Terminal Tab 4 - New Feature]
Implement the password reset flow according to the spec in ~/docs/password-reset.md

[In Terminal Tab 5 - Code Review]
Review the open pull requests and add comments.

预期结果

💡

使用技巧

  • 确保分配给不同 Claude 的任务是真正独立的,避免文件冲突
  • 使用 Git worktrees 可以让每个 Claude 在独立的工作目录中操作
  • 启用系统通知,这样你就知道哪个 Claude 完成了或需要帮助
  • 从2-3个并行开始,熟练后再增加