relay

Delegate software implementation tasks between planning and coding agents.

1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/knowz-io/knowz-skills --skill relay-knowz-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: relay
Source: https://github.com/knowz-io/knowz-skills/tree/main/plugins/knowzcode/skills/relay
Command: npx skills add https://github.com/knowz-io/knowz-skills --skill relay-knowz-io

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the challenge of multi-agent orchestration by allowing a primary planning agent to delegate specific implementation tasks to a secondary coding agent without losing project context or quality control.

Core Features & Use Cases

  • Agent Delegation: Automatically route implementation tasks from a planning agent to a specialized coding agent like Claude.
  • Quality Gates: Maintain strict oversight by keeping planning, review, and finalization on the primary host while offloading execution.
  • Use Case: Use this when you want your primary agent to design a complex feature architecture but prefer to have a secondary agent handle the boilerplate implementation and initial testing rounds.

Quick Start

Run the relay command to delegate the current implementation task to the secondary coding agent.

Frequently Asked Questions about relay

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

FAQPage Schema
How do I delegate coding tasks between multiple AI agents?

Delegate coding tasks between multiple AI agents by using an orchestration workflow that routes implementation requests from a primary planning agent to a secondary coding agent. This manages target resolution and execution handoffs while preserving project context.

What is multi-agent orchestration for software development?

Multi-agent orchestration for software development is the process of separating planning from execution. A primary agent designs architecture and maintains review oversight, while a secondary agent handles boilerplate implementation and initial testing rounds.

Can I keep quality control on my primary agent while offloading code implementation?

You can keep quality control on your primary agent while offloading implementation by using delegation workflows with quality gates. This ensures planning, review, and finalization remain on the primary host while the secondary agent executes the coding tasks.

How do I manage project configuration and authentication across different AI agents?

Manage project configuration and authentication across different AI agents by using orchestration tools that enforce consistent adherence to project-specific requirements during cross-agent transitions and execution handoffs.

When should I use a multi-agent workflow for coding projects?

Use a multi-agent workflow for coding projects when you need to design complex feature architectures on a primary host but want a specialized secondary agent to handle the boilerplate implementation and initial testing rounds.

Does multi-agent delegation work without losing project context?

Multi-agent delegation works without losing project context by facilitating managed execution handoffs and readiness checks. This ensures the secondary coding agent receives the full implementation scope required to proceed accurately.