Skip to content

Agents

Reference documentation for the agents shipped by fullsend. The default agents below are defined by the YAML files in internal/scaffold/fullsend-repo/harness/. Custom agents can be registered via the agents: field in org or per-repo config (see ADR 0058).

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

Custom agents can be added to the fullsend pipeline via the agents: field in your org-level or per-repo config.yaml. Each entry is either a local path (relative to the fullsend directory) or a pinned HTTPS URL with an integrity hash. Config-registered agents override scaffold defaults when names collide (case-insensitive). See ADR 0058 for details.