discovery

Analyze inherited documents, prepare stakeholder interviews, and synthesize signals.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/nuggetswise/pmos --skill discovery-nuggetswise
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discovery
Source: https://github.com/nuggetswise/pmos/tree/main/skills/discovery
Command: npx skills add https://github.com/nuggetswise/pmos --skill discovery-nuggetswise

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovery helps new PMs make sense of inherited documents, prepare for stakeholder interviews, and synthesize signals into actionable insights to accelerate onboarding and improve downstream outputs like charters and PRDs.

Core Features & Use Cases

  • Structured document analysis: extract explicit details, implied patterns, and gaps from input documents.
  • Interview preparation: generate role-specific questions and guides to prepare stakeholders.
  • Signal synthesis: combine findings into themes, personas, and validated insights for decision-making.

Quick Start

  1. Drop raw documents into inputs/ and ensure outputs/ ingested as needed.
  2. Run discovery: /discover --analyze-docs to perform document analysis.
  3. Optionally run interviews prep: /discover --prep [role] (e.g., sales).
  4. Run synthesis: /discover --synthesize to generate signals.
  5. Review generated outputs under outputs/discovery/ and update inputs/voc as interviews are conducted.

Frequently Asked Questions about discovery

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

FAQPage Schema
How do I analyze inherited product management documents for onboarding?

To analyze inherited documents for PM onboarding, use the discovery skill to extract explicit details, infer implied patterns, and identify gaps, generating a structured doc-analysis output.

How do I prepare for stakeholder interviews as a new product manager?

Prepare for stakeholder interviews by generating role-specific interview guides using the prep mode, which creates targeted questions based on your input documents and specified stakeholder role.

What is the best way to synthesize product discovery signals from interviews?

The best way to synthesize product discovery signals is to combine interview findings and document analysis into themes, personas, and validated insights for downstream decision-making.

How does classifying evidence as explicit, inferred, or implicit improve document analysis?

Classifying evidence as explicit, inferred, or implicit during document analysis helps new PMs maintain a structured claims ledger, ensuring traceable and validated insights for product decisions.

Do I need external dependencies to run document analysis within the PM OS framework?

No external installations are required to run document analysis within the PM OS framework, as the discovery skill operates entirely using local inputs and outputs directories.