Devin Delegate

Delegate bounded research, implement, debug, review, or browser tasks to Devin with workspace envelope and fallback telemetry.

Sby Skills Guide Bot
DevelopmentIntermediate
207/25/2026
Claude CodeCopilot
#delegation#devin#telemetry#task-automation#workflow

Recommended for


name: devin-delegate preamble-tier: 4 version: 0.2.10 description: "Delegate bounded research, implement, debug, review, or browser tasks to Devin with workspace envelope/fallback telemetry." allowed-tools:

  • Bash
  • Read
  • Edit
  • Write

Devin Delegate

Use for tasks that benefit from Devin sandbox capabilities (browser, shell, file editing, debugging). Skip tiny local edits, unscoped repo-wide reasoning, or local-only sensitive code.

Required Commands

devin-delegate --task "..." --workspace /path/to/repo

Do not call devin directly; wrapper usage is required for envelope, fallback, and telemetry.

Envelope Requirements

Classify task as research, implement, debug, review, or browser, and include goal, scope, constraints, acceptance checks, workspace, and expected output.

Failure Policy

  • Timeout/provider/schema issues: retry once where supported, then fallback.
  • Auth/session failure: print resume steps, exit code 126, no blind fallback.
  • Clarification: try Codex guidance, then Claude guidance, then ask human. Log model, latency, fallback reason, estimated token savings.

Support Commands

devin-delegate --templates
devin-delegate --stats
devin-delegate --history
devin-delegate --batch tasks.jsonl
./scripts/devin_delegate_telemetry.py summary --days 14

Use kimi-delegate for cheaper bounded research. Details: references/architecture.md.

Related skills