prd-json

Converts natural language PRDs into structured prd.json for brave-core-bot.

4|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/brave-experiments/brave-core-bot --skill prd-json
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: prd-json
Source: https://github.com/brave-experiments/brave-core-bot/tree/main/.claude/skills/prd-json
Command: npx skills add https://github.com/brave-experiments/brave-core-bot --skill prd-json

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of preparing Product Requirement Documents (PRDs) for autonomous AI agents by converting them into a structured prd.json format.

Core Features & Use Cases

  • Structured Data Conversion: Transforms natural language PRDs into a machine-readable JSON format.
  • User Story Definition: Helps define clear, actionable user stories with acceptance criteria.
  • Use Case: You have a detailed PRD in Markdown and need to feed it into the brave-core-bot for automated development. This Skill ensures the PRD is correctly formatted for the bot's ingestion.

Quick Start

Use the prd-json skill to convert this PRD into prd.json format.

Frequently Asked Questions about prd-json

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

FAQPage Schema
How do I convert a natural language PRD to JSON for automated development workflows?▼

To convert a natural language PRD to JSON, you input your markdown document into the prd-json formatting process to generate a structured prd.json file. This structure is required by the brave-core-bot autonomous agent system for ingestion.

How does a structured prd.json define user stories for autonomous AI agents?▼

A structured prd.json defines user stories for autonomous AI agents by establishing right-sized, dependency-ordered tasks with verifiable acceptance criteria. The format includes specific test execution commands for Brave and Chromium test suites to ensure automation.

Can I use this PRD to JSON conversion for agile project configurations?▼

Yes, you can use PRD to JSON conversion for agile project configurations because the output defines user stories, acceptance criteria, and project configurations necessary for automated development workflows within the brave-core-bot system.

What is the best way to format acceptance criteria for an autonomous agent system?▼

The best way to format acceptance criteria for an autonomous agent system is to structure them as verifiable conditions within a prd.json file. This includes specifying exact test execution commands for Brave and Chromium test suites to validate the user stories.

Do I need a Markdown PRD to generate a prd.json file?▼

You need a natural language Product Requirement Document, such as a detailed Markdown PRD, to generate a prd.json file. The skill processes this text input to extract user stories and project configurations for the brave-core-bot.

Why does PRD to JSON conversion emphasize dependency-ordered stories?▼

PRD to JSON conversion emphasizes dependency-ordered stories to ensure the brave-core-bot autonomous agent system processes tasks in the correct sequence. This right-sizing and ordering enables smooth automated development workflows without execution bottlenecks.