flutter-subagent-dev

Orchestrate implementer, spec reviewer, and code quality reviewer subagents for Flutter Clean Architecture tasks.

Updated Nov 23, 2025
One-click install
npx skills add https://github.com/manuelbrandner85/Weltenbibliothekapp --skill flutter-subagent-dev-manuelbrandner85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flutter-subagent-dev
Source: https://github.com/manuelbrandner85/Weltenbibliothekapp/tree/main/.agents/skills/flutter-subagent-dev
Command: npx skills add https://github.com/manuelbrandner85/Weltenbibliothekapp --skill flutter-subagent-dev-manuelbrandner85

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of maintaining high code quality and architectural integrity in complex Flutter projects by enforcing a structured, multi-agent review process for every individual task.

Core Features & Use Cases

  • Subagent Orchestration: Automatically dispatches specialized subagents for implementation, specification review, and code quality assessment.
  • Two-Stage Verification: Ensures every task passes both a strict spec-compliance check and a rigorous code quality audit before being marked as complete.
  • Use Case: When implementing a new feature in a Clean Architecture Flutter app, use this skill to ensure that the domain, data, and presentation layers are correctly separated and tested without manual oversight.

Quick Start

Use the flutter-subagent-dev skill to execute the implementation plan defined in the current project documentation.

Frequently Asked Questions about flutter-subagent-dev

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

FAQPage Schema
How do I enforce Clean Architecture compliance in Flutter during feature implementation?

You can enforce Clean Architecture compliance by orchestrating a multi-agent workflow that sequentially dispatches subagents for implementation, spec review, and code quality review to validate domain, data, and presentation layer separation.

What is the best way to automate code review for Dart and Flutter refactoring tasks?

Automating code review for Dart refactoring is best achieved by running a two-stage verification process that applies a strict spec-compliance check and a rigorous code quality audit to every individual code change.

Can I use subagent orchestration for bug fixing in existing Flutter projects?

Yes, you can use subagent orchestration for bug fixing in Flutter projects by executing a sequential workflow where an implementer subagent fixes the bug and subsequent reviewer subagents validate the architectural compliance.

Does subagent-driven Flutter development work without manual code quality oversight?

Subagent-driven Flutter development works without manual oversight by automatically dispatching specialized subagents for implementation and two-stage review, ensuring every task passes spec and quality checks before completion.

What are the limitations of using a multi-agent workflow for Flutter development?

A limitation of this multi-agent workflow is that it requires sequential execution of implementer, spec reviewer, and code quality reviewer subagents for every task, which may impact development speed for simple changes.

When do I need a two-stage spec and code quality review process in Flutter?

You need a two-stage spec and code quality review process when maintaining high code quality and architectural integrity in complex Flutter projects, specifically to ensure correct separation and testing of Clean Architecture layers.