subagent-orchestration

Dispatch specialized subagents with model selection and two-stage review loops.

3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/ArtemioPadilla/agent-triforce --skill subagent-orchestration-artemiopadilla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-orchestration
Source: https://github.com/ArtemioPadilla/agent-triforce/tree/main/.claude/skills/subagent-orchestration
Command: npx skills add https://github.com/ArtemioPadilla/agent-triforce --skill subagent-orchestration-artemiopadilla

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch and coordinate specialized subagents to execute plans with two-stage reviews, enabling reliable plan execution outside full triforce ceremonies.

Core Features & Use Cases

  • Dispatch implementer subagents with model tier selection
  • Manage spec-review and code-quality-review loops until PASS
  • Track task status, handle blockers, and orchestrate post-task verification

Quick Start

Provide a plan file and trigger the orchestrator to dispatch subagents and track task status.

Frequently Asked Questions about subagent-orchestration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple subagents to execute a complex development plan?

You can orchestrate subagents by dispatching specialized implementers sequentially, using status-based decision logic to track task progress and handle blockers throughout the plan execution. This ensures end-to-end completion of complex development workflows.

How does two-stage subagent review work for spec and code quality validation?

Two-stage review runs a spec-review loop before transitioning to a code-quality review loop, iterating both stages until they pass. This staged approach validates implementation requirements first, then enforces code standards before marking the task complete.

Can I select specific model tiers when dispatching implementer subagents?

Yes, the orchestrator supports per-task model tier selection when dispatching implementer subagents. You can assign appropriate model capabilities to each individual task within the plan, optimizing for complexity and resource allocation.

What is the best way to track task status and handle blockers during automated workflow orchestration?

Task tracking uses status-based decision logic to monitor each dispatched subagent, automatically identifying blockers and orchestrating post-task verification. This provides continuous visibility into plan execution and ensures reliable end-to-end completion.

Do I need a full triforce ceremony to run ad-hoc plan execution with subagent orchestration?

No, this orchestration handles ad-hoc plan execution outside the full triforce ceremony. You only need to provide a plan file to trigger the orchestrator, which manages subagent dispatch, iterative reviews, and post-task verification independently.

When should I avoid using staged subagent reviews for workflow automation?

Staged subagent reviews are unnecessary for simple, single-step tasks that do not require spec validation or code-quality checks. If your workflow lacks complex multi-task plans or iterative review loops, lightweight execution is more efficient.