From infra-orchestration
Master orchestrator for cross-repo infrastructure with dependency graph dispatch
npx claudepluginhub jacobpevans/claude-code-plugins --plugin infra-orchestrationThis skill uses the workspace's default tool permissions.
Master orchestrator for cross-repo infrastructure operations. Manages the dependency graph
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Master orchestrator for cross-repo infrastructure operations. Manages the dependency graph between Terraform and Ansible repositories and dispatches Task subagents for each phase.
terraform-proxmox
-> ansible-proxmox (host configuration)
-> ansible-proxmox-apps (application configuration)
-> ansible-splunk (Splunk Enterprise)
Terraform provisions infrastructure first. Ansible configures it in dependency order.
Run terragrunt plan in terraform-proxmox, then ansible-playbook --check across all Ansible repos in dependency order.
Run terragrunt validate in terraform-proxmox, then ansible-playbook --syntax-check across all Ansible repos.
Export Terraform outputs as Ansible inventory and distribute to all Ansible repos. See /infra-sync-inventory for details.
Full pipeline validation: validate, plan, export inventory, syntax-check, check, diff. See /infra-e2e-test for details.
~/git/<repo-name>/main/superpowers:dispatching-parallel-agents)All repos use Doppler for runtime secrets: doppler run -- <command>. Never hardcode credentials.
If any phase fails, report the failure and stop dependent phases. Independent repos continue in parallel.