Primary Agents

v1.0.0Updated 2 minutes ago

Entry points to the agent system. These are the agents you invoke directly — they orchestrate sub-agents to complete complex tasks.

4Primary Agents
61Sub-Agents →

How Primary Agents Work

User-Invoked

You start conversations with primary agents directly. They understand your intent and break down complex tasks.

Orchestrators

Primary agents delegate specialized work to sub-agents, coordinating the overall workflow.

Context Aware

They read your project configuration and conventions, then pass relevant context to sub-agents.

Quality Gates

They run tests, linting, and type checking before completing work to ensure quality.

Minimal Startup Output

Before executing P/A/U/E workflows, agents must pass the dev server readiness gate via scripts/check-dev-server.sh. The script outputs one final status: running, startup failed, or timed out. No log streaming during startup — only brief error details if something fails.