Skip to content
Courses/Agents and automation/Subagents with Roles and Limits

Subagents with Roles and Limits

A subagent is used to isolate work: research, review, test, document, or audit without filling up the main context or mixing responsibilities.

  • Define subagents with a mission, tools, and concrete output.
  • Separate research, editing, and review to reduce errors.
  • Avoid unnecessary agent teams when a simple task is enough.

Useful Roles

  • Researcher: only reads, searches, and summarizes sources.
  • Implementer: edits with a small scope.
  • Reviewer: looks for bugs, risks, and missing tests.
  • Documenter: turns changes into a guide, changelog, or tutorial.
  • Security guard: reviews permissions, secrets, network, and dependencies.
Terminal
---
name: reviewer
description: Revisa cambios antes de commit. Prioriza bugs y riesgos.
tools: Read, Grep, Bash(npm test), Bash(npm run lint), Bash(git diff *)
model: sonnet
---
Actua como revisor senior.
No edites archivos.
Devuelve hallazgos con archivo, linea, severidad y prueba sugerida.
Si no ves problemas, dilo claramente.
Complete Aulafy mapSee how this lesson fits without leaving your path.

Complete Aulafy map

How all courses connect

This is not a checklist. Start with the foundation, choose an outcome, and go deeper only when your project needs more control.

  1. 1Understand
  2. 2Apply or build
  3. 3Operate with confidence
01

Choose an application

Turn the foundation into a visible outcome: a website, a business improvement, media, or an interactive experience.

Continue into the technical branch when you need to maintain code, data, or infrastructure.

02

Build with code

Prepare your environment, work with coding agents, and run models while keeping control of your projects.

This branch prepares you to design and operate reliable AI systems.

03

Take systems to production

Combine retrieval, agents, evaluation, security, deployment, and model adaptation when the problem requires it.

You do not need every course: choose the component your system needs and return as it grows.

View full catalogue