task-dispatch

Automates three-phase task-dispatch workflows with batch gates and YAML checkpoints/reviews.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/srnnkls/tropos --skill task-dispatch-srnnkls
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-dispatch
Source: https://github.com/srnnkls/tropos/tree/main/skills/task-dispatch
Command: npx skills add https://github.com/srnnkls/tropos --skill task-dispatch-srnnkls

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Subagent-driven task orchestration that reliably turns specs into implemented work through a disciplined TDD workflow, with fresh testers, implementers, and reviewers for each batch.

Core Features & Use Cases

  • Three-phase batches with testers, implementers, and reviewers to ensure quality gates.
  • Fresh subagents per batch to avoid cross-task contamination and maintain clean context.
  • Checkpointing and reporting through explicit YAML artifacts (checkpoint.yaml, review.yaml) to enable recovery and auditing.
  • Use cases include turning a spec into a complete feature with automated gating and audit trails.

Quick Start

Start by validating the spec and then run the three-phase batch workflow to process the first tasks.

Frequently Asked Questions about task-dispatch

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

FAQPage Schema
How do I automate a TDD workflow from spec to code review using subagents?

Automate TDD workflows by orchestrating fresh subagents across three-phase batches. Testers, implementers, and reviewers execute sequentially to turn specs into implemented features with mandatory quality gates.

What is the best way to manage task dependencies for automated spec implementation?

Manage task dependencies by organizing specs in dependencies.yaml. This format defines phase boundaries and parallelizable tasks to drive coordinated subagent execution and reliable batch processing.

How does checkpoint persistence work in a batch processing workflow?

Checkpoint persistence works by saving explicit YAML artifacts like checkpoint.yaml. These files record batch progress and phase boundaries, enabling recovery and auditing for multi-stage orchestration workflows.

Can I use automated quality gates for parallelizable tasks in a spec workflow?

Yes, automated quality gates apply to parallelizable tasks. The workflow mandates reviews for each batch, synthesizing results into review.yaml to ensure strict gating and auditing before proceeding.

Why use fresh subagents for each batch in task orchestration?

Fresh subagents prevent cross-task contamination and maintain clean context. Spawning new testers, implementers, and reviewers per batch ensures isolated execution and reliable quality gates for each task set.

How do I audit a three-phase subagent workflow after implementation?

Audit a three-phase workflow by reviewing generated YAML artifacts. The process creates checkpoint.yaml and review.yaml files that log TodoWrite updates, phase boundaries, and synthesized review outcomes for strict reporting.