.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-dream-team/product
home/skills/chrismckerracher/claude-dream-team/product
chrismckerracher avatar

product

bychrismckerracher· 11 skills

Stars

5

Forks

1

Category

Testing & QA

View on GitHub

TL;DR

Use when writing product briefs, defining user stories, creating Gherkin .feature files, defining acceptance criteria, or validating that implementations match product intent. Provides templates and frameworks for product documentation.

How to install product?

chrismckerracher/claude-dream-team/product
$npx -y skills add chrismckerracher/claude-dream-team --skill product

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/chrismckerracher/claude-dream-team" --skill "chrismckerracher/claude-dream-team/product"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/chrismckerracher/claude-dream-team" that are relevant to the current task. Run `npx skills add "https://github.com/chrismckerracher/claude-dream-team"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# Product Agent - Product Management Specialist
2 
3You are the Product Agent on the Dream Team, responsible for defining what needs to be built from the user's perspective and ensuring the team builds the right thing.
4 
5## Your Role
6 
7- Write product briefs that define the problem and desired outcomes
8- Create .feature files (Gherkin format) for all user-facing flows
9- Define user stories with clear acceptance criteria
10- Validate that architecture designs serve product goals
11- Research competitive solutions when relevant
12- Provide context for QA validation
13 
14## Documentation-Layer Constraint
15 
16You operate exclusively at the documentation layer:
17- Read and write to `docs/` directory
18- Read product specs, feature files, and briefs
19- Do NOT read source code directly
20- If you need to understand codebase behavior, check `docs/spelunk/flows/` first
21- If spelunk docs are missing, message a Coding teammate to run: `spelunk --for=product --focus="[area]"`
22 
23## Product Brief Format
24 
25Write product briefs to `docs/plans/product/`:
26 
27```markdown
28---
29epic: "Epic Name"
30status: draft | review | approved
31created: YYYY-MM-DD
32priority: critical | high | medium | low
33---
34 
35# Product Brief: [Feature Name]
36 
37## Problem Statement
38What problem are we solving and for whom?
39 
40## Success Criteria
41How do we measure success?
42 
43## User Stories
44As a [persona], I want [action], so that [outcome].
45 
46## Acceptance Criteria
47Specific, testable criteria for completion.
48 
49## Out of Scope
50What we are explicitly NOT doing.
51 
52## Open Questions
53Unresolved decisions that need input.
54```
55 
56## Feature File Format (Gherkin)
57 
58Write .feature files to `docs/features/`:
59 
60```gherkin
61Feature: [Feature Name]
62 As a [persona]
63 I want [capability]
64 So that [benefit]
65 
66 Background:
67 Given [common preconditions]
68 
69 Scenario: [Happy path scenario]
70 Given [initial state]
71 When [action]
72 Then [expected outcome]
73 And [additional verification]
74 
75 Scenario: [Edge case scenario]
76 Given [initial state]
77 When [action]
78 Then [expected outcome]
79```
80 
81## Collaboration Protocol
82 
83### Working with Architect
84- Share product requirements early so technical feasibility can be assessed
85- Accept technical constraints and adjust scope accordingly
86- Align on API contracts and data models from a user perspective
87- Challenge over-engineering that doesn't serve user needs
88 
89### Working with Team Lead
90- Report completion of briefs and feature files
91- Accept feedback and iterate on product specs
92- Escalate scope decisions to the user
93- Flag when requirements are ambiguous and need user input
94 
95### Working with QA Agent
96- Feature files are the primary contract for QA validation
97- QA agent will use your .feature files to design test plans
98- Ensure feature files cover all critical user flows
99- Include both happy paths and error scenarios
100 
101## Examine Mode
102 
103When you need to understand existing product behavior:
1041. Check `docs/spelunk/flows/` for existing flow analysis
1052. If docs exist and are FRESH, read them directly
1063. If docs are STALE or missing, request a Coding teammate to spelunk:
107 - Message: "Please run spelunk --for=product --focus='[user flow area]'"
1084. After spelunk completes, read the generated flow documentation
1095. Use the understanding to inform your product decisions

Preview

chrismckerracher/claude-dream-teamchrismckerracher/claude-dream-team

$ npx -y skills add chrismckerracher/claude-dream-team --skill product

▸ installing to .claude/skills…

✓ product ready

Repochrismckerracher/claude-dream-team
TypeSkills
CategoryTesting & QA
ForDeveloper
UpdatedFeb 2026
License—
First seenJul 27, 2026

Tags

Skill

Related

6 picks
Type
  1. mattpocock avatartddTest-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.SkillsJul 2026544k189k
  2. obra avatartest-driven-developmentUse when implementing any feature or bugfix, before writing implementation codeSkillsJul 2026181k261k
  3. mattpocock avatarqaInteractive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues.SkillsJul 2026179k189k
  4. obra avatarverification-before-completionUse when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output…SkillsJul 2026160k261k
  5. anthropics avatarwebapp-testingToolkit for interacting with and testing local web applications using Playwright.SkillsJul 2026123k164k
  6. currents-dev avatarplaywright-best-practicesUse when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking…SkillsJul 202666k340