botoolagent-prd2json

Convert PRD.md documents into a self-contained fat dev.json.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Botool-Dev-Team/BotoolAgent --skill botoolagent-prd2json
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: botoolagent-prd2json
Source: https://github.com/Botool-Dev-Team/BotoolAgent/tree/main/skills/BotoolAgent/PRD2JSON
Command: npx skills add https://github.com/Botool-Dev-Team/BotoolAgent --skill botoolagent-prd2json

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates converting PRD.md documents into a fat dev.json that embeds description, acceptanceCriteria, designRefs, testCases, and seed data necessary for autonomous coding agents.

Core Features & Use Cases

  • PRD-to-dev.json conversion: converts design, requirements, and acceptance criteria into a machine-readable fat index.
  • Viewer/CLI modes: supports an interactive viewer flow or CLI fallback to perform the conversion.
  • Seed data and verification: extracts seed data from PRD §4 and validates schema and tests for the resulting dev.json.

Quick Start

Run the converter against a PRD directory to generate a fat dev.json that can drive autonomous coding.

Frequently Asked Questions about botoolagent-prd2json

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

FAQPage Schema
How do I convert a PRD markdown file into a machine-readable dev.json for autonomous coding agents?

A fat dev.json is a self-contained file that embeds machine-readable fields like description, acceptanceCriteria, designRefs, testCases, and seed data. You need it to drive autonomous coding iterations, ensuring automated agents have all the context and dependencies required without referencing external documents.

How to generate a fat dev.json from a PRD directory?

To generate a fat dev.json from a PRD directory, run the converter against the directory using either an interactive viewer flow or a CLI fallback. The tool extracts seed data from the PRD and validates the schema to produce a fat index ready for autonomous coding.

Does the PRD to dev.json conversion extract seed data and test cases automatically?

Yes, the PRD to dev.json conversion automatically extracts seed data from PRD §4 and validates the schema and tests for the resulting dev.json. This ensures the generated file contains all necessary testCases and seed data to drive automated iterations without manual intervention.

Can I use the generated dev.json with BotoolAgent workflows for automated sessions?

Yes, you can use the generated dev.json with BotoolAgent workflows by mapping the prdFile and embedding dependencies, sessions, files, and evals. The fat dev.json schema ensures compatibility with these workflows to drive automated iterations seamlessly.

What are the limitations of converting PRD to dev.json?

The main limitation of converting PRD to dev.json is that the quality of the generated schema depends entirely on the structure of the input PRD.md. If the source document lacks clearly defined acceptance criteria or seed data in the expected sections, the resulting fat dev.json may not provide sufficient context for autonomous execution.