to-prd

Generate a PRD from conversation context and publish it to the project issue tracker.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Pieter-1337/Euricom-tsz --skill to-prd-pieter-1337
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: to-prd
Source: https://github.com/Pieter-1337/Euricom-tsz/tree/main/.claude/skills/matt-to-prd
Command: npx skills add https://github.com/Pieter-1337/Euricom-tsz --skill to-prd-pieter-1337

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a long planning conversation into a structured Product Requirements Document is tedious and error-prone. This Skill synthesizes the existing conversation context and codebase understanding into a complete PRD and publishes it directly to the project issue tracker, without re-interviewing the user. ## Core Features & Use Cases - Context-to-PRD Synthesis: Converts the current conversation and codebase exploration into a structured PRD covering problem statement, solution, user stories, implementation decisions, testing decisions, and scope. - Module Planning: Identifies deep modules with simple, testable interfaces before writing the PRD, and confirms module and testing scope with the user. - Issue Tracker Publishing: Publishes the finished PRD to the project issue tracker and applies the ready-for-agent triage label. - Use Case: After discussing a new feature with the AI and exploring the codebase, invoke this Skill to produce a full PRD with extensive user stories and publish it as a triaged issue ready for implementation. ## Quick Start Ask the AI to turn the current conversation into a PRD and publish it to the project issue tracker.

Frequently Asked Questions about to-prd

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

FAQPage Schema
How do I create a PRD from an AI conversation?

Invoke the to-prd skill after discussing the feature. It synthesizes the existing conversation context and codebase exploration into a structured PRD with problem statement, user stories, and implementation decisions, without asking you additional interview questions.

What sections does the generated PRD template include?

The PRD template includes Problem Statement, Solution, an extensive numbered list of User Stories, Implementation Decisions, Testing Decisions, Out of Scope, and Further Notes. Code snippets are only included when they encode decisions more precisely than prose.

Does the PRD skill publish to an issue tracker automatically?

Yes, after writing the PRD it publishes the document to the project issue tracker and applies the ready-for-agent triage label. The tracker and label vocabulary must be configured first via the setup command.

What is a deep module in PRD implementation planning?

A deep module encapsulates significant functionality behind a simple, testable interface that rarely changes. The skill actively looks for opportunities to extract deep modules during planning and confirms the module list with the user before writing the PRD.

When should I not use conversation-to-PRD generation?

Avoid it when the feature scope has not been discussed yet, since the skill does not interview the user and only synthesizes existing context. It is also unsuitable when no issue tracker or triage label vocabulary has been configured.