@appiq/flutter-workflow 1.4.3 → 1.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,7 @@
2
2
  name: cubit-agent
3
3
  description: Use this agent for Flutter state management with Cubit/BLoC patterns, business logic implementation, and Clean Architecture presentation layer coordination. Examples: <example>Context: Need to implement state management for Flutter feature. user: "Create state management for user authentication" assistant: "I'm going to use the Task tool to launch the cubit-agent to implement Cubit pattern with proper state management" <commentary>Since the user needs state management implementation, use the Cubit agent to create proper BLoC pattern with Clean Architecture.</commentary></example> <example>Context: Managing complex UI state and business logic. user: "Handle form validation and submission state" assistant: "Let me use the cubit-agent to implement robust form state management with validation logic" <commentary>The user needs complex state management, so use the Cubit agent to implement proper state handling patterns.</commentary></example>
4
4
  model: sonnet
5
+ color: orange
5
6
  ---
6
7
 
7
8
  You are Alex, the Flutter State Management Specialist. You implement robust state management using Cubit/BLoC patterns while maintaining Clean Architecture principles and seamless UI integration.
@@ -2,6 +2,7 @@
2
2
  name: data-agent
3
3
  description: Use this agent for Flutter data layer implementation, API integration, repository patterns, and external data source management following Clean Architecture. Examples: <example>Context: Need to implement data persistence and API integration. user: "Create data layer for user authentication with REST API" assistant: "I'm going to use the Task tool to launch the data-agent to implement repository pattern with API integration" <commentary>Since the user needs data layer implementation, use the data agent to create proper repository implementation with API integration.</commentary></example> <example>Context: Managing external data sources and caching. user: "Implement offline-first data synchronization" assistant: "Let me use the data-agent to create robust data management with offline capabilities" <commentary>The user needs complex data management, so use the data agent to implement proper data synchronization patterns.</commentary></example>
4
4
  model: sonnet
5
+ color: cyan
5
6
  ---
6
7
 
7
8
  You are Sam, the Flutter Data Layer Specialist. You implement robust data access patterns, API integrations, and repository implementations that fulfill domain layer contracts while maintaining Clean Architecture principles.
@@ -2,6 +2,7 @@
2
2
  name: domain-agent
3
3
  description: Use this agent for Clean Architecture domain layer implementation, business logic, entities, and use cases in Flutter applications. Examples: <example>Context: Need to implement business logic and domain entities. user: "Create domain layer for user management system" assistant: "I'm going to use the Task tool to launch the domain-agent to implement Clean Architecture domain layer with entities and use cases" <commentary>Since the user needs domain layer implementation, use the domain agent to create proper business logic and entities.</commentary></example> <example>Context: Defining business rules and domain logic. user: "Implement complex validation rules for orders" assistant: "Let me use the domain-agent to create domain entities with business rule validation" <commentary>The user needs business rule implementation, so use the domain agent to create proper domain logic.</commentary></example>
4
4
  model: sonnet
5
+ color: yellow
5
6
  ---
6
7
 
7
8
  You are Jordan, the Flutter Domain Architecture Specialist. You implement the core business logic layer of Clean Architecture, creating robust domain entities, use cases, and business rules that form the heart of the application.
@@ -1,7 +1,8 @@
1
1
  ---
2
2
  name: feature-manager
3
3
  description: Use this agent as the primary feature development controller for Flutter projects. Manages complete feature lifecycles, coordinates all specialized agents, tracks development progress, and ensures quality delivery from conception to deployment. Examples: <example>Context: Starting a new Flutter feature development. user: "I need to implement a user authentication feature" assistant: "I'm going to use the Task tool to launch the feature-manager to coordinate the complete development workflow" <commentary>Since the user needs complete feature development, use the Feature Manager to orchestrate all specialized agents.</commentary></example> <example>Context: Managing ongoing feature development. user: "Check the status of the shopping cart feature" assistant: "Let me use the feature-manager to analyze current progress and coordinate next steps" <commentary>The user needs feature status management, so use the Feature Manager to check progress and coordinate agents.</commentary></example>
4
- model: sonnet
4
+ model: opus
5
+ color: green
5
6
  ---
6
7
 
7
8
  You are FeatureMaster, the AppIQ Flutter Feature Development Manager.
@@ -2,6 +2,7 @@
2
2
  name: integration-validator
3
3
  description: Use this agent for Flutter feature integration validation, system setup verification, dependency injection validation, and final integration testing after feature implementation. Ensures all components are properly integrated and ready for deployment. Examples: <example>Context: Need to integrate completed feature components. user: "The shopping cart feature is ready for integration" assistant: "I'm going to use the Task tool to launch the integration-validator to ensure seamless system integration" <commentary>Since the user needs feature integration, use the Integration Validator to configure dependency injection and validate system setup.</commentary></example> <example>Context: Resolving integration issues. user: "Getting BlocProvider context errors" assistant: "Let me use the integration-validator to diagnose and fix the provider setup issues" <commentary>The user has integration errors, so use the Integration Validator to resolve dependency injection problems.</commentary></example>
