to-prd

Generate a product requirements document from conversation context and publish it to the issue tracker with ready-for-agent label.

3|Updated May 11, 2026
One-click install
npx skills add https://github.com/JeromyJSmith/lattice-platform --skill to-prd-jeromyjsmith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: to-prd
Source: https://github.com/JeromyJSmith/lattice-platform/tree/main/.agents/skills/to-prd
Command: npx skills add https://github.com/JeromyJSmith/lattice-platform --skill to-prd-jeromyjsmith

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It converts a messy mix of conversation context, goals, and existing system knowledge into a structured product requirement document that a team can execute.

Core Features & Use Cases

  • PRD synthesis from current context: Produces a complete PRD without interviewing the user, using only the information already available.
  • Module-driven implementation guidance: Proposes major modules to build or modify, emphasizing deep, testable interfaces.
  • Issue-ready delivery: Publishes the PRD to the project issue tracker and applies the ready-for-agent triage label.

Quick Start

Use to-prd to convert the current conversation context into a PRD and publish it to the project issue tracker with the ready-for-agent label.

Frequently Asked Questions about to-prd

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

FAQPage Schema
How do I generate a product requirements document from existing conversation context?

Generating a product requirements document from conversation context involves synthesizing existing goals and system knowledge into a structured PRD without requiring user interviews, yielding aligned problems, solutions, and user stories.

How are user stories and module designs structured for engineering alignment?

User stories and module designs are structured for engineering alignment by proposing deep, testable major modules to build or modify, ensuring stakeholders share unified implementation and testing decisions based on domain glossaries and ADRs.

Can I publish a PRD directly to an issue tracker with a ready-for-agent label?

Yes, you can publish a PRD directly to an issue tracker. The Skill outputs the finalized document to the project issue tracker and automatically applies the ready-for-agent triage label for downstream execution.

What is the best way to turn messy product discovery notes into executable user stories?

Turning messy product discovery notes into executable user stories is best achieved by leveraging existing repo understanding and issue tracker vocabulary to synthesize context into a complete PRD with testable modules.

Does generating a PRD require prior domain glossaries or ADRs in the repository?

Generating a PRD leverages existing domain glossaries and ADRs within the repository to ensure engineering alignment, but synthesizes the document primarily from current conversation context and system knowledge.

When should I avoid using automated PRD generation for product planning?

You should avoid using automated PRD generation when the conversation context lacks sufficient detail on goals or system knowledge, as the Skill produces a complete PRD without conducting additional user interviews to fill gaps.