
Impl Flutter
- 3 repo stars
- Updated December 29, 2025
- rayk/lucid-toolkit
Run a full Flutter build pipeline—planning orchestration, UI codegen, Riverpod state, E2E tests, and releases—via 26 specialized lucid-toolkit agents.
About
impl-flutter is a large Lucid-toolkit plugin for developers shipping cross-platform mobile apps who need more than a single “build my screen” prompt. Twenty-six specialized agents split planning, execution, codegen, generative UI, testing, debugging, verification, persistence, platform hooks, UX polish, releases, and environment setup—so you can treat Flutter work like a staged pipeline instead of improvising every session. Canonical placement is Build / frontend because Dart widgets, Riverpod state, and feature delivery dominate, but planning orchestration aligns with Validate-style scoping and E2E or release agents naturally extend into Ship. It suits founders building consumer or B2B mobile clients, especially when you already chose Flutter and want TDD-leaning discipline. It is not a substitute for market validation or store-launch playbooks, but it gives repeatable agent choreography from plan to verifiable mobile increments.
- 26 specialized agents including an orchestrator, 7 planning subagents, and 6 do-* execution helpers.
- Covers generative UI, Riverpod/fpdart-oriented implementation, E2E testing, debugging, verification, and release managem
- Interactive session support for long Flutter implementation runs without losing planning context.
- Platform integration, data persistence, and environment agents mirror a small mobile team’s lanes.
Impl Flutter by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add rayk/lucid-toolkit/plugin install impl-flutter@lucid-toolkitAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | December 29, 2025 |
| Repository | rayk/lucid-toolkit ↗ |
What it does
Run a full Flutter build pipeline—planning orchestration, UI codegen, Riverpod state, E2E tests, and releases—via 26 specialized lucid-toolkit agents.
Files
Flutter implementation specialist plugin with 26 specialized agents for planning (orchestrator + 7 planning subagents), execution (6 do-* helper agents), code generation, generative UI, E2E testing, debugging, verification, data persistence, platform integration, UX, releases, environment management, and interactive session support
impl-flutter
Source: ./plugins/impl-flutter
{ "name": "impl-flutter", "tags": [ "flutter", "dart", "mobile", "implementation", "tdd", "riverpod", "fpdart" ], "source": "./plugins/impl-flutter", "version": "2.17.0", "category": "development", "description": "Flutter implementation specialist plugin with 26 specialized agents for planning (orchestrator + 7 planning subagents), execution (6 do-* helper agents), code generation, generative UI, E2E testing, debugging, verification, data persistence, platform integration, UX, releases, environment management, and interactive session support" }