Primary Agents
Entry points to the agent system. These are the agents you invoke directly — they orchestrate sub-agents to complete complex tasks.
Builder
PrimaryBuilds features from PRDs or ad-hoc requests by orchestrating implementation agents
Planner
PrimaryRefine draft PRDs and prepare them for implementation
Toolkit
PrimaryMaintains the AI toolkit - agents, skills, templates, and scaffolds
Ui Test Full App Auditor
PrimaryAutonomous E2E test auditor that analyzes apps and generates comprehensive test coverage
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.