tier-architect

Define orchestrator, specialist, and worker tiers with model identifiers and parent relationships.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CleanExpo/Pi-Dev-Ops --skill tier-architect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tier-architect
Source: https://github.com/CleanExpo/Pi-Dev-Ops/tree/main/skills/tier-architect
Command: npx skills add https://github.com/CleanExpo/Pi-Dev-Ops --skill tier-architect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of defining a consistent multi-tier agent setup by mapping responsibilities to specific models so planning, review, and execution stay aligned.

Core Features & Use Cases

  • Tier hierarchy design: Define orchestrator, specialist, and worker tiers with explicit parent-child relationships.
  • Role-to-model mapping: Assign each tier a model identifier and a human-readable role description that guides behavior.
  • Cold-start context seeding: Automatically instructs the system to read adjacent WIKI.md files to refresh operational context.

Quick Start

Ask the AI to design your project’s tier configuration by providing the orchestrator, specialist, and worker tier names, model choices, and roles in the YAML format shown.

Frequently Asked Questions about tier-architect

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

FAQPage Schema
How do I configure multi-model agent orchestration for specific roles?

To configure multi-model agent orchestration, you map orchestrator, specialist, and worker roles to specific model identifiers using a YAML tier list. This defines a tiered agent configuration ensuring planning, review, and execution stay aligned across your autonomous system.

What is a tiered architecture in autonomous agent systems?

A tiered architecture in autonomous agent systems is a configuration that assigns explicit parent-child relationships and specific roles, such as orchestrator, specialist, and worker, to different models. This structure organizes multi-model execution plans and decomposition workflows.

How do I set up a YAML tier list for agent model routing?

You set up a YAML tier list by defining entries with required model and role fields, optional parent references for hierarchy, and cold-start context rules. This valid YAML format is then used to assign responsibilities to specific models.

Does tier configuration support cold-start context seeding?

Yes, tier configuration supports cold-start context seeding by automatically instructing the system to read adjacent WIKI.md files. This refreshes operational context before executing decomposition workflows or fast discrete task runs.

Can I use this tiered architecture setup for fast discrete task runs?

Yes, you can use this tiered architecture setup for fast discrete task runs. The configuration applies to setting up multi-model execution plans, allowing specific worker models to handle discrete tasks efficiently within the autonomous agent system.