prd-to-json

Converts Markdown PRDs into structured JSON task files with progress tracking.

Updated Jul 13, 2024
One-click install
npx skills add https://github.com/bearbinary/Jarvy --skill prd-to-json-bearbinary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd-to-json
Source: https://github.com/bearbinary/Jarvy/tree/main/.claude/skills/prd-to-json
Command: npx skills add https://github.com/bearbinary/Jarvy --skill prd-to-json-bearbinary

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill transforms unstructured Product Requirements Documents (PRDs) written in Markdown into structured, trackable JSON task files, making them actionable for development teams.

Core Features & Use Cases

  • PRD Conversion: Parses PRD markdown files into a standardized JSON format.
  • Task Tracking: Generates JSON with fields for tracking progress (passed, status).
  • Use Case: Convert a detailed PRD for a new feature into a JSON file that lists all user stories and acceptance criteria, ready for a project manager to assign and track.

Quick Start

Convert the PRD markdown file located at '/PRD/new-feature.md' into a trackable JSON task file.

Frequently Asked Questions about prd-to-json

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

FAQPage Schema
How do I convert a PRD markdown file into structured JSON for task tracking?

Converting a PRD markdown file into structured JSON involves parsing user stories, functional requirements, and acceptance criteria into a standardized JSON format. This skill outputs a trackable task file with `passed` and `status` fields for individual criteria and overall stories.

What is the best way to extract acceptance criteria from a markdown PRD into JSON?

Extracting acceptance criteria from a markdown PRD into JSON is done by parsing the specified PRD file and mapping the requirements into a structured JSON object. This makes the acceptance criteria actionable and ready for assignment in project management tools.

Can I track completion status for individual user stories using JSON generated from a PRD?

Yes, you can track completion status for individual user stories using the generated JSON. The skill supports tracking completion status for individual criteria and overall user stories by including specific fields like `passed` and `status` in the JSON output.

Does the PRD to JSON conversion process support markdown files with functional requirements?

Yes, the PRD to JSON conversion process supports markdown files containing functional requirements. It specifically parses user stories, functional requirements, and acceptance criteria from the specified PRD markdown file to generate the structured JSON output.

How do I make my Product Requirements Documents actionable for development teams?

To make Product Requirements Documents actionable for development teams, this skill transforms unstructured markdown PRDs into structured, trackable JSON task files. This allows project managers to easily assign and track user stories and acceptance criteria.