skunexus-jira-prd

Convert Jira tickets into developer-approved Product Requirements Documents through structured interviews.

Updated Jul 14, 2026
One-click install
npx skills add https://github.com/SkuNexus-Devs/skunexus-ai --skill skunexus-jira-prd-skunexus-devs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skunexus-jira-prd
Source: https://github.com/SkuNexus-Devs/skunexus-ai/tree/main/skills/skunexus-jira-prd
Command: npx skills add https://github.com/SkuNexus-Devs/skunexus-ai --skill skunexus-jira-prd-skunexus-devs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve? Starting work on a Jira ticket without a shared, unambiguous understanding of requirements leads to wrong assumptions, rework, and misaligned implementations. This Skill turns a raw Jira ticket into a developer-approved PRD by distilling the ticket and running a relentless clarifying interview before any planning or coding begins. ## Core Features & Use Cases - Ticket Distillation via Subagent: Fetches the Jira ticket through the Atlassian MCP and writes a clean summary (description, Implementation Plan and Testing Steps fields, substantive comments, flagged uncertainties) to .ai/<TICKET>/jira-summary.md. - Adaptive Clarifying Interview: Seeds and works down an Open Questions list, surfacing both ambiguities and unstated gaps (error paths, edge inputs, affected surfaces) without ever guessing answers. - Gated PRD Deliverable: Produces a structured prd.md (Summary, Problem, Goals & Non-Goals, numbered Requirements, Scope, Acceptance Criteria, Open Questions) that is only marked Approved after explicit developer acceptance. - Use Case: You receive ticket PHG-418 and say "let's start PHG-418". The Skill fetches and distills the ticket, interviews you on every consequential ambiguity, and delivers an approved PRD ready for the downstream planning skill. ## Quick Start Ask the AI to start work on a Jira ticket by saying something like "let's start PROJ-123" and it will fetch the ticket, interview you, and produce an approved PRD.

Frequently Asked Questions about skunexus-jira-prd

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

FAQPage Schema
How do I turn a Jira ticket into a PRD?

Invoke the skill with a ticket key such as "let's start PROJ-123". It fetches the ticket via the Atlassian MCP, distills it into a summary, interviews you on open questions, and writes an approved prd.md under .ai/<TICKET>/.

What does the Jira ticket summarization include?

The summary distills the description, the Implementation Plan and Testing Steps custom fields, and substantive comment points like decisions and constraints. It excludes noise such as assignee, status, and story points, and lists flagged uncertainties that seed the interview.

Does this skill require the Atlassian MCP?

Yes, fetching and distilling Jira tickets relies on the Atlassian MCP to resolve the cloudId and retrieve the issue with all fields and comments. Without it, the ticket fetch step cannot run.

When should I not use the Jira-to-PRD skill?

Skip it for pure status questions about a ticket, or when a PRD already exists and you want design or implementation. Trivial, well-described changes can go straight to implementation without a PRD.

Can I resume a PRD interview after a context clear?

Yes. The skill re-reads jira-summary.md and prd.md from .ai/<TICKET>/ and continues from the remaining Open Questions without refetching the ticket, unless you explicitly ask for a refetch.