appiq-solution 1.6.3 โ 1.6.5
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.
- package/CHANGELOG.md +62 -0
- package/bmad-core/core-config-extended.yaml +39 -0
- package/bmad-core/core-config-smart.yaml +184 -0
- package/bmad-core/data/mandatory-development-rules.md +170 -0
- package/bmad-core/tasks/auto-detect-prds.md +162 -0
- package/bmad-core/tasks/smart-auto-detect-prds.md +299 -0
- package/bmad-core/tasks/validate-mandatory-rules.md +322 -0
- package/docs/enhanced_prd_template.md +202 -0
- package/docs/livestream_prd_example.md +93 -0
- package/docs/livestream_prd_smart.md +278 -0
- package/expansion-packs/appiq-flutter-mobile-dev/agents/flutter-ui-agent.md +34 -8
- package/expansion-packs/appiq-flutter-mobile-dev/config.yaml +1 -1
- package/expansion-packs/appiq-flutter-mobile-dev/data/flutter-development-guidelines.md +66 -0
- package/package.json +1 -1
- package/tools/installer/bin/bmad.js +6 -6
@@ -548,4 +548,70 @@ flutter test integration_test/
|
|
548
548
|
- Use secure token storage
|
549
549
|
- Handle token refresh properly
|
550
550
|
|
551
|
+
## ๐จ MANDATORY DEVELOPMENT RULES - ALWAYS FOLLOW!
|
552
|
+
|
553
|
+
### CRITICAL: These rules MUST be followed by ALL agents, ALL workflows, ALL IDEs!
|
554
|
+
|
555
|
+
#### Standard Workflow (NO EXCEPTIONS!)
|
556
|
+
1. **THINK**: Analyze problem and read existing codebase
|
557
|
+
2. **PLAN**: Write detailed plan to `tasks/todo.md` with checkable items
|
558
|
+
3. **VERIFY**: Get plan approved before starting ANY coding
|
559
|
+
4. **WORK**: Execute todo items, marking complete as you go
|
560
|
+
5. **EXPLAIN**: Provide high-level explanations at every step
|
561
|
+
6. **SIMPLE**: Make minimal impact changes - avoid complexity
|
562
|
+
7. **REVIEW**: Add review section to `todo.md` with summary
|
563
|
+
8. **COMMIT**: Make git commit after each completed task
|
564
|
+
|
565
|
+
#### MANDATORY Quality Gates (ALL 5 MUST PASS!)
|
566
|
+
- ๐งน **DRY**: No code duplication - ALWAYS reuse existing code
|
567
|
+
- ๐ **Readable**: Self-documenting code with clear naming
|
568
|
+
- ๐ง **Maintainable**: Clean Architecture with proper separation
|
569
|
+
- โก **Performant**: Efficient algorithms and resource usage
|
570
|
+
- ๐งช **Testable**: Comprehensive test coverage
|
571
|
+
|
572
|
+
#### MANDATORY Pre-Coding Checklist
|
573
|
+
- [ ] **Check existing code** for similar functionality FIRST
|
574
|
+
- [ ] **Review shared components** in `lib/shared/`
|
575
|
+
- [ ] **Follow existing patterns** - NEVER create new patterns
|
576
|
+
- [ ] **Plan localization keys** - NO static text allowed
|
577
|
+
- [ ] **Verify architecture compliance** with Clean Architecture
|
578
|
+
- [ ] **Identify reusable components** before creating new ones
|
579
|
+
|
580
|
+
#### MANDATORY Flutter Rules
|
581
|
+
- โ
**Clean Architecture**: Presentation โ Domain โ Data
|
582
|
+
- โ
**Cubit State Management**: Follow existing Cubit patterns
|
583
|
+
- โ
**Repository Pattern**: Implement like existing repositories
|
584
|
+
- โ
**Dependency Injection**: Use GetIt like existing features
|
585
|
+
- โ
**Localization**: ALL text must use AppLocalizations
|
586
|
+
- โ
**Testing**: Unit tests for business logic, widget tests for UI
|
587
|
+
|
588
|
+
#### MANDATORY Code Integration Rules
|
589
|
+
- โ
**BEFORE new files**: Check if similar functionality exists
|
590
|
+
- โ
**BEFORE new widgets**: Review `lib/shared/widgets/`
|
591
|
+
- โ
**BEFORE new services**: Check `lib/shared/services/`
|
592
|
+
- โ
**BEFORE new utilities**: Review `lib/shared/utils/`
|
593
|
+
- โ
**EXTEND existing code** instead of duplicating
|
594
|
+
- โ
**FOLLOW existing naming conventions** exactly
|
595
|
+
|
596
|
+
#### MANDATORY Validation Criteria
|
597
|
+
All code MUST pass these criteria:
|
598
|
+
1. **Architecture**: Follows Clean Architecture with proper layer separation
|
599
|
+
2. **Localization**: All text supports multi-language (NO static text!)
|
600
|
+
3. **Quality**: Passes all 5 quality criteria (DRY, Readable, Maintainable, Performant, Testable)
|
601
|
+
4. **Documentation**: Code is properly documented with examples
|
602
|
+
5. **Consistency**: Code style matches existing patterns EXACTLY
|
603
|
+
|
604
|
+
#### FAILURE CONDITIONS (NEVER ALLOWED!)
|
605
|
+
- โ Static text in UI (instant failure)
|
606
|
+
- โ Code duplication (instant failure)
|
607
|
+
- โ Breaking existing patterns (instant failure)
|
608
|
+
- โ Missing tests (instant failure)
|
609
|
+
- โ Architecture violations (instant failure)
|
610
|
+
|
611
|
+
### ๐ฏ REMEMBER: When in doubt, ALWAYS follow existing patterns!
|
612
|
+
|
613
|
+
**These rules apply to ALL development work - NO EXCEPTIONS!**
|
614
|
+
|
615
|
+
---
|
616
|
+
|
551
617
|
This guide ensures consistent, high-quality Flutter development that meets professional standards and security requirements.
|
package/package.json
CHANGED
@@ -128,12 +128,12 @@ async function promptInstallation() {
|
|
128
128
|
|
129
129
|
// Display ASCII logo
|
130
130
|
console.log(chalk.bold.cyan(`
|
131
|
-
โโโโโโโ
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
131
|
+
โโโโโโ โโโโโโโ โโโโโโโ โโโ โโโโโโโ โโโโโโโโ โโโโโโโ โโโ โโโ โโโโโโโโโโโโโโโ โโโโโโโ โโโโ โโโ
|
132
|
+
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโ โโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโ
|
133
|
+
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโ โโโโโโ โโโ โโโ โโโ โโโโโโ โโโโโโโโโ โโโ
|
134
|
+
โโโโโโโโโโโโโโโ โโโโโโโ โโโโโโโโ โโโโโโโโโโโโโโโโโโโโ โโโโโโ โโโ โโโ โโโ โโโโโโ โโโโโโโโโโโโโ
|
135
|
+
โโโ โโโโโโ โโโ โโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโ โโโโโโโโโโโโโโโ โโโโโโ
|
136
|
+
โโโ โโโโโโ โโโ โโโ โโโโโโโ โโโโโโโโ โโโโโโโ โโโโโโโโ โโโโโโโ โโโ โโโ โโโโโโโ โโโ โโโโโ
|
137
137
|
`));
|
138
138
|
|
139
139
|
console.log(chalk.bold.magenta('๐ Appiq-Solution - Flutter Mobile Development Extension'));
|