flutter-subagent-dev

Automate Flutter implementation tasks with per-task subagents and two-stage reviews.

12|5|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/vp-k/flutter-craft --skill flutter-subagent-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flutter-subagent-dev
Source: https://github.com/vp-k/flutter-craft/tree/main/plugins/flutter-craft/skills/flutter-subagent-dev
Command: npx skills add https://github.com/vp-k/flutter-craft --skill flutter-subagent-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate Flutter implementation task execution by dispatching a fresh subagent per task and applying a two-stage review after each task to ensure quality and fast iteration.

Core Features & Use Cases

  • Fresh subagent per task to avoid context pollution and enable focused work.
  • Two-stage review after each task: spec compliance review first, then code quality review.
  • In-session planning and sequential task handling with structured feedback until all tasks are complete.
  • Final integration checks and a dedicated finishing step via flutter-finishing policy.

Quick Start

Invoke the flutter-subagent-dev workflow in the current session to begin executing the plan.

Frequently Asked Questions about flutter-subagent-dev

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

FAQPage Schema
How do I automate Flutter implementation tasks with subagents?

Automate Flutter implementation tasks by dispatching a fresh subagent per task to avoid context pollution. The workflow executes sequentially, applying a two-stage review process for spec compliance and code quality after each task is completed.

What is the two-stage review process for Flutter subagent development?

The two-stage review process evaluates tasks sequentially by first checking spec compliance, then assessing code quality. This structured feedback loop involves implementers, spec reviewers, and code quality reviewers to ensure task integrity before proceeding.

How do I manage sequential task execution and planning in a Flutter project?

Manage sequential task execution by using in-session planning and structured feedback loops. The workflow dispatches fresh subagents per task, enforcing process integrity through standardized review workflows until all implementation tasks are complete.

Can I run final integration checks and finishing steps after Flutter subagent tasks?

Yes, you can run final integration checks and a dedicated finishing step. After all sequential tasks and two-stage reviews are complete, the workflow applies the flutter-finishing policy to finalize the implementation.

Why does dispatching a fresh subagent per task help in Flutter development?

Dispatching a fresh subagent per task helps by avoiding context pollution and enabling focused work. This approach ensures each implementation task receives dedicated attention with standardized spec and code quality reviews.

Do I need external dependencies to run the Flutter subagent workflow?

No external dependencies are required to run the Flutter subagent workflow. It operates within the current session using in-session planning, sequential task handling, and standardized review workflows to enforce process integrity.