prd-task

Installation
SKILL.md

PRD Task Skill

Convert markdown PRDs to executable JSON format for autonomous task completion.

The PRD defines the end state via tasks with verification steps. The agent decides HOW to get there.

Based on Anthropic's research on long-running agents.

Workflow

  1. User requests: "Load the prd-task skill and convert prd-.md"
  2. Read the markdown PRD
  3. Extract tasks with verification steps
  4. Create .opencode/state/<prd-name>/ directory
  5. Move markdown PRD to .opencode/state/<prd-name>/prd.md
  6. Output JSON to .opencode/state/<prd-name>/prd.json
  7. Create empty .opencode/state/<prd-name>/progress.txt
Installs
2
First Seen
Mar 31, 2026
prd-task — 0xwuchuan/dotfiles