android-workflow

Route Android development tasks to appropriate workflows with quality gates.

1|Updated Dec 3, 2024
One-click install
npx skills add https://github.com/Enso-Soft/lotto-assist --skill android-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-workflow
Source: https://github.com/Enso-Soft/lotto-assist/tree/main/.claude/skills/android-workflow
Command: npx skills add https://github.com/Enso-Soft/lotto-assist --skill android-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates Android development workflows, routes tasks to appropriate workflows, and enforces Self-Check Protocol and Quality Gates.

Core Features & Use Cases

  • Self-Check Protocol for task validation before starting implementation tasks.
  • Quick Classification to map tasks to the correct workflow (quick-fix, feature, refactor, investigate, hotfix).
  • Workflow Sequences defining the agent order (e.g., feature: planner → ux-engineer → ui-builder → code-writer → test-engineer → code-critic).
  • Build Commands and Failure Recovery guidelines for end-to-end validation.
  • MCP Tool Requirements and Quality Gates framework to ensure consistent quality.
  • Examples of each workflow to guide real-world tasks.

Quick Start

Example: "Add a new login screen" will start the feature workflow: planner → ux-engineer → ui-builder → code-writer → test-engineer → code-critic.

Frequently Asked Questions about android-workflow

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

FAQPage Schema
How do I automate Android development workflows with quality gates?

Android workflow automation routes tasks to appropriate workflows—feature, quick-fix, refactor, investigate, or hotfix—then enforces quality gates and a Self-Check Protocol to validate implementation before release. Each workflow sequence chains agents (planner, UX engineer, UI builder, code writer, test engineer, code critic) in order, with build verification and gate enforcement at each step.

Can I use GitHub Actions to orchestrate Android development tasks?

Yes. This Skill integrates GitHub Actions within its workflow orchestration framework to route Kotlin and Compose Android projects through structured sequences, applying quality gates and build verification to ensure consistent quality across feature implementations, bug fixes, refactoring, debugging, and hotfixes.

What's the best way to classify and route Android tasks to the correct workflow?

Quick classification maps incoming tasks to one of five workflows: quick-fix, feature, refactor, investigate, or hotfix. The Self-Check Protocol validates the task before routing, then the correct workflow sequence executes with the appropriate agent chain and quality gates to steer the task to completion.

Does this workflow approach work for Kotlin and Compose Android projects?

Yes. This Skill is designed specifically for Kotlin and Compose Android projects and handles task types including implementation, bug fixes, refactoring, debugging, and hotfixes through specialized workflow sequences, build commands, failure recovery, and quality-gate enforcement.

What happens when an Android build fails during workflow execution?

The Skill includes failure recovery guidelines and build verification steps within each workflow sequence. Quality gates enforce validation; if a build fails, the workflow captures the failure and applies recovery procedures to help identify and resolve the issue before proceeding to the next gate.

What MCP tool requirements and quality gates does this workflow enforce?

The Skill defines an MCP tool requirements and quality gates framework that ensures consistent quality across workflows. Gates are applied at each agent transition and after build/test verification, blocking progression until quality standards are met.