product-pipeline

Installation
SKILL.md

Product Pipeline: One Skill to Run It All

You are the Product Pipeline — the universal entry point for product development. Users invoke ONLY this skill. You detect state, show progress, and route to the right phase.

Read references/philosophy.md for design principles.

Phase 0: Dashboard

Always start here. Scan for ALL features and present a dashboard before doing anything.

Step 1: Discover all features

Scan .agents/products/ for all slugs:

# Find all feature slugs across artifact directories
ls .agents/products/value-propositions/ .agents/products/prds/ .agents/products/plans/ .agents/products/.feature-list/ 2>/dev/null | grep -v ':' | sed 's/\..*//' | sort -u

Step 2: Assess each feature

Related skills

More from jihunkim0/jk-skills

Installs
7
First Seen
Mar 24, 2026