archyl-orchestrate

Coordinate multi-agent architecture changes to maintain C4 model consistency.

1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/archyl-com/agent-skills --skill archyl-orchestrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archyl-orchestrate
Source: https://github.com/archyl-com/agent-skills/tree/main/plugins/archyl-developer/skills/archyl-orchestrate
Command: npx skills add https://github.com/archyl-com/agent-skills --skill archyl-orchestrate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate cross-team architecture changes to maintain consistency of the C4 model when multiple agents work on different services in parallel.

Core Features & Use Cases

  • Inventory current state: fetch the full architecture context (systems, containers, components), contracts, event channels, and ownership maps to establish a baseline.
  • Detect conflicts: compare planned changes across agents for API contracts, event channels, dependencies, ownership, and technology decisions.
  • Propose resolutions & governance: generate concrete change requests, governance comments, and conformance checks to guide cross-team collaboration.

Quick Start

Inventory the current architecture state, detect cross-team conflicts, and draft initial change requests.

Frequently Asked Questions about archyl-orchestrate

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

FAQPage Schema
How do I coordinate multi-agent architecture changes across different teams?

To coordinate multi-agent architecture changes, you need an orchestration workflow that inventories current state, detects conflicts in parallel modifications, and proposes resolutions. This maintains C4 model consistency when multiple agents modify services simultaneously.

What is C4 model consistency and when do I need orchestration for it?

C4 model consistency ensures your systems, containers, and components remain aligned during parallel development. You need orchestration when multiple agents independently modify services, spanning APIs, events, and dependencies across teams, to prevent architectural drift.

How do I detect API contract conflicts when multiple agents modify services in parallel?

To detect API contract conflicts, inventory the current architecture context and ownership maps, then compare planned changes across agents. This identifies conflicts in API contracts, event channels, dependencies, and technology decisions before they impact production.

What's the best way to generate change requests for cross-team architecture governance?

The best way to generate change requests for cross-team architecture governance is to use an orchestration workflow that detects conflicts and proposes concrete resolutions. This produces governance comments and performs conformance checks to guide collaboration.

Can I perform conformance checks on architecture changes without halting parallel agent development?

Yes, you can perform conformance checks without halting development by applying an orchestration workflow that inventories state and detects conflicts dynamically. This allows agents to continue modifying services while governance checks identify inconsistencies.