Discovery Workflow

Orchestrate the Continuous Discovery Habits pipeline from initiative setup to task processing.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/mjrtl/agentic_product_manager --skill discovery-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Discovery Workflow
Source: https://github.com/mjrtl/agentic_product_manager/tree/main/skills/discovery-workflow
Command: npx skills add https://github.com/mjrtl/agentic_product_manager --skill discovery-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the orchestration of the entire Continuous Discovery Habits (CDH) pipeline, guiding users through each stage and ensuring a consistent, repeatable process for product discovery.

Core Features & Use Cases

  • End-to-End Orchestration: Manages the full CDH lifecycle from initiative setup to task generation.
  • Resumable Workflow: Automatically detects progress and picks up where the user left off, allowing for flexible work sessions.
  • Skill Integration: Seamlessly invokes other relevant skills at each stage of the pipeline.
  • Use Case: A product manager can initiate the /discovery-workflow for a new feature idea, and the skill will guide them through setting up the initiative, conducting interviews, synthesizing findings, defining opportunities, generating solutions, testing assumptions, and finally creating a PRD and task list.

Quick Start

Run the discovery workflow for the 'mobile-app-redesign' initiative.

Frequently Asked Questions about Discovery Workflow

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

FAQPage Schema
How do I orchestrate a continuous discovery pipeline for product management?

You orchestrate a continuous discovery pipeline by managing initiative setup, interview synthesis, opportunity creation, solution generation, assumption testing, and PRD generation sequentially. This skill scans file-system states to determine progress and invokes appropriate skills at each stage.

Can I resume an interrupted product discovery workflow?

Yes, the product discovery workflow is resumable through file-system based state management. It automatically detects your current progress within an initiative folder and picks up exactly where you left off, allowing for flexible work sessions.

What's the best way to generate a PRD from customer interviews?

Generating a PRD from customer interviews is best handled by orchestrating the full discovery lifecycle. The workflow synthesizes interview findings into opportunities, generates solutions, tests assumptions, and automatically outputs the final PRD and task list.

Does this discovery workflow tool require any external dependencies?

No, this discovery workflow tool requires zero external dependencies. It relies entirely on internal scripts and file-system based state management to manage the continuous discovery habits pipeline and track initiative progress.

How does opportunity creation work in a continuous discovery process?

Opportunity creation in the continuous discovery process works by synthesizing raw interview data into actionable product opportunities. The workflow automatically scans your initiative folder state and sequentially invokes the appropriate skills to generate these opportunities.

When do I need assumption testing in my product discovery pipeline?

Assumption testing is needed in your product discovery pipeline after generating potential solutions and before final PRD generation. The workflow orchestrates this stage sequentially to validate solution assumptions before committing to task processing.