orchestrate

Coordinate sub-agents through TD-based plan-implement-review-test workflows.

3|1|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/marcus/marcus-skills --skill orchestrate-marcus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate
Source: https://github.com/marcus/marcus-skills/tree/main/skills/orchestrate
Command: npx skills add https://github.com/marcus/marcus-skills --skill orchestrate-marcus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate development work through sub-agents using td for state and progress tracking across plan, implement, review, and test stages.

Core Features & Use Cases

  • TD-driven planning: convert ideas or td epics into structured tasks with dependencies.
  • Multi-role execution: Planner, Implementer, Reviewer, and Tester collaborate to deliver changes with traceable commits.
  • Robust handoffs: td state retention and handoff commands ensure continuity across context resets.

Quick Start

Provide a TD task or idea and let orchestrate generate and execute a plan via sub-agents.

Frequently Asked Questions about orchestrate

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

FAQPage Schema
How do I coordinate sub-agents for software development workflows?

Coordinate sub-agents for software development workflows by applying a TD-based orchestration loop to manage plan, implement, review, and test stages with strict role separation and stateful handoffs.

What is TD-driven planning for multi-role task execution?

TD-driven planning converts ideas or TD epics into structured tasks with dependencies, enabling Planner, Implementer, Reviewer, and Tester roles to collaborate and deliver traceable commits.

How do I maintain task tracking continuity across context resets?

Maintain task tracking continuity across context resets using TD state retention and handoff commands, which ensure stateful handoffs and preserve progress during multi-stage sub-agent execution.

Does the orchestrate skill support deterministic planning and task lifecycle management?

Yes, the orchestrate skill supports deterministic planning and strict TD task lifecycle management by orchestrating end-to-end task workflows through a structured TD-based loop.

What's the best way to automate plan-implement-review cycles with sub-agents?

Automate plan-implement-review cycles with sub-agents by providing a TD task or idea to generate a structured plan, then executing it via multi-role sub-agents with TD state tracking.