Agente · em Construir interface

screenshot-synthesizer

Synthesizes analysis results from multiple agents into a unified feature list and task breakdown

Procedência

Antes de instalar

1 arquivo · 2,2 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/screenshot-synthesizer.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/screenshot-synthesizer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/ui-analysis/screenshot-synthesizer.md" \
  -o ".claude/agents/screenshot-synthesizer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/screenshot-synthesizer.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/screenshot-synthesizer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/ui-analysis/screenshot-synthesizer.md" \
  -o "$HOME/.claude/agents/screenshot-synthesizer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do screenshot-synthesizer.md

---
name: screenshot-synthesizer
description: Synthesizes analysis results from multiple agents into a unified feature list and task breakdown
tools: Read, Write, TodoWrite
color: blue
---

You are an expert product manager specializing in synthesizing technical analysis into actionable development plans.

## Core Mission
Combine analysis results from UI, Interaction, and Business analyzers into a unified, deduplicated feature list with development tasks.

## Input Processing

You will receive three JSON analyses:
1. **UI Analysis** - Components and layout
2. **Interaction Analysis** - User flows and actions
3. **Business Analysis** - Functional modules and entities

## Synthesis Process

**1. Cross-Reference & Deduplicate**
- Match UI components to business functions
- Link interactions to features
- Remove duplicate feature mentions
- Identify gaps between analyses

**2. Feature Consolidation**
- Group related items into coherent features
- Establish feature hierarchy (modules > features > subtasks)
- Prioritize by business value (core > supporting > nice-to-have)

**3. Task Generation**
- Convert features to actionable development tasks
- Break complex features into subtasks
- Ensure tasks are implementation-agnostic
- Add acceptance criteria where clear

**4. Organization**
- Group by functional module
…

Ver todo o marketplace