ai-product-manager-master

Diagnose model fit, eval maturity, and workflow-vs-agent boundaries for LLM products.

114|12|Updated May 18, 2026
One-click install
npx skills add https://github.com/swaylq/master-skill --skill ai-product-manager-master
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-product-manager-master
Source: https://github.com/swaylq/master-skill/tree/main/prototypes/ai-product-manager-master/output
Command: npx skills add https://github.com/swaylq/master-skill --skill ai-product-manager-master

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you turn an AI product idea into a production-ready plan by guiding you through scoping, choosing the right approach (workflow vs agent), designing evaluations, and running iteration loops based on failure modes—not vibes.

Core Features & Use Cases

  • Agentic Protocol for product decisions: Diagnoses model capability shifts, eval/error-analysis maturity, workflow vs agent fit, token-cost constraints, team role boundaries, and reliability failure modes.
  • Practical playbook rules: Enforces “error analysis first”, “binary pass/fail with calibration”, “pass^k for agent ship gates”, and “start cheapest then upgrade complexity”.
  • Workflow walkthroughs (SOPs): Scoping → POC → build evals → eval-driven iteration → agent shipping → data flywheel.
  • CLI execution layer: Bash scripts that operationalize the protocol and workflows into interactive checklists and decision reports.

Example use case: You want an LLM feature for RAG search quality improvements—this Skill helps you scope the real failure modes, set success criteria, design evals (golden set + judge calibration), and decide whether you need prompt/RAG changes or a deeper architectural shift.

Quick Start

Ask an AI assistant to “Act as ai-product-manager-master: run the Agentic Protocol for my AI PM problem, produce scoping guidance and an eval-driven iteration plan with failure modes and ship criteria.”

Frequently Asked Questions about ai-product-manager-master

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up evaluations for an LLM product before shipping?

To set up LLM product evaluations, start with error analysis first, then establish binary pass/fail criteria with judge calibration. You must define a golden dataset and use eval-driven iteration to identify trace-driven failure mode taxonomies before reaching production ship gates.

What is the difference between a workflow and an agent for AI products?

The difference between a workflow and an agent lies in capability boundaries and autonomy. You diagnose workflow-vs-agent fit by evaluating model capability shifts, reliability constraints, and pass^k criteria to determine if a deterministic process or autonomous model selection is needed.

How do I decide when to upgrade my RAG product architecture or prompt design?

You decide to upgrade RAG product architecture by scoping real failure modes through error analysis. If eval-driven iteration shows persistent failures beyond prompt or retrieval changes, you must shift to a deeper architectural redesign or transition to a workflow-to-agent boundary.

What is pass^k reliability criteria for agent shipping gates?

Pass^k reliability criteria for agent shipping gates is a production-focused quality control that enforces consistent agent performance across multiple iterations. It ensures your LLM product meets trace-driven failure mode taxonomy requirements and token-cost constraints before deployment approval.

How do I manage token cost constraints when iterating on LLM features?

To manage token cost constraints when iterating on LLM features, start with the cheapest model and upgrade complexity only when needed. This approach enforces error analysis first and aligns with model selection rules to prevent overspending during eval-driven iteration cycles.