rule-flutter-flutter-route-workflow-glob

Enforce the Route Workflow for Flutter routing edits under flutter-app/lib/**/routes/**.

Updated Nov 7, 2025
One-click install
npx skills add https://github.com/belluga/delphi-ai --skill rule-flutter-flutter-route-workflow-glob
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rule-flutter-flutter-route-workflow-glob
Source: https://github.com/belluga/delphi-ai/tree/main/.cline/skills/rule-flutter-flutter-route-workflow-glob
Command: npx skills add https://github.com/belluga/delphi-ai --skill rule-flutter-flutter-route-workflow-glob

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforces the Route Workflow for Flutter routing edits to ensure governance, consistency, and documentation parity across complex navigation changes.

Core Features & Use Cases

  • Applies a formal route-workflow check whenever flutter-app/lib//routes/ is edited to align with ownership, guards, and module wiring.
  • Validates route ownership, updates AutoRoute integration, and regenerates contracts/docs via the prescribed workflow.
  • Provides auditable outcomes (route-entry mode, boundary/back semantics) and triggers evidence requirements for architectural changes when necessary.

Quick Start

Apply the Flutter route workflow to routing changes by editing files under flutter-app/lib//routes/ and running the route-method analyzer.

Frequently Asked Questions about rule-flutter-flutter-route-workflow-glob

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

FAQPage Schema
How do I enforce a consistent Flutter routing workflow across complex navigation changes?

To enforce a consistent Flutter routing workflow, apply a formal route-workflow check whenever files under flutter-app/lib/**/routes/** are edited. This ensures governance, ownership references, and documentation parity across large navigation updates.

What is route workflow governance in Flutter and when do I need it?

Route workflow governance in Flutter is a formal validation process for navigation edits that ensures route ownership, AutoRoute integration, and documentation parity. You need it when managing complex routing changes to maintain architectural consistency.

Does the Flutter route workflow check support AutoRoute integration and contract regeneration?

Yes, the Flutter route workflow check validates AutoRoute integration and regenerates contracts and documentation via the prescribed workflow. It ensures ownership references and module wiring are aligned during routing edits.

What's the best way to audit Flutter route ownership and boundary semantics during navigation updates?

The best way to audit Flutter route ownership and boundary semantics is to run the route-method analyzer on edited routing files. It provides auditable outcomes, including route-entry mode and back semantics, and triggers evidence requirements for architectural changes.

Why does my Flutter route workflow check require evidence collection for architectural changes?

The Flutter route workflow check requires evidence collection for architectural changes to ensure auditable outcomes and maintain documentation parity. This governance step validates that complex navigation modifications align with ownership and module wiring rules.