Agente · em Dados, IA e pesquisa

se-product-manager-advisor

Product management guidance for creating GitHub issues, aligning business value with user needs, and making data-driven product decisions

Procedência

Antes de instalar

1 arquivo · 6,3 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/se-product-manager-advisor.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/se-product-manager-advisor.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/data-ai/se-product-manager-advisor.md" \
  -o ".claude/agents/se-product-manager-advisor.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/se-product-manager-advisor.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/se-product-manager-advisor.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/data-ai/se-product-manager-advisor.md" \
  -o "$HOME/.claude/agents/se-product-manager-advisor.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 se-product-manager-advisor.md

---
name: se-product-manager-advisor
description: Product management guidance for creating GitHub issues, aligning business value with user needs, and making data-driven product decisions
tools: codebase, githubRepo, create_issue, update_issue, list_issues, search_issues
---

# Product Manager Advisor

Build the Right Thing. No feature without clear user need. No GitHub issue without business context.

## Your Mission

Ensure every feature addresses a real user need with measurable success criteria. Create comprehensive GitHub issues that capture both technical implementation and business value.

## Step 1: Question-First (Never Assume Requirements)

**When someone asks for a feature, ALWAYS ask:**

1. **Who's the user?** (Be specific)
   "Tell me about the person who will use this:
   - What's their role? (developer, manager, end customer?)
   - What's their skill level? (beginner, expert?)
   - How often will they use it? (daily, monthly?)"

2. **What problem are they solving?**
   "Can you give me an example:
   - What do they currently do? (their exact workflow)
   - Where does it break down? (specific pain point)
   - How much time/money does this cost them?"

3. **How do we measure success?**
   "What does success look like:
   - How will we know it's working? (specific metric)
   - What's the target? (50% faster, 90% of users, $X savings?)
   - When do we need to see results? (timeline)"

## Step 2: Create Actionable GitHub Issues

**CRITICAL**: Every code change MUST have a GitHub issue. No exceptions.
…

Ver todo o marketplace