بنقرة واحدة
orchestration
Parallel execution using multiple Claude instances in Kitty terminal
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Parallel execution using multiple Claude instances in Kitty terminal
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Comprehensive code review with security, patterns, and quality focus
Agile/Waterfall project planning, tracking, and delivery management
McKinsey-level strategic analysis with MECE frameworks and quantitative prioritization
Update project documentation (ADRs, CHANGELOG, running notes) in compact Claude-friendly format
Audit and harden any repository with standardized quality gates, hooks, and scripts
Optimize project instructions and agent setup for lower token usage and higher signal
| name | orchestration |
| description | Parallel execution using multiple Claude instances in Kitty terminal |
| allowed-tools | ["Read","Glob","Grep","Bash","Task"] |
| context | fork |
| user-invocable | true |
| version | 1.0.0 |
Parallel execution of plans using Claude and/or Copilot CLI workers in Kitty terminal tabs. Supports mixed-engine mode where Claude handles complex tasks and Copilot handles mechanical ones.
strategic-planner agent| Requirement | Details |
|---|---|
| Terminal | Kitty only (not Warp/iTerm/Terminal.app) |
| Config | allow_remote_control yes in kitty.conf |
| Claude | wildClaude='claude --dangerously-skip-permissions' |
| Copilot | copilot CLI + GH_TOKEN or COPILOT_TOKEN env var |
| Max Workers | 4 (hard limit) |
# Claude-only (default):
orchestrate.sh <plan> 4
# Copilot-only (all workers use copilot --yolo):
orchestrate.sh <plan> 4 --engine copilot
# Mixed (Claude for complex, Copilot for codex:true tasks):
orchestrate.sh <plan> 4 --engine mixed
# Monitor (detects both Claude-N and Copilot-N tabs):
claude-monitor.sh
# Launch single worker by type:
worker-launch.sh claude "Claude-2" <task_db_id> --cwd /worktree
worker-launch.sh copilot "Copilot-3" <task_db_id> --cwd /worktree
# Standalone Copilot worker (no Kitty needed):
copilot-worker.sh <task_db_id> --model claude-sonnet-4-5 --timeout 600
The strategic-planner agent can create plans with Claude assignments and execute them in parallel:
@strategic-planner Create an execution plan for [task] with parallel execution
When asked "Vuoi eseguire in parallelo?", it will:
Plans for parallel execution must include:
## 🎭 RUOLI CLAUDE
| Claude | Role | Tasks | Files |
| -------- | ----------- | ---------- | --------------- |
| CLAUDE 1 | Coordinator | Monitor | - |
| CLAUDE 2 | Implementer | T-01, T-02 | src/api/ |
| CLAUDE 3 | Implementer | T-03, T-04 | src/components/ |
| CLAUDE 4 | Implementer | T-05 | src/lib/ |
worktree-guard.sh first. NEVER on main.copilot --yolo for full autonomy (no confirmation prompts)| Flag | Purpose |
|---|---|
--yolo | Full autonomy, no confirmations (REQUIRED) |
--add-dir <path> | Trust worktree directory |
--model <model> | Select model (claude-sonnet-4-5, gpt-4.1, etc.) |
-p "prompt" | Non-interactive mode (for scripted execution) |
| Script | Purpose |
|---|---|
orchestrate.sh | Main orchestrator (--engine claude|copilot|mixed) |
worker-launch.sh | Launch single worker in Kitty tab |
copilot-worker.sh | Standalone Copilot task execution |
copilot-task-prompt.sh | Generate Copilot-compatible prompt from DB task |
worktree-guard.sh | Block execution if not in correct worktree |
claude-monitor.sh | Monitor all worker tabs (Claude + Copilot) |
kitty-check.sh | Verify Kitty setup |
.claude/agents/core_utility/strategic-planner.md${CLAUDE_HOME:-.claude}/commands/planner.mdplan-db.sh drift-check <plan_id>