task-orchestrator

Coordinate multi-stage engineering tasks with governance gates and state tracking.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AllenZhou/MIRISE --skill task-orchestrator-allenzhou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-orchestrator
Source: https://github.com/AllenZhou/MIRISE/tree/main/agents/task-orchestrator
Command: npx skills add https://github.com/AllenZhou/MIRISE --skill task-orchestrator-allenzhou

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, bun, js-yaml, git, python3, and includes scripts (resource) components.

What problem does it solve?

Task orchestration for complex engineering work streams, coordinating planning, design, implementation, and shipping with governance and audit trails.

Core Features & Use Cases

  • End-to-end task pipeline: plan -> design -> implement -> ship -> shipped
  • GitHub-based routing and state tracking, including intake, spec snapshots, design snapshots, and state.yaml
  • Separate plan/design/review gates with fresh sessions
  • Cron/automation integration via task-pipeline-sync
  • Release/workspace contract and sandbox capabilities management

Quick Start

Start by creating a plan with /task-plan, then let the pipeline advance through design, implement, and ship automatically.

Frequently Asked Questions about task-orchestrator

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

FAQPage Schema
How do I orchestrate end-to-end engineering workflows with plan, design, and ship gates?

End-to-end engineering workflows are orchestrated by defining multi-stage task plans that advance through plan, design, implement, and ship gates, capturing runtime state in state.yaml and formal artifacts in docs.

How does state tracking work for GitHub project task pipelines?

State tracking for GitHub project task pipelines works by routing tasks through GitHub, capturing runtime state in data/tasks and state.yaml, while governing execution using spec and design snapshots.

What's the best way to automate task pipeline sync for cron integrations?

Automating task pipeline sync for cron integrations is handled via task-pipeline-sync, which coordinates automated routing and state tracking across the plan, design, implement, and ship stages.

Do I need GitHub CLI and bun to manage task orchestration pipelines?

Yes, managing task orchestration pipelines requires GitHub CLI and bun, along with js-yaml, git, and python3, to execute scripts and enforce governance gates across the pipeline.

Can I enforce separate design review gates with fresh sessions in a task pipeline?

Yes, separate design review gates with fresh sessions are enforced within the task pipeline, ensuring traceable approvals and audits before advancing from design to implement.