prd-task

Convert markdown PRDs into executable JSON files for AI agents.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/nielpattin/.dotfiles --skill prd-task-nielpattin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd-task
Source: https://github.com/nielpattin/.dotfiles/tree/main/.pi/agent/skills/prd-task
Command: npx skills add https://github.com/nielpattin/.dotfiles --skill prd-task-nielpattin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the conversion of human-readable Markdown Product Requirement Documents (PRDs) into a structured JSON format that AI agents can directly execute for task completion.

Core Features & Use Cases

  • Automated Conversion: Transforms markdown PRDs into executable JSON.
  • Task Structuring: Extracts tasks and verification steps from PRDs.
  • Use Case: After writing a new feature requirement in a markdown file, you can use this skill to prepare it for an AI agent to begin implementing and testing the feature.

Quick Start

Convert the markdown PRD file named 'new-feature-prd.md' into an executable JSON format.

Frequently Asked Questions about prd-task

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

FAQPage Schema
How do I convert markdown PRDs to executable JSON for AI agents?

To convert markdown PRDs to executable JSON, this Skill parses human-readable Product Requirement Documents, extracts tasks and verification steps, and generates structured JSON files to automate development workflows for AI agents.

What is the process for structuring markdown requirements into tasks for autonomous AI completion?

Structuring markdown requirements into tasks involves parsing the document to identify actionable items and verification steps, then outputting a structured JSON file alongside state files in a designated directory for autonomous AI completion.

Can I use this to automate task management directly from a markdown feature requirement?

Yes, you can automate task management directly from a markdown feature requirement by running this Skill to transform the text into an executable JSON format, bridging human-readable requirements with machine-executable tasks.

Does this PRD conversion tool require any specific dependencies or components?

No specific dependencies or components are required to use this PRD conversion tool. It operates independently to parse markdown input and output the structured JSON files needed for AI agent execution.

How are state files organized when transforming PRDs into executable JSON?

When transforming PRDs into executable JSON, the Skill automatically organizes the generated state files within a designated directory, ensuring the structured output is systematically arranged for AI agent processing.