One-click install
npx skills add https://github.com/vfarcic/dot-ai-website --skill dot-ai-prds-get
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dot-ai-prds-get
Source: https://github.com/vfarcic/dot-ai-website/tree/main/.claude/skills/dot-ai-prds-get
Command: npx skills add https://github.com/vfarcic/dot-ai-website --skill dot-ai-prds-get

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps product managers and engineers quickly identify and understand all active Product Requirement Documents (PRDs) for a project, streamlining prioritization and planning.

Core Features & Use Cases

  • Issue Aggregation: Fetches all open GitHub issues labeled 'PRD'.
  • Detailed Information: Presents issue number, title, creation/update dates, assignees, and direct links.
  • Categorization: Organizes PRDs into meaningful groups like Architecture, UX, and AI.
  • Priority Analysis: Helps identify dependencies, recency, and potential blockers.
  • Next Steps: Suggests actionable next steps for project planning.
  • Use Case: A product manager can use this to get a consolidated view of all upcoming features and their status, aiding in sprint planning and roadmap adjustments.

Quick Start

Fetch all open PRDs from this project.

Frequently Asked Questions about dot-ai-prds-get

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

FAQPage Schema
How do I fetch PRDs from GitHub issues for project planning?

To fetch PRDs from GitHub issues, you can use a tool that queries your repository for open issues labeled 'PRD' via the GitHub CLI. This aggregates all active Product Requirement Documents, presenting their metadata and categorizing them by functional area to streamline project planning.

How do I organize GitHub issues for product management by functional area?

Organizing GitHub issues for product management is done by retrieving open issues labeled 'PRD' and grouping them into meaningful categories like Architecture, UX, and AI. This provides a consolidated view of upcoming features and their current status for roadmap adjustments.

Do I need GitHub CLI to retrieve project PRDs from issue tracking?

Yes, you need the GitHub CLI installed to retrieve project PRDs from issue tracking. The skill requires the GitHub CLI to query issues within the current project repository, fetch detailed metadata like creation dates, and present prioritization insights.

What is the best way to categorize product requirement documents in GitHub?

The best way to categorize product requirement documents in GitHub is to extract open issues labeled 'PRD' and sort them into functional groups such as Architecture, UX, and AI. This approach helps identify dependencies, recency, and potential blockers for sprint planning.

Can I get actionable next steps for prioritization from my GitHub PRDs?

Yes, you can get actionable next steps for prioritization from your GitHub PRDs. After fetching and organizing the issues, the skill analyzes dependencies, recency, and potential blockers to suggest concrete actions for project planning and roadmap adjustments.

What metadata is included when fetching GitHub issues labeled as PRD?

When fetching GitHub issues labeled as PRD, the extracted metadata includes the issue number, title, creation date, update date, assignees, and direct links. This detailed information helps product managers quickly understand the status of each requirement.