[PR #500] [CLOSED] feat: add Product Management agent skills to awesome_agent_skills #791

Closed
opened 2026-04-15 07:02:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/500
Author: @jprisant
Created: 2/14/2026
Status: Closed

Base: mainHead: add-pm-skills


📝 Commits (1)

  • 91819c3 feat: add Product Management agent skills to awesome_agent_skills

📊 Changes

4 files changed (+580 additions, -0 deletions)

View changed files

awesome_agent_skills/competitive-analysis/SKILL.md (+137 -0)
awesome_agent_skills/deliver-prd/SKILL.md (+164 -0)
awesome_agent_skills/experiment-design/SKILL.md (+161 -0)
awesome_agent_skills/problem-statement/SKILL.md (+118 -0)

📄 Description

Summary

Adds 4 product management agent skills to the awesome_agent_skills/ collection,
extending coverage into PM-specific workflows. Each skill follows the standardized
SKILL.md format already used in the repo.

Skills Added

Skill Description
deliver-prd/SKILL.md Generate structured Product Requirements Documents
competitive-analysis/SKILL.md Systematic competitive landscape analysis
problem-statement/SKILL.md Define clear problem statements using PM frameworks
experiment-design/SKILL.md Design product experiments with hypothesis and metrics

Why This Fits

  • Uses the same SKILL.md format standardized in the Feb 4 reorganization
  • Covers product management — a domain not currently represented
  • Complements existing planning skills (project_planner, sprint_planner)
    with PM-specific depth
  • Based on the agentskills.io specification (https://agentskills.io)
  • Source library: https://github.com/product-on-purpose/pm-skills (Apache 2.0)

Files Added

  • awesome_agent_skills/deliver-prd/SKILL.md
  • awesome_agent_skills/competitive-analysis/SKILL.md
  • awesome_agent_skills/problem-statement/SKILL.md
  • awesome_agent_skills/experiment-design/SKILL.md

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/500 **Author:** [@jprisant](https://github.com/jprisant) **Created:** 2/14/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-pm-skills` --- ### 📝 Commits (1) - [`91819c3`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/91819c33a0bc8a4d6be790f1bfea73069f124af0) feat: add Product Management agent skills to awesome_agent_skills ### 📊 Changes **4 files changed** (+580 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `awesome_agent_skills/competitive-analysis/SKILL.md` (+137 -0) ➕ `awesome_agent_skills/deliver-prd/SKILL.md` (+164 -0) ➕ `awesome_agent_skills/experiment-design/SKILL.md` (+161 -0) ➕ `awesome_agent_skills/problem-statement/SKILL.md` (+118 -0) </details> ### 📄 Description ## Summary Adds 4 product management agent skills to the awesome_agent_skills/ collection, extending coverage into PM-specific workflows. Each skill follows the standardized SKILL.md format already used in the repo. ## Skills Added | Skill | Description | |-------|-------------| | `deliver-prd/SKILL.md` | Generate structured Product Requirements Documents | | `competitive-analysis/SKILL.md` | Systematic competitive landscape analysis | | `problem-statement/SKILL.md` | Define clear problem statements using PM frameworks | | `experiment-design/SKILL.md` | Design product experiments with hypothesis and metrics | ## Why This Fits - Uses the same SKILL.md format standardized in the Feb 4 reorganization - Covers product management — a domain not currently represented - Complements existing planning skills (project_planner, sprint_planner) with PM-specific depth - Based on the agentskills.io specification (https://agentskills.io) - Source library: https://github.com/product-on-purpose/pm-skills (Apache 2.0) ## Files Added - awesome_agent_skills/deliver-prd/SKILL.md - awesome_agent_skills/competitive-analysis/SKILL.md - awesome_agent_skills/problem-statement/SKILL.md - awesome_agent_skills/experiment-design/SKILL.md --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 07:02:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#791