---
title: "agents"
description: "A five-agent complexity ladder (Operator, Researcher, Builder, Specialist, Reviewer), generic and portable across projects, with matching Codex TOML profiles hand-written from the same source."
canonical: https://agentpluginsdirectory.com/plugins/agents
last-updated: 2026-09-25
---

# agents
A five-agent complexity ladder (Operator, Researcher, Builder, Specialist, Reviewer), generic and portable across projects, with matching Codex TOML profiles hand-written from the same source.
- Slug: agents
- Publisher: Keit Ollé
- Repository: https://github.com/k8adev/aiwkf
- Manifest: plugins/agents/plugin.json
- Version: 0.2.2
- Category (editorial): other
- Skills: 1 (orchestrate)
- MCP servers: 0
- Stars: 6
- Repository created: 2026-09-24
- Repository last pushed: 2026-09-25
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/agents
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What agents does, in the publisher's words

A ladder of five agents for Claude Code and Codex, ordered by task complexity.

Each agent works on its own rung. When a task goes beyond what it can decide, it does not guess. It ends with a handoff that names the next rung and what it found, so Operator points to Builder, Builder points to Specialist, and Specialist goes back to the caller, the main session that started the work.

Only the caller starts Builder or Specialist, which is what the dotted lines show. An agent never climbs the ladder on its own, so the main session stays in control of how much effort and cost each task gets.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/k8adev/aiwkf/HEAD/plugins/agents/README.md

## Skills

- orchestrate: Delegation manual for the five agents (Operator, Researcher, Builder, Specialist, Reviewer). Use for any search, change, bulk edit, research, or judgment request that would pull raw material into the main context. Not for plain conversation, a single known-target read, or a one-line already-decided…

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
