prd-studio

Orchestrate writer and reviewer subagents to produce and approve PRDs.

79|23|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/TestAny-io/testany-agent-skills --skill prd-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd-studio
Source: https://github.com/TestAny-io/testany-agent-skills/tree/main/plugins/testany-eng/skills/prd-studio
Command: npx skills add https://github.com/TestAny-io/testany-agent-skills --skill prd-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the entire PRD lifecycle by coordinating isolated subagents to write, review, and revise PRDs, eliminating manual handoffs.

Core Features & Use Cases

  • PRD writer + reviewer orchestration with isolation to prevent context bleed
  • Automated iterations: cycle through write → review → fix → review until approval or max 3 iterations
  • Phase-based status tracking via workflow/status.md and autogenerated review reports

Quick Start

Use the PRD Studio to generate and validate a PRD. For example: "/prd-studio 写一个用户积分系统的 PRD 并完成首次审查"

Frequently Asked Questions about prd-studio

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

FAQPage Schema
How do I automate PRD writing and reviewing in a single workflow?

Automating PRD writing and reviewing is achieved by orchestrating isolated subagents that cycle through write, review, fix, and review phases until approval or a maximum of three iterations, tracking progress via file-based status channels.

What is the maximum number of review iterations for an automated PRD workflow?

The maximum number of review iterations for an automated PRD workflow is three cycles. The orchestration loops through write, review, and fix phases until the reviewer subagent approves the PRD or reaches this iteration limit.

How does subagent isolation prevent context leakage during PRD generation?

Subagent isolation prevents context leakage during PRD generation by using Task-driven subagents for each phase. This ensures the writer and reviewer operate independently without bleeding context, producing clean artefacts like status and review reports.

Can I generate multiple PRDs simultaneously using an orchestrated workflow?

Generating multiple PRDs simultaneously is supported through multi-PRD scenario orchestration. The workflow manages both single and multiple PRD generation by cycling isolated writer and reviewer subagents to produce and approve documents independently.

Do I need specific file structures to track PRD workflow status and reports?

Specific file structures are required to track PRD workflow status and reports. The orchestration relies on a file-based state channel, specifically maintaining workflow/status.md, workflow/prd.md, and workflow/review-report.md to manage phases and artefacts.