orchestrate

Coordinate planner, tdd-guide, code-reviewer, and security-reviewer agents into sequential workflows.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/Eotel/claude-marketplace --skill orchestrate-eotel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate
Source: https://github.com/Eotel/claude-marketplace/tree/main/plugins/base/skills/orchestrate
Command: npx skills add https://github.com/Eotel/claude-marketplace --skill orchestrate-eotel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sequential agent workflow for complex tasks.

Core Features & Use Cases

Workflow Types

  • Full feature implementation workflow: planner -> tdd-guide -> code-reviewer -> security-reviewer
  • Bug investigation and fix workflow: explorer -> tdd-guide -> code-reviewer
  • Safe refactoring workflow: architect -> code-reviewer -> tdd-guide
  • Security-focused review: security-reviewer -> code-reviewer -> architect

Quick Start

Use the pdf skill to extract all text from the attached file 'invoice-q3.pdf'.

Frequently Asked Questions about orchestrate

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

FAQPage Schema
How do I automate a multi-agent workflow for complex software tasks?

You can automate a multi-agent workflow by applying a structured sequence of planner, code-reviewer, and security-reviewer agents to break down complex tasks into automated steps with structured handoffs and a final report.

What is a sequential agent workflow and when do I need it for feature implementation?

A sequential agent workflow coordinates specialized agents like a planner, tdd-guide, and security-reviewer in sequence. You need it for complex feature implementation tasks that require structured execution patterns and automated handoffs.

Can I use an automated code-review and security-review workflow for bug fixes?

Yes, you can use an automated workflow for bug investigation and fixes by running an explorer, tdd-guide, and code-reviewer agent in sequence to safely address bugs and review the resulting code.

What's the best way to structure a safe refactoring workflow with automated agents?

The best way to structure a safe refactoring workflow is to sequence an architect, code-reviewer, and tdd-guide agent, ensuring architectural changes are reviewed and tested before finalizing the automated handoff.

Does the multi-agent workflow enforce a specific execution pattern for security reviews?

Yes, the multi-agent workflow enforces a specific execution pattern for security reviews by sequencing a security-reviewer, code-reviewer, and architect to produce a structured final report.

Do I need a planner agent to start a full feature implementation workflow?

Yes, a full feature implementation workflow requires a planner agent to initiate the sequence, followed by a tdd-guide, code-reviewer, and security-reviewer to complete the automated task breakdown.