Sonnet Low — Development agent for Claude Code
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
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 RepositoryRelated Agents
Dnp TDD Developer Easy
⚡ Fast TDD for routine .NET tasks: clear requirements, low-risk changes, well-defined scope. Writes both tests
Junior Dev
Junior Developer - handles simple, well-defined tasks like typo fixes, formatting, simple one-line changes, an
Lean Worker
Lean, cache-cheap worker for SIMPLE, bounded tasks — a single file create/edit, a small scripted step, a scope
Default Worker
Main implementation worker (Sonnet). Use for normal, well-specified coding work — features, edits, refactors,
Vaultspec Low Executor
Implement clear-cut, low-risk steps: small edits, docs, simple logic.
Ds Flash
DSH (DeepSeek Harness) worker on the flash tier - fast and cheap. Delegate simple, well-scoped subtasks: mecha
Related Skills
PAL Subagent Skill
pal-subagent is a one-click skill that installs and registers PAL MCP Server (Claude Code / Codex / others). O
Review Plan
Send a plan to Codex for architectural review — checks consistency, completeness, feasibility, ambiguity, and
Issue Autofix Validate
Validate the autofix queue before a run — check each queued GitHub issue is defined well enough to fix automat