dev3-prd

Generate targeted questions from feature requests and resolve them via codebase inspection.

50|37|Updated Oct 8, 2025
One-click install
npx skills add https://github.com/browseros-ai/BrowserOS-agent --skill dev3-prd-browseros-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev3-prd
Source: https://github.com/browseros-ai/BrowserOS-agent/tree/main/.claude/skills/dev3-prd
Command: npx skills add https://github.com/browseros-ai/BrowserOS-agent --skill dev3-prd-browseros-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines PRD creation by ensuring all unknowns in a feature request are identified and resolved before writing design documents.

Core Features & Use Cases

  • Question generation and resolution: automatically produce targeted questions from a feature request and answer them by inspecting the codebase.
  • PRD drafting: produce a pyramid-principles based PRD once uncertainties are resolved.
  • Workflow integration: integrates into the /dev workflow to guide teams from request to PRD.

Quick Start

Run the dev3-prd workflow on a feature request to generate questions, resolve unknowns, and produce a pyramid-principles PRD.

Frequently Asked Questions about dev3-prd

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

FAQPage Schema
How do I write a PRD with clear requirements from a vague feature request?

To write a PRD with clear requirements, you must first clarify unknowns by generating targeted questions and resolving them using codebase context. This ensures the final product requirements document contains a clear problem statement and concrete implementation details.

What are pyramid principles in PRD creation and how do they structure design specs?

Pyramid principles in PRD creation structure design specs by leading with the core problem statement, then supporting it with design rationale and implementation details. This top-down approach ensures cross-team coordination aligns with the primary objective.

How to generate targeted questions to resolve unknowns before drafting software design documents?

You generate targeted questions to resolve unknowns by analyzing the feature request against existing codebase context. Answering these questions ensures all design explorations have concrete implementation details before the design document is drafted.

Does this PRD workflow integrate with dev workflows for cross-team coordination?

Yes, this PRD workflow integrates directly into the dev-workflow to guide teams from initial feature request to final PRD. It enforces requirements for clear problem statements and design rationale throughout the cross-team coordination process.

When should I not use automated question generation for product requirements documents?

You should not use automated question generation for product requirements documents when the codebase lacks sufficient context to answer the targeted questions. Without existing code to inspect, resolving unknowns for design explorations becomes speculative rather than concrete.