refactor: adjust agent model assignments based on role analysis
- frontend-architect: opus → sonnet (executes planner's plan) - backend-architect: opus → sonnet (executes planner's plan) - code-reviewer: sonnet → opus (deep reasoning for vulnerability/architecture analysis) - prompt-engineer: marked as optional (only for projects with LLM integration) Principle: planner does deep thinking, implementation agents execute the plan. Opus reserved for: planning, security audit, code review. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -7,8 +7,9 @@ tools:
|
||||
- Grep
|
||||
- Write
|
||||
- Edit
|
||||
optional: true
|
||||
description: |
|
||||
Prompt engineering specialist for LLMs. Use when:
|
||||
Optional agent for projects with LLM integration. Use when:
|
||||
- Creating system prompts for AI agents
|
||||
- Improving existing prompts for better consistency
|
||||
- Debugging prompts that produce inconsistent outputs
|
||||
|
||||
Reference in New Issue
Block a user