create-prd

Generate a structured PRD Markdown document from a feature description.

22|6|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/igmarin/rails-agent-skills --skill create-prd-igmarin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-prd
Source: https://github.com/igmarin/rails-agent-skills/tree/main/create-prd
Command: npx skills add https://github.com/igmarin/rails-agent-skills --skill create-prd-igmarin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating high-quality PRDs is time-consuming and error-prone without a clear, structured template. This Skill automates the generation of a Markdown-form PRD from a feature description, ensuring consistency and completeness across teams.

Core Features & Use Cases

  • Generate a structured PRD with Goals, User Stories, Functional Requirements, Non-Goals, and Discovery Prompts.
  • Produce a Markdown document named prd-[feature-name].md and save it to the /tasks directory for review and approval.
  • Support Rails-oriented workflows and provide a clear handoff to implementation planning.

Quick Start

Describe a feature and any constraints; the tool will generate prd-[feature-name].md in /tasks and present a ready-to-review document.

Frequently Asked Questions about create-prd

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

FAQPage Schema
How do I generate a structured PRD for a Rails feature?

To generate a structured PRD for a Rails feature, describe your feature and constraints. The tool outputs a Markdown document capturing goals, user stories, functional requirements, non-goals, and discovery prompts, saving it directly to your /tasks directory.

What should a product requirements document include for Rails development?

A PRD for Rails development should include goals, user stories, functional requirements, non-goals, and discovery prompts. This tool automatically structures these sections into a Markdown file to ensure consistency and completeness for engineering handoff.

How do I turn feature ideas into actionable development tasks?

You can turn feature ideas into actionable tasks by generating a PRD Markdown file, then requesting optional task-generation guidance. The tool provides handoff support via generate-tasks or jira-ticket-planning to map requirements into implementation steps.

Can I use this PRD generator for non-Rails product management workflows?

This PRD generator targets Rails-oriented workflows specifically. While the structured Markdown output containing goals and user stories is broadly applicable, its workflow optimizations and task handoff guidance are tailored for Rails development teams.

Where are generated PRD documents saved?

Generated PRD documents are saved as Markdown files in the /tasks directory. The file is automatically named using the prd-[feature-name].md format, making it easy to locate for team review and approval.

What is the best way to create consistent product requirements documentation across teams?

The best way to create consistent product documentation is using a structured template that enforces sections like goals, user stories, and functional requirements. This tool automates that structure into a standard Markdown format, reducing manual errors and saving time.