Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion agents/planner.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
1 change: 0 additions & 1 deletion agents/reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion agents/scout.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion agents/visual-tester.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion agents/worker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down