From d573c02893a7ee4259700d7576c5a4f060a6fb1e Mon Sep 17 00:00:00 2001 From: Christopher Boyles Date: Tue, 24 Mar 2026 19:24:42 +0800 Subject: [PATCH] feat: initial commit --- .agent/.shared/ui-ux-pro-max/data/charts.csv | 26 + .agent/.shared/ui-ux-pro-max/data/colors.csv | 97 + .agent/.shared/ui-ux-pro-max/data/icons.csv | 101 + .agent/.shared/ui-ux-pro-max/data/landing.csv | 31 + .../.shared/ui-ux-pro-max/data/products.csv | 97 + .agent/.shared/ui-ux-pro-max/data/prompts.csv | 24 + .../ui-ux-pro-max/data/react-performance.csv | 45 + .../ui-ux-pro-max/data/stacks/flutter.csv | 53 + .../data/stacks/html-tailwind.csv | 56 + .../data/stacks/jetpack-compose.csv | 53 + .../ui-ux-pro-max/data/stacks/nextjs.csv | 53 + .../ui-ux-pro-max/data/stacks/nuxt-ui.csv | 51 + .../ui-ux-pro-max/data/stacks/nuxtjs.csv | 59 + .../data/stacks/react-native.csv | 52 + .../ui-ux-pro-max/data/stacks/react.csv | 54 + .../ui-ux-pro-max/data/stacks/shadcn.csv | 61 + .../ui-ux-pro-max/data/stacks/svelte.csv | 54 + .../ui-ux-pro-max/data/stacks/swiftui.csv | 51 + .../.shared/ui-ux-pro-max/data/stacks/vue.csv | 50 + .agent/.shared/ui-ux-pro-max/data/styles.csv | 59 + .../.shared/ui-ux-pro-max/data/typography.csv | 58 + .../ui-ux-pro-max/data/ui-reasoning.csv | 101 + .../ui-ux-pro-max/data/ux-guidelines.csv | 100 + .../ui-ux-pro-max/data/web-interface.csv | 31 + .../scripts/__pycache__/core.cpython-313.pyc | Bin 0 -> 12003 bytes .../__pycache__/design_system.cpython-313.pyc | Bin 0 -> 58773 bytes .agent/.shared/ui-ux-pro-max/scripts/core.py | 258 + .../ui-ux-pro-max/scripts/design_system.py | 1067 ++ .../.shared/ui-ux-pro-max/scripts/search.py | 106 + .agent/ARCHITECTURE.md | 288 + .agent/agents/backend-specialist.md | 263 + .agent/agents/code-archaeologist.md | 106 + .agent/agents/database-architect.md | 226 + .agent/agents/debugger.md | 225 + .agent/agents/devops-engineer.md | 242 + .agent/agents/documentation-writer.md | 104 + .agent/agents/explorer-agent.md | 73 + .agent/agents/frontend-specialist.md | 593 ++ .agent/agents/game-developer.md | 162 + .agent/agents/mobile-developer.md | 377 + .agent/agents/orchestrator.md | 416 + .agent/agents/penetration-tester.md | 188 + .agent/agents/performance-optimizer.md | 187 + .agent/agents/product-manager.md | 112 + .agent/agents/product-owner.md | 95 + .agent/agents/project-planner.md | 406 + .agent/agents/qa-automation-engineer.md | 103 + .agent/agents/security-auditor.md | 170 + .agent/agents/seo-specialist.md | 111 + .agent/agents/test-engineer.md | 158 + .agent/mcp_config.json | 24 + .agent/rules/GEMINI.md | 273 + .agent/scripts/auto_preview.py | 148 + .agent/scripts/checklist.py | 217 + .agent/scripts/session_manager.py | 120 + .agent/scripts/verify_all.py | 327 + .agent/skills/api-patterns/SKILL.md | 81 + .agent/skills/api-patterns/api-style.md | 42 + .agent/skills/api-patterns/auth.md | 24 + .agent/skills/api-patterns/documentation.md | 26 + .agent/skills/api-patterns/graphql.md | 41 + .agent/skills/api-patterns/rate-limiting.md | 31 + .agent/skills/api-patterns/response.md | 37 + .agent/skills/api-patterns/rest.md | 40 + .../api-patterns/scripts/api_validator.py | 211 + .../skills/api-patterns/security-testing.md | 122 + .agent/skills/api-patterns/trpc.md | 41 + .agent/skills/api-patterns/versioning.md | 22 + .agent/skills/app-builder/SKILL.md | 75 + .../skills/app-builder/agent-coordination.md | 71 + .agent/skills/app-builder/feature-building.md | 53 + .../skills/app-builder/project-detection.md | 34 + .agent/skills/app-builder/scaffolding.md | 118 + .agent/skills/app-builder/tech-stack.md | 41 + .agent/skills/app-builder/templates/SKILL.md | 39 + .../templates/astro-static/TEMPLATE.md | 76 + .../templates/chrome-extension/TEMPLATE.md | 92 + .../templates/cli-tool/TEMPLATE.md | 88 + .../templates/electron-desktop/TEMPLATE.md | 88 + .../templates/express-api/TEMPLATE.md | 83 + .../templates/flutter-app/TEMPLATE.md | 90 + .../templates/monorepo-turborepo/TEMPLATE.md | 90 + .../templates/nextjs-fullstack/TEMPLATE.md | 122 + .../templates/nextjs-saas/TEMPLATE.md | 122 + .../templates/nextjs-static/TEMPLATE.md | 169 + .../templates/nuxt-app/TEMPLATE.md | 134 + .../templates/python-fastapi/TEMPLATE.md | 83 + .../templates/react-native-app/TEMPLATE.md | 119 + .agent/skills/architecture/SKILL.md | 55 + .../skills/architecture/context-discovery.md | 43 + .agent/skills/architecture/examples.md | 94 + .../skills/architecture/pattern-selection.md | 68 + .../skills/architecture/patterns-reference.md | 50 + .../skills/architecture/trade-off-analysis.md | 77 + .agent/skills/bash-linux/SKILL.md | 199 + .agent/skills/behavioral-modes/SKILL.md | 242 + .agent/skills/brainstorming/SKILL.md | 163 + .../brainstorming/dynamic-questioning.md | 350 + .agent/skills/clean-code/SKILL.md | 201 + .agent/skills/code-review-checklist/SKILL.md | 109 + .agent/skills/database-design/SKILL.md | 52 + .../database-design/database-selection.md | 43 + .agent/skills/database-design/indexing.md | 39 + .agent/skills/database-design/migrations.md | 48 + .agent/skills/database-design/optimization.md | 36 + .../skills/database-design/orm-selection.md | 30 + .../skills/database-design/schema-design.md | 56 + .../scripts/schema_validator.py | 172 + .agent/skills/deployment-procedures/SKILL.md | 241 + .agent/skills/doc.md | 177 + .../skills/documentation-templates/SKILL.md | 194 + .agent/skills/frontend-design/SKILL.md | 452 + .../skills/frontend-design/animation-guide.md | 331 + .agent/skills/frontend-design/color-system.md | 311 + .../skills/frontend-design/decision-trees.md | 418 + .../skills/frontend-design/motion-graphics.md | 306 + .../scripts/accessibility_checker.py | 183 + .../frontend-design/scripts/ux_audit.py | 722 ++ .../frontend-design/typography-system.md | 345 + .../skills/frontend-design/ux-psychology.md | 1116 ++ .../skills/frontend-design/visual-effects.md | 383 + .../skills/game-development/2d-games/SKILL.md | 119 + .../skills/game-development/3d-games/SKILL.md | 135 + .agent/skills/game-development/SKILL.md | 167 + .../skills/game-development/game-art/SKILL.md | 185 + .../game-development/game-audio/SKILL.md | 190 + .../game-development/game-design/SKILL.md | 129 + .../game-development/mobile-games/SKILL.md | 108 + .../game-development/multiplayer/SKILL.md | 132 + .../skills/game-development/pc-games/SKILL.md | 144 + .agent/skills/game-development/vr-ar/SKILL.md | 123 + .../game-development/web-games/SKILL.md | 150 + .agent/skills/geo-fundamentals/SKILL.md | 156 + .../geo-fundamentals/scripts/geo_checker.py | 289 + .agent/skills/i18n-localization/SKILL.md | 154 + .../i18n-localization/scripts/i18n_checker.py | 241 + .agent/skills/intelligent-routing/SKILL.md | 335 + .agent/skills/lint-and-validate/SKILL.md | 45 + .../lint-and-validate/scripts/lint_runner.py | 184 + .../scripts/type_coverage.py | 173 + .agent/skills/mcp-builder/SKILL.md | 176 + .agent/skills/mobile-design/SKILL.md | 394 + .agent/skills/mobile-design/decision-trees.md | 516 + .agent/skills/mobile-design/mobile-backend.md | 491 + .../mobile-design/mobile-color-system.md | 420 + .../skills/mobile-design/mobile-debugging.md | 122 + .../mobile-design/mobile-design-thinking.md | 357 + .../skills/mobile-design/mobile-navigation.md | 458 + .../mobile-design/mobile-performance.md | 767 ++ .agent/skills/mobile-design/mobile-testing.md | 356 + .../skills/mobile-design/mobile-typography.md | 433 + .../skills/mobile-design/platform-android.md | 666 ++ .agent/skills/mobile-design/platform-ios.md | 561 + .../mobile-design/scripts/mobile_audit.py | 670 ++ .../skills/mobile-design/touch-psychology.md | 537 + .../1-async-eliminating-waterfalls.md | 351 + .../2-bundle-bundle-size-optimization.md | 240 + .../3-server-server-side-performance.md | 490 + .../4-client-client-side-data-fetching.md | 264 + .../5-rerender-re-render-optimization.md | 581 ++ .../6-rendering-rendering-performance.md | 432 + .../7-js-javascript-performance.md | 684 ++ .../8-advanced-advanced-patterns.md | 150 + .../nextjs-react-expert/9-cache-components.md | 103 + .agent/skills/nextjs-react-expert/SKILL.md | 293 + .../scripts/convert_rules.py | 222 + .../scripts/react_performance_checker.py | 252 + .agent/skills/nodejs-best-practices/SKILL.md | 333 + .agent/skills/parallel-agents/SKILL.md | 175 + .agent/skills/performance-profiling/SKILL.md | 143 + .../scripts/lighthouse_audit.py | 76 + .agent/skills/plan-writing/SKILL.md | 152 + .agent/skills/powershell-windows/SKILL.md | 167 + .agent/skills/python-patterns/SKILL.md | 441 + .agent/skills/red-team-tactics/SKILL.md | 199 + .agent/skills/rust-pro/SKILL.md | 176 + .agent/skills/seo-fundamentals/SKILL.md | 129 + .../seo-fundamentals/scripts/seo_checker.py | 219 + .agent/skills/server-management/SKILL.md | 161 + .agent/skills/systematic-debugging/SKILL.md | 109 + .agent/skills/tailwind-patterns/SKILL.md | 269 + .agent/skills/tdd-workflow/SKILL.md | 149 + .agent/skills/testing-patterns/SKILL.md | 178 + .../testing-patterns/scripts/test_runner.py | 219 + .agent/skills/vulnerability-scanner/SKILL.md | 276 + .../vulnerability-scanner/checklists.md | 121 + .../scripts/security_scan.py | 458 + .agent/skills/web-design-guidelines/SKILL.md | 57 + .agent/skills/webapp-testing/SKILL.md | 187 + .../scripts/playwright_runner.py | 173 + .agent/workflows/brainstorm.md | 113 + .agent/workflows/create.md | 59 + .agent/workflows/debug.md | 103 + .agent/workflows/deploy.md | 176 + .agent/workflows/enhance.md | 63 + .agent/workflows/orchestrate.md | 237 + .agent/workflows/plan.md | 89 + .agent/workflows/preview.md | 81 + .agent/workflows/status.md | 86 + .agent/workflows/test.md | 144 + .agent/workflows/ui-ux-pro-max.md | 296 + .editorconfig | 18 + .env.example | 65 + .gitattributes | 11 + .github/workflows/issues.yml | 12 + .github/workflows/pull-requests.yml | 12 + .github/workflows/tests.yml | 47 + .github/workflows/update-changelog.yml | 13 + .gitignore | 24 + .styleci.yml | 9 + CHANGELOG.md | 163 + README.md | 58 + .../Auth/AuthenticatedSessionController.php | 52 + .../Auth/ConfirmablePasswordController.php | 41 + ...mailVerificationNotificationController.php | 24 + .../EmailVerificationPromptController.php | 22 + .../Auth/NewPasswordController.php | 69 + .../Controllers/Auth/PasswordController.php | 29 + .../Auth/PasswordResetLinkController.php | 51 + .../Auth/RegisteredUserController.php | 52 + .../Auth/VerifyEmailController.php | 27 + app/Http/Controllers/Controller.php | 8 + app/Http/Controllers/ProfileController.php | 63 + app/Http/Middleware/HandleInertiaRequests.php | 39 + app/Http/Requests/Auth/LoginRequest.php | 86 + app/Http/Requests/ProfileUpdateRequest.php | 31 + app/Models/User.php | 32 + app/Providers/AppServiceProvider.php | 25 + artisan | 18 + bootstrap/app.php | 23 + bootstrap/cache/.gitignore | 2 + bootstrap/providers.php | 7 + components.json | 25 + composer.json | 93 + composer.lock | 9182 +++++++++++++++++ config/app.php | 126 + config/auth.php | 117 + config/cache.php | 130 + config/database.php | 184 + config/filesystems.php | 80 + config/logging.php | 132 + config/mail.php | 118 + config/modules.php | 332 + config/permission.php | 202 + config/queue.php | 129 + config/services.php | 38 + config/session.php | 233 + database/.gitignore | 1 + database/factories/UserFactory.php | 45 + .../0001_01_01_000000_create_users_table.php | 49 + .../0001_01_01_000001_create_cache_table.php | 35 + .../0001_01_01_000002_create_jobs_table.php | 57 + .../2026_03_24_112006_create_media_table.php | 32 + ..._03_24_112006_create_permission_tables.php | 137 + database/seeders/DatabaseSeeder.php | 25 + docs/PLAN-construction-erp.md | 426 + package-lock.json | 6906 +++++++++++++ package.json | 39 + phpunit.xml | 36 + postcss.config.js | 6 + public/.htaccess | 25 + public/favicon.ico | 0 public/index.php | 20 + public/robots.txt | 2 + resources/css/app.css | 133 + resources/js/Components/ApplicationLogo.tsx | 13 + resources/js/Components/Checkbox.tsx | 17 + resources/js/Components/DangerButton.tsx | 22 + resources/js/Components/Dropdown.tsx | 130 + resources/js/Components/InputError.tsx | 16 + resources/js/Components/InputLabel.tsx | 20 + resources/js/Components/Modal.tsx | 71 + resources/js/Components/NavLink.tsx | 23 + resources/js/Components/PrimaryButton.tsx | 22 + resources/js/Components/ResponsiveNavLink.tsx | 21 + resources/js/Components/SecondaryButton.tsx | 24 + resources/js/Components/TextInput.tsx | 41 + resources/js/Components/ui/button.tsx | 58 + resources/js/Layouts/AuthenticatedLayout.tsx | 179 + resources/js/Layouts/GuestLayout.tsx | 19 + resources/js/Pages/Auth/ConfirmPassword.tsx | 56 + resources/js/Pages/Auth/ForgotPassword.tsx | 56 + resources/js/Pages/Auth/Login.tsx | 110 + resources/js/Pages/Auth/Register.tsx | 121 + resources/js/Pages/Auth/ResetPassword.tsx | 100 + resources/js/Pages/Auth/VerifyEmail.tsx | 51 + resources/js/Pages/Dashboard.tsx | 26 + resources/js/Pages/Profile/Edit.tsx | 43 + .../Pages/Profile/Partials/DeleteUserForm.tsx | 124 + .../Profile/Partials/UpdatePasswordForm.tsx | 146 + .../Partials/UpdateProfileInformationForm.tsx | 118 + resources/js/Pages/Welcome.tsx | 366 + resources/js/app.tsx | 25 + resources/js/bootstrap.ts | 4 + resources/js/lib/utils.ts | 6 + resources/js/types/global.d.ts | 17 + resources/js/types/index.d.ts | 14 + resources/js/types/vite-env.d.ts | 1 + resources/views/app.blade.php | 22 + routes/auth.php | 59 + routes/console.php | 8 + routes/web.php | 27 + storage/app/.gitignore | 4 + storage/app/private/.gitignore | 2 + storage/app/public/.gitignore | 2 + storage/framework/.gitignore | 9 + storage/framework/cache/.gitignore | 3 + storage/framework/cache/data/.gitignore | 2 + storage/framework/sessions/.gitignore | 2 + storage/framework/testing/.gitignore | 2 + storage/framework/views/.gitignore | 2 + storage/logs/.gitignore | 2 + stubs/nwidart-stubs/action-invoke.stub | 8 + stubs/nwidart-stubs/action.stub | 8 + stubs/nwidart-stubs/assets/js/app.stub | 0 stubs/nwidart-stubs/assets/sass/app.stub | 0 stubs/nwidart-stubs/cast.stub | 25 + stubs/nwidart-stubs/channel.stub | 16 + stubs/nwidart-stubs/class-invoke.stub | 8 + stubs/nwidart-stubs/class.stub | 8 + stubs/nwidart-stubs/command.stub | 53 + stubs/nwidart-stubs/component-class.stub | 22 + stubs/nwidart-stubs/component-view.stub | 3 + stubs/nwidart-stubs/composer.stub | 30 + stubs/nwidart-stubs/controller-api.stub | 59 + stubs/nwidart-stubs/controller-inertia.stub | 71 + stubs/nwidart-stubs/controller-plain.stub | 7 + stubs/nwidart-stubs/controller.invokable.stub | 17 + stubs/nwidart-stubs/controller.stub | 56 + stubs/nwidart-stubs/enum.stub | 5 + stubs/nwidart-stubs/event-provider.stub | 27 + stubs/nwidart-stubs/event.stub | 31 + .../exception-render-report.stub | 20 + stubs/nwidart-stubs/exception-render.stub | 15 + stubs/nwidart-stubs/exception-report.stub | 13 + stubs/nwidart-stubs/exception.stub | 7 + stubs/nwidart-stubs/factory.stub | 22 + stubs/nwidart-stubs/helper-invoke.stub | 8 + stubs/nwidart-stubs/helper.stub | 8 + stubs/nwidart-stubs/inertia/app-react.stub | 29 + stubs/nwidart-stubs/inertia/app-svelte.stub | 28 + stubs/nwidart-stubs/inertia/app-vue.stub | 31 + .../inertia/component-react.stub | 7 + .../inertia/component-svelte.stub | 7 + .../nwidart-stubs/inertia/component-vue.stub | 11 + stubs/nwidart-stubs/inertia/page-react.stub | 20 + stubs/nwidart-stubs/inertia/page-svelte.stub | 18 + stubs/nwidart-stubs/inertia/page-vue.stub | 24 + stubs/nwidart-stubs/interface.stub | 5 + stubs/nwidart-stubs/job-queued.stub | 24 + stubs/nwidart-stubs/job.stub | 21 + stubs/nwidart-stubs/json.stub | 11 + stubs/nwidart-stubs/listener-duck.stub | 19 + stubs/nwidart-stubs/listener-queued-duck.stub | 21 + stubs/nwidart-stubs/listener-queued.stub | 22 + stubs/nwidart-stubs/listener.stub | 20 + stubs/nwidart-stubs/mail.stub | 26 + stubs/nwidart-stubs/middleware.stub | 17 + .../middleware/handle-inertia-requests.stub | 42 + stubs/nwidart-stubs/migration/add.stub | 28 + stubs/nwidart-stubs/migration/create.stub | 28 + stubs/nwidart-stubs/migration/delete.stub | 28 + stubs/nwidart-stubs/migration/drop.stub | 28 + stubs/nwidart-stubs/migration/plain.stub | 18 + stubs/nwidart-stubs/model.stub | 22 + stubs/nwidart-stubs/notification.stub | 45 + stubs/nwidart-stubs/observer.stub | 33 + stubs/nwidart-stubs/package.stub | 15 + stubs/nwidart-stubs/policy.plain.stub | 15 + stubs/nwidart-stubs/provider.stub | 21 + stubs/nwidart-stubs/replacement.stub | 13 + stubs/nwidart-stubs/repository-invoke.stub | 8 + stubs/nwidart-stubs/repository.stub | 8 + stubs/nwidart-stubs/request.stub | 24 + stubs/nwidart-stubs/resource-collection.stub | 17 + stubs/nwidart-stubs/resource.stub | 17 + stubs/nwidart-stubs/route-provider.stub | 50 + stubs/nwidart-stubs/routes/api.stub | 8 + stubs/nwidart-stubs/routes/web.stub | 8 + stubs/nwidart-stubs/rule.implicit.stub | 19 + stubs/nwidart-stubs/rule.stub | 14 + stubs/nwidart-stubs/scaffold/config.stub | 5 + stubs/nwidart-stubs/scaffold/provider.stub | 46 + stubs/nwidart-stubs/scope.stub | 15 + stubs/nwidart-stubs/seeder.stub | 16 + stubs/nwidart-stubs/service-invoke.stub | 8 + stubs/nwidart-stubs/service.stub | 8 + stubs/nwidart-stubs/tests/feature.stub | 18 + stubs/nwidart-stubs/tests/unit.stub | 16 + stubs/nwidart-stubs/trait.stub | 5 + stubs/nwidart-stubs/view.stub | 3 + stubs/nwidart-stubs/views/index.stub | 5 + stubs/nwidart-stubs/views/master.stub | 30 + stubs/nwidart-stubs/vite.stub | 41 + tailwind.config.js | 22 + tests/Feature/Auth/AuthenticationTest.php | 54 + tests/Feature/Auth/EmailVerificationTest.php | 58 + .../Feature/Auth/PasswordConfirmationTest.php | 44 + tests/Feature/Auth/PasswordResetTest.php | 73 + tests/Feature/Auth/PasswordUpdateTest.php | 51 + tests/Feature/Auth/RegistrationTest.php | 31 + tests/Feature/ExampleTest.php | 19 + tests/Feature/ProfileTest.php | 99 + tests/TestCase.php | 10 + tests/Unit/ExampleTest.php | 16 + tsconfig.json | 20 + vite-module-loader.js | 51 + vite.config.js | 13 + 408 files changed, 63160 insertions(+) create mode 100644 .agent/.shared/ui-ux-pro-max/data/charts.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/colors.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/icons.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/landing.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/products.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/prompts.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/react-performance.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/flutter.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/html-tailwind.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/jetpack-compose.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/nextjs.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/nuxt-ui.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/nuxtjs.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/react-native.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/react.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/shadcn.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/svelte.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/swiftui.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/stacks/vue.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/styles.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/typography.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/ui-reasoning.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/ux-guidelines.csv create mode 100644 .agent/.shared/ui-ux-pro-max/data/web-interface.csv create mode 100644 .agent/.shared/ui-ux-pro-max/scripts/__pycache__/core.cpython-313.pyc create mode 100644 .agent/.shared/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-313.pyc create mode 100644 .agent/.shared/ui-ux-pro-max/scripts/core.py create mode 100644 .agent/.shared/ui-ux-pro-max/scripts/design_system.py create mode 100644 .agent/.shared/ui-ux-pro-max/scripts/search.py create mode 100644 .agent/ARCHITECTURE.md create mode 100644 .agent/agents/backend-specialist.md create mode 100644 .agent/agents/code-archaeologist.md create mode 100644 .agent/agents/database-architect.md create mode 100644 .agent/agents/debugger.md create mode 100644 .agent/agents/devops-engineer.md create mode 100644 .agent/agents/documentation-writer.md create mode 100644 .agent/agents/explorer-agent.md create mode 100644 .agent/agents/frontend-specialist.md create mode 100644 .agent/agents/game-developer.md create mode 100644 .agent/agents/mobile-developer.md create mode 100644 .agent/agents/orchestrator.md create mode 100644 .agent/agents/penetration-tester.md create mode 100644 .agent/agents/performance-optimizer.md create mode 100644 .agent/agents/product-manager.md create mode 100644 .agent/agents/product-owner.md create mode 100644 .agent/agents/project-planner.md create mode 100644 .agent/agents/qa-automation-engineer.md create mode 100644 .agent/agents/security-auditor.md create mode 100644 .agent/agents/seo-specialist.md create mode 100644 .agent/agents/test-engineer.md create mode 100644 .agent/mcp_config.json create mode 100644 .agent/rules/GEMINI.md create mode 100644 .agent/scripts/auto_preview.py create mode 100644 .agent/scripts/checklist.py create mode 100644 .agent/scripts/session_manager.py create mode 100644 .agent/scripts/verify_all.py create mode 100644 .agent/skills/api-patterns/SKILL.md create mode 100644 .agent/skills/api-patterns/api-style.md create mode 100644 .agent/skills/api-patterns/auth.md create mode 100644 .agent/skills/api-patterns/documentation.md create mode 100644 .agent/skills/api-patterns/graphql.md create mode 100644 .agent/skills/api-patterns/rate-limiting.md create mode 100644 .agent/skills/api-patterns/response.md create mode 100644 .agent/skills/api-patterns/rest.md create mode 100644 .agent/skills/api-patterns/scripts/api_validator.py create mode 100644 .agent/skills/api-patterns/security-testing.md create mode 100644 .agent/skills/api-patterns/trpc.md create mode 100644 .agent/skills/api-patterns/versioning.md create mode 100644 .agent/skills/app-builder/SKILL.md create mode 100644 .agent/skills/app-builder/agent-coordination.md create mode 100644 .agent/skills/app-builder/feature-building.md create mode 100644 .agent/skills/app-builder/project-detection.md create mode 100644 .agent/skills/app-builder/scaffolding.md create mode 100644 .agent/skills/app-builder/tech-stack.md create mode 100644 .agent/skills/app-builder/templates/SKILL.md create mode 100644 .agent/skills/app-builder/templates/astro-static/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/chrome-extension/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/cli-tool/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/electron-desktop/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/express-api/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/flutter-app/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/nextjs-saas/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/nextjs-static/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/nuxt-app/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/python-fastapi/TEMPLATE.md create mode 100644 .agent/skills/app-builder/templates/react-native-app/TEMPLATE.md create mode 100644 .agent/skills/architecture/SKILL.md create mode 100644 .agent/skills/architecture/context-discovery.md create mode 100644 .agent/skills/architecture/examples.md create mode 100644 .agent/skills/architecture/pattern-selection.md create mode 100644 .agent/skills/architecture/patterns-reference.md create mode 100644 .agent/skills/architecture/trade-off-analysis.md create mode 100644 .agent/skills/bash-linux/SKILL.md create mode 100644 .agent/skills/behavioral-modes/SKILL.md create mode 100644 .agent/skills/brainstorming/SKILL.md create mode 100644 .agent/skills/brainstorming/dynamic-questioning.md create mode 100644 .agent/skills/clean-code/SKILL.md create mode 100644 .agent/skills/code-review-checklist/SKILL.md create mode 100644 .agent/skills/database-design/SKILL.md create mode 100644 .agent/skills/database-design/database-selection.md create mode 100644 .agent/skills/database-design/indexing.md create mode 100644 .agent/skills/database-design/migrations.md create mode 100644 .agent/skills/database-design/optimization.md create mode 100644 .agent/skills/database-design/orm-selection.md create mode 100644 .agent/skills/database-design/schema-design.md create mode 100644 .agent/skills/database-design/scripts/schema_validator.py create mode 100644 .agent/skills/deployment-procedures/SKILL.md create mode 100644 .agent/skills/doc.md create mode 100644 .agent/skills/documentation-templates/SKILL.md create mode 100644 .agent/skills/frontend-design/SKILL.md create mode 100644 .agent/skills/frontend-design/animation-guide.md create mode 100644 .agent/skills/frontend-design/color-system.md create mode 100644 .agent/skills/frontend-design/decision-trees.md create mode 100644 .agent/skills/frontend-design/motion-graphics.md create mode 100644 .agent/skills/frontend-design/scripts/accessibility_checker.py create mode 100644 .agent/skills/frontend-design/scripts/ux_audit.py create mode 100644 .agent/skills/frontend-design/typography-system.md create mode 100644 .agent/skills/frontend-design/ux-psychology.md create mode 100644 .agent/skills/frontend-design/visual-effects.md create mode 100644 .agent/skills/game-development/2d-games/SKILL.md create mode 100644 .agent/skills/game-development/3d-games/SKILL.md create mode 100644 .agent/skills/game-development/SKILL.md create mode 100644 .agent/skills/game-development/game-art/SKILL.md create mode 100644 .agent/skills/game-development/game-audio/SKILL.md create mode 100644 .agent/skills/game-development/game-design/SKILL.md create mode 100644 .agent/skills/game-development/mobile-games/SKILL.md create mode 100644 .agent/skills/game-development/multiplayer/SKILL.md create mode 100644 .agent/skills/game-development/pc-games/SKILL.md create mode 100644 .agent/skills/game-development/vr-ar/SKILL.md create mode 100644 .agent/skills/game-development/web-games/SKILL.md create mode 100644 .agent/skills/geo-fundamentals/SKILL.md create mode 100644 .agent/skills/geo-fundamentals/scripts/geo_checker.py create mode 100644 .agent/skills/i18n-localization/SKILL.md create mode 100644 .agent/skills/i18n-localization/scripts/i18n_checker.py create mode 100644 .agent/skills/intelligent-routing/SKILL.md create mode 100644 .agent/skills/lint-and-validate/SKILL.md create mode 100644 .agent/skills/lint-and-validate/scripts/lint_runner.py create mode 100644 .agent/skills/lint-and-validate/scripts/type_coverage.py create mode 100644 .agent/skills/mcp-builder/SKILL.md create mode 100644 .agent/skills/mobile-design/SKILL.md create mode 100644 .agent/skills/mobile-design/decision-trees.md create mode 100644 .agent/skills/mobile-design/mobile-backend.md create mode 100644 .agent/skills/mobile-design/mobile-color-system.md create mode 100644 .agent/skills/mobile-design/mobile-debugging.md create mode 100644 .agent/skills/mobile-design/mobile-design-thinking.md create mode 100644 .agent/skills/mobile-design/mobile-navigation.md create mode 100644 .agent/skills/mobile-design/mobile-performance.md create mode 100644 .agent/skills/mobile-design/mobile-testing.md create mode 100644 .agent/skills/mobile-design/mobile-typography.md create mode 100644 .agent/skills/mobile-design/platform-android.md create mode 100644 .agent/skills/mobile-design/platform-ios.md create mode 100644 .agent/skills/mobile-design/scripts/mobile_audit.py create mode 100644 .agent/skills/mobile-design/touch-psychology.md create mode 100644 .agent/skills/nextjs-react-expert/1-async-eliminating-waterfalls.md create mode 100644 .agent/skills/nextjs-react-expert/2-bundle-bundle-size-optimization.md create mode 100644 .agent/skills/nextjs-react-expert/3-server-server-side-performance.md create mode 100644 .agent/skills/nextjs-react-expert/4-client-client-side-data-fetching.md create mode 100644 .agent/skills/nextjs-react-expert/5-rerender-re-render-optimization.md create mode 100644 .agent/skills/nextjs-react-expert/6-rendering-rendering-performance.md create mode 100644 .agent/skills/nextjs-react-expert/7-js-javascript-performance.md create mode 100644 .agent/skills/nextjs-react-expert/8-advanced-advanced-patterns.md create mode 100644 .agent/skills/nextjs-react-expert/9-cache-components.md create mode 100644 .agent/skills/nextjs-react-expert/SKILL.md create mode 100644 .agent/skills/nextjs-react-expert/scripts/convert_rules.py create mode 100644 .agent/skills/nextjs-react-expert/scripts/react_performance_checker.py create mode 100644 .agent/skills/nodejs-best-practices/SKILL.md create mode 100644 .agent/skills/parallel-agents/SKILL.md create mode 100644 .agent/skills/performance-profiling/SKILL.md create mode 100644 .agent/skills/performance-profiling/scripts/lighthouse_audit.py create mode 100644 .agent/skills/plan-writing/SKILL.md create mode 100644 .agent/skills/powershell-windows/SKILL.md create mode 100644 .agent/skills/python-patterns/SKILL.md create mode 100644 .agent/skills/red-team-tactics/SKILL.md create mode 100644 .agent/skills/rust-pro/SKILL.md create mode 100644 .agent/skills/seo-fundamentals/SKILL.md create mode 100644 .agent/skills/seo-fundamentals/scripts/seo_checker.py create mode 100644 .agent/skills/server-management/SKILL.md create mode 100644 .agent/skills/systematic-debugging/SKILL.md create mode 100644 .agent/skills/tailwind-patterns/SKILL.md create mode 100644 .agent/skills/tdd-workflow/SKILL.md create mode 100644 .agent/skills/testing-patterns/SKILL.md create mode 100644 .agent/skills/testing-patterns/scripts/test_runner.py create mode 100644 .agent/skills/vulnerability-scanner/SKILL.md create mode 100644 .agent/skills/vulnerability-scanner/checklists.md create mode 100644 .agent/skills/vulnerability-scanner/scripts/security_scan.py create mode 100644 .agent/skills/web-design-guidelines/SKILL.md create mode 100644 .agent/skills/webapp-testing/SKILL.md create mode 100644 .agent/skills/webapp-testing/scripts/playwright_runner.py create mode 100644 .agent/workflows/brainstorm.md create mode 100644 .agent/workflows/create.md create mode 100644 .agent/workflows/debug.md create mode 100644 .agent/workflows/deploy.md create mode 100644 .agent/workflows/enhance.md create mode 100644 .agent/workflows/orchestrate.md create mode 100644 .agent/workflows/plan.md create mode 100644 .agent/workflows/preview.md create mode 100644 .agent/workflows/status.md create mode 100644 .agent/workflows/test.md create mode 100644 .agent/workflows/ui-ux-pro-max.md create mode 100644 .editorconfig create mode 100644 .env.example create mode 100644 .gitattributes create mode 100644 .github/workflows/issues.yml create mode 100644 .github/workflows/pull-requests.yml create mode 100644 .github/workflows/tests.yml create mode 100644 .github/workflows/update-changelog.yml create mode 100644 .gitignore create mode 100644 .styleci.yml create mode 100644 CHANGELOG.md create mode 100644 README.md create mode 100644 app/Http/Controllers/Auth/AuthenticatedSessionController.php create mode 100644 app/Http/Controllers/Auth/ConfirmablePasswordController.php create mode 100644 app/Http/Controllers/Auth/EmailVerificationNotificationController.php create mode 100644 app/Http/Controllers/Auth/EmailVerificationPromptController.php create mode 100644 app/Http/Controllers/Auth/NewPasswordController.php create mode 100644 app/Http/Controllers/Auth/PasswordController.php create mode 100644 app/Http/Controllers/Auth/PasswordResetLinkController.php create mode 100644 app/Http/Controllers/Auth/RegisteredUserController.php create mode 100644 app/Http/Controllers/Auth/VerifyEmailController.php create mode 100644 app/Http/Controllers/Controller.php create mode 100644 app/Http/Controllers/ProfileController.php create mode 100644 app/Http/Middleware/HandleInertiaRequests.php create mode 100644 app/Http/Requests/Auth/LoginRequest.php create mode 100644 app/Http/Requests/ProfileUpdateRequest.php create mode 100644 app/Models/User.php create mode 100644 app/Providers/AppServiceProvider.php create mode 100644 artisan create mode 100644 bootstrap/app.php create mode 100644 bootstrap/cache/.gitignore create mode 100644 bootstrap/providers.php create mode 100644 components.json create mode 100644 composer.json create mode 100644 composer.lock create mode 100644 config/app.php create mode 100644 config/auth.php create mode 100644 config/cache.php create mode 100644 config/database.php create mode 100644 config/filesystems.php create mode 100644 config/logging.php create mode 100644 config/mail.php create mode 100644 config/modules.php create mode 100644 config/permission.php create mode 100644 config/queue.php create mode 100644 config/services.php create mode 100644 config/session.php create mode 100644 database/.gitignore create mode 100644 database/factories/UserFactory.php create mode 100644 database/migrations/0001_01_01_000000_create_users_table.php create mode 100644 database/migrations/0001_01_01_000001_create_cache_table.php create mode 100644 database/migrations/0001_01_01_000002_create_jobs_table.php create mode 100644 database/migrations/2026_03_24_112006_create_media_table.php create mode 100644 database/migrations/2026_03_24_112006_create_permission_tables.php create mode 100644 database/seeders/DatabaseSeeder.php create mode 100644 docs/PLAN-construction-erp.md create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 phpunit.xml create mode 100644 postcss.config.js create mode 100644 public/.htaccess create mode 100644 public/favicon.ico create mode 100644 public/index.php create mode 100644 public/robots.txt create mode 100644 resources/css/app.css create mode 100644 resources/js/Components/ApplicationLogo.tsx create mode 100644 resources/js/Components/Checkbox.tsx create mode 100644 resources/js/Components/DangerButton.tsx create mode 100644 resources/js/Components/Dropdown.tsx create mode 100644 resources/js/Components/InputError.tsx create mode 100644 resources/js/Components/InputLabel.tsx create mode 100644 resources/js/Components/Modal.tsx create mode 100644 resources/js/Components/NavLink.tsx create mode 100644 resources/js/Components/PrimaryButton.tsx create mode 100644 resources/js/Components/ResponsiveNavLink.tsx create mode 100644 resources/js/Components/SecondaryButton.tsx create mode 100644 resources/js/Components/TextInput.tsx create mode 100644 resources/js/Components/ui/button.tsx create mode 100644 resources/js/Layouts/AuthenticatedLayout.tsx create mode 100644 resources/js/Layouts/GuestLayout.tsx create mode 100644 resources/js/Pages/Auth/ConfirmPassword.tsx create mode 100644 resources/js/Pages/Auth/ForgotPassword.tsx create mode 100644 resources/js/Pages/Auth/Login.tsx create mode 100644 resources/js/Pages/Auth/Register.tsx create mode 100644 resources/js/Pages/Auth/ResetPassword.tsx create mode 100644 resources/js/Pages/Auth/VerifyEmail.tsx create mode 100644 resources/js/Pages/Dashboard.tsx create mode 100644 resources/js/Pages/Profile/Edit.tsx create mode 100644 resources/js/Pages/Profile/Partials/DeleteUserForm.tsx create mode 100644 resources/js/Pages/Profile/Partials/UpdatePasswordForm.tsx create mode 100644 resources/js/Pages/Profile/Partials/UpdateProfileInformationForm.tsx create mode 100644 resources/js/Pages/Welcome.tsx create mode 100644 resources/js/app.tsx create mode 100644 resources/js/bootstrap.ts create mode 100644 resources/js/lib/utils.ts create mode 100644 resources/js/types/global.d.ts create mode 100644 resources/js/types/index.d.ts create mode 100644 resources/js/types/vite-env.d.ts create mode 100644 resources/views/app.blade.php create mode 100644 routes/auth.php create mode 100644 routes/console.php create mode 100644 routes/web.php create mode 100644 storage/app/.gitignore create mode 100644 storage/app/private/.gitignore create mode 100644 storage/app/public/.gitignore create mode 100644 storage/framework/.gitignore create mode 100644 storage/framework/cache/.gitignore create mode 100644 storage/framework/cache/data/.gitignore create mode 100644 storage/framework/sessions/.gitignore create mode 100644 storage/framework/testing/.gitignore create mode 100644 storage/framework/views/.gitignore create mode 100644 storage/logs/.gitignore create mode 100644 stubs/nwidart-stubs/action-invoke.stub create mode 100644 stubs/nwidart-stubs/action.stub create mode 100644 stubs/nwidart-stubs/assets/js/app.stub create mode 100644 stubs/nwidart-stubs/assets/sass/app.stub create mode 100644 stubs/nwidart-stubs/cast.stub create mode 100644 stubs/nwidart-stubs/channel.stub create mode 100644 stubs/nwidart-stubs/class-invoke.stub create mode 100644 stubs/nwidart-stubs/class.stub create mode 100644 stubs/nwidart-stubs/command.stub create mode 100644 stubs/nwidart-stubs/component-class.stub create mode 100644 stubs/nwidart-stubs/component-view.stub create mode 100644 stubs/nwidart-stubs/composer.stub create mode 100644 stubs/nwidart-stubs/controller-api.stub create mode 100644 stubs/nwidart-stubs/controller-inertia.stub create mode 100644 stubs/nwidart-stubs/controller-plain.stub create mode 100644 stubs/nwidart-stubs/controller.invokable.stub create mode 100644 stubs/nwidart-stubs/controller.stub create mode 100644 stubs/nwidart-stubs/enum.stub create mode 100644 stubs/nwidart-stubs/event-provider.stub create mode 100644 stubs/nwidart-stubs/event.stub create mode 100644 stubs/nwidart-stubs/exception-render-report.stub create mode 100644 stubs/nwidart-stubs/exception-render.stub create mode 100644 stubs/nwidart-stubs/exception-report.stub create mode 100644 stubs/nwidart-stubs/exception.stub create mode 100644 stubs/nwidart-stubs/factory.stub create mode 100644 stubs/nwidart-stubs/helper-invoke.stub create mode 100644 stubs/nwidart-stubs/helper.stub create mode 100644 stubs/nwidart-stubs/inertia/app-react.stub create mode 100644 stubs/nwidart-stubs/inertia/app-svelte.stub create mode 100644 stubs/nwidart-stubs/inertia/app-vue.stub create mode 100644 stubs/nwidart-stubs/inertia/component-react.stub create mode 100644 stubs/nwidart-stubs/inertia/component-svelte.stub create mode 100644 stubs/nwidart-stubs/inertia/component-vue.stub create mode 100644 stubs/nwidart-stubs/inertia/page-react.stub create mode 100644 stubs/nwidart-stubs/inertia/page-svelte.stub create mode 100644 stubs/nwidart-stubs/inertia/page-vue.stub create mode 100644 stubs/nwidart-stubs/interface.stub create mode 100644 stubs/nwidart-stubs/job-queued.stub create mode 100644 stubs/nwidart-stubs/job.stub create mode 100644 stubs/nwidart-stubs/json.stub create mode 100644 stubs/nwidart-stubs/listener-duck.stub create mode 100644 stubs/nwidart-stubs/listener-queued-duck.stub create mode 100644 stubs/nwidart-stubs/listener-queued.stub create mode 100644 stubs/nwidart-stubs/listener.stub create mode 100644 stubs/nwidart-stubs/mail.stub create mode 100644 stubs/nwidart-stubs/middleware.stub create mode 100644 stubs/nwidart-stubs/middleware/handle-inertia-requests.stub create mode 100644 stubs/nwidart-stubs/migration/add.stub create mode 100644 stubs/nwidart-stubs/migration/create.stub create mode 100644 stubs/nwidart-stubs/migration/delete.stub create mode 100644 stubs/nwidart-stubs/migration/drop.stub create mode 100644 stubs/nwidart-stubs/migration/plain.stub create mode 100644 stubs/nwidart-stubs/model.stub create mode 100644 stubs/nwidart-stubs/notification.stub create mode 100644 stubs/nwidart-stubs/observer.stub create mode 100644 stubs/nwidart-stubs/package.stub create mode 100644 stubs/nwidart-stubs/policy.plain.stub create mode 100644 stubs/nwidart-stubs/provider.stub create mode 100644 stubs/nwidart-stubs/replacement.stub create mode 100644 stubs/nwidart-stubs/repository-invoke.stub create mode 100644 stubs/nwidart-stubs/repository.stub create mode 100644 stubs/nwidart-stubs/request.stub create mode 100644 stubs/nwidart-stubs/resource-collection.stub create mode 100644 stubs/nwidart-stubs/resource.stub create mode 100644 stubs/nwidart-stubs/route-provider.stub create mode 100644 stubs/nwidart-stubs/routes/api.stub create mode 100644 stubs/nwidart-stubs/routes/web.stub create mode 100644 stubs/nwidart-stubs/rule.implicit.stub create mode 100644 stubs/nwidart-stubs/rule.stub create mode 100644 stubs/nwidart-stubs/scaffold/config.stub create mode 100644 stubs/nwidart-stubs/scaffold/provider.stub create mode 100644 stubs/nwidart-stubs/scope.stub create mode 100644 stubs/nwidart-stubs/seeder.stub create mode 100644 stubs/nwidart-stubs/service-invoke.stub create mode 100644 stubs/nwidart-stubs/service.stub create mode 100644 stubs/nwidart-stubs/tests/feature.stub create mode 100644 stubs/nwidart-stubs/tests/unit.stub create mode 100644 stubs/nwidart-stubs/trait.stub create mode 100644 stubs/nwidart-stubs/view.stub create mode 100644 stubs/nwidart-stubs/views/index.stub create mode 100644 stubs/nwidart-stubs/views/master.stub create mode 100644 stubs/nwidart-stubs/vite.stub create mode 100644 tailwind.config.js create mode 100644 tests/Feature/Auth/AuthenticationTest.php create mode 100644 tests/Feature/Auth/EmailVerificationTest.php create mode 100644 tests/Feature/Auth/PasswordConfirmationTest.php create mode 100644 tests/Feature/Auth/PasswordResetTest.php create mode 100644 tests/Feature/Auth/PasswordUpdateTest.php create mode 100644 tests/Feature/Auth/RegistrationTest.php create mode 100644 tests/Feature/ExampleTest.php create mode 100644 tests/Feature/ProfileTest.php create mode 100644 tests/TestCase.php create mode 100644 tests/Unit/ExampleTest.php create mode 100644 tsconfig.json create mode 100644 vite-module-loader.js create mode 100644 vite.config.js diff --git a/.agent/.shared/ui-ux-pro-max/data/charts.csv b/.agent/.shared/ui-ux-pro-max/data/charts.csv new file mode 100644 index 0000000..5cfa805 --- /dev/null +++ b/.agent/.shared/ui-ux-pro-max/data/charts.csv @@ -0,0 +1,26 @@ +No,Data Type,Keywords,Best Chart Type,Secondary Options,Color Guidance,Performance Impact,Accessibility Notes,Library Recommendation,Interactive Level +1,Trend Over Time,"trend, time-series, line, growth, timeline, progress",Line Chart,"Area Chart, Smooth Area",Primary: #0080FF. Multiple series: use distinct colors. Fill: 20% opacity,⚡ Excellent (optimized),✓ Clear line patterns for colorblind users. Add pattern overlays.,"Chart.js, Recharts, ApexCharts",Hover + Zoom +2,Compare Categories,"compare, categories, bar, comparison, ranking",Bar Chart (Horizontal or Vertical),"Column Chart, Grouped Bar",Each bar: distinct color. Category: grouped same color. Sorted: descending order,⚡ Excellent,✓ Easy to compare. Add value labels on bars for clarity.,"Chart.js, Recharts, D3.js",Hover + Sort +3,Part-to-Whole,"part-to-whole, pie, donut, percentage, proportion, share",Pie Chart or Donut,"Stacked Bar, Treemap",Colors: 5-6 max. Contrasting palette. Large slices first. Use labels.,⚡ Good (limit 6 slices),⚠ Hard for accessibility. Better: Stacked bar with legend. Avoid pie if >5 items.,"Chart.js, Recharts, D3.js",Hover + Drill +4,Correlation/Distribution,"correlation, distribution, scatter, relationship, pattern",Scatter Plot or Bubble Chart,"Heat Map, Matrix",Color axis: gradient (blue-red). Size: relative. Opacity: 0.6-0.8 to show density,⚠ Moderate (many points),⚠ Provide data table alternative. Use pattern + color distinction.,"D3.js, Plotly, Recharts",Hover + Brush +5,Heatmap/Intensity,"heatmap, heat-map, intensity, density, matrix",Heat Map or Choropleth,"Grid Heat Map, Bubble Heat",Gradient: Cool (blue) to Hot (red). Scale: clear legend. Divergent for ±data,⚡ Excellent (color CSS),⚠ Colorblind: Use pattern overlay. Provide numerical legend.,"D3.js, Plotly, ApexCharts",Hover + Zoom +6,Geographic Data,"geographic, map, location, region, geo, spatial","Choropleth Map, Bubble Map",Geographic Heat Map,Regional: single color gradient or categorized colors. Legend: clear scale,⚠ Moderate (rendering),⚠ Include text labels for regions. Provide data table alternative.,"D3.js, Mapbox, Leaflet",Pan + Zoom + Drill +7,Funnel/Flow,funnel/flow,"Funnel Chart, Sankey",Waterfall (for flows),Stages: gradient (starting color → ending color). Show conversion %,⚡ Good,✓ Clear stage labels + percentages. Good for accessibility if labeled.,"D3.js, Recharts, Custom SVG",Hover + Drill +8,Performance vs Target,performance-vs-target,Gauge Chart or Bullet Chart,"Dial, Thermometer",Performance: Red→Yellow→Green gradient. Target: marker line. Threshold colors,⚡ Good,✓ Add numerical value + percentage label beside gauge.,"D3.js, ApexCharts, Custom SVG",Hover +9,Time-Series Forecast,time-series-forecast,Line with Confidence Band,Ribbon Chart,Actual: solid line #0080FF. Forecast: dashed #FF9500. Band: light shading,⚡ Good,✓ Clearly distinguish actual vs forecast. Add legend.,"Chart.js, ApexCharts, Plotly",Hover + Toggle +10,Anomaly Detection,anomaly-detection,Line Chart with Highlights,Scatter with Alert,Normal: blue #0080FF. Anomaly: red #FF0000 circle/square marker + alert,⚡ Good,✓ Circle/marker for anomalies. Add text alert annotation.,"D3.js, Plotly, ApexCharts",Hover + Alert +11,Hierarchical/Nested Data,hierarchical/nested-data,Treemap,"Sunburst, Nested Donut, Icicle",Parent: distinct hues. Children: lighter shades. White borders 2-3px.,⚠ Moderate,⚠ Poor - provide table alternative. Label large areas.,"D3.js, Recharts, ApexCharts",Hover + Drilldown +12,Flow/Process Data,flow/process-data,Sankey Diagram,"Alluvial, Chord Diagram",Gradient from source to target. Opacity 0.4-0.6 for flows.,⚠ Moderate,⚠ Poor - provide flow table alternative.,"D3.js (d3-sankey), Plotly",Hover + Drilldown +13,Cumulative Changes,cumulative-changes,Waterfall Chart,"Stacked Bar, Cascade",Increases: #4CAF50. Decreases: #F44336. Start: #2196F3. End: #0D47A1.,⚡ Good,✓ Good - clear directional colors with labels.,"ApexCharts, Highcharts, Plotly",Hover +14,Multi-Variable Comparison,multi-variable-comparison,Radar/Spider Chart,"Parallel Coordinates, Grouped Bar",Single: #0080FF 20% fill. Multiple: distinct colors per dataset.,⚡ Good,⚠ Moderate - limit 5-8 axes. Add data table.,"Chart.js, Recharts, ApexCharts",Hover + Toggle +15,Stock/Trading OHLC,stock/trading-ohlc,Candlestick Chart,"OHLC Bar, Heikin-Ashi",Bullish: #26A69A. Bearish: #EF5350. Volume: 40% opacity below.,⚡ Good,⚠ Moderate - provide OHLC data table.,"Lightweight Charts (TradingView), ApexCharts",Real-time + Hover + Zoom +16,Relationship/Connection Data,relationship/connection-data,Network Graph,"Hierarchical Tree, Adjacency Matrix",Node types: categorical colors. Edges: #90A4AE 60% opacity.,❌ Poor (500+ nodes struggles),❌ Very Poor - provide adjacency list alternative.,"D3.js (d3-force), Vis.js, Cytoscape.js",Drilldown + Hover + Drag +17,Distribution/Statistical,distribution/statistical,Box Plot,"Violin Plot, Beeswarm",Box: #BBDEFB. Border: #1976D2. Median: #D32F2F. Outliers: #F44336.,⚡ Excellent,"✓ Good - include stats table (min, Q1, median, Q3, max).","Plotly, D3.js, Chart.js (plugin)",Hover +18,Performance vs Target (Compact),performance-vs-target-(compact),Bullet Chart,"Gauge, Progress Bar","Ranges: #FFCDD2, #FFF9C4, #C8E6C9. Performance: #1976D2. Target: black 3px.",⚡ Excellent,✓ Excellent - compact with clear values.,"D3.js, Plotly, Custom SVG",Hover +19,Proportional/Percentage,proportional/percentage,Waffle Chart,"Pictogram, Stacked Bar 100%",10x10 grid. 3-5 categories max. 2-3px spacing between squares.,⚡ Good,✓ Good - better than pie for accessibility.,"D3.js, React-Waffle, Custom CSS Grid",Hover +20,Hierarchical Proportional,hierarchical-proportional,Sunburst Chart,"Treemap, Icicle, Circle Packing",Center to outer: darker to lighter. 15-20% lighter per level.,⚠ Moderate,⚠ Poor - provide hierarchy table alternative.,"D3.js (d3-hierarchy), Recharts, ApexCharts",Drilldown + Hover +21,Root Cause Analysis,"root cause, decomposition, tree, hierarchy, drill-down, ai-split",Decomposition Tree,"Decision Tree, Flow Chart",Nodes: #2563EB (Primary) vs #EF4444 (Negative impact). Connectors: Neutral grey.,⚠ Moderate (calculation heavy),✓ clear hierarchy. Allow keyboard navigation for nodes.,"Power BI (native), React-Flow, Custom D3.js",Drill + Expand +22,3D Spatial Data,"3d, spatial, immersive, terrain, molecular, volumetric",3D Scatter/Surface Plot,"Volumetric Rendering, Point Cloud",Depth cues: lighting/shading. Z-axis: color gradient (cool to warm).,❌ Heavy (WebGL required),❌ Poor - requires alternative 2D view or data table.,"Three.js, Deck.gl, Plotly 3D",Rotate + Zoom + VR +23,Real-Time Streaming,"streaming, real-time, ticker, live, velocity, pulse",Streaming Area Chart,"Ticker Tape, Moving Gauge",Current: Bright Pulse (#00FF00). History: Fading opacity. Grid: Dark.,⚡ Optimized (canvas/webgl),⚠ Flashing elements - provide pause button. High contrast.,Smoothed D3.js, CanvasJS, SciChart,Real-time + Pause +24,Sentiment/Emotion,"sentiment, emotion, nlp, opinion, feeling",Word Cloud with Sentiment,"Sentiment Arc, Radar Chart",Positive: #22C55E. Negative: #EF4444. Neutral: #94A3B8. Size = Frequency.,⚡ Good,⚠ Word clouds poor for screen readers. Use list view.,"D3-cloud, Highcharts, Nivo",Hover + Filter +25,Process Mining,"process, mining, variants, path, bottleneck, log",Process Map / Graph,"Directed Acyclic Graph (DAG), Petri Net",Happy path: #10B981 (Thick). Deviations: #F59E0B (Thin). Bottlenecks: #EF4444.,⚠ Moderate to Heavy,⚠ Complex graphs hard to navigate. Provide path summary.,"React-Flow, Cytoscape.js, Recharts",Drag + Node-Click \ No newline at end of file diff --git a/.agent/.shared/ui-ux-pro-max/data/colors.csv b/.agent/.shared/ui-ux-pro-max/data/colors.csv new file mode 100644 index 0000000..77feb8b --- /dev/null +++ b/.agent/.shared/ui-ux-pro-max/data/colors.csv @@ -0,0 +1,97 @@ +No,Product Type,Keywords,Primary (Hex),Secondary (Hex),CTA (Hex),Background (Hex),Text (Hex),Border (Hex),Notes +1,SaaS (General),"saas, general",#2563EB,#3B82F6,#F97316,#F8FAFC,#1E293B,#E2E8F0,Trust blue + accent contrast +2,Micro SaaS,"micro, saas",#2563EB,#3B82F6,#F97316,#F8FAFC,#1E293B,#E2E8F0,Vibrant primary + white space +3,E-commerce,commerce,#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Brand primary + success green +4,E-commerce Luxury,"commerce, luxury",#1C1917,#44403C,#CA8A04,#FAFAF9,#0C0A09,#D6D3D1,Premium colors + minimal accent +5,Service Landing Page,"service, landing, page",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Brand primary + trust colors +6,B2B Service,"b2b, service",#0F172A,#334155,#0369A1,#F8FAFC,#020617,#E2E8F0,Professional blue + neutral grey +7,Financial Dashboard,"financial, dashboard",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Dark bg + red/green alerts + trust blue +8,Analytics Dashboard,"analytics, dashboard",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Cool→Hot gradients + neutral grey +9,Healthcare App,"healthcare, app",#0891B2,#22D3EE,#059669,#ECFEFF,#164E63,#A5F3FC,Calm blue + health green + trust +10,Educational App,"educational, app",#4F46E5,#818CF8,#F97316,#EEF2FF,#1E1B4B,#C7D2FE,Playful colors + clear hierarchy +11,Creative Agency,"creative, agency",#EC4899,#F472B6,#06B6D4,#FDF2F8,#831843,#FBCFE8,Bold primaries + artistic freedom +12,Portfolio/Personal,"portfolio, personal",#18181B,#3F3F46,#2563EB,#FAFAFA,#09090B,#E4E4E7,Brand primary + artistic interpretation +13,Gaming,gaming,#7C3AED,#A78BFA,#F43F5E,#0F0F23,#E2E8F0,#4C1D95,Vibrant + neon + immersive colors +14,Government/Public Service,"government, public, service",#0F172A,#334155,#0369A1,#F8FAFC,#020617,#E2E8F0,Professional blue + high contrast +15,Fintech/Crypto,"fintech, crypto",#F59E0B,#FBBF24,#8B5CF6,#0F172A,#F8FAFC,#334155,Dark tech colors + trust + vibrant accents +16,Social Media App,"social, media, app",#2563EB,#60A5FA,#F43F5E,#F8FAFC,#1E293B,#DBEAFE,Vibrant + engagement colors +17,Productivity Tool,"productivity, tool",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Clear hierarchy + functional colors +18,Design System/Component Library,"design, system, component, library",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Clear hierarchy + code-like structure +19,AI/Chatbot Platform,"chatbot, platform",#7C3AED,#A78BFA,#06B6D4,#FAF5FF,#1E1B4B,#DDD6FE,Neutral + AI Purple (#6366F1) +20,NFT/Web3 Platform,"nft, web3, platform",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Dark + Neon + Gold (#FFD700) +21,Creator Economy Platform,"creator, economy, platform",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Vibrant + Brand colors +22,Sustainability/ESG Platform,"sustainability, esg, platform",#7C3AED,#A78BFA,#06B6D4,#FAF5FF,#1E1B4B,#DDD6FE,Green (#228B22) + Earth tones +23,Remote Work/Collaboration Tool,"remote, work, collaboration, tool",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Calm Blue + Neutral grey +24,Mental Health App,"mental, health, app",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Calm Pastels + Trust colors +25,Pet Tech App,"pet, tech, app",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Playful + Warm colors +26,Smart Home/IoT Dashboard,"smart, home, iot, dashboard",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Dark + Status indicator colors +27,EV/Charging Ecosystem,"charging, ecosystem",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Electric Blue (#009CD1) + Green +28,Subscription Box Service,"subscription, box, service",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Brand + Excitement colors +29,Podcast Platform,"podcast, platform",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Dark + Audio waveform accents +30,Dating App,"dating, app",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Warm + Romantic (Pink/Red gradients) +31,Micro-Credentials/Badges Platform,"micro, credentials, badges, platform",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Trust Blue + Gold (#FFD700) +32,Knowledge Base/Documentation,"knowledge, base, documentation",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Clean hierarchy + minimal color +33,Hyperlocal Services,"hyperlocal, services",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Location markers + Trust colors +34,Beauty/Spa/Wellness Service,"beauty, spa, wellness, service",#10B981,#34D399,#8B5CF6,#ECFDF5,#064E3B,#A7F3D0,Soft pastels (Pink #FFB6C1 Sage #90EE90) + Cream + Gold accents +35,Luxury/Premium Brand,"luxury, premium, brand",#1C1917,#44403C,#CA8A04,#FAFAF9,#0C0A09,#D6D3D1,Black + Gold (#FFD700) + White + Minimal accent +36,Restaurant/Food Service,"restaurant, food, service",#DC2626,#F87171,#CA8A04,#FEF2F2,#450A0A,#FECACA,Warm colors (Orange Red Brown) + appetizing imagery +37,Fitness/Gym App,"fitness, gym, app",#DC2626,#F87171,#16A34A,#FEF2F2,#1F2937,#FECACA,Energetic (Orange #FF6B35 Electric Blue) + Dark bg +38,Real Estate/Property,"real, estate, property",#0F766E,#14B8A6,#0369A1,#F0FDFA,#134E4A,#99F6E4,Trust Blue (#0077B6) + Gold accents + White +39,Travel/Tourism Agency,"travel, tourism, agency",#EC4899,#F472B6,#06B6D4,#FDF2F8,#831843,#FBCFE8,Vibrant destination colors + Sky Blue + Warm accents +40,Hotel/Hospitality,"hotel, hospitality",#1E3A8A,#3B82F6,#CA8A04,#F8FAFC,#1E40AF,#BFDBFE,Warm neutrals + Gold (#D4AF37) + Brand accent +41,Wedding/Event Planning,"wedding, event, planning",#7C3AED,#A78BFA,#F97316,#FAF5FF,#4C1D95,#DDD6FE,Soft Pink (#FFD6E0) + Gold + Cream + Sage +42,Legal Services,"legal, services",#1E3A8A,#1E40AF,#B45309,#F8FAFC,#0F172A,#CBD5E1,Navy Blue (#1E3A5F) + Gold + White +43,Insurance Platform,"insurance, platform",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Trust Blue (#0066CC) + Green (security) + Neutral +44,Banking/Traditional Finance,"banking, traditional, finance",#0F766E,#14B8A6,#0369A1,#F0FDFA,#134E4A,#99F6E4,Navy (#0A1628) + Trust Blue + Gold accents +45,Online Course/E-learning,"online, course, learning",#0D9488,#2DD4BF,#EA580C,#F0FDFA,#134E4A,#5EEAD4,Vibrant learning colors + Progress green +46,Non-profit/Charity,"non, profit, charity",#0891B2,#22D3EE,#F97316,#ECFEFF,#164E63,#A5F3FC,Cause-related colors + Trust + Warm +47,Music Streaming,"music, streaming",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Dark (#121212) + Vibrant accents + Album art colors +48,Video Streaming/OTT,"video, streaming, ott",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Dark bg + Content poster colors + Brand accent +49,Job Board/Recruitment,"job, board, recruitment",#0F172A,#334155,#0369A1,#F8FAFC,#020617,#E2E8F0,Professional Blue + Success Green + Neutral +50,Marketplace (P2P),"marketplace, p2p",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Trust colors + Category colors + Success green +51,Logistics/Delivery,"logistics, delivery",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Blue (#2563EB) + Orange (tracking) + Green (delivered) +52,Agriculture/Farm Tech,"agriculture, farm, tech",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Earth Green (#4A7C23) + Brown + Sky Blue +53,Construction/Architecture,"construction, architecture",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Grey (#4A4A4A) + Orange (safety) + Blueprint Blue +54,Automotive/Car Dealership,"automotive, car, dealership",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Brand colors + Metallic accents + Dark/Light +55,Photography Studio,"photography, studio",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Black + White + Minimal accent +56,Coworking Space,"coworking, space",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Energetic colors + Wood tones + Brand accent +57,Cleaning Service,"cleaning, service",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Fresh Blue (#00B4D8) + Clean White + Green +58,Home Services (Plumber/Electrician),"home, services, plumber, electrician",#0F172A,#334155,#0369A1,#F8FAFC,#020617,#E2E8F0,Trust Blue + Safety Orange + Professional grey +59,Childcare/Daycare,"childcare, daycare",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Playful pastels + Safe colors + Warm accents +60,Senior Care/Elderly,"senior, care, elderly",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Calm Blue + Warm neutrals + Large text +61,Medical Clinic,"medical, clinic",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Medical Blue (#0077B6) + Trust White + Calm Green +62,Pharmacy/Drug Store,"pharmacy, drug, store",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Pharmacy Green + Trust Blue + Clean White +63,Dental Practice,"dental, practice",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Fresh Blue + White + Smile Yellow accent +64,Veterinary Clinic,"veterinary, clinic",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Caring Blue + Pet-friendly colors + Warm accents +65,Florist/Plant Shop,"florist, plant, shop",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Natural Green + Floral pinks/purples + Earth tones +66,Bakery/Cafe,"bakery, cafe",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Warm Brown + Cream + Appetizing accents +67,Coffee Shop,"coffee, shop",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Coffee Brown (#6F4E37) + Cream + Warm accents +68,Brewery/Winery,"brewery, winery",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Deep amber/burgundy + Gold + Craft aesthetic +69,Airline,airline,#7C3AED,#A78BFA,#06B6D4,#FAF5FF,#1E1B4B,#DDD6FE,Sky Blue + Brand colors + Trust accents +70,News/Media Platform,"news, media, platform",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Brand colors + High contrast + Category colors +71,Magazine/Blog,"magazine, blog",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Editorial colors + Brand primary + Clean white +72,Freelancer Platform,"freelancer, platform",#0F172A,#334155,#0369A1,#F8FAFC,#020617,#E2E8F0,Professional Blue + Success Green + Neutral +73,Consulting Firm,"consulting, firm",#0F172A,#334155,#0369A1,#F8FAFC,#020617,#E2E8F0,Navy + Gold + Professional grey +74,Marketing Agency,"marketing, agency",#EC4899,#F472B6,#06B6D4,#FDF2F8,#831843,#FBCFE8,Bold brand colors + Creative freedom +75,Event Management,"event, management",#7C3AED,#A78BFA,#F97316,#FAF5FF,#4C1D95,#DDD6FE,Event theme colors + Excitement accents +76,Conference/Webinar Platform,"conference, webinar, platform",#0F172A,#334155,#0369A1,#F8FAFC,#020617,#E2E8F0,Professional Blue + Video accent + Brand +77,Membership/Community,"membership, community",#7C3AED,#A78BFA,#F97316,#FAF5FF,#4C1D95,#DDD6FE,Community brand colors + Engagement accents +78,Newsletter Platform,"newsletter, platform",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Brand primary + Clean white + CTA accent +79,Digital Products/Downloads,"digital, products, downloads",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Product category colors + Brand + Success green +80,Church/Religious Organization,"church, religious, organization",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Warm Gold + Deep Purple/Blue + White +81,Sports Team/Club,"sports, team, club",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Team colors + Energetic accents +82,Museum/Gallery,"museum, gallery",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Art-appropriate neutrals + Exhibition accents +83,Theater/Cinema,"theater, cinema",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Dark + Spotlight accents + Gold +84,Language Learning App,"language, learning, app",#0D9488,#2DD4BF,#EA580C,#F0FDFA,#134E4A,#5EEAD4,Playful colors + Progress indicators + Country flags +85,Coding Bootcamp,"coding, bootcamp",#3B82F6,#60A5FA,#F97316,#F8FAFC,#1E293B,#E2E8F0,Code editor colors + Brand + Success green +86,Cybersecurity Platform,"cybersecurity, security, cyber, hacker",#00FF41,#0D0D0D,#00FF41,#000000,#E0E0E0,#1F1F1F,Matrix Green + Deep Black + Terminal feel +87,Developer Tool / IDE,"developer, tool, ide, code, dev",#3B82F6,#1E293B,#2563EB,#0F172A,#F1F5F9,#334155,Dark syntax theme colors + Blue focus +88,Biotech / Life Sciences,"biotech, science, biology, medical",#0EA5E9,#0284C7,#10B981,#F8FAFC,#0F172A,#E2E8F0,Sterile White + DNA Blue + Life Green +89,Space Tech / Aerospace,"space, aerospace, tech, futuristic",#FFFFFF,#94A3B8,#3B82F6,#0B0B10,#F8FAFC,#1E293B,Deep Space Black + Star White + Metallic +90,Architecture / Interior,"architecture, interior, design, luxury",#171717,#404040,#D4AF37,#FFFFFF,#171717,#E5E5E5,Monochrome + Gold Accent + High Imagery +91,Quantum Computing,"quantum, qubit, tech",#00FFFF,#7B61FF,#FF00FF,#050510,#E0E0FF,#333344,Interference patterns + Neon + Deep Dark +92,Biohacking / Longevity,"bio, health, science",#FF4D4D,#4D94FF,#00E676,#F5F5F7,#1C1C1E,#E5E5EA,Biological red/blue + Clinical white +93,Autonomous Systems,"drone, robot, fleet",#00FF41,#008F11,#FF3333,#0D1117,#E6EDF3,#30363D,Terminal Green + Tactical Dark +94,Generative AI Art,"art, gen-ai, creative",#111111,#333333,#FFFFFF,#FAFAFA,#000000,#E5E5E5,Canvas Neutral + High Contrast +95,Spatial / Vision OS,"spatial, glass, vision",#FFFFFF,#E5E5E5,#007AFF,#888888,#000000,#FFFFFF,Glass opacity 20% + System Blue +96,Climate Tech,"climate, green, energy",#2E8B57,#87CEEB,#FFD700,#F0FFF4,#1A3320,#C6E6C6,Nature Green + Solar Yellow + Air Blue \ No newline at end of file diff --git a/.agent/.shared/ui-ux-pro-max/data/icons.csv b/.agent/.shared/ui-ux-pro-max/data/icons.csv new file mode 100644 index 0000000..a09a534 --- /dev/null +++ b/.agent/.shared/ui-ux-pro-max/data/icons.csv @@ -0,0 +1,101 @@ +STT,Category,Icon Name,Keywords,Library,Import Code,Usage,Best For,Style +1,Navigation,menu,hamburger menu navigation toggle bars,Lucide,import { Menu } from 'lucide-react',,Mobile navigation drawer toggle sidebar,Outline +2,Navigation,arrow-left,back previous return navigate,Lucide,import { ArrowLeft } from 'lucide-react',,Back button breadcrumb navigation,Outline +3,Navigation,arrow-right,next forward continue navigate,Lucide,import { ArrowRight } from 'lucide-react',,Forward button next step CTA,Outline +4,Navigation,chevron-down,dropdown expand accordion select,Lucide,import { ChevronDown } from 'lucide-react',,Dropdown toggle accordion header,Outline +5,Navigation,chevron-up,collapse close accordion minimize,Lucide,import { ChevronUp } from 'lucide-react',,Accordion collapse minimize,Outline +6,Navigation,home,homepage main dashboard start,Lucide,import { Home } from 'lucide-react',,Home navigation main page,Outline +7,Navigation,x,close cancel dismiss remove exit,Lucide,import { X } from 'lucide-react',,Modal close dismiss button,Outline +8,Navigation,external-link,open new tab external link,Lucide,import { ExternalLink } from 'lucide-react',,External link indicator,Outline +9,Action,plus,add create new insert,Lucide,import { Plus } from 'lucide-react',,Add button create new item,Outline +10,Action,minus,remove subtract decrease delete,Lucide,import { Minus } from 'lucide-react',,Remove item quantity decrease,Outline +11,Action,trash-2,delete remove discard bin,Lucide,import { Trash2 } from 'lucide-react',,Delete action destructive,Outline +12,Action,edit,pencil modify change update,Lucide,import { Edit } from 'lucide-react',,Edit button modify content,Outline +13,Action,save,disk store persist save,Lucide,import { Save } from 'lucide-react',,Save button persist changes,Outline +14,Action,download,export save file download,Lucide,import { Download } from 'lucide-react',,Download file export,Outline +15,Action,upload,import file attach upload,Lucide,import { Upload } from 'lucide-react',,Upload file import,Outline +16,Action,copy,duplicate clipboard paste,Lucide,import { Copy } from 'lucide-react',,Copy to clipboard,Outline +17,Action,share,social distribute send,Lucide,import { Share } from 'lucide-react',,Share button social,Outline +18,Action,search,find lookup filter query,Lucide,import { Search } from 'lucide-react',,Search input bar,Outline +19,Action,filter,sort refine narrow options,Lucide,import { Filter } from 'lucide-react',,Filter dropdown sort,Outline +20,Action,settings,gear cog preferences config,Lucide,import { Settings } from 'lucide-react',,Settings page configuration,Outline +21,Status,check,success done complete verified,Lucide,import { Check } from 'lucide-react',,Success state checkmark,Outline +22,Status,check-circle,success verified approved complete,Lucide,import { CheckCircle } from 'lucide-react',,Success badge verified,Outline +23,Status,x-circle,error failed cancel rejected,Lucide,import { XCircle } from 'lucide-react',,Error state failed,Outline +24,Status,alert-triangle,warning caution attention danger,Lucide,import { AlertTriangle } from 'lucide-react',,Warning message caution,Outline +25,Status,alert-circle,info notice information help,Lucide,import { AlertCircle } from 'lucide-react',,Info notice alert,Outline +26,Status,info,information help tooltip details,Lucide,import { Info } from 'lucide-react',,Information tooltip help,Outline +27,Status,loader,loading spinner processing wait,Lucide,import { Loader } from 'lucide-react',,Loading state spinner,Outline +28,Status,clock,time schedule pending wait,Lucide,import { Clock } from 'lucide-react',,Pending time schedule,Outline +29,Communication,mail,email message inbox letter,Lucide,import { Mail } from 'lucide-react',,Email contact inbox,Outline +30,Communication,message-circle,chat comment bubble conversation,Lucide,import { MessageCircle } from 'lucide-react',,Chat comment message,Outline +31,Communication,phone,call mobile telephone contact,Lucide,import { Phone } from 'lucide-react',,Phone contact call,Outline +32,Communication,send,submit dispatch message airplane,Lucide,import { Send } from 'lucide-react',,Send message submit,Outline +33,Communication,bell,notification alert ring reminder,Lucide,import { Bell } from 'lucide-react',,Notification bell alert,Outline +34,User,user,profile account person avatar,Lucide,import { User } from 'lucide-react',,User profile account,Outline +35,User,users,team group people members,Lucide,import { Users } from 'lucide-react',,Team group members,Outline +36,User,user-plus,add invite new member,Lucide,import { UserPlus } from 'lucide-react',,Add user invite,Outline +37,User,log-in,signin authenticate enter,Lucide,import { LogIn } from 'lucide-react',,Login signin,Outline +38,User,log-out,signout exit leave logout,Lucide,import { LogOut } from 'lucide-react',,Logout signout,Outline +39,Media,image,photo picture gallery thumbnail,Lucide,import { Image } from 'lucide-react',,Image photo gallery,Outline +40,Media,video,movie film play record,Lucide,import { Video } from 'lucide-react',