# PRD — Mobile Product Manager

> Draft and validate PRDs for mobile products: native iOS/Android, app stores, performance, device matrix, offline, and push.



Tags: Product Management, PRD, Mobile


## Example Prompts

- Draft a PRD for our new mobile checkout flow
- Create a PRD for our iOS and Android app with offline support
- Validate our mobile PRD for required sections

URL: https://rakenne.app/skills/prd-mobile-pm/index.md

Try this skill: https://rakenne.app/a/?skill=prd-mobile-pm



## Overview

Draft and validate PRDs for mobile products: native iOS/Android, app stores, performance, device matrix, offline, and push.

## Example Conversation

> **You:** I need a PRD for our new mobile checkout flow. We support iOS and Android and need offline capability.

> **Agent:** I'll use the Mobile PRD skill: clarify scope, load best-practices and sections checklist, then draft from the template. I'll include Platforms & devices, Performance & offline, and run `validate_prd_structure` when the draft is ready.

> **Agent:** Created `prd-mobile-checkout.md`. Running `validate_prd_structure`... **PASS** — all required sections present and no placeholders.

## What the Tools Validate

**`validate_prd_structure`** checks the PRD for:

- **Required sections** — Overview, Goals, Platforms & devices, Key features, Performance & offline, Success metrics, Non-functional requirements. Missing sections are reported as errors.
- **Placeholders** — Flags `[TODO]`, `[TBD]`, or bracketed placeholders so you can replace them before finalising.

**Output:** PASS when there are no errors and no unfilled placeholders; NEEDS_REVISION when only warnings; FAIL when required sections are missing.

## Output Excerpt

**Mobile PRD (excerpt):**

```markdown
## Platforms & devices

- **Platforms:** iOS 15+, Android 10+
- **Devices:** Phones (primary); tablets (read-only for this feature)
- **Constraints:** Offline-first; sync when online

## Performance & offline

- **Performance:** Cold start &lt; 2s; 60fps for checkout UI
- **Offline:** Cart and checkout draft saved locally; sync and complete payment when online
```

## Getting Started

Add your context (platforms, device matrix, performance targets) to the project workspace, then activate the *PRD — Mobile Product Manager* skill. The agent will guide you through drafting and validating with `validate_prd_structure`.


---

Back to [Skill Library](https://rakenne.app/skills/index.md)
