Skip to main content

Default Agents

Reference documentation for the default agents shipped by fullsend. All agents below are enabled by default. The set of default agents is defined by the YAML files in internal/scaffold/fullsend-repo/harness/.

AgentSummary
TriageInspects new issues and produces structured triage decisions
PrioritizeScores issues using the RICE framework for project board ranking
CodeImplements fixes and features from triaged issues
ReviewReviews pull requests for correctness, security, and intent alignment
FixAddresses review feedback on open PRs
RetroAnalyzes completed workflows and proposes system improvements

Customization

All agents can be customized by adding instructions and skills to your repository. Changes to AGENTS.md affect every agent; skills let you tune how a specific agent performs a specific task. See Customizing with AGENTS.md and Customizing with Skills.

Custom Agents

Support for adding your own custom agents to the fullsend pipeline is coming soon.