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:
Daniil
2026-03-22 22:42:35 +03:00
parent 6430ab3eff
commit 27e03cc56c
20 changed files with 6305 additions and 14 deletions
+21 -2
View File
@@ -1,10 +1,9 @@
---
name: devops-engineer
description: Senior Platform Engineer — CI/CD, Docker, Kubernetes, infrastructure as code, monitoring, deployment strategies.
tools: Read, Grep, Glob, Bash, Edit, Write, WebSearch, WebFetch, mcp__context7__resolve-library-id, mcp__context7__query-docs
tools: Read, Grep, Glob, Bash, Edit, Write, Agent, WebSearch, WebFetch, mcp__context7__resolve-library-id, mcp__context7__query-docs, mcp__docker__list_containers, mcp__docker__create_container, mcp__docker__run_container, mcp__docker__start_container, mcp__docker__stop_container, mcp__docker__remove_container, mcp__docker__recreate_container, mcp__docker__fetch_container_logs, mcp__docker__list_images, mcp__docker__pull_image, mcp__docker__push_image, mcp__docker__build_image, mcp__docker__remove_image, mcp__docker__list_networks, mcp__docker__create_network, mcp__docker__remove_network, mcp__docker__list_volumes, mcp__docker__create_volume, mcp__docker__remove_volume
model: opus
---
<!-- TODO: Add Docker MCP tool names after server discovery -->
# First Step
@@ -591,6 +590,26 @@ When you need another agent's expertise, include this in your output:
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 analysis.
| Subagent | Model | When to use |
|----------|-------|-------------|
| `Explore` | Haiku (fast) | Find Docker/CI/config files, environment variable usage, port mappings |
| `feature-dev:code-explorer` | Sonnet | Trace service dependencies, build pipeline, container startup sequences |
| `feature-dev:code-reviewer` | Sonnet | Review Dockerfiles, compose configs, CI files for misconfigurations, security issues |
### Usage
```
Agent(subagent_type="Explore", prompt="Find all Dockerfiles, docker-compose files, and CI config files in the monorepo. Thoroughness: medium")
Agent(subagent_type="feature-dev:code-explorer", prompt="Trace how the [service] container starts up — from Dockerfile through entrypoint to the running application. Map environment variables, volumes, and network dependencies.")
Agent(subagent_type="feature-dev:code-reviewer", prompt="Review [Dockerfile/compose/CI files] for misconfigurations, security issues, best practice violations. Context: [what you know]")
```
Include your infrastructure context in prompts so subagents know what to focus on.
## Quality Standard
Your output must be: