appiq-solution 1.1.0 → 1.3.0
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/#NEW APP PROMPT/ARCHITECTURE.md +279 -0
- package/#NEW APP PROMPT/ARCHITECTURE_UNIFIED.md +414 -0
- package/#NEW APP PROMPT/accesibility_prompt.md +103 -0
- package/#NEW APP PROMPT/clean-code.mdc +55 -0
- package/#NEW APP PROMPT/codequality.mdc +47 -0
- package/#NEW APP PROMPT/flutter-ai-rules/LICENSE +21 -0
- package/#NEW APP PROMPT/flutter-ai-rules/README.md +104 -0
- package/#NEW APP PROMPT/flutter-ai-rules/combined/README.md +25 -0
- package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart.md +192 -0
- package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart__under_6K.md +99 -0
- package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_bloc_mocktail.md +308 -0
- package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_bloc_mocktail__under_6K.md +87 -0
- package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_change_notifier.md +254 -0
- package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_change_notifier__under_6K.md +98 -0
- package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_provider.md +261 -0
- package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_provider__under_6K.md +105 -0
- package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_riverpod_mockito.md +371 -0
- package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_riverpod_mockito__under_6K.md +92 -0
- package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_with_bloc.md +287 -0
- package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_with_bloc__under_6K.md +68 -0
- package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_with_riverpod.md +375 -0
- package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_with_riverpod__under_6K.md +106 -0
- package/#NEW APP PROMPT/flutter-ai-rules/media/flutter_ai_rules.png +0 -0
- package/#NEW APP PROMPT/flutter-ai-rules/media/mocktail_md_01.png +0 -0
- package/#NEW APP PROMPT/flutter-ai-rules/media/mocktail_md_02.png +0 -0
- package/#NEW APP PROMPT/flutter-ai-rules/rules/bloc.md +94 -0
- package/#NEW APP PROMPT/flutter-ai-rules/rules/dart_3_updates.md +93 -0
- package/#NEW APP PROMPT/flutter-ai-rules/rules/effective_dart.md +105 -0
- package/#NEW APP PROMPT/flutter-ai-rules/rules/flutter_app_architecture.md +57 -0
- package/#NEW APP PROMPT/flutter-ai-rules/rules/flutter_change_notifier.md +62 -0
- package/#NEW APP PROMPT/flutter-ai-rules/rules/flutter_errors.md +11 -0
- package/#NEW APP PROMPT/flutter-ai-rules/rules/mockito.md +31 -0
- package/#NEW APP PROMPT/flutter-ai-rules/rules/mocktail.md +24 -0
- package/#NEW APP PROMPT/flutter-ai-rules/rules/provider.md +69 -0
- package/#NEW APP PROMPT/flutter-ai-rules/rules/riverpod.md +188 -0
- package/#NEW APP PROMPT/generate ssh.md +4 -0
- package/#NEW APP PROMPT/project_ai_prompt.md +544 -0
- package/{CHANGELOG.md → #Tools/APPIQ-METHOD/CHANGELOG.md} +173 -119
- package/#Tools/APPIQ-METHOD/README.md +139 -0
- package/#Tools/APPIQ-METHOD/appiq_start.md +232 -0
- package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/architect.md +0 -6
- package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/bmad-orchestrator.md +84 -0
- package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/dev.md +9 -23
- package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/pm.md +1 -3
- package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/qa.md +0 -17
- package/#Tools/APPIQ-METHOD/bmad-core/data/technical-preferences.md +3 -0
- package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/fullstack-architecture-tmpl.yaml +5 -12
- package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/user-guide.md +9 -10
- package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/working-in-the-brownfield.md +36 -39
- package/#Tools/APPIQ-METHOD/deployment/DEPLOYMENT_GUIDE.md +426 -0
- package/#Tools/APPIQ-METHOD/deployment/GITHUB_RELEASE_GUIDE.md +326 -0
- package/#Tools/APPIQ-METHOD/deployment/README.md +331 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-all.yaml +14 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-fullstack.yaml +18 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-ide-minimal.yaml +10 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-no-ui.yaml +13 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/analyst.md +81 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/architect.md +84 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/bmad-master.md +108 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/bmad-orchestrator.md +234 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/dev.md +76 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/pm.md +79 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/po.md +76 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/qa.md +69 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/sm.md +62 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/ux-expert.md +66 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/architect-checklist.md +443 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/change-checklist.md +182 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/pm-checklist.md +375 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/po-master-checklist.md +441 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/story-dod-checklist.md +101 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/story-draft-checklist.md +156 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/bmad-kb.md +803 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/brainstorming-techniques.md +36 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/elicitation-methods.md +134 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/technical-preferences.md +3 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/advanced-elicitation.md +117 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/brownfield-create-epic.md +160 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/brownfield-create-story.md +147 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/correct-course.md +70 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-brownfield-story.md +304 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-deep-research-prompt.md +289 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-next-story.md +112 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/document-project.md +341 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/facilitate-brainstorming-session.md +136 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/generate-ai-frontend-prompt.md +51 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/index-docs.md +179 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/kb-mode-interaction.md +75 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/review-story.md +145 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/shard-doc.md +187 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/validate-next-story.md +134 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/architecture-tmpl.yaml +650 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brainstorming-output-tmpl.yaml +156 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brownfield-architecture-tmpl.yaml +476 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brownfield-prd-tmpl.yaml +280 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/competitor-analysis-tmpl.yaml +293 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/front-end-architecture-tmpl.yaml +206 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/front-end-spec-tmpl.yaml +349 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/fullstack-architecture-tmpl.yaml +805 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/market-research-tmpl.yaml +252 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/prd-tmpl.yaml +202 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/project-brief-tmpl.yaml +221 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/story-tmpl.yaml +137 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/user-guide.md +250 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-fullstack.yaml +297 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-service.yaml +187 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-ui.yaml +197 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-fullstack.yaml +240 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-service.yaml +206 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-ui.yaml +235 -0
- package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/working-in-the-brownfield.md +361 -0
- package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/config.yaml +1 -1
- package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/config.yaml +1 -1
- package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-infrastructure-devops/config.yaml +1 -1
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-cross-platform.yaml +22 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-flutter.yaml +20 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-minimal.yaml +13 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-react-native.yaml +20 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.md +1487 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.md +279 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.md +649 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.md +339 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.md +622 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.md +1027 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.md +1451 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/checklists/mobile-development-checklist.md +490 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/config.yaml +54 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/data/bmad-kb.md +292 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/data/flutter-development-guidelines.md +483 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/tasks/existing-app-analysis.md +645 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/tasks/platform-selection.md +489 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/templates/mobile-architecture-tmpl.yaml +437 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/templates/mobile-prd-tmpl.yaml +408 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-app-development-init.yaml +555 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-flutter.yaml +336 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-react-native.yaml +345 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-flutter.yaml +281 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-react-native.yaml +283 -0
- package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-platform-selection.yaml +404 -0
- package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/appiq.md +273 -0
- package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/claude-appiq.md +294 -0
- package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/cursor-appiq.md +516 -0
- package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/universal-appiq.md +448 -0
- package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/windsurf-appiq.md +698 -0
- package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/start.md +211 -0
- package/#Tools/APPIQ-METHOD/deployment/build-release.sh +449 -0
- package/#Tools/APPIQ-METHOD/deployment/create-release.sh +196 -0
- package/#Tools/APPIQ-METHOD/deployment/dist/appiq_installer.sh +678 -0
- package/#Tools/APPIQ-METHOD/deployment/docs/main_prd.md +36 -0
- package/#Tools/APPIQ-METHOD/deployment/init_appiq.sh +805 -0
- package/#Tools/APPIQ-METHOD/deployment/init_appiq_v2.sh +678 -0
- package/#Tools/APPIQ-METHOD/deployment/installers/appiq-global.sh +91 -0
- package/#Tools/APPIQ-METHOD/deployment/installers/claude-integration.sh +281 -0
- package/#Tools/APPIQ-METHOD/deployment/installers/cursor-integration.sh +257 -0
- package/#Tools/APPIQ-METHOD/deployment/installers/terminal-integration.sh +645 -0
- package/#Tools/APPIQ-METHOD/deployment/installers/windsurf-integration.sh +350 -0
- package/#Tools/APPIQ-METHOD/deployment/package-v2.sh +97 -0
- package/#Tools/APPIQ-METHOD/deployment/package.sh +363 -0
- package/#Tools/APPIQ-METHOD/deployment/quick-install.sh +57 -0
- package/#Tools/APPIQ-METHOD/dist/agents/analyst.txt +2882 -0
- package/#Tools/APPIQ-METHOD/dist/agents/architect.txt +3543 -0
- package/#Tools/APPIQ-METHOD/dist/agents/bmad-master.txt +8756 -0
- package/#Tools/APPIQ-METHOD/dist/agents/bmad-orchestrator.txt +1601 -0
- package/#Tools/APPIQ-METHOD/dist/agents/dev.txt +428 -0
- package/#Tools/APPIQ-METHOD/dist/agents/pm.txt +2227 -0
- package/#Tools/APPIQ-METHOD/dist/agents/po.txt +1364 -0
- package/#Tools/APPIQ-METHOD/dist/agents/qa.txt +386 -0
- package/#Tools/APPIQ-METHOD/dist/agents/sm.txt +668 -0
- package/#Tools/APPIQ-METHOD/dist/agents/ux-expert.txt +701 -0
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +2408 -0
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +1631 -0
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +822 -0
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +11100 -0
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +4047 -0
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +3744 -0
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +465 -0
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +990 -0
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +15578 -0
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +2077 -0
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.txt +1530 -0
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.txt +322 -0
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.txt +692 -0
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.txt +382 -0
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.txt +665 -0
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.txt +1070 -0
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.txt +1494 -0
- package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/teams/mobile-team-cross-platform.txt +15613 -0
- package/#Tools/APPIQ-METHOD/dist/teams/team-all.txt +11171 -0
- package/#Tools/APPIQ-METHOD/dist/teams/team-fullstack.txt +10501 -0
- package/#Tools/APPIQ-METHOD/dist/teams/team-ide-minimal.txt +3618 -0
- package/#Tools/APPIQ-METHOD/dist/teams/team-no-ui.txt +9060 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/README.md +3 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +13 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +71 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +78 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +64 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +201 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +160 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +8 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +254 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +651 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +111 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +216 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +308 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +613 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +356 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +343 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +253 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +484 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +183 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +175 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +14 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md +80 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +77 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +78 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md +65 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +396 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +203 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +201 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +132 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/config.yaml +6 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +776 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +590 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +111 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +151 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +184 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +308 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md +200 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +1030 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +356 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +705 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +256 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +484 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +183 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +175 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/README.md +147 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md +71 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/checklists/infrastructure-checklist.md +484 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/config.yaml +9 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md +308 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md +160 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md +154 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +424 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +629 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-cross-platform.yaml +22 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-flutter.yaml +20 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-minimal.yaml +13 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-react-native.yaml +20 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.md +1487 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.md +279 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.md +649 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.md +339 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.md +622 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.md +1027 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.md +1451 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/checklists/mobile-development-checklist.md +490 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/config.yaml +54 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/data/bmad-kb.md +292 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/data/flutter-development-guidelines.md +483 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/tasks/existing-app-analysis.md +645 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/tasks/platform-selection.md +489 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/templates/mobile-architecture-tmpl.yaml +437 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/templates/mobile-prd-tmpl.yaml +408 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-app-development-init.yaml +555 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-flutter.yaml +336 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-react-native.yaml +345 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-flutter.yaml +281 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-react-native.yaml +283 -0
- package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-platform-selection.yaml +404 -0
- package/#Tools/APPIQ-METHOD/package-bmad-backup.json +78 -0
- package/#Tools/APPIQ-METHOD/package.json +93 -0
- package/#Tools/APPIQ-METHOD/slash-commands/appiq.md +273 -0
- package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/claude-appiq.md +294 -0
- package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/cursor-appiq.md +516 -0
- package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/universal-appiq.md +448 -0
- package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/windsurf-appiq.md +698 -0
- package/#Tools/APPIQ-METHOD/slash-commands/start.md +211 -0
- package/#Tools/APPIQ-METHOD/tools/bmad-npx-wrapper.js +41 -0
- package/#Tools/APPIQ-METHOD/tools/builders/web-builder.js +681 -0
- package/#Tools/APPIQ-METHOD/tools/bump-all-versions.js +106 -0
- package/#Tools/APPIQ-METHOD/tools/bump-expansion-version.js +83 -0
- package/#Tools/APPIQ-METHOD/tools/cli.js +152 -0
- package/#Tools/APPIQ-METHOD/tools/installer/README.md +8 -0
- package/#Tools/APPIQ-METHOD/tools/installer/bin/bmad.js +469 -0
- package/#Tools/APPIQ-METHOD/tools/installer/config/ide-agent-config.yaml +58 -0
- package/#Tools/APPIQ-METHOD/tools/installer/config/install.config.yaml +92 -0
- package/#Tools/APPIQ-METHOD/tools/installer/lib/config-loader.js +253 -0
- package/#Tools/APPIQ-METHOD/tools/installer/lib/file-manager.js +411 -0
- package/#Tools/APPIQ-METHOD/tools/installer/lib/ide-base-setup.js +227 -0
- package/#Tools/APPIQ-METHOD/tools/installer/lib/ide-setup.js +1096 -0
- package/#Tools/APPIQ-METHOD/tools/installer/lib/installer.js +1746 -0
- package/#Tools/APPIQ-METHOD/tools/installer/lib/memory-profiler.js +224 -0
- package/#Tools/APPIQ-METHOD/tools/installer/lib/module-manager.js +110 -0
- package/#Tools/APPIQ-METHOD/tools/installer/lib/resource-locator.js +310 -0
- package/#Tools/APPIQ-METHOD/tools/installer/package.json +43 -0
- package/#Tools/APPIQ-METHOD/tools/lib/dependency-resolver.js +179 -0
- package/#Tools/APPIQ-METHOD/tools/lib/yaml-utils.js +29 -0
- package/#Tools/APPIQ-METHOD/tools/md-assets/web-agent-startup-instructions.md +39 -0
- package/#Tools/APPIQ-METHOD/tools/semantic-release-sync-installer.js +30 -0
- package/#Tools/APPIQ-METHOD/tools/sync-installer-version.js +34 -0
- package/#Tools/APPIQ-METHOD/tools/update-expansion-version.js +54 -0
- package/#Tools/APPIQ-METHOD/tools/upgraders/v3-to-v4-upgrader.js +763 -0
- package/#Tools/APPIQ-METHOD/tools/version-bump.js +79 -0
- package/#Tools/APPIQ-METHOD/tools/yaml-format.js +240 -0
- package/#Tools/SkyReels-V2/.pre-commit-config.yaml +25 -0
- package/#Tools/SkyReels-V2/LICENSE.txt +38 -0
- package/#Tools/SkyReels-V2/README.md +766 -0
- package/#Tools/SkyReels-V2/generate_video.py +161 -0
- package/#Tools/SkyReels-V2/generate_video_df.py +220 -0
- package/#Tools/SkyReels-V2/requirements.txt +16 -0
- package/#Tools/SkyReels-V2/skycaptioner_v1/README.md +278 -0
- package/#Tools/SkyReels-V2/skycaptioner_v1/examples/test.csv +5 -0
- package/#Tools/SkyReels-V2/skycaptioner_v1/examples/test_result.csv +5 -0
- package/#Tools/SkyReels-V2/skycaptioner_v1/infer_fusion_caption.sh +9 -0
- package/#Tools/SkyReels-V2/skycaptioner_v1/infer_struct_caption.sh +8 -0
- package/#Tools/SkyReels-V2/skycaptioner_v1/requirements.txt +3 -0
- package/#Tools/SkyReels-V2/skycaptioner_v1/scripts/gradio_fusion_caption.py +146 -0
- package/#Tools/SkyReels-V2/skycaptioner_v1/scripts/gradio_struct_caption.py +92 -0
- package/#Tools/SkyReels-V2/skycaptioner_v1/scripts/utils.py +19 -0
- package/#Tools/SkyReels-V2/skycaptioner_v1/scripts/vllm_fusion_caption.py +256 -0
- package/#Tools/SkyReels-V2/skycaptioner_v1/scripts/vllm_struct_caption.py +156 -0
- package/#Tools/SkyReels-V2/skyreels_v2_infer/__init__.py +1 -0
- package/#Tools/SkyReels-V2/skyreels_v2_infer/distributed/xdit_context_parallel.py +286 -0
- package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/__init__.py +69 -0
- package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/attention.py +179 -0
- package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/clip.py +525 -0
- package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/t5.py +454 -0
- package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/tokenizers.py +78 -0
- package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/transformer.py +839 -0
- package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/vae.py +639 -0
- package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/xlm_roberta.py +165 -0
- package/#Tools/SkyReels-V2/skyreels_v2_infer/pipelines/__init__.py +5 -0
- package/#Tools/SkyReels-V2/skyreels_v2_infer/pipelines/diffusion_forcing_pipeline.py +659 -0
- package/#Tools/SkyReels-V2/skyreels_v2_infer/pipelines/image2video_pipeline.py +156 -0
- package/#Tools/SkyReels-V2/skyreels_v2_infer/pipelines/prompt_enhancer.py +65 -0
- package/#Tools/SkyReels-V2/skyreels_v2_infer/pipelines/text2video_pipeline.py +110 -0
- package/#Tools/SkyReels-V2/skyreels_v2_infer/scheduler/__init__.py +0 -0
- package/#Tools/SkyReels-V2/skyreels_v2_infer/scheduler/fm_solvers_unipc.py +759 -0
- package/#Tools/SuperClaude/.claude/commands/analyze.md +36 -0
- package/#Tools/SuperClaude/.claude/commands/build.md +35 -0
- package/#Tools/SuperClaude/.claude/commands/cleanup.md +46 -0
- package/#Tools/SuperClaude/.claude/commands/deploy.md +55 -0
- package/#Tools/SuperClaude/.claude/commands/design.md +91 -0
- package/#Tools/SuperClaude/.claude/commands/dev-setup.md +37 -0
- package/#Tools/SuperClaude/.claude/commands/document.md +99 -0
- package/#Tools/SuperClaude/.claude/commands/estimate.md +69 -0
- package/#Tools/SuperClaude/.claude/commands/explain.md +85 -0
- package/#Tools/SuperClaude/.claude/commands/git.md +47 -0
- package/#Tools/SuperClaude/.claude/commands/improve.md +162 -0
- package/#Tools/SuperClaude/.claude/commands/index.md +159 -0
- package/#Tools/SuperClaude/.claude/commands/load.md +65 -0
- package/#Tools/SuperClaude/.claude/commands/migrate.md +76 -0
- package/#Tools/SuperClaude/.claude/commands/scan.md +163 -0
- package/#Tools/SuperClaude/.claude/commands/shared/ambiguity-check.yml +40 -0
- package/#Tools/SuperClaude/.claude/commands/shared/audit.yml +21 -0
- package/#Tools/SuperClaude/.claude/commands/shared/checkpoint.yml +28 -0
- package/#Tools/SuperClaude/.claude/commands/shared/cleanup-patterns.yml +107 -0
- package/#Tools/SuperClaude/.claude/commands/shared/command-memory.yml +52 -0
- package/#Tools/SuperClaude/.claude/commands/shared/command-templates.yml +167 -0
- package/#Tools/SuperClaude/.claude/commands/shared/config-validator.yml +206 -0
- package/#Tools/SuperClaude/.claude/commands/shared/constants.yml +311 -0
- package/#Tools/SuperClaude/.claude/commands/shared/documentation-dirs.yml +134 -0
- package/#Tools/SuperClaude/.claude/commands/shared/error-handling.yml +341 -0
- package/#Tools/SuperClaude/.claude/commands/shared/evidence.yml +75 -0
- package/#Tools/SuperClaude/.claude/commands/shared/execution-lifecycle.yml +277 -0
- package/#Tools/SuperClaude/.claude/commands/shared/git-operations.yml +217 -0
- package/#Tools/SuperClaude/.claude/commands/shared/git-workflow.yml +37 -0
- package/#Tools/SuperClaude/.claude/commands/shared/implementation.yml +199 -0
- package/#Tools/SuperClaude/.claude/commands/shared/loading-config.yml +73 -0
- package/#Tools/SuperClaude/.claude/commands/shared/mcp-flags.yml +109 -0
- package/#Tools/SuperClaude/.claude/commands/shared/migration-report.md +165 -0
- package/#Tools/SuperClaude/.claude/commands/shared/patterns.yml +155 -0
- package/#Tools/SuperClaude/.claude/commands/shared/performance.yml +317 -0
- package/#Tools/SuperClaude/.claude/commands/shared/planning-mode.yml +51 -0
- package/#Tools/SuperClaude/.claude/commands/shared/research-first.yml +278 -0
- package/#Tools/SuperClaude/.claude/commands/shared/session-recovery.yml +144 -0
- package/#Tools/SuperClaude/.claude/commands/shared/severity-levels.yml +252 -0
- package/#Tools/SuperClaude/.claude/commands/shared/task-system.yml +380 -0
- package/#Tools/SuperClaude/.claude/commands/shared/task-ultracompressed.yml +88 -0
- package/#Tools/SuperClaude/.claude/commands/shared/templates/feature-template.md +59 -0
- package/#Tools/SuperClaude/.claude/commands/shared/templates/task-ultracompressed.md +26 -0
- package/#Tools/SuperClaude/.claude/commands/shared/thinking-modes.yml +61 -0
- package/#Tools/SuperClaude/.claude/commands/shared/ultracompressed.yml +97 -0
- package/#Tools/SuperClaude/.claude/commands/shared/user-experience.yml +208 -0
- package/#Tools/SuperClaude/.claude/commands/shared/validation.yml +54 -0
- package/#Tools/SuperClaude/.claude/commands/shared/workflow-chains.yml +138 -0
- package/#Tools/SuperClaude/.claude/commands/spawn.md +106 -0
- package/#Tools/SuperClaude/.claude/commands/task.md +110 -0
- package/#Tools/SuperClaude/.claude/commands/test.md +67 -0
- package/#Tools/SuperClaude/.claude/commands/troubleshoot.md +93 -0
- package/#Tools/SuperClaude/.github/ISSUE_TEMPLATE/bug_report.yml +114 -0
- package/#Tools/SuperClaude/.github/ISSUE_TEMPLATE/feature_request.yml +119 -0
- package/#Tools/SuperClaude/.github/ISSUE_TEMPLATE/question.yml +87 -0
- package/#Tools/SuperClaude/.github/pull_request_template.md +62 -0
- package/#Tools/SuperClaude/CHANGELOG.md +109 -0
- package/#Tools/SuperClaude/CLAUDE.md +95 -0
- package/#Tools/SuperClaude/CODE_OF_CONDUCT.md +45 -0
- package/#Tools/SuperClaude/CONTRIBUTING.md +225 -0
- package/#Tools/SuperClaude/Commands_Cheat_Sheet.md +160 -0
- package/#Tools/SuperClaude/LICENSE +21 -0
- package/#Tools/SuperClaude/MCP.md +117 -0
- package/#Tools/SuperClaude/PERSONAS.md +115 -0
- package/#Tools/SuperClaude/README.md +249 -0
- package/#Tools/SuperClaude/RULES.md +220 -0
- package/#Tools/SuperClaude/SECURITY.md +91 -0
- package/#Tools/SuperClaude/install.sh +296 -0
- package/#Tools/claude-talk-to-figma-mcp/.github/workflows/test.yml +36 -0
- package/#Tools/claude-talk-to-figma-mcp/CHANGELOG.md +88 -0
- package/#Tools/claude-talk-to-figma-mcp/Dockerfile +16 -0
- package/#Tools/claude-talk-to-figma-mcp/LICENSE +22 -0
- package/#Tools/claude-talk-to-figma-mcp/TESTING.md +216 -0
- package/#Tools/claude-talk-to-figma-mcp/bun.lock +964 -0
- package/#Tools/claude-talk-to-figma-mcp/context/01/00-analisis.md +151 -0
- package/#Tools/claude-talk-to-figma-mcp/context/01/01-tools-refactor.md +370 -0
- package/#Tools/claude-talk-to-figma-mcp/context/01/02-tools-refactor-backlog.md +253 -0
- package/#Tools/claude-talk-to-figma-mcp/context/01/03-tools-refactor-test.md +138 -0
- package/#Tools/claude-talk-to-figma-mcp/context/01/04-tools-refactor-channel-error.md +133 -0
- package/#Tools/claude-talk-to-figma-mcp/context/01/04-tools-refactor-test-backlog.md +0 -0
- package/#Tools/claude-talk-to-figma-mcp/context/01/05-tools-refactor-four-tools-error.md +356 -0
- package/#Tools/claude-talk-to-figma-mcp/context/01/06-tools-refactor-four-tools-error-backlog.md +425 -0
- package/#Tools/claude-talk-to-figma-mcp/context/01/prompt-dev-nodejs-bun.md +105 -0
- package/#Tools/claude-talk-to-figma-mcp/context/01-prompt.md +135 -0
- package/#Tools/claude-talk-to-figma-mcp/context/02/00-analisis.md +131 -0
- package/#Tools/claude-talk-to-figma-mcp/context/02/01-plan.md +162 -0
- package/#Tools/claude-talk-to-figma-mcp/context/02/02-backlog.md +241 -0
- package/#Tools/claude-talk-to-figma-mcp/context/02-analisis.md +202 -0
- package/#Tools/claude-talk-to-figma-mcp/context/99-notas.md +139 -0
- package/#Tools/claude-talk-to-figma-mcp/context/pr-14/pr-14-analisis.md +221 -0
- package/#Tools/claude-talk-to-figma-mcp/context/pr-14/pr-14-claude-tests.md +152 -0
- package/#Tools/claude-talk-to-figma-mcp/context/pr-14/pr-14-npm-publishing.md +272 -0
- package/#Tools/claude-talk-to-figma-mcp/images/claude-talk-to-figma.png +0 -0
- package/#Tools/claude-talk-to-figma-mcp/images/mcp-figma-plugin-configuration.png +0 -0
- package/#Tools/claude-talk-to-figma-mcp/jest.config.cjs +25 -0
- package/#Tools/claude-talk-to-figma-mcp/package.json +67 -0
- package/#Tools/claude-talk-to-figma-mcp/prompts/prompt-ux-ui-especialista-es.md +82 -0
- package/#Tools/claude-talk-to-figma-mcp/prompts/prompt-ux-ui-especialista-gal.md +80 -0
- package/#Tools/claude-talk-to-figma-mcp/prompts/prompt-ux-ui-especialista-pt.md +80 -0
- package/#Tools/claude-talk-to-figma-mcp/prompts/prompt-ux-ui-specialist.md +80 -0
- package/#Tools/claude-talk-to-figma-mcp/readme.md +307 -0
- package/#Tools/claude-talk-to-figma-mcp/scripts/configure-claude.js +90 -0
- package/#Tools/claude-talk-to-figma-mcp/scripts/setup.sh +30 -0
- package/#Tools/claude-talk-to-figma-mcp/scripts/test-integration.js +339 -0
- package/#Tools/claude-talk-to-figma-mcp/smithery.yaml +26 -0
- package/#Tools/claude-talk-to-figma-mcp/src/claude_mcp_plugin/code.js +3295 -0
- package/#Tools/claude-talk-to-figma-mcp/src/claude_mcp_plugin/manifest.json +24 -0
- package/#Tools/claude-talk-to-figma-mcp/src/claude_mcp_plugin/setcharacters.js +215 -0
- package/#Tools/claude-talk-to-figma-mcp/src/claude_mcp_plugin/ui.html +656 -0
- package/#Tools/claude-talk-to-figma-mcp/src/socket.ts +349 -0
- package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/bun.lock +246 -0
- package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/config/config.ts +22 -0
- package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/package.json +31 -0
- package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/prompts/index.ts +297 -0
- package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/server.ts +62 -0
- package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tools/component-tools.ts +48 -0
- package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tools/creation-tools.ts +620 -0
- package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tools/document-tools.ts +390 -0
- package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tools/index.ts +28 -0
- package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tools/modification-tools.ts +408 -0
- package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tools/text-tools.ts +531 -0
- package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tsconfig.json +18 -0
- package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/types/color.ts +13 -0
- package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/types/index.ts +87 -0
- package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/utils/defaults.ts +23 -0
- package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/utils/figma-helpers.ts +142 -0
- package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/utils/logger.ts +8 -0
- package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/utils/websocket.ts +258 -0
- package/#Tools/claude-talk-to-figma-mcp/tests/fixtures/test-data.ts +32 -0
- package/#Tools/claude-talk-to-figma-mcp/tests/integration/set-fill-color.test.ts +309 -0
- package/#Tools/claude-talk-to-figma-mcp/tests/integration/set-stroke-color.test.ts +387 -0
- package/#Tools/claude-talk-to-figma-mcp/tests/setup.ts +7 -0
- package/#Tools/claude-talk-to-figma-mcp/tests/unit/utils/defaults.test.ts +131 -0
- package/#Tools/claude-talk-to-figma-mcp/tsconfig.json +17 -0
- package/#Tools/claude-talk-to-figma-mcp/tsup.config.ts +14 -0
- package/#Tools/jwt creator/AuthKey_MZ7UQGFV2Q.p8 +6 -0
- package/#Tools/jwt creator/generate_apple_jwt.js +18 -0
- package/#Tools/jwt creator/node_modules/.package-lock.json +145 -0
- package/#Tools/jwt creator/node_modules/buffer-equal-constant-time/.travis.yml +4 -0
- package/#Tools/jwt creator/node_modules/buffer-equal-constant-time/LICENSE.txt +12 -0
- package/#Tools/jwt creator/node_modules/buffer-equal-constant-time/README.md +50 -0
- package/#Tools/jwt creator/node_modules/buffer-equal-constant-time/index.js +41 -0
- package/#Tools/jwt creator/node_modules/buffer-equal-constant-time/package.json +21 -0
- package/#Tools/jwt creator/node_modules/buffer-equal-constant-time/test.js +42 -0
- package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/CODEOWNERS +1 -0
- package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/LICENSE +201 -0
- package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/README.md +65 -0
- package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/package.json +46 -0
- package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +17 -0
- package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +187 -0
- package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +23 -0
- package/#Tools/jwt creator/node_modules/jsonwebtoken/LICENSE +21 -0
- package/#Tools/jwt creator/node_modules/jsonwebtoken/README.md +396 -0
- package/#Tools/jwt creator/node_modules/jsonwebtoken/decode.js +30 -0
- package/#Tools/jwt creator/node_modules/jsonwebtoken/index.js +8 -0
- package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/JsonWebTokenError.js +14 -0
- package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/NotBeforeError.js +13 -0
- package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/TokenExpiredError.js +13 -0
- package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +3 -0
- package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/psSupported.js +3 -0
- package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +3 -0
- package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/timespan.js +18 -0
- package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +66 -0
- package/#Tools/jwt creator/node_modules/jsonwebtoken/package.json +71 -0
- package/#Tools/jwt creator/node_modules/jsonwebtoken/sign.js +253 -0
- package/#Tools/jwt creator/node_modules/jsonwebtoken/verify.js +263 -0
- package/#Tools/jwt creator/node_modules/jwa/LICENSE +17 -0
- package/#Tools/jwt creator/node_modules/jwa/README.md +150 -0
- package/#Tools/jwt creator/node_modules/jwa/index.js +266 -0
- package/#Tools/jwt creator/node_modules/jwa/package.json +37 -0
- package/#Tools/jwt creator/node_modules/jws/CHANGELOG.md +34 -0
- package/#Tools/jwt creator/node_modules/jws/LICENSE +17 -0
- package/#Tools/jwt creator/node_modules/jws/index.js +22 -0
- package/#Tools/jwt creator/node_modules/jws/lib/data-stream.js +55 -0
- package/#Tools/jwt creator/node_modules/jws/lib/sign-stream.js +78 -0
- package/#Tools/jwt creator/node_modules/jws/lib/tostring.js +10 -0
- package/#Tools/jwt creator/node_modules/jws/lib/verify-stream.js +120 -0
- package/#Tools/jwt creator/node_modules/jws/package.json +34 -0
- package/#Tools/jwt creator/node_modules/jws/readme.md +255 -0
- package/#Tools/jwt creator/node_modules/lodash.includes/LICENSE +47 -0
- package/#Tools/jwt creator/node_modules/lodash.includes/README.md +18 -0
- package/#Tools/jwt creator/node_modules/lodash.includes/index.js +745 -0
- package/#Tools/jwt creator/node_modules/lodash.includes/package.json +17 -0
- package/#Tools/jwt creator/node_modules/lodash.isboolean/LICENSE +22 -0
- package/#Tools/jwt creator/node_modules/lodash.isboolean/README.md +18 -0
- package/#Tools/jwt creator/node_modules/lodash.isboolean/index.js +70 -0
- package/#Tools/jwt creator/node_modules/lodash.isboolean/package.json +17 -0
- package/#Tools/jwt creator/node_modules/lodash.isinteger/LICENSE +47 -0
- package/#Tools/jwt creator/node_modules/lodash.isinteger/README.md +18 -0
- package/#Tools/jwt creator/node_modules/lodash.isinteger/index.js +265 -0
- package/#Tools/jwt creator/node_modules/lodash.isinteger/package.json +17 -0
- package/#Tools/jwt creator/node_modules/lodash.isnumber/LICENSE +22 -0
- package/#Tools/jwt creator/node_modules/lodash.isnumber/README.md +18 -0
- package/#Tools/jwt creator/node_modules/lodash.isnumber/index.js +79 -0
- package/#Tools/jwt creator/node_modules/lodash.isnumber/package.json +17 -0
- package/#Tools/jwt creator/node_modules/lodash.isplainobject/LICENSE +47 -0
- package/#Tools/jwt creator/node_modules/lodash.isplainobject/README.md +18 -0
- package/#Tools/jwt creator/node_modules/lodash.isplainobject/index.js +139 -0
- package/#Tools/jwt creator/node_modules/lodash.isplainobject/package.json +17 -0
- package/#Tools/jwt creator/node_modules/lodash.isstring/LICENSE +22 -0
- package/#Tools/jwt creator/node_modules/lodash.isstring/README.md +18 -0
- package/#Tools/jwt creator/node_modules/lodash.isstring/index.js +95 -0
- package/#Tools/jwt creator/node_modules/lodash.isstring/package.json +17 -0
- package/#Tools/jwt creator/node_modules/lodash.once/LICENSE +47 -0
- package/#Tools/jwt creator/node_modules/lodash.once/README.md +18 -0
- package/#Tools/jwt creator/node_modules/lodash.once/index.js +294 -0
- package/#Tools/jwt creator/node_modules/lodash.once/package.json +17 -0
- package/#Tools/jwt creator/node_modules/ms/index.js +162 -0
- package/#Tools/jwt creator/node_modules/ms/license.md +21 -0
- package/#Tools/jwt creator/node_modules/ms/package.json +38 -0
- package/#Tools/jwt creator/node_modules/ms/readme.md +59 -0
- package/#Tools/jwt creator/node_modules/safe-buffer/LICENSE +21 -0
- package/#Tools/jwt creator/node_modules/safe-buffer/README.md +584 -0
- package/#Tools/jwt creator/node_modules/safe-buffer/index.d.ts +187 -0
- package/#Tools/jwt creator/node_modules/safe-buffer/index.js +65 -0
- package/#Tools/jwt creator/node_modules/safe-buffer/package.json +51 -0
- package/#Tools/jwt creator/node_modules/semver/LICENSE +15 -0
- package/#Tools/jwt creator/node_modules/semver/README.md +664 -0
- package/#Tools/jwt creator/node_modules/semver/bin/semver.js +191 -0
- package/#Tools/jwt creator/node_modules/semver/classes/comparator.js +143 -0
- package/#Tools/jwt creator/node_modules/semver/classes/index.js +7 -0
- package/#Tools/jwt creator/node_modules/semver/classes/range.js +556 -0
- package/#Tools/jwt creator/node_modules/semver/classes/semver.js +319 -0
- package/#Tools/jwt creator/node_modules/semver/functions/clean.js +8 -0
- package/#Tools/jwt creator/node_modules/semver/functions/cmp.js +54 -0
- package/#Tools/jwt creator/node_modules/semver/functions/coerce.js +62 -0
- package/#Tools/jwt creator/node_modules/semver/functions/compare-build.js +9 -0
- package/#Tools/jwt creator/node_modules/semver/functions/compare-loose.js +5 -0
- package/#Tools/jwt creator/node_modules/semver/functions/compare.js +7 -0
- package/#Tools/jwt creator/node_modules/semver/functions/diff.js +60 -0
- package/#Tools/jwt creator/node_modules/semver/functions/eq.js +5 -0
- package/#Tools/jwt creator/node_modules/semver/functions/gt.js +5 -0
- package/#Tools/jwt creator/node_modules/semver/functions/gte.js +5 -0
- package/#Tools/jwt creator/node_modules/semver/functions/inc.js +21 -0
- package/#Tools/jwt creator/node_modules/semver/functions/lt.js +5 -0
- package/#Tools/jwt creator/node_modules/semver/functions/lte.js +5 -0
- package/#Tools/jwt creator/node_modules/semver/functions/major.js +5 -0
- package/#Tools/jwt creator/node_modules/semver/functions/minor.js +5 -0
- package/#Tools/jwt creator/node_modules/semver/functions/neq.js +5 -0
- package/#Tools/jwt creator/node_modules/semver/functions/parse.js +18 -0
- package/#Tools/jwt creator/node_modules/semver/functions/patch.js +5 -0
- package/#Tools/jwt creator/node_modules/semver/functions/prerelease.js +8 -0
- package/#Tools/jwt creator/node_modules/semver/functions/rcompare.js +5 -0
- package/#Tools/jwt creator/node_modules/semver/functions/rsort.js +5 -0
- package/#Tools/jwt creator/node_modules/semver/functions/satisfies.js +12 -0
- package/#Tools/jwt creator/node_modules/semver/functions/sort.js +5 -0
- package/#Tools/jwt creator/node_modules/semver/functions/valid.js +8 -0
- package/#Tools/jwt creator/node_modules/semver/index.js +91 -0
- package/#Tools/jwt creator/node_modules/semver/internal/constants.js +37 -0
- package/#Tools/jwt creator/node_modules/semver/internal/debug.js +11 -0
- package/#Tools/jwt creator/node_modules/semver/internal/identifiers.js +25 -0
- package/#Tools/jwt creator/node_modules/semver/internal/lrucache.js +42 -0
- package/#Tools/jwt creator/node_modules/semver/internal/parse-options.js +17 -0
- package/#Tools/jwt creator/node_modules/semver/internal/re.js +223 -0
- package/#Tools/jwt creator/node_modules/semver/package.json +78 -0
- package/#Tools/jwt creator/node_modules/semver/preload.js +4 -0
- package/#Tools/jwt creator/node_modules/semver/range.bnf +16 -0
- package/#Tools/jwt creator/node_modules/semver/ranges/gtr.js +6 -0
- package/#Tools/jwt creator/node_modules/semver/ranges/intersects.js +9 -0
- package/#Tools/jwt creator/node_modules/semver/ranges/ltr.js +6 -0
- package/#Tools/jwt creator/node_modules/semver/ranges/max-satisfying.js +27 -0
- package/#Tools/jwt creator/node_modules/semver/ranges/min-satisfying.js +26 -0
- package/#Tools/jwt creator/node_modules/semver/ranges/min-version.js +63 -0
- package/#Tools/jwt creator/node_modules/semver/ranges/outside.js +82 -0
- package/#Tools/jwt creator/node_modules/semver/ranges/simplify.js +49 -0
- package/#Tools/jwt creator/node_modules/semver/ranges/subset.js +249 -0
- package/#Tools/jwt creator/node_modules/semver/ranges/to-comparators.js +10 -0
- package/#Tools/jwt creator/node_modules/semver/ranges/valid.js +13 -0
- package/#Tools/jwt creator/package-lock.json +150 -0
- package/#Tools/jwt creator/package.json +5 -0
- package/#Tools/package.json +94 -0
- package/SuperClaude/.claude/commands/analyze.md +36 -0
- package/SuperClaude/.claude/commands/build.md +35 -0
- package/SuperClaude/.claude/commands/cleanup.md +46 -0
- package/SuperClaude/.claude/commands/deploy.md +55 -0
- package/SuperClaude/.claude/commands/design.md +91 -0
- package/SuperClaude/.claude/commands/dev-setup.md +37 -0
- package/SuperClaude/.claude/commands/document.md +99 -0
- package/SuperClaude/.claude/commands/estimate.md +69 -0
- package/SuperClaude/.claude/commands/explain.md +85 -0
- package/SuperClaude/.claude/commands/git.md +47 -0
- package/SuperClaude/.claude/commands/improve.md +162 -0
- package/SuperClaude/.claude/commands/index.md +159 -0
- package/SuperClaude/.claude/commands/load.md +65 -0
- package/SuperClaude/.claude/commands/migrate.md +76 -0
- package/SuperClaude/.claude/commands/scan.md +163 -0
- package/SuperClaude/.claude/commands/shared/ambiguity-check.yml +40 -0
- package/SuperClaude/.claude/commands/shared/audit.yml +21 -0
- package/SuperClaude/.claude/commands/shared/checkpoint.yml +28 -0
- package/SuperClaude/.claude/commands/shared/cleanup-patterns.yml +107 -0
- package/SuperClaude/.claude/commands/shared/command-memory.yml +52 -0
- package/SuperClaude/.claude/commands/shared/command-templates.yml +167 -0
- package/SuperClaude/.claude/commands/shared/config-validator.yml +206 -0
- package/SuperClaude/.claude/commands/shared/constants.yml +311 -0
- package/SuperClaude/.claude/commands/shared/documentation-dirs.yml +134 -0
- package/SuperClaude/.claude/commands/shared/error-handling.yml +341 -0
- package/SuperClaude/.claude/commands/shared/evidence.yml +75 -0
- package/SuperClaude/.claude/commands/shared/execution-lifecycle.yml +277 -0
- package/SuperClaude/.claude/commands/shared/git-operations.yml +217 -0
- package/SuperClaude/.claude/commands/shared/git-workflow.yml +37 -0
- package/SuperClaude/.claude/commands/shared/implementation.yml +199 -0
- package/SuperClaude/.claude/commands/shared/loading-config.yml +73 -0
- package/SuperClaude/.claude/commands/shared/mcp-flags.yml +109 -0
- package/SuperClaude/.claude/commands/shared/migration-report.md +165 -0
- package/SuperClaude/.claude/commands/shared/patterns.yml +155 -0
- package/SuperClaude/.claude/commands/shared/performance.yml +317 -0
- package/SuperClaude/.claude/commands/shared/planning-mode.yml +51 -0
- package/SuperClaude/.claude/commands/shared/research-first.yml +278 -0
- package/SuperClaude/.claude/commands/shared/session-recovery.yml +144 -0
- package/SuperClaude/.claude/commands/shared/severity-levels.yml +252 -0
- package/SuperClaude/.claude/commands/shared/task-system.yml +380 -0
- package/SuperClaude/.claude/commands/shared/task-ultracompressed.yml +88 -0
- package/SuperClaude/.claude/commands/shared/templates/feature-template.md +59 -0
- package/SuperClaude/.claude/commands/shared/templates/task-ultracompressed.md +26 -0
- package/SuperClaude/.claude/commands/shared/thinking-modes.yml +61 -0
- package/SuperClaude/.claude/commands/shared/ultracompressed.yml +97 -0
- package/SuperClaude/.claude/commands/shared/user-experience.yml +208 -0
- package/SuperClaude/.claude/commands/shared/validation.yml +54 -0
- package/SuperClaude/.claude/commands/shared/workflow-chains.yml +138 -0
- package/SuperClaude/.claude/commands/spawn.md +106 -0
- package/SuperClaude/.claude/commands/task.md +110 -0
- package/SuperClaude/.claude/commands/test.md +67 -0
- package/SuperClaude/.claude/commands/troubleshoot.md +93 -0
- package/SuperClaude/.github/ISSUE_TEMPLATE/bug_report.yml +114 -0
- package/SuperClaude/.github/ISSUE_TEMPLATE/feature_request.yml +119 -0
- package/SuperClaude/.github/ISSUE_TEMPLATE/question.yml +87 -0
- package/SuperClaude/.github/pull_request_template.md +62 -0
- package/SuperClaude/CHANGELOG.md +109 -0
- package/SuperClaude/CLAUDE.md +95 -0
- package/SuperClaude/CODE_OF_CONDUCT.md +45 -0
- package/SuperClaude/CONTRIBUTING.md +225 -0
- package/SuperClaude/Commands_Cheat_Sheet.md +160 -0
- package/SuperClaude/LICENSE +21 -0
- package/SuperClaude/MCP.md +117 -0
- package/SuperClaude/PERSONAS.md +115 -0
- package/SuperClaude/README.md +249 -0
- package/SuperClaude/RULES.md +220 -0
- package/SuperClaude/SECURITY.md +91 -0
- package/SuperClaude/install.sh +296 -0
- package/appiq-mcp installer/How-to.md +250 -0
- package/appiq-mcp installer/LICENSE +21 -0
- package/appiq-mcp installer/README.md +235 -0
- package/appiq-mcp installer/index.js +672 -0
- package/appiq-mcp installer/my_mcps.md +105 -0
- package/appiq-mcp installer/package-lock.json +708 -0
- package/appiq-mcp installer/package.json +46 -0
- package/appiq-mcp installer/test-install.bat +60 -0
- package/appiq-mcp installer/test-install.sh +55 -0
- package/appiq-mcp installer/test-load.js +40 -0
- package/dist/agents/bmad-orchestrator.txt +111 -0
- package/dist/agents/pm.txt +0 -2
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +111 -0
- package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +111 -0
- package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.txt +1530 -0
- package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.txt +322 -0
- package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.txt +692 -0
- package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.txt +382 -0
- package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.txt +665 -0
- package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.txt +1070 -0
- package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.txt +1494 -0
- package/dist/expansion-packs/bmad-mobile-app-dev/teams/mobile-team-cross-platform.txt +15613 -0
- package/dist/teams/team-all.txt +111 -2
- package/dist/teams/team-fullstack.txt +111 -2
- package/dist/teams/team-ide-minimal.txt +111 -0
- package/dist/teams/team-no-ui.txt +111 -2
- package/flutter/CLAUDE.md +58 -0
- package/flutter/punkt.claude/New Folder With Items/channel.md +221 -0
- package/flutter/punkt.claude/New Folder With Items/commands/add-translations.md +12 -0
- package/flutter/punkt.claude/New Folder With Items/commands/create-feature.md +168 -0
- package/flutter/punkt.claude/New Folder With Items/commands/explain-codebase.md +1 -0
- package/flutter/punkt.claude/New Folder With Items/commands/feature-business-logic.md +551 -0
- package/flutter/punkt.claude/New Folder With Items/commands/feature-data-layer.md +924 -0
- package/flutter/punkt.claude/New Folder With Items/commands/feature-domain-layer.md +540 -0
- package/flutter/punkt.claude/New Folder With Items/commands/feature-integration.md +493 -0
- package/flutter/punkt.claude/New Folder With Items/commands/feature-localization.md +427 -0
- package/flutter/punkt.claude/New Folder With Items/commands/feature-ui-layer.md +300 -0
- package/flutter/punkt.claude/New Folder With Items/commands/git-commit.md +3 -0
- package/flutter/punkt.claude/New Folder With Items/commands/search-web.md +1 -0
- package/flutter/punkt.claude/punkt.claude/channel.md +225 -0
- package/flutter/punkt.claude/punkt.claude/commands/add-translations.md +60 -0
- package/flutter/punkt.claude/punkt.claude/commands/bug-fix.md +32 -0
- package/flutter/punkt.claude/punkt.claude/commands/checkdev.md +122 -0
- package/flutter/punkt.claude/punkt.claude/commands/create-feature.md +174 -0
- package/flutter/punkt.claude/punkt.claude/commands/dev.md +79 -0
- package/flutter/punkt.claude/punkt.claude/commands/explain-codebase.md +1 -0
- package/flutter/punkt.claude/punkt.claude/commands/feature-business-logic.md +430 -0
- package/flutter/punkt.claude/punkt.claude/commands/feature-data-layer.md +572 -0
- package/flutter/punkt.claude/punkt.claude/commands/feature-domain-layer.md +537 -0
- package/flutter/punkt.claude/punkt.claude/commands/feature-integration.md +493 -0
- package/flutter/punkt.claude/punkt.claude/commands/feature-localization.md +427 -0
- package/flutter/punkt.claude/punkt.claude/commands/feature-ui-layer.md +831 -0
- package/flutter/punkt.claude/punkt.claude/commands/git-commit.md +3 -0
- package/flutter/punkt.claude/punkt.claude/commands/manage-translations.md +433 -0
- package/flutter/punkt.claude/punkt.claude/commands/search-web.md +1 -0
- package/flutter/punkt.claude/punkt.claude/developer_check.md +121 -0
- package/package.json +71 -18
- package/tools/bmad-npx-wrapper.js +7 -5
- package/tools/installer/bin/bmad.js +0 -14
- package/tools/installer/lib/installer.js +2 -28
- package/tools/installer/package-lock.json +89 -89
- package/tools/installer/package.json +1 -1
- package/web/CLAUDE.md +58 -0
- package/.bmad-config.json +0 -13
- package/.cursor/commands/analyze.md +0 -27
- package/.cursor/commands/appiq.md +0 -27
- package/.cursor/commands/help.md +0 -27
- package/.cursor/commands/story.md +0 -27
- package/DEVELOPMENT_GUIDE.md +0 -855
- package/NPM-README.md +0 -138
- package/README.md +0 -255
- package/SMART_WORKFLOW_GUIDE.md +0 -401
- package/activate-appiq.js +0 -81
- package/appiq-solution/README.md +0 -226
- package/bmad-core/agents/bmad-smart-launcher.md +0 -170
- package/bmad-core/checklists/security-validation-checklist.md +0 -332
- package/bmad-core/data/backend-services-integration.md +0 -686
- package/bmad-core/data/shadcn-ui-integration.md +0 -388
- package/bmad-core/data/technical-preferences.md +0 -149
- package/bmad-core/enhanced-ide-development-workflow.md +0 -43
- package/bmad-core/tasks/intelligent-epic-creation.md +0 -234
- package/bmad-core/tasks/smart-project-analysis.md +0 -289
- package/commands/README.md +0 -28
- package/commands/analyze.md +0 -27
- package/commands/appiq.md +0 -27
- package/commands/help.md +0 -27
- package/commands/story.md +0 -27
- package/expansion-packs/bmad-flutter-mobile-dev/agent-teams/flutter-mobile-team.yaml +0 -23
- package/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-cubit-agent.md +0 -133
- package/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-data-agent.md +0 -160
- package/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-domain-agent.md +0 -153
- package/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-ui-agent.md +0 -122
- package/expansion-packs/bmad-flutter-mobile-dev/agents/shared-components-agent.md +0 -161
- package/expansion-packs/bmad-flutter-mobile-dev/checklists/flutter-story-dod-checklist.md +0 -194
- package/expansion-packs/bmad-flutter-mobile-dev/config.yaml +0 -41
- package/expansion-packs/bmad-flutter-mobile-dev/data/flutter-development-guidelines.md +0 -551
- package/expansion-packs/bmad-flutter-mobile-dev/templates/flutter-mobile-architecture-tmpl.yaml +0 -530
- package/expansion-packs/bmad-flutter-mobile-dev/workflows/flutter-ui-first-development.yaml +0 -220
- package/install-appiq.sh +0 -41
- package/tasks/todo.md +0 -275
- package/tools/appiq-installer.js +0 -2621
- package/tools/epic-solution-installer.js +0 -538
- package/tools/flattener/main.js +0 -570
- package/tools/setup-ide-commands.js +0 -345
- package/tools/smart-installer.js +0 -589
- /package/{.github → #Tools/APPIQ-METHOD/.github}/FUNDING.yaml +0 -0
- /package/{.github → #Tools/APPIQ-METHOD/.github}/ISSUE_TEMPLATE/bug_report.md +0 -0
- /package/{.github → #Tools/APPIQ-METHOD/.github}/ISSUE_TEMPLATE/feature_request.md +0 -0
- /package/{.github → #Tools/APPIQ-METHOD/.github}/workflows/release.yaml +0 -0
- /package/{.releaserc.json → #Tools/APPIQ-METHOD/.releaserc.json} +0 -0
- /package/{.vscode → #Tools/APPIQ-METHOD/.vscode}/settings.json +0 -0
- /package/{CONTRIBUTING.md → #Tools/APPIQ-METHOD/CONTRIBUTING.md} +0 -0
- /package/{LICENSE → #Tools/APPIQ-METHOD/LICENSE} +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agent-teams/team-all.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agent-teams/team-fullstack.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agent-teams/team-ide-minimal.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agent-teams/team-no-ui.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/analyst.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/bmad-master.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/po.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/sm.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/ux-expert.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/checklists/architect-checklist.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/checklists/change-checklist.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/checklists/pm-checklist.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/checklists/po-master-checklist.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/checklists/story-dod-checklist.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/checklists/story-draft-checklist.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/core-config.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/data/bmad-kb.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/data/brainstorming-techniques.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/data/elicitation-methods.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/advanced-elicitation.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/brownfield-create-epic.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/brownfield-create-story.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/correct-course.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/create-brownfield-story.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/create-deep-research-prompt.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/create-next-story.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/document-project.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/facilitate-brainstorming-session.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/generate-ai-frontend-prompt.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/index-docs.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/kb-mode-interaction.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/review-story.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/shard-doc.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/validate-next-story.md +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/architecture-tmpl.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/brainstorming-output-tmpl.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/brownfield-architecture-tmpl.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/brownfield-prd-tmpl.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/competitor-analysis-tmpl.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/front-end-architecture-tmpl.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/front-end-spec-tmpl.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/market-research-tmpl.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/prd-tmpl.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/project-brief-tmpl.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/story-tmpl.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/workflows/brownfield-fullstack.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/workflows/brownfield-service.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/workflows/brownfield-ui.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/workflows/greenfield-fullstack.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/workflows/greenfield-service.yaml +0 -0
- /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/workflows/greenfield-ui.yaml +0 -0
- /package/{common → #Tools/APPIQ-METHOD/common}/tasks/create-doc.md +0 -0
- /package/{common → #Tools/APPIQ-METHOD/common}/tasks/execute-checklist.md +0 -0
- /package/{common → #Tools/APPIQ-METHOD/common}/utils/bmad-doc-template.md +0 -0
- /package/{common → #Tools/APPIQ-METHOD/common}/utils/workflow-management.md +0 -0
- /package/{bmad-core/core-config.yaml.bak → #Tools/APPIQ-METHOD/deployment/build/bmad-core/core-config.yaml} +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/README.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/agents/game-designer.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/agents/game-developer.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/agents/game-sm.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/data/bmad-kb.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/data/development-guidelines.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/tasks/create-game-story.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/agents/game-architect.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/agents/game-designer.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/agents/game-developer.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/agents/game-sm.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/data/bmad-kb.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/data/development-guidelines.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/tasks/correct-course-game.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/tasks/create-game-story.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/tasks/validate-game-story.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-infrastructure-devops/README.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-infrastructure-devops/agents/infra-devops-platform.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-infrastructure-devops/checklists/infrastructure-checklist.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-infrastructure-devops/data/bmad-kb.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-infrastructure-devops/tasks/review-infrastructure.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-infrastructure-devops/tasks/validate-infrastructure.md +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +0 -0
- /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +0 -0
- /package/{docs → #Tools/APPIQ-METHOD/docs}/GUIDING-PRINCIPLES.md +0 -0
- /package/{docs → #Tools/APPIQ-METHOD/docs}/core-architecture.md +0 -0
- /package/{docs → #Tools/APPIQ-METHOD/docs}/expansion-packs.md +0 -0
- /package/{docs → #Tools/APPIQ-METHOD/docs}/how-to-contribute-with-pull-requests.md +0 -0
- /package/{docs → #Tools/APPIQ-METHOD/docs}/versioning-and-releases.md +0 -0
- /package/{docs → #Tools/APPIQ-METHOD/docs}/versions.md +0 -0
- /package/{bmad-core/bmad-core/user-guide.md → #Tools/SkyReels-V2/skyreels_v2_infer/distributed/__init__.py} +0 -0
@@ -1,170 +0,0 @@
|
|
1
|
-
# bmad-smart-launcher
|
2
|
-
|
3
|
-
ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
|
4
|
-
|
5
|
-
CRITICAL: Read the full YAML BLOCK that FOLLOWS IN THIS FILE to understand your operating params, start and follow exactly your activation-instructions to alter your state of being, stay in this being until told to exit this mode:
|
6
|
-
|
7
|
-
## COMPLETE AGENT DEFINITION FOLLOWS - NO EXTERNAL FILES NEEDED
|
8
|
-
|
9
|
-
```yaml
|
10
|
-
IDE-FILE-RESOLUTION:
|
11
|
-
- FOR LATER USE ONLY - NOT FOR ACTIVATION, when executing commands that reference dependencies
|
12
|
-
- Dependencies map to {root}/{type}/{name}
|
13
|
-
- type=folder (tasks|templates|checklists|data|utils|etc...), name=file-name
|
14
|
-
- Example: create-doc.md → {root}/tasks/create-doc.md
|
15
|
-
- IMPORTANT: Only load these files when user requests specific command execution
|
16
|
-
|
17
|
-
REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly, ALWAYS ask for clarification if no clear match.
|
18
|
-
|
19
|
-
activation-instructions:
|
20
|
-
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
|
21
|
-
- STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below
|
22
|
-
- STEP 3: Greet user with your name/role and mention available commands
|
23
|
-
- DO NOT: Load any other agent files during activation
|
24
|
-
- ONLY load dependency files when user selects them for execution via command or request of a task
|
25
|
-
- The agent.customization field ALWAYS takes precedence over any conflicting instructions
|
26
|
-
- CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
|
27
|
-
- MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
|
28
|
-
- CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
|
29
|
-
- When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
|
30
|
-
- STAY IN CHARACTER!
|
31
|
-
- CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
|
32
|
-
|
33
|
-
agent:
|
34
|
-
name: AppIQ
|
35
|
-
id: appiq-smart-launcher
|
36
|
-
title: APPIQ Smart Project Launcher
|
37
|
-
icon: 🚀
|
38
|
-
whenToUse: Use to intelligently launch APPIQ projects with automatic tech stack detection and workflow guidance
|
39
|
-
customization: null
|
40
|
-
|
41
|
-
persona:
|
42
|
-
role: Intelligent Project Launcher & Workflow Guide
|
43
|
-
style: Friendly, intelligent, efficient, guidance-focused
|
44
|
-
identity: Smart launcher that automatically detects project context and guides users through the optimal APPIQ workflow
|
45
|
-
focus: Simplifying project setup and providing intelligent workflow guidance based on project context
|
46
|
-
|
47
|
-
core_principles:
|
48
|
-
- Intelligence First - Automatically detect project type, tech stack, and context
|
49
|
-
- Simplicity Focus - Reduce complex workflows to simple, guided interactions
|
50
|
-
- Context Awareness - Understand existing projects vs greenfield scenarios
|
51
|
-
- User Guidance - Provide clear, step-by-step guidance throughout the process
|
52
|
-
- Framework Agnostic - Support all frameworks (Web, Mobile, Backend)
|
53
|
-
- Smart Defaults - Provide intelligent defaults based on detected context
|
54
|
-
- Progressive Disclosure - Only ask for information when needed
|
55
|
-
- Error Prevention - Validate inputs and prevent common mistakes
|
56
|
-
|
57
|
-
# All commands require / prefix when used (e.g., /appiq)
|
58
|
-
commands:
|
59
|
-
- appiq: Launch intelligent project workflow with automatic tech stack detection and guidance
|
60
|
-
- story: Create a new story with context-aware template selection
|
61
|
-
- analyze: Analyze current project structure and recommend optimal workflow
|
62
|
-
- setup: Set up BMAD in current project with intelligent configuration
|
63
|
-
- help: Show all available commands with examples
|
64
|
-
- status: Show current project status and next recommended actions
|
65
|
-
|
66
|
-
workflow_intelligence:
|
67
|
-
project_detection:
|
68
|
-
- Analyze package.json, pubspec.yaml, requirements.txt for tech stack
|
69
|
-
- Detect framework patterns (React, Vue, Angular, Flutter, etc.)
|
70
|
-
- Identify backend services (Firebase, Supabase, traditional)
|
71
|
-
- Determine project structure (monorepo, separate repos, etc.)
|
72
|
-
- Check for existing BMAD installation and configuration
|
73
|
-
|
74
|
-
context_analysis:
|
75
|
-
- Greenfield vs Brownfield project detection
|
76
|
-
- Existing documentation analysis (PRD, architecture, etc.)
|
77
|
-
- Current development phase identification
|
78
|
-
- Team structure and workflow preferences
|
79
|
-
- Integration requirements assessment
|
80
|
-
|
81
|
-
smart_workflows:
|
82
|
-
appiq_launcher:
|
83
|
-
- Auto-detect project type and tech stack
|
84
|
-
- Guide through PRD creation or validation
|
85
|
-
- Launch appropriate architecture agent
|
86
|
-
- Set up optimal agent team configuration
|
87
|
-
- Initialize development workflow
|
88
|
-
|
89
|
-
story_creator:
|
90
|
-
- Context-aware story template selection
|
91
|
-
- Automatic task breakdown based on tech stack
|
92
|
-
- Integration with existing epics and architecture
|
93
|
-
- Smart dependency detection and ordering
|
94
|
-
|
95
|
-
project_analyzer:
|
96
|
-
- Comprehensive project structure analysis
|
97
|
-
- Tech stack compatibility assessment
|
98
|
-
- Workflow optimization recommendations
|
99
|
-
- Missing component identification
|
100
|
-
|
101
|
-
dependencies:
|
102
|
-
tasks:
|
103
|
-
- smart-project-analysis.md
|
104
|
-
- intelligent-epic-creation.md
|
105
|
-
- context-aware-story-creation.md
|
106
|
-
- auto-tech-stack-detection.md
|
107
|
-
data:
|
108
|
-
- technical-preferences.md
|
109
|
-
- flutter-development-guidelines.md
|
110
|
-
- shadcn-ui-integration.md
|
111
|
-
- backend-services-integration.md
|
112
|
-
templates:
|
113
|
-
- smart-prd-tmpl.yaml
|
114
|
-
- context-aware-story-tmpl.yaml
|
115
|
-
- auto-architecture-tmpl.yaml
|
116
|
-
checklists:
|
117
|
-
- smart-project-setup-checklist.md
|
118
|
-
agents:
|
119
|
-
- analyst.md
|
120
|
-
- pm.md
|
121
|
-
- architect.md
|
122
|
-
- po.md
|
123
|
-
- sm.md
|
124
|
-
- dev.md
|
125
|
-
- qa.md
|
126
|
-
- flutter-ui-agent.md
|
127
|
-
- flutter-cubit-agent.md
|
128
|
-
- flutter-domain-agent.md
|
129
|
-
- flutter-data-agent.md
|
130
|
-
- shared-components-agent.md
|
131
|
-
|
132
|
-
integration_patterns:
|
133
|
-
cursor_integration:
|
134
|
-
- Slash command support (/appiq, /story, etc.)
|
135
|
-
- Context-aware suggestions
|
136
|
-
- File-based workflow management
|
137
|
-
- Intelligent agent handoffs
|
138
|
-
|
139
|
-
claude_integration:
|
140
|
-
- Natural language workflow initiation
|
141
|
-
- Context preservation across sessions
|
142
|
-
- Smart project memory
|
143
|
-
- Collaborative development guidance
|
144
|
-
|
145
|
-
mcp_integration:
|
146
|
-
- @21st-dev/magic for shadcn/ui components
|
147
|
-
- Supabase MCP for backend integration
|
148
|
-
- Firebase MCP for Firebase services
|
149
|
-
- Sequential thinking for complex analysis
|
150
|
-
- Dart MCP for Flutter development
|
151
|
-
|
152
|
-
user_experience:
|
153
|
-
onboarding:
|
154
|
-
- Zero-configuration startup
|
155
|
-
- Intelligent project detection
|
156
|
-
- Guided workflow selection
|
157
|
-
- Smart defaults with override options
|
158
|
-
|
159
|
-
interaction:
|
160
|
-
- Natural language commands
|
161
|
-
- Progressive disclosure of options
|
162
|
-
- Context-aware suggestions
|
163
|
-
- Error prevention and recovery
|
164
|
-
|
165
|
-
efficiency:
|
166
|
-
- One-command project launch
|
167
|
-
- Automatic configuration
|
168
|
-
- Smart agent orchestration
|
169
|
-
- Minimal user input required
|
170
|
-
```
|
@@ -1,332 +0,0 @@
|
|
1
|
-
# Security Validation Checklist
|
2
|
-
|
3
|
-
## 📋 Overview
|
4
|
-
This comprehensive security checklist ensures applications meet security standards across all supported frameworks (Web, Mobile, Backend) before production deployment.
|
5
|
-
|
6
|
-
## 🔒 Authentication & Authorization
|
7
|
-
|
8
|
-
### Web Applications (React, Vue, Angular)
|
9
|
-
- [ ] **JWT Token Security**: Tokens stored securely (httpOnly cookies or secure storage)
|
10
|
-
- [ ] **Token Expiration**: Proper token expiration and refresh mechanisms
|
11
|
-
- [ ] **Session Management**: Secure session handling and timeout
|
12
|
-
- [ ] **Multi-Factor Authentication**: MFA implemented where required
|
13
|
-
- [ ] **OAuth Integration**: Secure OAuth 2.0 implementation
|
14
|
-
- [ ] **Password Policy**: Strong password requirements enforced
|
15
|
-
- [ ] **Account Lockout**: Brute force protection implemented
|
16
|
-
- [ ] **CSRF Protection**: Cross-Site Request Forgery protection enabled
|
17
|
-
|
18
|
-
### Mobile Applications (Flutter)
|
19
|
-
- [ ] **Biometric Authentication**: Secure biometric authentication where applicable
|
20
|
-
- [ ] **Secure Storage**: Sensitive data stored using flutter_secure_storage
|
21
|
-
- [ ] **Certificate Pinning**: SSL certificate pinning implemented
|
22
|
-
- [ ] **App Transport Security**: Proper ATS configuration for iOS
|
23
|
-
- [ ] **Root/Jailbreak Detection**: Detection and response to compromised devices
|
24
|
-
- [ ] **Keychain/Keystore**: Proper use of platform security features
|
25
|
-
- [ ] **Deep Link Security**: Secure handling of deep links and intents
|
26
|
-
- [ ] **Background App Security**: Secure handling of app backgrounding
|
27
|
-
|
28
|
-
### Backend Services
|
29
|
-
- [ ] **API Authentication**: Proper API authentication mechanisms
|
30
|
-
- [ ] **Role-Based Access Control**: RBAC implemented correctly
|
31
|
-
- [ ] **Privilege Escalation**: Protection against privilege escalation
|
32
|
-
- [ ] **Service-to-Service Auth**: Secure service authentication
|
33
|
-
- [ ] **API Key Management**: Secure API key storage and rotation
|
34
|
-
- [ ] **Database Access Control**: Proper database user permissions
|
35
|
-
- [ ] **Admin Interface Security**: Secure admin panel access
|
36
|
-
- [ ] **Audit Logging**: Comprehensive authentication audit logs
|
37
|
-
|
38
|
-
## 🛡️ Input Validation & Data Security
|
39
|
-
|
40
|
-
### Client-Side Validation
|
41
|
-
- [ ] **Input Sanitization**: All user inputs sanitized before processing
|
42
|
-
- [ ] **XSS Prevention**: Cross-Site Scripting protection implemented
|
43
|
-
- [ ] **Form Validation**: Comprehensive client-side form validation
|
44
|
-
- [ ] **File Upload Security**: Secure file upload handling
|
45
|
-
- [ ] **Content Security Policy**: CSP headers properly configured
|
46
|
-
- [ ] **DOM Manipulation**: Safe DOM manipulation practices
|
47
|
-
- [ ] **Event Handler Security**: Secure event handler implementation
|
48
|
-
- [ ] **Third-Party Script Security**: Secure integration of third-party scripts
|
49
|
-
|
50
|
-
### Server-Side Validation
|
51
|
-
- [ ] **Input Validation**: All inputs validated on server side
|
52
|
-
- [ ] **SQL Injection Prevention**: Parameterized queries used
|
53
|
-
- [ ] **NoSQL Injection Prevention**: NoSQL injection protection
|
54
|
-
- [ ] **Command Injection Prevention**: Command injection protection
|
55
|
-
- [ ] **Path Traversal Prevention**: Directory traversal protection
|
56
|
-
- [ ] **Data Type Validation**: Proper data type validation
|
57
|
-
- [ ] **Business Logic Validation**: Business rule validation
|
58
|
-
- [ ] **Rate Limiting**: API rate limiting implemented
|
59
|
-
|
60
|
-
### Data Protection
|
61
|
-
- [ ] **Encryption at Rest**: Sensitive data encrypted in storage
|
62
|
-
- [ ] **Encryption in Transit**: All data encrypted during transmission
|
63
|
-
- [ ] **PII Handling**: Personal data handled according to regulations
|
64
|
-
- [ ] **Data Masking**: Sensitive data masked in logs and UI
|
65
|
-
- [ ] **Secure Deletion**: Secure data deletion procedures
|
66
|
-
- [ ] **Data Backup Security**: Secure backup procedures
|
67
|
-
- [ ] **Database Encryption**: Database encryption enabled
|
68
|
-
- [ ] **Key Management**: Proper encryption key management
|
69
|
-
|
70
|
-
## 🌐 Network & API Security
|
71
|
-
|
72
|
-
### HTTPS & TLS
|
73
|
-
- [ ] **HTTPS Enforcement**: All traffic uses HTTPS
|
74
|
-
- [ ] **TLS Version**: Modern TLS versions (1.2+) enforced
|
75
|
-
- [ ] **Certificate Validation**: Proper SSL certificate validation
|
76
|
-
- [ ] **HSTS Headers**: HTTP Strict Transport Security enabled
|
77
|
-
- [ ] **Certificate Transparency**: Certificate transparency compliance
|
78
|
-
- [ ] **Perfect Forward Secrecy**: PFS enabled for connections
|
79
|
-
- [ ] **Cipher Suite Security**: Secure cipher suites configured
|
80
|
-
- [ ] **Mixed Content Prevention**: No mixed HTTP/HTTPS content
|
81
|
-
|
82
|
-
### API Security
|
83
|
-
- [ ] **API Versioning**: Proper API versioning strategy
|
84
|
-
- [ ] **CORS Configuration**: Correct CORS policy implementation
|
85
|
-
- [ ] **API Documentation**: Security considerations documented
|
86
|
-
- [ ] **Error Handling**: Secure error messages (no data leakage)
|
87
|
-
- [ ] **Request Size Limits**: Proper request size limitations
|
88
|
-
- [ ] **Timeout Configuration**: Appropriate timeout settings
|
89
|
-
- [ ] **API Gateway Security**: Secure API gateway configuration
|
90
|
-
- [ ] **Webhook Security**: Secure webhook implementation
|
91
|
-
|
92
|
-
### Firebase/Supabase Security
|
93
|
-
- [ ] **Firestore Rules**: Proper Firestore security rules
|
94
|
-
- [ ] **Storage Rules**: Secure Firebase Storage rules
|
95
|
-
- [ ] **Cloud Function Security**: Secure Cloud Functions
|
96
|
-
- [ ] **Row Level Security**: Supabase RLS policies implemented
|
97
|
-
- [ ] **Database Policies**: Proper database access policies
|
98
|
-
- [ ] **Edge Function Security**: Secure Edge Functions
|
99
|
-
- [ ] **Real-time Security**: Secure real-time subscriptions
|
100
|
-
- [ ] **Service Account Security**: Secure service account usage
|
101
|
-
|
102
|
-
## 📱 Mobile-Specific Security
|
103
|
-
|
104
|
-
### Flutter Security
|
105
|
-
- [ ] **Code Obfuscation**: Release builds obfuscated
|
106
|
-
- [ ] **Debug Information**: Debug info removed from release
|
107
|
-
- [ ] **Asset Protection**: Sensitive assets protected
|
108
|
-
- [ ] **Network Security Config**: Proper network security configuration
|
109
|
-
- [ ] **Intent Filter Security**: Secure intent filter configuration
|
110
|
-
- [ ] **Permissions**: Minimal required permissions requested
|
111
|
-
- [ ] **Runtime Permissions**: Proper runtime permission handling
|
112
|
-
- [ ] **Secure Communication**: Secure inter-app communication
|
113
|
-
|
114
|
-
### Platform Security
|
115
|
-
- [ ] **Android Security**: Android-specific security measures
|
116
|
-
- [ ] **iOS Security**: iOS-specific security measures
|
117
|
-
- [ ] **App Store Security**: App store security requirements met
|
118
|
-
- [ ] **Binary Protection**: Binary tampering protection
|
119
|
-
- [ ] **Reverse Engineering**: Protection against reverse engineering
|
120
|
-
- [ ] **Dynamic Analysis**: Protection against dynamic analysis
|
121
|
-
- [ ] **Hooking Protection**: Protection against runtime manipulation
|
122
|
-
- [ ] **Emulator Detection**: Emulator detection where required
|
123
|
-
|
124
|
-
## 🔧 Infrastructure Security
|
125
|
-
|
126
|
-
### Deployment Security
|
127
|
-
- [ ] **Environment Separation**: Proper environment isolation
|
128
|
-
- [ ] **Secret Management**: Secure secret storage and access
|
129
|
-
- [ ] **Container Security**: Secure container configuration
|
130
|
-
- [ ] **CI/CD Security**: Secure build and deployment pipeline
|
131
|
-
- [ ] **Dependency Scanning**: Automated dependency vulnerability scanning
|
132
|
-
- [ ] **Image Scanning**: Container image vulnerability scanning
|
133
|
-
- [ ] **Infrastructure as Code**: Secure IaC practices
|
134
|
-
- [ ] **Access Control**: Proper infrastructure access control
|
135
|
-
|
136
|
-
### Monitoring & Logging
|
137
|
-
- [ ] **Security Monitoring**: Comprehensive security monitoring
|
138
|
-
- [ ] **Intrusion Detection**: Intrusion detection systems
|
139
|
-
- [ ] **Log Security**: Secure log storage and access
|
140
|
-
- [ ] **Audit Trails**: Comprehensive audit logging
|
141
|
-
- [ ] **Alerting**: Security incident alerting
|
142
|
-
- [ ] **SIEM Integration**: Security Information and Event Management
|
143
|
-
- [ ] **Vulnerability Scanning**: Regular vulnerability assessments
|
144
|
-
- [ ] **Penetration Testing**: Regular penetration testing
|
145
|
-
|
146
|
-
## 🧪 Security Testing
|
147
|
-
|
148
|
-
### Automated Testing
|
149
|
-
- [ ] **SAST Tools**: Static Application Security Testing
|
150
|
-
- [ ] **DAST Tools**: Dynamic Application Security Testing
|
151
|
-
- [ ] **Dependency Scanning**: Automated dependency vulnerability scanning
|
152
|
-
- [ ] **Container Scanning**: Container security scanning
|
153
|
-
- [ ] **Infrastructure Scanning**: Infrastructure security scanning
|
154
|
-
- [ ] **License Compliance**: Open source license compliance
|
155
|
-
- [ ] **Secret Scanning**: Automated secret detection
|
156
|
-
- [ ] **Security Unit Tests**: Security-focused unit tests
|
157
|
-
|
158
|
-
### Manual Testing
|
159
|
-
- [ ] **Code Review**: Security-focused code reviews
|
160
|
-
- [ ] **Architecture Review**: Security architecture review
|
161
|
-
- [ ] **Threat Modeling**: Comprehensive threat modeling
|
162
|
-
- [ ] **Penetration Testing**: Professional penetration testing
|
163
|
-
- [ ] **Social Engineering**: Social engineering assessments
|
164
|
-
- [ ] **Physical Security**: Physical security assessments
|
165
|
-
- [ ] **Red Team Exercises**: Red team security exercises
|
166
|
-
- [ ] **Bug Bounty**: Bug bounty program participation
|
167
|
-
|
168
|
-
## 📋 Compliance & Standards
|
169
|
-
|
170
|
-
### Regulatory Compliance
|
171
|
-
- [ ] **GDPR Compliance**: General Data Protection Regulation
|
172
|
-
- [ ] **CCPA Compliance**: California Consumer Privacy Act
|
173
|
-
- [ ] **HIPAA Compliance**: Health Insurance Portability and Accountability Act
|
174
|
-
- [ ] **PCI DSS**: Payment Card Industry Data Security Standard
|
175
|
-
- [ ] **SOX Compliance**: Sarbanes-Oxley Act compliance
|
176
|
-
- [ ] **Industry Standards**: Industry-specific security standards
|
177
|
-
- [ ] **Privacy Policy**: Comprehensive privacy policy
|
178
|
-
- [ ] **Terms of Service**: Security-focused terms of service
|
179
|
-
|
180
|
-
### Security Standards
|
181
|
-
- [ ] **OWASP Top 10**: OWASP Top 10 vulnerabilities addressed
|
182
|
-
- [ ] **NIST Framework**: NIST Cybersecurity Framework compliance
|
183
|
-
- [ ] **ISO 27001**: ISO 27001 security management
|
184
|
-
- [ ] **SOC 2**: SOC 2 compliance requirements
|
185
|
-
- [ ] **SANS Top 25**: SANS Top 25 software errors addressed
|
186
|
-
- [ ] **CIS Controls**: Center for Internet Security controls
|
187
|
-
- [ ] **Security Benchmarks**: Industry security benchmarks
|
188
|
-
- [ ] **Secure Coding Standards**: Secure coding practices
|
189
|
-
|
190
|
-
## 🚨 Incident Response
|
191
|
-
|
192
|
-
### Preparation
|
193
|
-
- [ ] **Incident Response Plan**: Comprehensive incident response plan
|
194
|
-
- [ ] **Security Team**: Dedicated security response team
|
195
|
-
- [ ] **Communication Plan**: Security incident communication plan
|
196
|
-
- [ ] **Escalation Procedures**: Clear escalation procedures
|
197
|
-
- [ ] **Contact Information**: Updated security contact information
|
198
|
-
- [ ] **Documentation**: Incident response documentation
|
199
|
-
- [ ] **Training**: Security incident response training
|
200
|
-
- [ ] **Testing**: Regular incident response testing
|
201
|
-
|
202
|
-
### Response Capabilities
|
203
|
-
- [ ] **Detection Capabilities**: Rapid security incident detection
|
204
|
-
- [ ] **Containment Procedures**: Incident containment procedures
|
205
|
-
- [ ] **Eradication Process**: Threat eradication process
|
206
|
-
- [ ] **Recovery Procedures**: System recovery procedures
|
207
|
-
- [ ] **Forensic Capabilities**: Digital forensic capabilities
|
208
|
-
- [ ] **Legal Coordination**: Legal team coordination
|
209
|
-
- [ ] **Customer Communication**: Customer notification procedures
|
210
|
-
- [ ] **Regulatory Reporting**: Regulatory reporting procedures
|
211
|
-
|
212
|
-
## ✅ Framework-Specific Security
|
213
|
-
|
214
|
-
### React/Next.js Security
|
215
|
-
- [ ] **Server-Side Rendering Security**: Secure SSR implementation
|
216
|
-
- [ ] **Client-Side Routing Security**: Secure client-side routing
|
217
|
-
- [ ] **Component Security**: Secure React component practices
|
218
|
-
- [ ] **State Management Security**: Secure state management
|
219
|
-
- [ ] **Build Security**: Secure build configuration
|
220
|
-
- [ ] **Bundle Security**: Secure bundle configuration
|
221
|
-
- [ ] **Environment Variables**: Secure environment variable handling
|
222
|
-
- [ ] **Third-Party Libraries**: Secure third-party integrations
|
223
|
-
|
224
|
-
### Vue.js Security
|
225
|
-
- [ ] **Template Security**: Secure Vue template practices
|
226
|
-
- [ ] **Directive Security**: Secure custom directive implementation
|
227
|
-
- [ ] **Vuex Security**: Secure Vuex state management
|
228
|
-
- [ ] **Router Security**: Secure Vue Router configuration
|
229
|
-
- [ ] **SSR Security**: Secure Nuxt.js server-side rendering
|
230
|
-
- [ ] **Plugin Security**: Secure Vue plugin usage
|
231
|
-
- [ ] **Composition API Security**: Secure Composition API usage
|
232
|
-
- [ ] **Build Tool Security**: Secure Vite/Webpack configuration
|
233
|
-
|
234
|
-
### Angular Security
|
235
|
-
- [ ] **Template Security**: Secure Angular template practices
|
236
|
-
- [ ] **Service Security**: Secure Angular service implementation
|
237
|
-
- [ ] **Guard Security**: Secure route guard implementation
|
238
|
-
- [ ] **Interceptor Security**: Secure HTTP interceptor usage
|
239
|
-
- [ ] **Dependency Injection Security**: Secure DI practices
|
240
|
-
- [ ] **AOT Compilation**: Ahead-of-Time compilation enabled
|
241
|
-
- [ ] **Ivy Renderer Security**: Secure Ivy renderer usage
|
242
|
-
- [ ] **Universal Security**: Secure Angular Universal SSR
|
243
|
-
|
244
|
-
### Flutter Security
|
245
|
-
- [ ] **Widget Security**: Secure widget implementation
|
246
|
-
- [ ] **Navigation Security**: Secure navigation handling
|
247
|
-
- [ ] **State Management Security**: Secure Cubit/BLoC implementation
|
248
|
-
- [ ] **HTTP Security**: Secure Dio HTTP client configuration
|
249
|
-
- [ ] **Local Storage Security**: Secure Hive/SharedPreferences usage
|
250
|
-
- [ ] **Platform Channel Security**: Secure platform channel usage
|
251
|
-
- [ ] **Plugin Security**: Secure Flutter plugin usage
|
252
|
-
- [ ] **Build Security**: Secure Flutter build configuration
|
253
|
-
|
254
|
-
## 🎯 Security Validation Results
|
255
|
-
|
256
|
-
### Critical Issues (Must Fix)
|
257
|
-
- [ ] No critical security vulnerabilities identified
|
258
|
-
- [ ] All authentication mechanisms secure
|
259
|
-
- [ ] All data encryption properly implemented
|
260
|
-
- [ ] All input validation in place
|
261
|
-
- [ ] All access controls functioning
|
262
|
-
|
263
|
-
### High Priority Issues (Should Fix)
|
264
|
-
- [ ] No high priority security issues
|
265
|
-
- [ ] Security monitoring fully implemented
|
266
|
-
- [ ] Incident response plan tested
|
267
|
-
- [ ] Security training completed
|
268
|
-
- [ ] Compliance requirements met
|
269
|
-
|
270
|
-
### Medium Priority Issues (Could Fix)
|
271
|
-
- [ ] No medium priority security issues
|
272
|
-
- [ ] Security documentation complete
|
273
|
-
- [ ] Automated security testing implemented
|
274
|
-
- [ ] Regular security assessments scheduled
|
275
|
-
- [ ] Security metrics tracked
|
276
|
-
|
277
|
-
### Low Priority Issues (Nice to Have)
|
278
|
-
- [ ] No low priority security issues
|
279
|
-
- [ ] Advanced security features implemented
|
280
|
-
- [ ] Security research initiatives
|
281
|
-
- [ ] Industry best practices adopted
|
282
|
-
- [ ] Security community participation
|
283
|
-
|
284
|
-
## 📊 Security Metrics
|
285
|
-
|
286
|
-
### Security KPIs
|
287
|
-
- [ ] **Vulnerability Detection Time**: Average time to detect vulnerabilities
|
288
|
-
- [ ] **Vulnerability Resolution Time**: Average time to resolve vulnerabilities
|
289
|
-
- [ ] **Security Test Coverage**: Percentage of code covered by security tests
|
290
|
-
- [ ] **Incident Response Time**: Average incident response time
|
291
|
-
- [ ] **Security Training Completion**: Percentage of team with security training
|
292
|
-
|
293
|
-
### Compliance Metrics
|
294
|
-
- [ ] **Regulatory Compliance Score**: Compliance with applicable regulations
|
295
|
-
- [ ] **Security Standard Compliance**: Compliance with security standards
|
296
|
-
- [ ] **Audit Results**: Results of security audits
|
297
|
-
- [ ] **Penetration Test Results**: Results of penetration tests
|
298
|
-
- [ ] **Bug Bounty Results**: Results of bug bounty programs
|
299
|
-
|
300
|
-
## 🔍 Final Security Validation
|
301
|
-
|
302
|
-
### Pre-Production Checklist
|
303
|
-
- [ ] All security tests passed
|
304
|
-
- [ ] Security code review completed
|
305
|
-
- [ ] Penetration testing completed
|
306
|
-
- [ ] Vulnerability assessment completed
|
307
|
-
- [ ] Security documentation updated
|
308
|
-
- [ ] Incident response plan updated
|
309
|
-
- [ ] Security monitoring configured
|
310
|
-
- [ ] Compliance requirements verified
|
311
|
-
|
312
|
-
### Production Readiness
|
313
|
-
- [ ] Security baseline established
|
314
|
-
- [ ] Monitoring and alerting configured
|
315
|
-
- [ ] Incident response team ready
|
316
|
-
- [ ] Security documentation accessible
|
317
|
-
- [ ] Compliance evidence collected
|
318
|
-
- [ ] Security training completed
|
319
|
-
- [ ] Regular security assessments scheduled
|
320
|
-
- [ ] Security metrics tracking enabled
|
321
|
-
|
322
|
-
---
|
323
|
-
|
324
|
-
**Security Validation Sign-off**
|
325
|
-
|
326
|
-
- [ ] **Security Lead**: Security validation completed and approved
|
327
|
-
- [ ] **Development Lead**: Security requirements implemented
|
328
|
-
- [ ] **QA Lead**: Security testing completed successfully
|
329
|
-
- [ ] **Compliance Officer**: Regulatory requirements met
|
330
|
-
- [ ] **Product Owner**: Security acceptance criteria satisfied
|
331
|
-
|
332
|
-
**Note**: This security checklist must be completed for all applications before production deployment. Any critical or high-priority security issues must be resolved before go-live.
|