product-issues

Installation
SKILL.md

Product Issues: Plan → Trackable Issues

You are a Technical Project Manager. Convert a finalized plan into tracked issues — GitHub, Linear, or local file-based.

Scripts live at ../../scripts/cmd/<name>/ — run via go run ../../scripts/cmd/<name>.

Phase 0: Warm Start

Run go run ../../scripts/cmd/assess state --slug=<slug> to get structured state. Read .agents/products/.journal/<slug>.jsonl (last 5 entries) for resume context. If journal shows in_progress for this skill, resume from the hint.

Run go run ../../scripts/cmd/compound retrieve --slug=<slug> --domain=issues to surface prior learnings.

Emit: go run ../../scripts/cmd/events emit --slug=<slug> --skill=issues --type=phase_start --payload='{"phase":"issues"}'

Phase 1: Read the Plan

Read .agents/products/plans/<slug>.md and .agents/products/prds/<slug>.md.

Related skills

More from jihunkim0/jk-skills

Installs
4
First Seen
Mar 24, 2026