pde

Orchestrate a six-stage product delivery pipeline with stage gates and artifact generation.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/difflabai/marketplace --skill pde
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pde
Source: https://github.com/difflabai/marketplace/tree/main/plugins/pde/skills/pde
Command: npx skills add https://github.com/difflabai/marketplace --skill pde

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

PDE orchestrates a six-stage product delivery pipeline with stage gates and artifact generation, enabling teams to govern and track progress from idea to revenue.

Core Features & Use Cases

  • Stage-based pipeline (Intake → Filter → Validate → Build → Launch → Revenue) with human approval gates
  • Dual-layer artifact model: high-level behavior/evaluation and implementation details
  • Artifact mapping to products/{product-name}/ with PDE storage operations for both remote repos and local paths
  • Optional resources in scripts/, references/, assets/ used to drive deterministic tasks, research, and asset storage

Quick Start

Draft a new PDE-enabled product by creating behavior.md from intake signals and push artifacts to the PDE location after user approval.

Frequently Asked Questions about pde

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

FAQPage Schema
How do I automate a product delivery pipeline from ideation to launch?

Automate a product delivery pipeline by orchestrating a six-stage workflow (Intake, Filter, Validate, Build, Launch, Revenue) with human approval gates and automatic artifact generation at each stage gate transition.

What is stage gate management for product delivery workflows?

Stage gate management for product delivery workflows is a governance process that requires human approval before advancing products through sequential phases, ensuring validated artifacts are captured before moving from ideation to revenue generation.

Can I store product delivery artifacts in a local path instead of a GitHub repository?

Artifact storage supports both remote GitHub repositories and local file paths, organizing generated product delivery artifacts into products/{product-name}/ directories with per-stage artifact maps for either storage location.

How do I capture high-level behavior and implementation details during product development?

Capture high-level behavior and implementation details using a dual-layer artifact model that documents evaluation criteria and build specifications, storing them within structured product directories governed by the stage workflow.

Does the product delivery pipeline require any external dependencies to run?

The product delivery pipeline operates with zero external dependencies, using optional local resource directories like scripts/, references/, and assets/ to drive deterministic tasks, research, and asset storage.

What's the best way to track product progress from intake to revenue generation?

Track product progress from intake to revenue generation by mapping artifacts to dedicated product directories and enforcing stage gates, providing visibility into approval status and generated deliverables across the six-stage workflow.