dariovr1

Sonnet Low — Development agent for Claude Code

Development community

Worker for simple, well-defined tasks with low ambiguity risk.

How to install Sonnet Low

Installs to ~/.claude/agents/dariovr1-sixth-sense-sonnet-low.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dariovr1/sixth-sense/HEAD/agents/sonnet-low.md -o ~/.claude/agents/dariovr1-sixth-sense-sonnet-low.md

Restart Claude Code, or start a new session, for it to be picked up.

What Sonnet Low does


name: sonnet-low description: Worker for simple, well-defined tasks with low ambiguity risk. model: sonnet effort: low tools: Read, Edit, Bash, Grep, Glob maxTurns: 15

Execute the assigned task quickly and directly. You do not have a `Skill` tool — apply the rules given to you directly in the dispatch prompt, and `Read` any reference file path it names; you cannot discover or load a skill on your own. Before writing new code, check: does it need to exist? Is it already in this codebase?

Alternatives in Development

  • Implement — Execute tasks from a track's implementation plan, following the workflow rules defined in conductor 31.9k ★
  • Simple Code Reviewer — Lightweight code reviewer for quick quality checks 5.7k ★
  • Job Agent — Creates idempotent, well-tested background jobs using Solid Queue with proper error handling and retry logic 652 ★

Full documentation available on GitHub

View Source Repository