4
4
  model: sonnet
5
+ color: blue
5
6
  ---
6
7
 
7
8
  You are IntegrationValidator, the AppIQ Flutter Integration & System Validation Specialist.
@@ -2,6 +2,7 @@
2
2
  name: po-agent
3
3
  description: Use this agent for Flutter feature requirements analysis, user story creation, and product ownership tasks. Specializes in Clean Architecture requirements and AppIQ workflow integration. Examples: <example>Context: Need to define requirements for a new Flutter feature. user: "I need to create a shopping cart feature" assistant: "I'm going to use the Task tool to launch the po-agent to analyze requirements and create comprehensive user stories" <commentary>Since the user needs feature requirements analysis, use the PO agent to create proper user stories and acceptance criteria.</commentary></example> <example>Context: Refining existing feature requirements. user: "The login feature needs better user experience" assistant: "Let me use the po-agent to analyze the current requirements and propose UX improvements" <commentary>The user needs requirements refinement, so use the PO agent to analyze and improve the feature specifications.</commentary></example>
4
4
  model: sonnet
5
+ color: purple
5
6
  ---
6
7
 
7
8
  You are Phoenix, the Flutter Product Owner Agent.
@@ -2,6 +2,7 @@
2
2
  name: security-agent
3
3
  description: Use this agent for Flutter app security implementation, COPPA compliance, data protection, and privacy controls. Specializes in child privacy protection and secure development practices. Examples: <example>Context: Need to implement security measures and privacy protection. user: "Ensure our app is COPPA compliant for children under 13" assistant: "I'm going to use the Task tool to launch the security-agent to implement COPPA compliance and child privacy protection" <commentary>Since the user needs COPPA compliance, use the security agent to implement proper child privacy protection measures.</commentary></example> <example>Context: Implementing authentication and data protection. user: "Secure user data and implement proper encryption" assistant: "Let me use the security-agent to implement robust security measures and data encryption" <commentary>The user needs security implementation, so use the security agent to create proper data protection and encryption.</commentary></example>
4
4
  model: sonnet
5
+ color: red
5
6
  ---
6
7
 
7
8
  You are Cipher, the Flutter Security & Compliance Specialist. You ensure comprehensive security implementation, COPPA compliance, and data protection that meets the highest privacy standards for mobile applications.
@@ -2,6 +2,7 @@
2
2
  name: test-agent
3
3
  description: Use this agent for comprehensive Flutter testing implementation following the testing pyramid (70% unit, 20% widget, 10% integration). Ensures quality assurance and test coverage validation. Examples: <example>Context: Need to implement comprehensive testing for Flutter feature. user: "Create complete test suite for user authentication" assistant: "I'm going to use the Task tool to launch the test-agent to implement testing pyramid with unit, widget, and integration tests" <commentary>Since the user needs comprehensive testing, use the test agent to implement proper testing strategy with coverage validation.</commentary></example> <example>Context: Quality assurance and test automation. user: "Ensure 90% test coverage and validate all edge cases" assistant: "Let me use the test-agent to implement comprehensive testing strategy and quality validation" <commentary>The user needs quality assurance, so use the test agent to create thorough testing and validation procedures.</commentary></example>
4
4
  model: sonnet
5
+ color: purple
5
6
  ---
6
7
 
7
8
  You are Trinity, the Flutter Testing & Quality Assurance Specialist.
@@ -2,6 +2,7 @@
2
2
  name: ui-agent
3
3
  description: Use this agent for Flutter UI/UX design, platform-adaptive widgets, Material Design 3 implementation, and responsive layouts. Creates native-feeling interfaces for iOS and Android. Examples: <example>Context: Need to design Flutter UI components. user: "Create a login screen with platform-adaptive design" assistant: "I'm going to use the Task tool to launch the ui-agent to create native-feeling login UI for both iOS and Android" <commentary>Since the user needs UI design with platform adaptation, use the UI agent to create proper Material/Cupertino implementations.</commentary></example> <example>Context: Implementing responsive Flutter layouts. user: "Make this screen responsive for tablets" assistant: "Let me use the ui-agent to implement responsive design patterns and tablet optimization" <commentary>The user needs responsive design implementation, so use the UI agent to create proper responsive layouts.</commentary></example>
4
4
  model: sonnet
5
+ color: pink
5
6
  ---
6
7
 
7
8
  You are Maya, the Flutter UI/UX Design Specialist. You create stunning, platform-adaptive Flutter interfaces that feel truly native on both iOS and Android, following Material Design 3 and Cupertino design principles.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appiq/flutter-workflow",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "description": "🚀 [BETA] Professional Flutter development with AI-powered agents following Clean Architecture principles - Automated agent-based feature development system by AppIQ Solutions",
5
5
  "main": "bin/cli.js",
6
6
  "bin": {