What problem does it solve? Planning a new feature in a layered Android codebase often leads to missed architectural layers, inconsistent task breakdowns, and forgotten testing or documentation steps. This Skill turns a rough feature idea into a standardized, actionable implementation roadmap. ## Core Features & Use Cases - Feature Decomposition: Breaks high-level feature ideas into granular tasks ordered by Clean Architecture layers (Domain -> Data -> UseCase -> UI). - Architectural Enforcement: Ensures every planned task complies with the project's AGENTS.md rules, including mandatory Gradle sync and documentation sync steps. - Pragmatic Testing Analysis: Evaluates which components genuinely need unit tests (UseCases, complex mappers, ViewModel state logic) and skips boilerplate code. - Use Case: You want to add a high-temperature push notification feature. Describe the idea, answer the diagnosis questions, and receive a WORKFLOW_HIGH_TEMP_NOTIFICATION.md file with API design tables, persistence changes, and a step-by-step checklist. ## Quick Start Ask the agent to generate a feature workflow by describing your feature, for example: "Create a workflow for a feature that sends a push notification when the temperature exceeds a configurable threshold."