Skip to main content

Agents

Sub-agents that skills delegate to for focused tasks like quality review and context gathering.


Overview

Agents are specialized sub-agents bundled with the jaan.to plugin. Skills invoke them to handle focused sub-tasks — reviewing output quality, gathering project context, etc.

Agents differ from skills:

  • Skills are user-invoked commands (/jaan-to:pm-prd-write)
  • Agents are skill-invoked helpers (users don't call them directly)
  • Agents use restricted tool sets and lightweight models (haiku)

Available Agents

AgentDescriptionToolsModel
quality-reviewerReviews outputs for completeness and STYLE.md complianceRead, Glob, Grephaiku
context-scoutExplores user's project to gather context for generationRead, Glob, Grep, Bashhaiku

Quick Reference

  • Agents live in agents/ (plugin-relative)
  • Skills reference agents via the agent: frontmatter field in SKILL.md
  • Agents are read-only by default (no Write tool)
  • All agents use haiku for fast, low-cost execution