Skip to content
Development
Skill

/prd-builder

Use to construct a complete Product Requirements Document for a mobile app from a vision file. Used primarily by the CPO agent. Triggers on requests to "write the PRD", "spec out the product", or as part of /app-plan.

From plugin
app-dev-team
432 skills30 agents27 commands2 hooks
Install
$ npx -y skills add vmobifystudio/app-dev-team --skill prd-builder --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/prd-builder

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use to construct a complete Product Requirements Document for a mobile app from a vision file. Used primarily by the CPO agent. Triggers on requests to "write the PRD", "spec out the product", or as part of /app-plan.

SKILL.md

prd-builder.SKILL.md
name: prd-builder
description: Use to construct a complete Product Requirements Document for a mobile app from a vision file. Used primarily by the CPO agent. Triggers on requests to "write the PRD", "spec out the product", or as part of /app-plan.

PRD builder

Build `docs/10-prd.md` and `docs/11-backlog.md` from `docs/00-vision.md` and `docs/01-intake.md`.

Required sections (in order)

1. **Product summary** — 2-3 sentences. 2. **Personas** — 1-3, each with: name, goal, frustration, context-of-use. 3. **User journeys** — 3-7 prose paragraphs. Each paragraph: entry → steps → exit → success state. 4. **Feature table** —

| ID | Name | Description | Priority | Acceptance criteria | |----|------|-------------|----------|---------------------|

Use F-001, F-002, ... Priority is P0/P1/P2.

5. **User stories** — for each P0 feature, 1–5 stories: *As a [persona], I want to [action] so that [outcome]* plus Given/When/Then acceptance.

6. **Out of scope** — explicit list.

7. **Open questions** — what needs CEO or user input.

Backlog format

`docs/11-backlog.md` — every backlog item carries both the implementation ticket ID and the PRD feature ID so the chain is traceable end-to-end:

# Backlog

## Sprint 1 — MVP foundation
- APP-001 [F-001] <feature> — XS/S/M/L/XL
- APP-002 [F-002] <feature> — ...

## Sprint 2 — MVP completion
- ...

## v1.1+
- ...

The `[F-NNN]` is mandatory. The sprint-planner skill carries it through to the board's `F-NNN` column, and code-reviewer + qa-engineer use it to fetch the matching acceptance criteria from `docs/10-prd.md` without guessing.

Quality bar

  • Every story is buildable by an engineer without another conversation.
  • Every acceptance criterion is testable.
  • Every P0 traces back to a journey, which traces back to a persona, which traces back to the vision.

If you can't trace a feature back, delete it.

Read more
Ships withapp-dev-team

Describe your app idea in one line. Get a shipped iOS & Android app. AI App Studio is a team of 30 AI specialists — a CEO, product manager, designers, iOS/Android engineers, a code reviewer, QA, and a release manager — that works like a real software studio.

Get the whole plugin

Other skills on app-dev-team.