trinity_orchestrate
Execute multi-step workflows with review gates via pipeline file or built-in implement-then-review flow. Returns pipeline or review-flow evidence.
Instructions
Run a multi-step Trinity workflow from a pipeline file or the built-in implement-then-review flow. Use this for work that needs sequencing, review gates, or multiple task records; use dispatch tools for a single agent task. This creates and updates local task records and may execute one or more configured agent commands; it returns pipeline or review-flow evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory used by pipeline steps or review flow; defaults to home. | |
| task | Yes | Top-level task prompt for the pipeline or review flow. | |
| wait | No | Reserved for wait-aware clients; pipeline workers run in-process. | |
| pipeline | No | Path to a YAML pipeline file; omit to run the default review flow. | |
| task_type | No | Optional task type hint for the default review flow route. | |
| source_agent | No | Originating agent id recorded on created tasks; defaults to mcp. | |
| wait_timeout | No | Reserved wait timeout in seconds for wait-aware orchestration clients. | |
| previous_agent | No | Agent id to avoid when resolving reviewer or retry routes. |