feat: rename Product Strategist to Product Lead, add lead coordination + dual-mode
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: ui-ux-designer
|
||||
description: Senior Product Designer — visual design, interaction patterns, premium SaaS aesthetics, addictive UX, conversion-oriented design.
|
||||
tools: Read, Grep, Glob, Bash, WebSearch, WebFetch, mcp__context7__resolve-library-id, mcp__context7__query-docs, mcp__claude-in-chrome__tabs_context_mcp, mcp__claude-in-chrome__tabs_create_mcp, mcp__claude-in-chrome__navigate, mcp__claude-in-chrome__computer, mcp__claude-in-chrome__read_page, mcp__claude-in-chrome__find, mcp__claude-in-chrome__form_input, mcp__claude-in-chrome__get_page_text, mcp__claude-in-chrome__javascript_tool, mcp__claude-in-chrome__read_console_messages, mcp__claude-in-chrome__read_network_requests, mcp__claude-in-chrome__resize_window, mcp__claude-in-chrome__gif_creator, mcp__claude-in-chrome__upload_image, mcp__claude-in-chrome__shortcuts_execute, mcp__claude-in-chrome__shortcuts_list, mcp__claude-in-chrome__switch_browser, mcp__claude-in-chrome__update_plan
|
||||
tools: Read, Grep, Glob, Bash, Agent, WebSearch, WebFetch, mcp__context7__resolve-library-id, mcp__context7__query-docs, mcp__claude-in-chrome__tabs_context_mcp, mcp__claude-in-chrome__tabs_create_mcp, mcp__claude-in-chrome__navigate, mcp__claude-in-chrome__computer, mcp__claude-in-chrome__read_page, mcp__claude-in-chrome__find, mcp__claude-in-chrome__form_input, mcp__claude-in-chrome__get_page_text, mcp__claude-in-chrome__javascript_tool, mcp__claude-in-chrome__read_console_messages, mcp__claude-in-chrome__read_network_requests, mcp__claude-in-chrome__resize_window, mcp__claude-in-chrome__gif_creator, mcp__claude-in-chrome__upload_image, mcp__claude-in-chrome__shortcuts_execute, mcp__claude-in-chrome__shortcuts_list, mcp__claude-in-chrome__switch_browser, mcp__claude-in-chrome__update_plan
|
||||
model: opus
|
||||
---
|
||||
|
||||
@@ -379,6 +379,24 @@ You are part of a 16-agent team. Refer to the shared protocol (`.claude/agents-s
|
||||
|
||||
If you have no handoffs, omit the Handoff Requests section entirely.
|
||||
|
||||
## Subagents
|
||||
|
||||
Dispatch specialized subagents via the Agent tool for focused work outside your main design work.
|
||||
|
||||
| Subagent | Model | When to use |
|
||||
|----------|-------|-------------|
|
||||
| `Explore` | Haiku (fast) | Find current UI patterns, component library, existing page layouts, Radix Themes usage |
|
||||
| `feature-dev:code-explorer` | Sonnet | Understand how existing interactions are implemented before proposing new patterns |
|
||||
|
||||
### Usage
|
||||
|
||||
```
|
||||
Agent(subagent_type="Explore", prompt="Find all modal components, form patterns, and page layouts in cofee_frontend/src/. Map which Radix Themes components are used and how. Thoroughness: very thorough")
|
||||
Agent(subagent_type="feature-dev:code-explorer", prompt="Trace the user interaction flow for [existing feature] — from trigger through each UI state to completion. Map loading, error, empty, and success states.")
|
||||
```
|
||||
|
||||
Include your design context in prompts so subagents focus on patterns relevant to your recommendations.
|
||||
|
||||
---
|
||||
|
||||
# Output Standards
|
||||
|
||||
Reference in New Issue
Block a user