agents-orchestrator

Orchestrate multi-agent development pipelines with retry logic and auditable decision logs.

1|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/penghang1223/niannian-workspace --skill agents-orchestrator-penghang1223
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agents-orchestrator
Source: https://github.com/penghang1223/niannian-workspace/tree/main/skills/agency-agents-openclaw/orchestrator
Command: npx skills add https://github.com/penghang1223/niannian-workspace --skill agents-orchestrator-penghang1223

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

此技能解决了在复杂开发任务中协调多个专业 Agent 的难题。通过一个自主开发的流水线管理器,负责从需求到成品的完整开发工作流,确保各阶段高效协同、信息连贯,并支撑持续改进的上下文保留。

Core Features & Use Cases

  • 协调多 Agent 工作流以实现端到端交付,确保阶段性目标达成。
  • 实现持续质量循环:自动重试、QA 验证与清晰的反馈回路。
  • 状态追踪与上下文传递,提供可审计的任务日志和透明的接手流程。
  • 适用场景包括需求分析、任务分解、架构设计、集成测试与上线准备等。

Quick Start

给定需求后,启动流水线编排,系统将分析需求、分解任务并执行阶段1至最终集成。

Frequently Asked Questions about agents-orchestrator

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

FAQPage Schema
How do I orchestrate multi-agent workflows for end-to-end product delivery?

Multi-agent workflow orchestration coordinates diverse agent roles across development pipelines, managing task decomposition, context propagation, and final integration to deliver complex projects from requirements to production.

What is the best way to maintain context propagation across different agent roles?

Context propagation across agent roles is maintained through state tracking and auditable decision logs, ensuring information is passed continuously between pipeline stages for transparent handoffs.

How do I implement retry logic with thresholds for QA-driven integration?

QA-driven integration uses automatic retry logic with defined thresholds to validate outputs and create continuous quality loops, ensuring errors are caught and fed back into the agent workflow.

Can I use a single orchestrator for both architecture planning and integration testing?

Yes, a single orchestrator supports both architecture planning and integration testing by breaking down requirements into tasks, executing stages sequentially, and managing the final integration phase.

When do I need auditable decision logs in an automated development pipeline?

Auditable decision logs are needed in automated pipelines to track state changes, record agent decisions, and provide a transparent record for reviewing task progression and troubleshooting failures.

Why does task orchestration fail without context propagation between stages?

Task orchestration fails without context propagation because subsequent agents lose access to prior requirements and state, leading to disconnected outputs, integration errors, and broken continuous quality loops.