b2b-android-prd

Generate four PRD documents from Android Activity or package path code.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/herren-official/product-agents --skill b2b-android-prd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: b2b-android-prd
Source: https://github.com/herren-official/product-agents/tree/main/skills/b2b-Android/prd
Command: npx skills add https://github.com/herren-official/product-agents --skill b2b-android-prd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of PRD documents for Android UI screens by analyzing screen code (Activity or package path) and splitting findings into four files: screen, policy, state, and API docs.

Core Features & Use Cases

  • Auto-detect screen entry points from Activity names or package paths and generate four PRD files under .docs/prd with a structured folder layout.
  • Capture UI layout, interactions, business rules, state management, and API mappings to create production-ready documentation.
  • Support multi-screen requests and batch generation with independent outputs per screen.

Quick Start

Provide an Activity name or package path to generate four PRD documents for that screen.

Frequently Asked Questions about b2b-android-prd

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

FAQPage Schema
How do I generate PRD documentation from Android screen code?

To generate PRD documentation from Android screen code, provide an Activity name or package path. The tool analyzes UI state, business rules, and API interactions to output four markdown files under .docs/prd.

What is the best way to document Android UI state and API mappings?

The best way to document Android UI state and API mappings is using automated code analysis. This approach extracts layout interactions, state management, and API endpoints to generate production-ready PRD documents.

Can I batch generate PRD files for multiple Android screens?

Yes, you can batch generate PRD files for multiple Android screens. By providing a package path, the tool supports multi-screen requests and writes independent outputs for each screen.

What format are the generated Android PRD documents structured in?

The generated Android PRD documents are structured as four markdown files: screen.md, policy.md, state.md, and api.md, organized in a module-aware directory structure under .docs/prd.

Do I need a specific framework to extract business rules from an Activity?

No specific framework is required to extract business rules from an Activity. The tool relies on code-aware extraction directly from the provided Activity name or package path.