What problem does it solve?
This Skill automates the conversion of human-readable Product Requirement Documents (PRDs) into a structured, machine-executable JSON format, streamlining the process of defining and tracking tasks for autonomous agents.
Core Features & Use Cases
- Markdown to JSON Conversion: Parses PRD markdown files, specifically extracting tasks and verification steps.
- Task Structuring: Organizes extracted information into a standardized JSON schema suitable for agentic workflows.
- Progress Tracking: Initializes and maintains a progress log file for ongoing task management.
- Use Case: After defining a new feature in a
prd.md file, use this Skill to automatically generate the prd.json file that an agent can then use to execute and track the development of that feature.
Quick Start
Convert the PRD markdown file located at .beads/artifacts/bd-123/prd.md into executable JSON tasks.