prd-task

Converts Beads PRD markdown into a structured JSON task plan with verification steps.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/Khoiwall/be_vidify --skill prd-task-khoiwall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd-task
Source: https://github.com/Khoiwall/be_vidify/tree/main/.opencode/skill/prd-task
Command: npx skills add https://github.com/Khoiwall/be_vidify --skill prd-task-khoiwall

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Converting a Beads PRD markdown into an executable JSON task plan enables autonomous execution by turning design artifacts into runnable tasks without manual translation.

Core Features & Use Cases

  • PRD-to-task conversion: Transforms a Beads PRD into a structured JSON task list with verification steps.
  • Beads-native workflow: Generates artifacts under .beads/artifacts/<bead-id>/prd.json and maintains a progress log.
  • Use Case: Given bead-id and a prd.md, produce a ready-to-run prd.json for autonomous execution and progress tracking.

Quick Start

Place the PRD markdown at .beads/artifacts/<bead-id>/prd.md and run the task generation to create .beads/artifacts/<bead-id>/prd.json.

Frequently Asked Questions about prd-task

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

FAQPage Schema
How do I convert PRD markdown into a JSON task plan for autonomous execution?

Converting PRD markdown into a JSON task plan requires providing a bead-id and a PRD markdown file to generate a structured JSON task list with built-in verification steps for autonomous execution.

What is the Beads workflow for generating executable tasks from a PRD?

The Beads workflow generates executable tasks by reading a PRD markdown file, validating the output against a JSON schema, and writing a structured task plan alongside a progress log for tracking.

How do I structure my PRD markdown to automatically generate a task list?

To automatically generate a task list, place your PRD markdown file at the designated Beads artifact path with its associated bead-id, which triggers the conversion into a validated JSON task plan.

Do I need a specific schema to validate my generated JSON task plan?

Validating your generated JSON task plan requires a specific schema, as the conversion process checks the output against a defined PRD JSON schema to ensure structural integrity before execution.

How does the progress tracking work for autonomously executed JSON task plans?

Progress tracking for autonomously executed JSON task plans works by writing continuous updates to a dedicated progress log file located within the same Beads artifact directory as the PRD.

What are the limitations of using markdown to generate autonomous task plans?

Limitations of generating autonomous task plans from markdown include strict dependencies on the Beads artifact directory structure and the requirement for a valid PRD schema to ensure successful validation and execution.