aleksandr-chaika/flutter-clean-arch-skills

5 stars · Last commit 2026-03-09

Complete Flutter development pipeline — Clean Architecture + BLoC + Maestro QE. Autonomous agents for PM, dev, review, testing

README preview

# Flutter Clean Architecture Skills

Complete development pipeline for **Flutter projects** with Clean Architecture and BLoC state management.

One orchestrator accepts a task and coordinates the **full pipeline** through isolated sub-agents.
**QE verification** via Maestro E2E tests. **Asana** integration for task management.

---

## Architecture v3 (Skills + Agents + Hooks + QE)

```
+-----------------------------------------------------------------------+
|  User: /orchestrator                                                    |
|              |                                                          |
|              v                                                          |
|  +----------------------------------+                                   |
|  |  orchestrator (Skill)            | <- Single user-invocable skill    |
|  |  Coordinates entire pipeline     |                                   |
|  +----------------+-----------------+                                   |

View full repository on GitHub →