@nguyenphp/antigravity-marketing 1.0.16 → 1.0.19
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/README.md +187 -74
- package/bin/index.js +4 -4
- package/package.json +4 -3
- package/templates/.agent/agents/backend-specialist.md +263 -0
- package/templates/.agent/agents/database-architect.md +226 -0
- package/templates/.agent/agents/debugger.md +225 -0
- package/templates/.agent/agents/devops-engineer.md +242 -0
- package/templates/.agent/agents/documentation-writer.md +104 -0
- package/templates/.agent/agents/explorer-agent.md +73 -0
- package/templates/.agent/agents/frontend-specialist.md +527 -0
- package/templates/.agent/agents/game-developer.md +162 -0
- package/templates/.agent/agents/mobile-developer.md +377 -0
- package/templates/.agent/agents/orchestrator.md +400 -0
- package/templates/.agent/agents/penetration-tester.md +188 -0
- package/templates/.agent/agents/performance-optimizer.md +187 -0
- package/templates/.agent/agents/project-planner.md +403 -0
- package/templates/.agent/agents/security-auditor.md +170 -0
- package/templates/.agent/agents/seo-specialist.md +111 -0
- package/templates/.agent/agents/test-engineer.md +158 -0
- package/templates/.agent/rules/GEMINI.md +248 -0
- package/templates/.agent/skills/analytics-marketing/SKILL.md +172 -324
- package/templates/.agent/skills/api-patterns/SKILL.md +81 -0
- package/templates/.agent/skills/api-patterns/api-style.md +42 -0
- package/templates/.agent/skills/api-patterns/auth.md +24 -0
- package/templates/.agent/skills/api-patterns/documentation.md +26 -0
- package/templates/.agent/skills/api-patterns/graphql.md +41 -0
- package/templates/.agent/skills/api-patterns/rate-limiting.md +31 -0
- package/templates/.agent/skills/api-patterns/response.md +37 -0
- package/templates/.agent/skills/api-patterns/rest.md +40 -0
- package/templates/.agent/skills/api-patterns/scripts/api_validator.py +211 -0
- package/templates/.agent/skills/api-patterns/security-testing.md +122 -0
- package/templates/.agent/skills/api-patterns/trpc.md +41 -0
- package/templates/.agent/skills/api-patterns/versioning.md +22 -0
- package/templates/.agent/skills/app-builder/SKILL.md +75 -0
- package/templates/.agent/skills/app-builder/agent-coordination.md +71 -0
- package/templates/.agent/skills/app-builder/feature-building.md +53 -0
- package/templates/.agent/skills/app-builder/project-detection.md +34 -0
- package/templates/.agent/skills/app-builder/scaffolding.md +118 -0
- package/templates/.agent/skills/app-builder/tech-stack.md +40 -0
- package/templates/.agent/skills/app-builder/templates/SKILL.md +39 -0
- package/templates/.agent/skills/app-builder/templates/astro-static/TEMPLATE.md +76 -0
- package/templates/.agent/skills/app-builder/templates/chrome-extension/TEMPLATE.md +92 -0
- package/templates/.agent/skills/app-builder/templates/cli-tool/TEMPLATE.md +88 -0
- package/templates/.agent/skills/app-builder/templates/electron-desktop/TEMPLATE.md +88 -0
- package/templates/.agent/skills/app-builder/templates/express-api/TEMPLATE.md +83 -0
- package/templates/.agent/skills/app-builder/templates/flutter-app/TEMPLATE.md +90 -0
- package/templates/.agent/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md +90 -0
- package/templates/.agent/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +82 -0
- package/templates/.agent/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +100 -0
- package/templates/.agent/skills/app-builder/templates/nextjs-static/TEMPLATE.md +106 -0
- package/templates/.agent/skills/app-builder/templates/nuxt-app/TEMPLATE.md +101 -0
- package/templates/.agent/skills/app-builder/templates/python-fastapi/TEMPLATE.md +83 -0
- package/templates/.agent/skills/app-builder/templates/react-native-app/TEMPLATE.md +93 -0
- package/templates/.agent/skills/architecture/SKILL.md +55 -0
- package/templates/.agent/skills/architecture/context-discovery.md +43 -0
- package/templates/.agent/skills/architecture/examples.md +94 -0
- package/templates/.agent/skills/architecture/pattern-selection.md +68 -0
- package/templates/.agent/skills/architecture/patterns-reference.md +50 -0
- package/templates/.agent/skills/architecture/trade-off-analysis.md +77 -0
- package/templates/.agent/skills/banner-design/SKILL.md +192 -0
- package/templates/.agent/skills/banner-design/references/banner-sizes-and-styles.md +118 -0
- package/templates/.agent/skills/bash-linux/SKILL.md +199 -0
- package/templates/.agent/skills/behavioral-modes/SKILL.md +242 -0
- package/templates/.agent/skills/brainstorming/SKILL.md +163 -0
- package/templates/.agent/skills/brainstorming/dynamic-questioning.md +350 -0
- package/templates/.agent/skills/brand/SKILL.md +97 -0
- package/templates/.agent/skills/brand/references/approval-checklist.md +169 -0
- package/templates/.agent/skills/brand/references/asset-organization.md +157 -0
- package/templates/.agent/skills/brand/references/brand-guideline-template.md +140 -0
- package/templates/.agent/skills/brand/references/color-palette-management.md +186 -0
- package/templates/.agent/skills/brand/references/consistency-checklist.md +94 -0
- package/templates/.agent/skills/brand/references/logo-usage-rules.md +185 -0
- package/templates/.agent/skills/brand/references/messaging-framework.md +85 -0
- package/templates/.agent/skills/brand/references/typography-specifications.md +214 -0
- package/templates/.agent/skills/brand/references/update.md +118 -0
- package/templates/.agent/skills/brand/references/visual-identity.md +96 -0
- package/templates/.agent/skills/brand/references/voice-framework.md +88 -0
- package/templates/.agent/skills/brand/scripts/extract-colors.cjs +341 -0
- package/templates/.agent/skills/brand/scripts/inject-brand-context.cjs +349 -0
- package/templates/.agent/skills/brand/scripts/sync-brand-to-tokens.cjs +266 -0
- package/templates/.agent/skills/brand/scripts/validate-asset.cjs +387 -0
- package/templates/.agent/skills/brand/templates/brand-guidelines-starter.md +275 -0
- package/templates/.agent/skills/clean-code/SKILL.md +201 -0
- package/templates/.agent/skills/code-review-checklist/SKILL.md +109 -0
- package/templates/.agent/skills/copywriting/SKILL.md +250 -0
- package/templates/.agent/skills/database-design/SKILL.md +52 -0
- package/templates/.agent/skills/database-design/database-selection.md +43 -0
- package/templates/.agent/skills/database-design/indexing.md +39 -0
- package/templates/.agent/skills/database-design/migrations.md +48 -0
- package/templates/.agent/skills/database-design/optimization.md +36 -0
- package/templates/.agent/skills/database-design/orm-selection.md +30 -0
- package/templates/.agent/skills/database-design/schema-design.md +56 -0
- package/templates/.agent/skills/database-design/scripts/schema_validator.py +172 -0
- package/templates/.agent/skills/deployment-procedures/SKILL.md +241 -0
- package/templates/.agent/skills/docker-expert/SKILL.md +409 -0
- package/templates/.agent/skills/frontend-design/animation-guide.md +331 -0
- package/templates/.agent/skills/frontend-design/color-system.md +311 -0
- package/templates/.agent/skills/frontend-design/decision-trees.md +418 -0
- package/templates/.agent/skills/frontend-design/motion-graphics.md +306 -0
- package/templates/.agent/skills/frontend-design/scripts/accessibility_checker.py +183 -0
- package/templates/.agent/skills/frontend-design/scripts/ux_audit.py +722 -0
- package/templates/.agent/skills/frontend-design/typography-system.md +345 -0
- package/templates/.agent/skills/frontend-design/ux-psychology.md +541 -0
- package/templates/.agent/skills/frontend-design/visual-effects.md +383 -0
- package/templates/.agent/skills/frontend-slides/SKILL.md +92 -0
- package/templates/.agent/skills/frontend-slides/STYLE_PRESETS.md +347 -0
- package/templates/.agent/skills/frontend-slides/animation-patterns.md +110 -0
- package/templates/.agent/skills/frontend-slides/examples/n8n-jupviec-automation.html +789 -0
- package/templates/.agent/skills/frontend-slides/examples/n8n-jupviec-automation.pptx +0 -0
- package/templates/.agent/skills/frontend-slides/html-template.md +347 -0
- package/templates/.agent/skills/frontend-slides/scripts/export-pptx.py +58 -0
- package/templates/.agent/skills/frontend-slides/scripts/extract-pptx.py +96 -0
- package/templates/.agent/skills/frontend-slides/viewport-base.css +153 -0
- package/templates/.agent/skills/game-development/2d-games/SKILL.md +119 -0
- package/templates/.agent/skills/game-development/3d-games/SKILL.md +135 -0
- package/templates/.agent/skills/game-development/SKILL.md +167 -0
- package/templates/.agent/skills/game-development/game-art/SKILL.md +185 -0
- package/templates/.agent/skills/game-development/game-audio/SKILL.md +190 -0
- package/templates/.agent/skills/game-development/game-design/SKILL.md +129 -0
- package/templates/.agent/skills/game-development/mobile-games/SKILL.md +108 -0
- package/templates/.agent/skills/game-development/multiplayer/SKILL.md +132 -0
- package/templates/.agent/skills/game-development/pc-games/SKILL.md +144 -0
- package/templates/.agent/skills/game-development/vr-ar/SKILL.md +123 -0
- package/templates/.agent/skills/game-development/web-games/SKILL.md +150 -0
- package/templates/.agent/skills/geo-fundamentals/SKILL.md +156 -0
- package/templates/.agent/skills/geo-fundamentals/scripts/geo_checker.py +289 -0
- package/templates/.agent/skills/growth-engine/SKILL.md +244 -0
- package/templates/.agent/skills/i18n-localization/SKILL.md +154 -0
- package/templates/.agent/skills/i18n-localization/scripts/i18n_checker.py +241 -0
- package/templates/.agent/skills/lint-and-validate/SKILL.md +45 -0
- package/templates/.agent/skills/lint-and-validate/scripts/lint_runner.py +172 -0
- package/templates/.agent/skills/lint-and-validate/scripts/type_coverage.py +173 -0
- package/templates/.agent/skills/marketing-report-expert/SKILL.md +70 -0
- package/templates/.agent/skills/mcp-builder/SKILL.md +176 -0
- package/templates/.agent/skills/minimax-docx/LICENSE +21 -0
- package/templates/.agent/skills/minimax-docx/SKILL.md +274 -0
- package/templates/.agent/skills/minimax-docx/assets/styles/academic_styles.xml +250 -0
- package/templates/.agent/skills/minimax-docx/assets/styles/corporate_styles.xml +284 -0
- package/templates/.agent/skills/minimax-docx/assets/styles/default_styles.xml +449 -0
- package/templates/.agent/skills/minimax-docx/assets/xsd/aesthetic-rules.xsd +470 -0
- package/templates/.agent/skills/minimax-docx/assets/xsd/business-rules.xsd +130 -0
- package/templates/.agent/skills/minimax-docx/assets/xsd/common-types.xsd +159 -0
- package/templates/.agent/skills/minimax-docx/assets/xsd/wml-subset.xsd +589 -0
- package/templates/.agent/skills/minimax-docx/references/cjk_typography.md +357 -0
- package/templates/.agent/skills/minimax-docx/references/cjk_university_template_guide.md +184 -0
- package/templates/.agent/skills/minimax-docx/references/comments_guide.md +191 -0
- package/templates/.agent/skills/minimax-docx/references/design_good_bad_examples.md +829 -0
- package/templates/.agent/skills/minimax-docx/references/design_principles.md +819 -0
- package/templates/.agent/skills/minimax-docx/references/openxml_element_order.md +308 -0
- package/templates/.agent/skills/minimax-docx/references/openxml_encyclopedia_part1.md +4061 -0
- package/templates/.agent/skills/minimax-docx/references/openxml_encyclopedia_part2.md +2820 -0
- package/templates/.agent/skills/minimax-docx/references/openxml_encyclopedia_part3.md +3381 -0
- package/templates/.agent/skills/minimax-docx/references/openxml_namespaces.md +82 -0
- package/templates/.agent/skills/minimax-docx/references/openxml_units.md +72 -0
- package/templates/.agent/skills/minimax-docx/references/scenario_a_create.md +284 -0
- package/templates/.agent/skills/minimax-docx/references/scenario_b_edit_content.md +295 -0
- package/templates/.agent/skills/minimax-docx/references/scenario_c_apply_template.md +456 -0
- package/templates/.agent/skills/minimax-docx/references/track_changes_guide.md +200 -0
- package/templates/.agent/skills/minimax-docx/references/troubleshooting.md +506 -0
- package/templates/.agent/skills/minimax-docx/references/typography_guide.md +294 -0
- package/templates/.agent/skills/minimax-docx/references/xsd_validation_guide.md +158 -0
- package/templates/.agent/skills/minimax-docx/scripts/doc_to_docx.sh +40 -0
- package/templates/.agent/skills/minimax-docx/scripts/docx_preview.sh +37 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/MiniMaxAIDocx.Cli.csproj +19 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/Program.cs +18 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/AnalyzeCommand.cs +147 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/ApplyTemplateCommand.cs +322 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/CreateCommand.cs +324 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/DiffCommand.cs +155 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/EditContentCommand.cs +487 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/FixOrderCommand.cs +108 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/MergeRunsCommand.cs +122 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/ValidateCommand.cs +107 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj +15 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/CommentSynchronizer.cs +169 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/ElementOrder.cs +80 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/NamespaceConstants.cs +42 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/RunMerger.cs +81 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/StyleAnalyzer.cs +81 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/TrackChangesHelper.cs +99 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/UnitConverter.cs +23 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples.cs +1832 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch1.cs +910 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch2.cs +999 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch3.cs +1048 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch4.cs +1038 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/CharacterFormattingSamples.cs +1020 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/DocumentCreationSamples.cs +1121 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/FieldAndTocSamples.cs +624 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/FootnoteAndCommentSamples.cs +675 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/HeaderFooterSamples.cs +838 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/ImageSamples.cs +917 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/ListAndNumberingSamples.cs +826 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/ParagraphFormattingSamples.cs +1199 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/StyleSystemSamples.cs +1487 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/TableSamples.cs +1163 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/TrackChangesSamples.cs +595 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Typography/CjkHelper.cs +39 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Typography/FontDefaults.cs +24 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Typography/PageSizes.cs +20 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/BusinessRuleValidator.cs +224 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/GateCheckValidator.cs +148 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/ValidationResult.cs +23 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/XsdValidator.cs +69 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.slnx +4 -0
- package/templates/.agent/skills/minimax-docx/scripts/env_check.sh +196 -0
- package/templates/.agent/skills/minimax-docx/scripts/setup.ps1 +274 -0
- package/templates/.agent/skills/minimax-docx/scripts/setup.sh +504 -0
- package/templates/.agent/skills/minimax-multimodal-toolkit/SKILL.md +359 -0
- package/templates/.agent/skills/minimax-pdf/README.md +222 -0
- package/templates/.agent/skills/minimax-pdf/SKILL.md +201 -0
- package/templates/.agent/skills/minimax-pdf/design/design.md +381 -0
- package/templates/.agent/skills/minimax-pdf/scripts/cover.py +1579 -0
- package/templates/.agent/skills/minimax-pdf/scripts/fill_inspect.py +200 -0
- package/templates/.agent/skills/minimax-pdf/scripts/fill_write.py +242 -0
- package/templates/.agent/skills/minimax-pdf/scripts/make.sh +491 -0
- package/templates/.agent/skills/minimax-pdf/scripts/merge.py +112 -0
- package/templates/.agent/skills/minimax-pdf/scripts/palette.py +559 -0
- package/templates/.agent/skills/minimax-pdf/scripts/reformat_parse.py +374 -0
- package/templates/.agent/skills/minimax-pdf/scripts/render_body.py +1055 -0
- package/templates/.agent/skills/minimax-pdf/scripts/render_cover.cjs +111 -0
- package/templates/.agent/skills/minimax-xlsx/SKILL.md +138 -0
- package/templates/.agent/skills/minimax-xlsx/references/create.md +691 -0
- package/templates/.agent/skills/minimax-xlsx/references/edit.md +684 -0
- package/templates/.agent/skills/minimax-xlsx/references/fix.md +37 -0
- package/templates/.agent/skills/minimax-xlsx/references/format.md +768 -0
- package/templates/.agent/skills/minimax-xlsx/references/ooxml-cheatsheet.md +231 -0
- package/templates/.agent/skills/minimax-xlsx/references/read-analyze.md +97 -0
- package/templates/.agent/skills/minimax-xlsx/references/validate.md +772 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/formula_check.py +422 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/libreoffice_recalc.py +248 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/shared_strings_builder.py +163 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/style_audit.py +575 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_add_column.py +395 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_insert_row.py +274 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_pack.py +87 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_reader.py +362 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_shift_rows.py +396 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_unpack.py +130 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/[Content_Types].xml +9 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/_rels/.rels +6 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/_rels/workbook.xml.rels +19 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/sharedStrings.xml +33 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/styles.xml +160 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/workbook.xml +30 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/worksheets/sheet1.xml +70 -0
- package/templates/.agent/skills/mobile-design/SKILL.md +394 -0
- package/templates/.agent/skills/mobile-design/decision-trees.md +516 -0
- package/templates/.agent/skills/mobile-design/mobile-backend.md +491 -0
- package/templates/.agent/skills/mobile-design/mobile-color-system.md +420 -0
- package/templates/.agent/skills/mobile-design/mobile-debugging.md +122 -0
- package/templates/.agent/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/templates/.agent/skills/mobile-design/mobile-navigation.md +458 -0
- package/templates/.agent/skills/mobile-design/mobile-performance.md +767 -0
- package/templates/.agent/skills/mobile-design/mobile-testing.md +356 -0
- package/templates/.agent/skills/mobile-design/mobile-typography.md +433 -0
- package/templates/.agent/skills/mobile-design/platform-android.md +666 -0
- package/templates/.agent/skills/mobile-design/platform-ios.md +561 -0
- package/templates/.agent/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/templates/.agent/skills/mobile-design/touch-psychology.md +537 -0
- package/templates/.agent/skills/nestjs-expert/SKILL.md +552 -0
- package/templates/.agent/skills/nextjs-best-practices/SKILL.md +203 -0
- package/templates/.agent/skills/nodejs-best-practices/SKILL.md +333 -0
- package/templates/.agent/skills/parallel-agents/SKILL.md +175 -0
- package/templates/.agent/skills/performance-profiling/SKILL.md +143 -0
- package/templates/.agent/skills/performance-profiling/scripts/lighthouse_audit.py +76 -0
- package/templates/.agent/skills/plan-writing/SKILL.md +152 -0
- package/templates/.agent/skills/powershell-windows/SKILL.md +167 -0
- package/templates/.agent/skills/ppc-advertising/SKILL.md +183 -475
- package/templates/.agent/skills/pptx-generator/SKILL.md +249 -0
- package/templates/.agent/skills/pptx-generator/references/design-system.md +392 -0
- package/templates/.agent/skills/pptx-generator/references/editing.md +162 -0
- package/templates/.agent/skills/pptx-generator/references/pitfalls.md +112 -0
- package/templates/.agent/skills/pptx-generator/references/pptxgenjs.md +420 -0
- package/templates/.agent/skills/pptx-generator/references/slide-types.md +413 -0
- package/templates/.agent/skills/prisma-expert/SKILL.md +355 -0
- package/templates/.agent/skills/python-patterns/SKILL.md +441 -0
- package/templates/.agent/skills/react-patterns/SKILL.md +198 -0
- package/templates/.agent/skills/red-team-tactics/SKILL.md +199 -0
- package/templates/.agent/skills/remotion-best-practices/SKILL.md +45 -111
- package/templates/.agent/skills/remotion-best-practices/rules/3d.md +4 -4
- package/templates/.agent/skills/remotion-best-practices/rules/animations.md +5 -7
- package/templates/.agent/skills/remotion-best-practices/rules/assets/charts-bar-chart.tsx +173 -0
- package/templates/.agent/skills/remotion-best-practices/rules/assets/text-animations-typewriter.tsx +100 -0
- package/templates/.agent/skills/remotion-best-practices/rules/assets/text-animations-word-highlight.tsx +103 -0
- package/templates/.agent/skills/remotion-best-practices/rules/assets.md +78 -0
- package/templates/.agent/skills/remotion-best-practices/rules/audio-visualization.md +198 -0
- package/templates/.agent/skills/remotion-best-practices/rules/audio.md +1 -4
- package/templates/.agent/skills/remotion-best-practices/rules/calculate-metadata.md +47 -17
- package/templates/.agent/skills/remotion-best-practices/rules/can-decode.md +75 -0
- package/templates/.agent/skills/remotion-best-practices/rules/charts.md +80 -48
- package/templates/.agent/skills/remotion-best-practices/rules/compositions.md +22 -14
- package/templates/.agent/skills/remotion-best-practices/rules/display-captions.md +79 -21
- package/templates/.agent/skills/remotion-best-practices/rules/extract-frames.md +229 -0
- package/templates/.agent/skills/remotion-best-practices/rules/ffmpeg.md +38 -0
- package/templates/.agent/skills/remotion-best-practices/rules/fonts.md +96 -54
- package/templates/.agent/skills/remotion-best-practices/rules/get-audio-duration.md +58 -0
- package/templates/.agent/skills/remotion-best-practices/rules/get-video-dimensions.md +68 -0
- package/templates/.agent/skills/remotion-best-practices/rules/get-video-duration.md +60 -0
- package/templates/.agent/skills/remotion-best-practices/rules/gifs.md +21 -18
- package/templates/.agent/skills/remotion-best-practices/rules/images.md +6 -2
- package/templates/.agent/skills/remotion-best-practices/rules/import-srt-captions.md +69 -0
- package/templates/.agent/skills/remotion-best-practices/rules/light-leaks.md +73 -0
- package/templates/.agent/skills/remotion-best-practices/rules/lottie.md +10 -7
- package/templates/.agent/skills/remotion-best-practices/rules/maps.md +412 -0
- package/templates/.agent/skills/remotion-best-practices/rules/measuring-dom-nodes.md +34 -0
- package/templates/.agent/skills/remotion-best-practices/rules/measuring-text.md +140 -0
- package/templates/.agent/skills/remotion-best-practices/rules/parameters.md +109 -0
- package/templates/.agent/skills/remotion-best-practices/rules/sequencing.md +13 -1
- package/templates/.agent/skills/remotion-best-practices/rules/sfx.md +26 -0
- package/templates/.agent/skills/remotion-best-practices/rules/subtitles.md +36 -0
- package/templates/.agent/skills/remotion-best-practices/rules/tailwind.md +11 -0
- package/templates/.agent/skills/remotion-best-practices/rules/text-animations.md +4 -115
- package/templates/.agent/skills/remotion-best-practices/rules/timing.md +19 -19
- package/templates/.agent/skills/remotion-best-practices/rules/transcribe-captions.md +70 -0
- package/templates/.agent/skills/remotion-best-practices/rules/transitions.md +117 -42
- package/templates/.agent/skills/remotion-best-practices/rules/transparent-videos.md +106 -0
- package/templates/.agent/skills/remotion-best-practices/rules/trimming.md +51 -0
- package/templates/.agent/skills/remotion-best-practices/rules/voiceover.md +99 -0
- package/templates/.agent/skills/seo-fundamentals/SKILL.md +83 -441
- package/templates/.agent/skills/seo-fundamentals/scripts/seo_checker.py +219 -0
- package/templates/.agent/skills/server-management/SKILL.md +161 -0
- package/templates/.agent/skills/systematic-debugging/SKILL.md +109 -0
- package/templates/.agent/skills/tdd-workflow/SKILL.md +149 -0
- package/templates/.agent/skills/testing-patterns/SKILL.md +178 -0
- package/templates/.agent/skills/testing-patterns/scripts/test_runner.py +219 -0
- package/templates/.agent/skills/tutorial-video-expert/SKILL.md +88 -0
- package/templates/.agent/skills/typescript-expert/SKILL.md +429 -0
- package/templates/.agent/skills/ui-ux-pro-max/SKILL.md +1 -1
- package/templates/.agent/skills/ui-ux-pro-max/data/charts.csv +26 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/colors.csv +97 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/icons.csv +101 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/landing.csv +31 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/products.csv +97 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/prompts.csv +24 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/react.csv +54 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/styles.csv +59 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/typography.csv +58 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/web-interface.csv +31 -0
- package/templates/.agent/skills/ui-ux-pro-max/scripts/core.py +257 -0
- package/templates/.agent/skills/ui-ux-pro-max/scripts/design_system.py +487 -0
- package/templates/.agent/skills/ui-ux-pro-max/scripts/search.py +76 -0
- package/templates/.agent/skills/vision-analysis/SKILL.md +174 -0
- package/templates/.agent/skills/vue-expert/SKILL.md +374 -0
- package/templates/.agent/skills/vulnerability-scanner/SKILL.md +276 -0
- package/templates/.agent/skills/vulnerability-scanner/checklists.md +121 -0
- package/templates/.agent/skills/vulnerability-scanner/scripts/security_scan.py +458 -0
- package/templates/.agent/skills/webapp-testing/SKILL.md +187 -0
- package/templates/.agent/skills/webapp-testing/scripts/playwright_runner.py +173 -0
- package/templates/.agent/workflows/analyze.md +3 -0
- package/templates/.agent/workflows/brainstorm.md +113 -0
- package/templates/.agent/workflows/brand-report.md +44 -0
- package/templates/.agent/workflows/create.md +59 -0
- package/templates/.agent/workflows/debug.md +103 -0
- package/templates/.agent/workflows/deploy.md +176 -0
- package/templates/.agent/workflows/enhance.md +63 -0
- package/templates/.agent/workflows/orchestrate.md +237 -0
- package/templates/.agent/workflows/plan.md +89 -0
- package/templates/.agent/workflows/preview.md +80 -0
- package/templates/.agent/workflows/report.md +49 -0
- package/templates/.agent/workflows/status.md +86 -0
- package/templates/.agent/workflows/test.md +144 -0
- package/templates/.agent/workflows/ui-ux-pro-max.md +231 -0
|
@@ -0,0 +1,350 @@
|
|
|
1
|
+
# Dynamic Question Generation
|
|
2
|
+
|
|
3
|
+
> **PRINCIPLE:** Questions are not about gathering data—they are about **revealing architectural consequences**.
|
|
4
|
+
>
|
|
5
|
+
> Every question must connect to a concrete implementation decision that affects cost, complexity, or timeline.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## 🧠 Core Principles
|
|
10
|
+
|
|
11
|
+
### 1. Questions Reveal Consequences
|
|
12
|
+
|
|
13
|
+
A good question is not "What color do you want?" but:
|
|
14
|
+
|
|
15
|
+
```markdown
|
|
16
|
+
❌ BAD: "What authentication method?"
|
|
17
|
+
✅ GOOD: "Should users sign up with email/password or social login?
|
|
18
|
+
|
|
19
|
+
Impact:
|
|
20
|
+
- Email/Pass → Need password reset, hashing, 2FA infrastructure
|
|
21
|
+
- Social → OAuth providers, user profile mapping, less control
|
|
22
|
+
|
|
23
|
+
Trade-off: Security vs. Development time vs. User friction"
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
### 2. Context Before Content
|
|
27
|
+
|
|
28
|
+
First understand **where** this request fits:
|
|
29
|
+
|
|
30
|
+
| Context | Question Focus |
|
|
31
|
+
|---------|----------------|
|
|
32
|
+
| **Greenfield** (new project) | Foundation decisions: stack, hosting, scale |
|
|
33
|
+
| **Feature Addition** | Integration points, existing patterns, breaking changes |
|
|
34
|
+
| **Refactor** | Why refactor? Performance? Maintainability? What's broken? |
|
|
35
|
+
| **Debug** | Symptoms → Root cause → Reproduction path |
|
|
36
|
+
|
|
37
|
+
### 3. Minimum Viable Questions
|
|
38
|
+
|
|
39
|
+
**PRINCIPLE:** Each question must eliminate a fork in the implementation road.
|
|
40
|
+
|
|
41
|
+
```
|
|
42
|
+
Before Question:
|
|
43
|
+
├── Path A: Do X (5 min)
|
|
44
|
+
├── Path B: Do Y (15 min)
|
|
45
|
+
└── Path C: Do Z (1 hour)
|
|
46
|
+
|
|
47
|
+
After Question:
|
|
48
|
+
└── Path Confirmed: Do X (5 min)
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
If a question doesn't reduce implementation paths → **DELETE IT**.
|
|
52
|
+
|
|
53
|
+
### 4. Questions Generate Data, Not Assumptions
|
|
54
|
+
|
|
55
|
+
```markdown
|
|
56
|
+
❌ ASSUMPTION: "User probably wants Stripe for payments"
|
|
57
|
+
✅ QUESTION: "Which payment provider fits your needs?
|
|
58
|
+
|
|
59
|
+
Stripe → Best documentation, 2.9% + $0.30, US-centric
|
|
60
|
+
LemonSqueezy → Merchant of Record, 5% + $0.50, global taxes
|
|
61
|
+
Paddle → Complex pricing, handles EU VAT, enterprise focus"
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
## 📋 Question Generation Algorithm
|
|
67
|
+
|
|
68
|
+
```
|
|
69
|
+
INPUT: User request + Context (greenfield/feature/refactor/debug)
|
|
70
|
+
│
|
|
71
|
+
├── STEP 1: Parse Request
|
|
72
|
+
│ ├── Extract domain (ecommerce, auth, realtime, cms, etc.)
|
|
73
|
+
│ ├── Extract features (explicit and implied)
|
|
74
|
+
│ └── Extract scale indicators (users, data volume, frequency)
|
|
75
|
+
│
|
|
76
|
+
├── STEP 2: Identify Decision Points
|
|
77
|
+
│ ├── What MUST be decided before coding? (blocking)
|
|
78
|
+
│ ├── What COULD be decided later? (deferable)
|
|
79
|
+
│ └── What has ARCHITECTURAL impact? (high-leverage)
|
|
80
|
+
│
|
|
81
|
+
├── STEP 3: Generate Questions (Priority Order)
|
|
82
|
+
│ ├── P0: Blocking decisions (cannot proceed without answer)
|
|
83
|
+
│ ├── P1: High-leverage (affects >30% of implementation)
|
|
84
|
+
│ ├── P2: Medium-leverage (affects specific features)
|
|
85
|
+
│ └── P3: Nice-to-have (edge cases, optimization)
|
|
86
|
+
│
|
|
87
|
+
└── STEP 4: Format Each Question
|
|
88
|
+
├── What: Clear question
|
|
89
|
+
├── Why: Impact on implementation
|
|
90
|
+
├── Options: Trade-offs (not just A vs B)
|
|
91
|
+
└── Default: What happens if user doesn't answer
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
96
|
+
## 🎯 Domain-Specific Question Banks
|
|
97
|
+
|
|
98
|
+
### E-Commerce
|
|
99
|
+
|
|
100
|
+
| Question | Why It Matters | Trade-offs |
|
|
101
|
+
|----------|----------------|------------|
|
|
102
|
+
| **Single or Multi-vendor?** | Multi-vendor → Commission logic, vendor dashboards, split payments | +Revenue, -Complexity |
|
|
103
|
+
| **Inventory Tracking?** | Needs stock tables, reservation logic, low-stock alerts | +Accuracy, -Development time |
|
|
104
|
+
| **Digital or Physical Products?** | Digital → Download links, no shipping | Physical → Shipping APIs, tracking |
|
|
105
|
+
| **Subscription or One-time?** | Subscription → Recurring billing, dunning, proration | +Revenue, -Complexity |
|
|
106
|
+
|
|
107
|
+
### Authentication
|
|
108
|
+
|
|
109
|
+
| Question | Why It Matters | Trade-offs |
|
|
110
|
+
|----------|----------------|------------|
|
|
111
|
+
| **Social Login Needed?** | OAuth providers vs. password reset infrastructure | +UX, -Control |
|
|
112
|
+
| **Role-Based Permissions?** | RBAC tables, policy enforcement, admin UI | +Security, -Development time |
|
|
113
|
+
| **2FA Required?** | TOTP/SMI infrastructure, backup codes, recovery flow | +Security, -UX friction |
|
|
114
|
+
| **Email Verification?** | Verification tokens, email service, resend logic | +Security, -Sign-up friction |
|
|
115
|
+
|
|
116
|
+
### Real-time
|
|
117
|
+
|
|
118
|
+
| Question | Why It Matters | Trade-offs |
|
|
119
|
+
|----------|----------------|------------|
|
|
120
|
+
| **WebSocket or Polling?** | WS → Server scaling, connection management | Polling → Simpler, higher latency |
|
|
121
|
+
| **Expected Concurrent Users?** | <100 → Single server, >1000 → Redis pub/sub, >10k → specialized infra | +Scale, -Complexity |
|
|
122
|
+
| **Message Persistence?** | History tables, storage costs, pagination | +UX, -Storage |
|
|
123
|
+
| **Ephemeral or Durable?** | Ephemeral → In-memory, Durable → Database write before emit | +Reliability, -Latency |
|
|
124
|
+
|
|
125
|
+
### Content/CMS
|
|
126
|
+
|
|
127
|
+
| Question | Why It Matters | Trade-offs |
|
|
128
|
+
|----------|----------------|------------|
|
|
129
|
+
| **Rich Text or Markdown?** | Rich Text → Sanitization, XSS risks | Markdown → Simple, no WYSIWYG |
|
|
130
|
+
| **Draft/Publish Workflow?** | Status field, scheduled jobs, versioning | +Control, -Complexity |
|
|
131
|
+
| **Media Handling?** | Upload endpoints, storage, optimization | +Features, -Development time |
|
|
132
|
+
| **Multi-language?** | i18n tables, translation UI, fallback logic | +Reach, -Complexity |
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
136
|
+
## 📐 Dynamic Question Template
|
|
137
|
+
|
|
138
|
+
```markdown
|
|
139
|
+
Based on your request for [DOMAIN] [FEATURE]:
|
|
140
|
+
|
|
141
|
+
## 🔴 CRITICAL (Blocking Decisions)
|
|
142
|
+
|
|
143
|
+
### 1. **[DECISION POINT]**
|
|
144
|
+
|
|
145
|
+
**Question:** [Clear, specific question]
|
|
146
|
+
|
|
147
|
+
**Why This Matters:**
|
|
148
|
+
- [Explain architectural consequence]
|
|
149
|
+
- [Affects: cost / complexity / timeline / scale]
|
|
150
|
+
|
|
151
|
+
**Options:**
|
|
152
|
+
| Option | Pros | Cons | Best For |
|
|
153
|
+
|--------|------|------|----------|
|
|
154
|
+
| A | [Advantage] | [Disadvantage] | [Use case] |
|
|
155
|
+
| B | [Advantage] | [Disadvantage] | [Use case] |
|
|
156
|
+
|
|
157
|
+
**If Not Specified:** [Default choice + rationale]
|
|
158
|
+
|
|
159
|
+
---
|
|
160
|
+
|
|
161
|
+
## 🟡 HIGH-LEVERAGE (Affects Implementation)
|
|
162
|
+
|
|
163
|
+
### 2. **[DECISION POINT]**
|
|
164
|
+
[Same format]
|
|
165
|
+
|
|
166
|
+
---
|
|
167
|
+
|
|
168
|
+
## 🟢 NICE-TO-HAVE (Edge Cases)
|
|
169
|
+
|
|
170
|
+
### 3. **[DECISION POINT]**
|
|
171
|
+
[Same format]
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
176
|
+
## 🔄 Iterative Questioning
|
|
177
|
+
|
|
178
|
+
### First Pass (3-5 Questions)
|
|
179
|
+
Focus on **blocking decisions**. Don't proceed without answers.
|
|
180
|
+
|
|
181
|
+
### Second Pass (After Initial Implementation)
|
|
182
|
+
As patterns emerge, ask:
|
|
183
|
+
- "This feature implies [X]. Should we handle [edge case] now or defer?"
|
|
184
|
+
- "We're using [Pattern A]. Should [Feature B] follow the same pattern?"
|
|
185
|
+
|
|
186
|
+
### Third Pass (Optimization)
|
|
187
|
+
When functionality works:
|
|
188
|
+
- "Performance bottleneck at [X]. Optimize now or acceptable for now?"
|
|
189
|
+
- "Refactor [Y] for maintainability or ship as-is?"
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
## 🎭 Example: Full Question Generation
|
|
194
|
+
|
|
195
|
+
```
|
|
196
|
+
USER REQUEST: "Build an Instagram clone"
|
|
197
|
+
|
|
198
|
+
STEP 1: Parse
|
|
199
|
+
├── Domain: Social Media
|
|
200
|
+
├── Features: Photo sharing, engagement (likes/comments), user profiles
|
|
201
|
+
├── Implied: Feed, following, authentication
|
|
202
|
+
└── Scale: Potentially high (social apps go viral)
|
|
203
|
+
|
|
204
|
+
STEP 2: Decision Points
|
|
205
|
+
├── Blocking: Storage strategy, authentication method, feed type
|
|
206
|
+
├── High-leverage: Real-time notifications, data model complexity
|
|
207
|
+
└── Deferable: Analytics, advanced search, reels/video
|
|
208
|
+
|
|
209
|
+
STEP 3: Generate Questions (Priority)
|
|
210
|
+
|
|
211
|
+
P0 (Blocking):
|
|
212
|
+
1. Storage Strategy → Affects architecture, cost, speed
|
|
213
|
+
2. Feed Algorithm → Affects database queries, complexity
|
|
214
|
+
3. Auth Method → Affects dev time, UX, security
|
|
215
|
+
|
|
216
|
+
P1 (High-leverage):
|
|
217
|
+
4. Real-time Notifications → WebSocket vs polling
|
|
218
|
+
5. Media Processing → Client-side vs server-side optimization
|
|
219
|
+
|
|
220
|
+
P2 (Deferable):
|
|
221
|
+
6. Story/Reels → Major feature creep, defer to v2
|
|
222
|
+
7. DM/Chat → Separate subsystem, defer to v2
|
|
223
|
+
|
|
224
|
+
STEP 4: Format Output
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
---
|
|
228
|
+
|
|
229
|
+
## 📊 Generated Output (Example)
|
|
230
|
+
|
|
231
|
+
```
|
|
232
|
+
Based on your Instagram clone request:
|
|
233
|
+
|
|
234
|
+
## 🔴 CRITICAL DECISIONS (Cannot Proceed Without Answers)
|
|
235
|
+
|
|
236
|
+
### 1. **Photo Storage Strategy**
|
|
237
|
+
|
|
238
|
+
**Question:** Where will user photos be stored and served?
|
|
239
|
+
|
|
240
|
+
**Why This Matters:**
|
|
241
|
+
- Affects: Monthly hosting costs, page load speed, CDN complexity
|
|
242
|
+
- High-volume social apps: 1000 users × 10 photos × 2MB = 20GB storage
|
|
243
|
+
|
|
244
|
+
**Options:**
|
|
245
|
+
| Option | Cost | Speed | Complexity | Best For |
|
|
246
|
+
|--------|------|-------|------------|----------|
|
|
247
|
+
| **Cloudinary** | $89/mo (25GB) | Fast (CDN) | Low | MVP, rapid launch |
|
|
248
|
+
| **AWS S3 + CloudFront** | $0.023/GB | Fast (CDN) | Medium | Production, cost-optimized |
|
|
249
|
+
| **Supabase Storage** | Free tier 1GB | Medium | Low | Small scale, simple |
|
|
250
|
+
| **Local Storage** | Server cost | Slow | Low | Development only |
|
|
251
|
+
|
|
252
|
+
**If Not Specified:** Cloudinary (balanced for MVP)
|
|
253
|
+
|
|
254
|
+
---
|
|
255
|
+
|
|
256
|
+
### 2. **Feed Algorithm Choice**
|
|
257
|
+
|
|
258
|
+
**Question:** How should the main feed work?
|
|
259
|
+
|
|
260
|
+
**Why This Matters:**
|
|
261
|
+
- Affects: Database query complexity, caching strategy, development time
|
|
262
|
+
- Algorithmic feeds require ML infrastructure, ranking signals
|
|
263
|
+
|
|
264
|
+
**Options:**
|
|
265
|
+
| Option | Complexity | Database Impact | Best For |
|
|
266
|
+
|--------|------------|-----------------|----------|
|
|
267
|
+
| **Chronological** | Low | Simple query | Early stage, transparency |
|
|
268
|
+
| **Follow-Only** | Medium | JOIN with pagination | Most social apps |
|
|
269
|
+
| **Algorithmic** | High | Pre-computed feed tables | Instagram competitor |
|
|
270
|
+
|
|
271
|
+
**If Not Specified:** Follow-Only (balanced for social app)
|
|
272
|
+
|
|
273
|
+
---
|
|
274
|
+
|
|
275
|
+
### 3. **Authentication Approach**
|
|
276
|
+
|
|
277
|
+
**Question:** How do users sign up and login?
|
|
278
|
+
|
|
279
|
+
**Why This Matters:**
|
|
280
|
+
- Affects: Development time (2-5 hours), security posture, UX friction
|
|
281
|
+
|
|
282
|
+
**Options:**
|
|
283
|
+
| Option | Dev Time | Security | UX | Best For |
|
|
284
|
+
|--------|----------|----------|-----|----------|
|
|
285
|
+
| **Email/Password** | 4-5 hrs | High (if 2FA) | Medium | Full control needed |
|
|
286
|
+
| **Social Only** | 1-2 hrs | Provider-dependent | Smooth | B2C, rapid launch |
|
|
287
|
+
| **Magic Link** | 2-3 hrs | Medium | Very smooth | Security-focused |
|
|
288
|
+
| **Clerk/Auth0** | 1 hr | High | Smooth | Fastest to market |
|
|
289
|
+
|
|
290
|
+
**If Not Specified:** Clerk (fastest for MVP)
|
|
291
|
+
|
|
292
|
+
---
|
|
293
|
+
|
|
294
|
+
## 🟡 HIGH-LEVERAGE (Affects Architecture)
|
|
295
|
+
|
|
296
|
+
### 4. **Real-time Notifications**
|
|
297
|
+
|
|
298
|
+
**Question:** Do users need instant notifications for likes/comments?
|
|
299
|
+
|
|
300
|
+
**Why This Matters:**
|
|
301
|
+
- WebSocket adds infrastructure complexity (Redis pub/sub for scaling)
|
|
302
|
+
- Polling is simpler but higher latency
|
|
303
|
+
|
|
304
|
+
**Options:**
|
|
305
|
+
| Option | Complexity | Scale Cost | Best For |
|
|
306
|
+
|--------|------------|------------|----------|
|
|
307
|
+
| **WebSocket + Redis** | High | $10+/mo | >1000 concurrent users |
|
|
308
|
+
| **Polling (30s)** | Low | DB queries | <1000 users |
|
|
309
|
+
| **No Real-time** | None | None | MVP, validate first |
|
|
310
|
+
|
|
311
|
+
**If Not Specified:** Polling for MVP (defer WebSocket until validated)
|
|
312
|
+
|
|
313
|
+
---
|
|
314
|
+
|
|
315
|
+
## 🟢 NICE-TO-HAVE (Defer to v2)
|
|
316
|
+
|
|
317
|
+
### 5. **Video/Reels Support**
|
|
318
|
+
- Major complexity (video processing, streaming infrastructure)
|
|
319
|
+
- Recommendation: Launch with photos only, add video after validation
|
|
320
|
+
|
|
321
|
+
### 6. **Direct Messaging**
|
|
322
|
+
- Separate subsystem (chat infrastructure different from feed)
|
|
323
|
+
- Recommendation: Use Pusher/Stream for real-time or defer entirely
|
|
324
|
+
|
|
325
|
+
---
|
|
326
|
+
|
|
327
|
+
## 📋 Summary
|
|
328
|
+
|
|
329
|
+
| Decision | Recommendation | If Changed |
|
|
330
|
+
|----------|----------------|------------|
|
|
331
|
+
| Storage | Cloudinary | +3 hrs setup |
|
|
332
|
+
| Feed | Follow-only | +2 hrs query optimization |
|
|
333
|
+
| Auth | Clerk | -3 hrs dev time |
|
|
334
|
+
| Real-time | Polling | +5 hrs WebSocket setup |
|
|
335
|
+
| Video | Defer to v2 | N/A |
|
|
336
|
+
| DM | Defer to v2 | N/A |
|
|
337
|
+
|
|
338
|
+
**Total Estimated MVP Time:** 15-20 hours with recommendations above
|
|
339
|
+
```
|
|
340
|
+
|
|
341
|
+
---
|
|
342
|
+
|
|
343
|
+
## 🎯 Principles Recap
|
|
344
|
+
|
|
345
|
+
1. **Every question = Architectural decision** → Not data gathering
|
|
346
|
+
2. **Show trade-offs** → User understands consequences
|
|
347
|
+
3. **Prioritize blocking decisions** → Cannot proceed without
|
|
348
|
+
4. **Provide defaults** → If user doesn't answer, we proceed anyway
|
|
349
|
+
5. **Domain-aware** → Ecommerce questions ≠ Auth questions ≠ Real-time questions
|
|
350
|
+
6. **Iterative** → More questions as patterns emerge during implementation
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ckm:brand
|
|
3
|
+
description: Brand voice, visual identity, messaging frameworks, asset management, brand consistency. Activate for branded content, tone of voice, marketing assets, brand compliance, style guides.
|
|
4
|
+
argument-hint: "[update|review|create] [args]"
|
|
5
|
+
metadata:
|
|
6
|
+
author: claudekit
|
|
7
|
+
version: "1.0.0"
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Brand
|
|
11
|
+
|
|
12
|
+
Brand identity, voice, messaging, asset management, and consistency frameworks.
|
|
13
|
+
|
|
14
|
+
## When to Use
|
|
15
|
+
|
|
16
|
+
- Brand voice definition and content tone guidance
|
|
17
|
+
- Visual identity standards and style guide development
|
|
18
|
+
- Messaging framework creation
|
|
19
|
+
- Brand consistency review and audit
|
|
20
|
+
- Asset organization, naming, and approval
|
|
21
|
+
- Color palette management and typography specs
|
|
22
|
+
|
|
23
|
+
## Quick Start
|
|
24
|
+
|
|
25
|
+
**Inject brand context into prompts:**
|
|
26
|
+
```bash
|
|
27
|
+
node scripts/inject-brand-context.cjs
|
|
28
|
+
node scripts/inject-brand-context.cjs --json
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
**Validate an asset:**
|
|
32
|
+
```bash
|
|
33
|
+
node scripts/validate-asset.cjs <asset-path>
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
**Extract/compare colors:**
|
|
37
|
+
```bash
|
|
38
|
+
node scripts/extract-colors.cjs --palette
|
|
39
|
+
node scripts/extract-colors.cjs <image-path>
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Brand Sync Workflow
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
# 1. Edit docs/brand-guidelines.md (or use /brand update)
|
|
46
|
+
# 2. Sync to design tokens
|
|
47
|
+
node scripts/sync-brand-to-tokens.cjs
|
|
48
|
+
# 3. Verify
|
|
49
|
+
node scripts/inject-brand-context.cjs --json | head -20
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
**Files synced:**
|
|
53
|
+
- `docs/brand-guidelines.md` → Source of truth
|
|
54
|
+
- `assets/design-tokens.json` → Token definitions
|
|
55
|
+
- `assets/design-tokens.css` → CSS variables
|
|
56
|
+
|
|
57
|
+
## Subcommands
|
|
58
|
+
|
|
59
|
+
| Subcommand | Description | Reference |
|
|
60
|
+
|------------|-------------|-----------|
|
|
61
|
+
| `update` | Update brand identity and sync to all design systems | `references/update.md` |
|
|
62
|
+
|
|
63
|
+
## References
|
|
64
|
+
|
|
65
|
+
| Topic | File |
|
|
66
|
+
|-------|------|
|
|
67
|
+
| Voice Framework | `references/voice-framework.md` |
|
|
68
|
+
| Visual Identity | `references/visual-identity.md` |
|
|
69
|
+
| Messaging | `references/messaging-framework.md` |
|
|
70
|
+
| Consistency | `references/consistency-checklist.md` |
|
|
71
|
+
| Guidelines Template | `references/brand-guideline-template.md` |
|
|
72
|
+
| Asset Organization | `references/asset-organization.md` |
|
|
73
|
+
| Color Management | `references/color-palette-management.md` |
|
|
74
|
+
| Typography | `references/typography-specifications.md` |
|
|
75
|
+
| Logo Usage | `references/logo-usage-rules.md` |
|
|
76
|
+
| Approval Checklist | `references/approval-checklist.md` |
|
|
77
|
+
|
|
78
|
+
## Scripts
|
|
79
|
+
|
|
80
|
+
| Script | Purpose |
|
|
81
|
+
|--------|---------|
|
|
82
|
+
| `scripts/inject-brand-context.cjs` | Extract brand context for prompt injection |
|
|
83
|
+
| `scripts/sync-brand-to-tokens.cjs` | Sync brand-guidelines.md → design-tokens.json/css |
|
|
84
|
+
| `scripts/validate-asset.cjs` | Validate asset naming, size, format |
|
|
85
|
+
| `scripts/extract-colors.cjs` | Extract and compare colors against palette |
|
|
86
|
+
|
|
87
|
+
## Templates
|
|
88
|
+
|
|
89
|
+
| Template | Purpose |
|
|
90
|
+
|----------|---------|
|
|
91
|
+
| `templates/brand-guidelines-starter.md` | Complete starter template for new brands |
|
|
92
|
+
|
|
93
|
+
## Routing
|
|
94
|
+
|
|
95
|
+
1. Parse subcommand from `$ARGUMENTS` (first word)
|
|
96
|
+
2. Load corresponding `references/{subcommand}.md`
|
|
97
|
+
3. Execute with remaining arguments
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
# Asset Approval Checklist
|
|
2
|
+
|
|
3
|
+
Comprehensive checklist for reviewing marketing assets before approval.
|
|
4
|
+
|
|
5
|
+
## Quick Review
|
|
6
|
+
|
|
7
|
+
Before detailed review, verify:
|
|
8
|
+
- [ ] Asset serves stated purpose
|
|
9
|
+
- [ ] Target audience appropriate
|
|
10
|
+
- [ ] No obvious errors or issues
|
|
11
|
+
- [ ] Aligns with campaign goals
|
|
12
|
+
|
|
13
|
+
## Visual Elements
|
|
14
|
+
|
|
15
|
+
### Logo Usage
|
|
16
|
+
- [ ] Correct logo variant for context
|
|
17
|
+
- [ ] Proper clear space maintained
|
|
18
|
+
- [ ] Minimum size requirements met
|
|
19
|
+
- [ ] Approved colors only
|
|
20
|
+
- [ ] No unauthorized modifications
|
|
21
|
+
- [ ] Appropriate for background
|
|
22
|
+
|
|
23
|
+
### Color Compliance
|
|
24
|
+
- [ ] Uses brand palette colors only
|
|
25
|
+
- [ ] Primary/secondary ratio appropriate (60/30/10)
|
|
26
|
+
- [ ] Semantic colors used correctly
|
|
27
|
+
- [ ] No off-brand colors introduced
|
|
28
|
+
- [ ] Consistent across all elements
|
|
29
|
+
|
|
30
|
+
### Typography
|
|
31
|
+
- [ ] Brand fonts used throughout
|
|
32
|
+
- [ ] Correct font weights applied
|
|
33
|
+
- [ ] Proper type hierarchy
|
|
34
|
+
- [ ] Appropriate sizes for medium
|
|
35
|
+
- [ ] Line heights adequate
|
|
36
|
+
- [ ] No orphans/widows in body text
|
|
37
|
+
|
|
38
|
+
### Imagery
|
|
39
|
+
- [ ] Matches brand photography style
|
|
40
|
+
- [ ] Appropriate subjects/content
|
|
41
|
+
- [ ] Quality meets requirements
|
|
42
|
+
- [ ] Properly licensed/credited
|
|
43
|
+
- [ ] Optimized for intended use
|
|
44
|
+
|
|
45
|
+
## Accessibility
|
|
46
|
+
|
|
47
|
+
### Visual Accessibility
|
|
48
|
+
- [ ] Text contrast ratio >= 4.5:1 (AA)
|
|
49
|
+
- [ ] Large text contrast >= 3:1
|
|
50
|
+
- [ ] Interactive elements have visible focus
|
|
51
|
+
- [ ] Color not sole indicator of meaning
|
|
52
|
+
- [ ] Alt text for all images
|
|
53
|
+
|
|
54
|
+
### Content Accessibility
|
|
55
|
+
- [ ] Clear and scannable layout
|
|
56
|
+
- [ ] Readable font sizes
|
|
57
|
+
- [ ] Logical reading order
|
|
58
|
+
- [ ] Meaningful headings structure
|
|
59
|
+
- [ ] Links describe destination
|
|
60
|
+
|
|
61
|
+
## Content Quality
|
|
62
|
+
|
|
63
|
+
### Copy Review
|
|
64
|
+
- [ ] Matches brand voice
|
|
65
|
+
- [ ] Appropriate tone for context
|
|
66
|
+
- [ ] No prohibited terms used
|
|
67
|
+
- [ ] Value proposition clear
|
|
68
|
+
- [ ] CTA compelling and clear
|
|
69
|
+
- [ ] Proofread for errors
|
|
70
|
+
|
|
71
|
+
### Messaging
|
|
72
|
+
- [ ] Aligns with key messages
|
|
73
|
+
- [ ] Differentiators highlighted
|
|
74
|
+
- [ ] Benefits over features
|
|
75
|
+
- [ ] Target audience addressed
|
|
76
|
+
- [ ] No conflicting claims
|
|
77
|
+
|
|
78
|
+
## Technical Requirements
|
|
79
|
+
|
|
80
|
+
### File Specifications
|
|
81
|
+
- [ ] Correct file format
|
|
82
|
+
- [ ] Appropriate resolution
|
|
83
|
+
- [ ] File size optimized
|
|
84
|
+
- [ ] Proper naming convention
|
|
85
|
+
- [ ] Metadata included
|
|
86
|
+
|
|
87
|
+
### Platform Requirements
|
|
88
|
+
| Platform | Verified |
|
|
89
|
+
|----------|----------|
|
|
90
|
+
| Instagram | [ ] Correct dimensions |
|
|
91
|
+
| Twitter/X | [ ] Meets requirements |
|
|
92
|
+
| LinkedIn | [ ] Professional standards |
|
|
93
|
+
| Facebook | [ ] Guidelines compliant |
|
|
94
|
+
| Email | [ ] Size under 1MB |
|
|
95
|
+
| Web | [ ] Optimized for web |
|
|
96
|
+
|
|
97
|
+
## Legal & Compliance
|
|
98
|
+
|
|
99
|
+
### Intellectual Property
|
|
100
|
+
- [ ] Stock images licensed
|
|
101
|
+
- [ ] Music/audio cleared
|
|
102
|
+
- [ ] No trademark violations
|
|
103
|
+
- [ ] User content authorized
|
|
104
|
+
- [ ] Credits included where needed
|
|
105
|
+
|
|
106
|
+
### Regulatory
|
|
107
|
+
- [ ] Required disclosures present
|
|
108
|
+
- [ ] No misleading claims
|
|
109
|
+
- [ ] Pricing accurate
|
|
110
|
+
- [ ] Terms linked where needed
|
|
111
|
+
- [ ] Privacy compliant
|
|
112
|
+
|
|
113
|
+
## Review Status
|
|
114
|
+
|
|
115
|
+
### Reviewer Sign-off
|
|
116
|
+
|
|
117
|
+
| Review Area | Reviewer | Date | Status |
|
|
118
|
+
|-------------|----------|------|--------|
|
|
119
|
+
| Visual Design | | | [ ] Pass / [ ] Revisions |
|
|
120
|
+
| Copy/Content | | | [ ] Pass / [ ] Revisions |
|
|
121
|
+
| Brand Compliance | | | [ ] Pass / [ ] Revisions |
|
|
122
|
+
| Technical | | | [ ] Pass / [ ] Revisions |
|
|
123
|
+
| Legal | | | [ ] Pass / [ ] Revisions |
|
|
124
|
+
|
|
125
|
+
### Final Approval
|
|
126
|
+
|
|
127
|
+
- [ ] All review areas passed
|
|
128
|
+
- [ ] Revisions completed (if any)
|
|
129
|
+
- [ ] Final version uploaded
|
|
130
|
+
- [ ] Metadata updated
|
|
131
|
+
- [ ] Ready for publish/use
|
|
132
|
+
|
|
133
|
+
**Approved By:** _______________
|
|
134
|
+
|
|
135
|
+
**Date:** _______________
|
|
136
|
+
|
|
137
|
+
**Version:** _______________
|
|
138
|
+
|
|
139
|
+
## Common Issues & Fixes
|
|
140
|
+
|
|
141
|
+
| Issue | Fix |
|
|
142
|
+
|-------|-----|
|
|
143
|
+
| Logo too small | Increase to minimum size |
|
|
144
|
+
| Wrong font | Replace with brand font |
|
|
145
|
+
| Low contrast | Adjust colors for accessibility |
|
|
146
|
+
| Off-brand color | Replace with palette color |
|
|
147
|
+
| Blurry image | Use higher resolution source |
|
|
148
|
+
| Missing alt text | Add descriptive alt text |
|
|
149
|
+
| Weak CTA | Strengthen action-oriented copy |
|
|
150
|
+
|
|
151
|
+
## Automation Support
|
|
152
|
+
|
|
153
|
+
The `validate-asset.cjs` script can auto-check:
|
|
154
|
+
- Color palette compliance
|
|
155
|
+
- Minimum dimensions
|
|
156
|
+
- File format/size
|
|
157
|
+
- Naming convention
|
|
158
|
+
- Basic metadata
|
|
159
|
+
|
|
160
|
+
Run: `node .claude/skills/brand/scripts/validate-asset.cjs <asset-path>`
|
|
161
|
+
|
|
162
|
+
## Archival
|
|
163
|
+
|
|
164
|
+
After approval:
|
|
165
|
+
1. Update asset status in manifest.json
|
|
166
|
+
2. Add approver and timestamp
|
|
167
|
+
3. Move previous versions to archive
|
|
168
|
+
4. Update campaign tracking
|
|
169
|
+
5. Notify relevant teams
|