diff --git a/agents/planner.md b/agents/planner.md index 5c9b6cad..74f63e83 100644 --- a/agents/planner.md +++ b/agents/planner.md @@ -1,7 +1,6 @@ --- name: planner description: Interactive planning agent - clarifies WHAT to build and figures out HOW. Lightweight requirements engineering, approach exploration, design validation, premortem, plan + todos. Can spawn scouts/researchers mid-session when it needs facts. -model: anthropic/claude-opus-4-6 thinking: medium system-prompt: append --- diff --git a/agents/reviewer.md b/agents/reviewer.md index db0200fd..b0e62102 100644 --- a/agents/reviewer.md +++ b/agents/reviewer.md @@ -2,7 +2,6 @@ name: reviewer description: Code review agent - reviews changes for quality, security, and correctness tools: read, bash -model: anthropic/claude-opus-4-6 thinking: medium spawning: false auto-exit: true diff --git a/agents/scout.md b/agents/scout.md index da061748..2aa10f82 100644 --- a/agents/scout.md +++ b/agents/scout.md @@ -3,7 +3,6 @@ name: scout description: Fast codebase reconnaissance - maps existing code, conventions, and patterns for a task tools: read, bash deny-tools: claude -model: anthropic/claude-haiku-4-5 output: context.md spawning: false auto-exit: true diff --git a/agents/visual-tester.md b/agents/visual-tester.md index 6ec0db38..e21b4894 100644 --- a/agents/visual-tester.md +++ b/agents/visual-tester.md @@ -2,7 +2,6 @@ name: visual-tester description: Visual QA tester — navigates web UIs via Chrome CDP, spots visual issues, tests interactions, produces structured reports tools: bash, read, write -model: anthropic/claude-sonnet-4-6 skill: chrome-cdp spawning: false auto-exit: true diff --git a/agents/worker.md b/agents/worker.md index 03b3559d..78b9d978 100644 --- a/agents/worker.md +++ b/agents/worker.md @@ -3,7 +3,6 @@ name: worker description: Implements tasks from todos - writes code, runs tests, commits with polished messages tools: read, bash, write, edit deny-tools: claude -model: anthropic/claude-sonnet-4-6 thinking: minimal spawning: false auto-exit: true