android-product-shaping

This skill is used to turn Android app ideas into small, well-bounded product slices with clear value, ready for UX and implementation.

16 stars

Best use case

android-product-shaping is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

This skill is used to turn Android app ideas into small, well-bounded product slices with clear value, ready for UX and implementation.

Teams using android-product-shaping should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/android-product-shaping/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/product/android-product-shaping/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/android-product-shaping/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How android-product-shaping Compares

Feature / Agentandroid-product-shapingStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

This skill is used to turn Android app ideas into small, well-bounded product slices with clear value, ready for UX and implementation.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Android Product Shaping Skill

## Purpose
Define small, self-contained slices of Android functionality that deliver clear user value without expanding scope. Provide a stable specification before UX or engineering work begins.

## When to Use
Use this skill whenever a new Android feature, flow or improvement is proposed and needs to be turned into something buildable.

## Outputs
- Problem statement and context
- 3–5 user stories
- Acceptance criteria
- Explicit non-goals
- Minimal slice description

## Procedure
1. State who the Android user is and what problem they face.
2. Write 3–5 user stories that describe value from the user’s perspective.
3. Turn these into testable acceptance criteria based only on observable behaviour in the app.
4. List non-goals, including behaviours that must not be implemented in this slice.
5. Reduce the work to the smallest slice that:
   - Can be implemented inside the existing Kotlin, Compose, Room, Hilt and Navigation stack.
   - Does not require new backend systems, sync engines or AI providers unless explicitly requested.

## Guardrails
- Do not describe specific UI widgets or layouts. That belongs in UX and UI skills.
- Do not change or extend the overall architecture.
- Do not introduce sharing, sync, multi-provider AI or new storage layers unless the problem statement explicitly demands it.
- Keep scope limited to what can be delivered as a single Android release.

Related Skills

android-workflow-production

16
from diegosouzapw/awesome-omni-skill

Generate GitHub Actions workflows for production deployment with staged rollout

android-store-listing

16
from diegosouzapw/awesome-omni-skill

Create feature graphic and complete store listing metadata

amazon-product-search-recommender

16
from diegosouzapw/awesome-omni-skill

When the user wants to search for specific products on Amazon within budget constraints and generate structured recommendations. This skill navigates to Amazon.com, performs targeted searches using specific criteria (price range, material, color), browses search results, extracts product details (title, price, store/brand, URL), and compiles recommendations into a structured JSON format. Triggers include requests for product recommendations, shopping assistance, budget-constrained searches, or when users need to find specific items on Amazon with detailed specifications.

ai-product-strategy-mapping

16
from diegosouzapw/awesome-omni-skill

A framework to assess and integrate AI into your product strategy by mapping core customer problems to AI capabilities. Use this when your industry is facing a major technology shift, when prioritizing an AI roadmap, or when deciding between augmenting existing features vs. building new AI-first solutions.

ai-native-product-refounding

16
from diegosouzapw/awesome-omni-skill

A framework for transitioning from incremental SaaS development to an AI-native product strategy. Use this skill when you need to "refound" an existing product for the AI era, accelerate shipping velocity for AI features, or upskill a product team to be more hands-on with LLM primitives.

agile-product-owner

16
from diegosouzapw/awesome-omni-skill

Agile product ownership toolkit for Senior Product Owner including INVEST-compliant user story generation, sprint planning, backlog management, and velocity tracking. Use for story writing, sprint planning, stakeholder communication, and agile ceremonies.

agent-product-manager

16
from diegosouzapw/awesome-omni-skill

Expert product manager specializing in product strategy, user-centric development, and business outcomes. Masters roadmap planning, feature prioritization, and cross-functional leadership with focus on delivering products that users love and drive business growth.

adhd-productivity

16
from diegosouzapw/awesome-omni-skill

ADHD-optimized productivity techniques and interventions. Invoke when user shows signs of task abandonment, context switching, or needs focus assistance.

apple-productivity

16
from diegosouzapw/awesome-omni-skill

Access macOS productivity apps (Calendar, Contacts, Mail, Messages, Reminders, Voice Memos). Use when user asks about calendar events, contacts, emails, iMessages, reminders, or voice transcription.

android-app-icon

16
from diegosouzapw/awesome-omni-skill

Generate Android adaptive icons from Iconify's 200k+ open source icons

android-java

16
from diegosouzapw/awesome-omni-skill

Android Java development with MVVM, ViewBinding, and Espresso testing

android-service-account-guide

16
from diegosouzapw/awesome-omni-skill

Step-by-step guide for creating Google Cloud service account for Play Store API access