⚙️ 自動化 コミュニティ

並列エージェントタスク管理

複数の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個の並列から始めて、慣れてきたらスケールアップしてください