@azerogluemin/ai-bootstrap 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +157 -0
- package/LICENSE +21 -0
- package/README.md +146 -0
- package/bin/init.js +10 -0
- package/dist/applier/agents-installer.d.ts +12 -0
- package/dist/applier/agents-installer.js +75 -0
- package/dist/applier/agents-installer.js.map +1 -0
- package/dist/applier/bundle-definitions.d.ts +7 -0
- package/dist/applier/bundle-definitions.js +98 -0
- package/dist/applier/bundle-definitions.js.map +1 -0
- package/dist/applier/index.d.ts +9 -0
- package/dist/applier/index.js +147 -0
- package/dist/applier/index.js.map +1 -0
- package/dist/applier/mcp-catalog.d.ts +29 -0
- package/dist/applier/mcp-catalog.js +755 -0
- package/dist/applier/mcp-catalog.js.map +1 -0
- package/dist/applier/mcp-config.d.ts +29 -0
- package/dist/applier/mcp-config.js +123 -0
- package/dist/applier/mcp-config.js.map +1 -0
- package/dist/applier/profile-writer.d.ts +2 -0
- package/dist/applier/profile-writer.js +60 -0
- package/dist/applier/profile-writer.js.map +1 -0
- package/dist/applier/projects-writer.d.ts +2 -0
- package/dist/applier/projects-writer.js +108 -0
- package/dist/applier/projects-writer.js.map +1 -0
- package/dist/applier/settings-writer.d.ts +2 -0
- package/dist/applier/settings-writer.js +74 -0
- package/dist/applier/settings-writer.js.map +1 -0
- package/dist/applier/skills-installer.d.ts +12 -0
- package/dist/applier/skills-installer.js +90 -0
- package/dist/applier/skills-installer.js.map +1 -0
- package/dist/commands/backup.d.ts +1 -0
- package/dist/commands/backup.js +269 -0
- package/dist/commands/backup.js.map +1 -0
- package/dist/commands/doctor.d.ts +1 -0
- package/dist/commands/doctor.js +185 -0
- package/dist/commands/doctor.js.map +1 -0
- package/dist/commands/mcp.d.ts +1 -0
- package/dist/commands/mcp.js +142 -0
- package/dist/commands/mcp.js.map +1 -0
- package/dist/commands/telemetry.d.ts +1 -0
- package/dist/commands/telemetry.js +85 -0
- package/dist/commands/telemetry.js.map +1 -0
- package/dist/commands/update.d.ts +7 -0
- package/dist/commands/update.js +62 -0
- package/dist/commands/update.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +113 -0
- package/dist/index.js.map +1 -0
- package/dist/steps/1-profile.d.ts +2 -0
- package/dist/steps/1-profile.js +81 -0
- package/dist/steps/1-profile.js.map +1 -0
- package/dist/steps/2-projects.d.ts +5 -0
- package/dist/steps/2-projects.js +81 -0
- package/dist/steps/2-projects.js.map +1 -0
- package/dist/steps/3-bundles.d.ts +4 -0
- package/dist/steps/3-bundles.js +95 -0
- package/dist/steps/3-bundles.js.map +1 -0
- package/dist/steps/4-mcps.d.ts +3 -0
- package/dist/steps/4-mcps.js +79 -0
- package/dist/steps/4-mcps.js.map +1 -0
- package/dist/steps/5-memory.d.ts +6 -0
- package/dist/steps/5-memory.js +51 -0
- package/dist/steps/5-memory.js.map +1 -0
- package/dist/steps/6-github.d.ts +5 -0
- package/dist/steps/6-github.js +34 -0
- package/dist/steps/6-github.js.map +1 -0
- package/dist/types.d.ts +57 -0
- package/dist/types.js +3 -0
- package/dist/types.js.map +1 -0
- package/dist/utils/paths.d.ts +10 -0
- package/dist/utils/paths.js +35 -0
- package/dist/utils/paths.js.map +1 -0
- package/dist/utils/permissions.d.ts +15 -0
- package/dist/utils/permissions.js +37 -0
- package/dist/utils/permissions.js.map +1 -0
- package/dist/utils/scanner.d.ts +11 -0
- package/dist/utils/scanner.js +108 -0
- package/dist/utils/scanner.js.map +1 -0
- package/dist/utils/telemetry.d.ts +26 -0
- package/dist/utils/telemetry.js +108 -0
- package/dist/utils/telemetry.js.map +1 -0
- package/dist/wizard.d.ts +2 -0
- package/dist/wizard.js +94 -0
- package/dist/wizard.js.map +1 -0
- package/package.json +77 -0
- package/templates/agents/ai-ml-engineer/AGENT.md +41 -0
- package/templates/agents/analyst-agent/AGENT.md +36 -0
- package/templates/agents/backend-engineer/AGENT.md +85 -0
- package/templates/agents/business-analyst/AGENT.md +47 -0
- package/templates/agents/ceo-agent/AGENT.md +57 -0
- package/templates/agents/cfo-agent/AGENT.md +57 -0
- package/templates/agents/chro-agent/AGENT.md +57 -0
- package/templates/agents/ciso-agent/AGENT.md +57 -0
- package/templates/agents/cmo-agent/AGENT.md +57 -0
- package/templates/agents/code-architect/AGENT.md +69 -0
- package/templates/agents/code-explorer/AGENT.md +67 -0
- package/templates/agents/code-reviewer/AGENT.md +86 -0
- package/templates/agents/competitive-intel/AGENT.md +45 -0
- package/templates/agents/content-calendar-orchestrator/AGENT.md +37 -0
- package/templates/agents/content-marketer/AGENT.md +38 -0
- package/templates/agents/coo-agent/AGENT.md +57 -0
- package/templates/agents/cro-agent/AGENT.md +57 -0
- package/templates/agents/cto-agent/AGENT.md +57 -0
- package/templates/agents/data-engineer/AGENT.md +52 -0
- package/templates/agents/db-migrator/AGENT.md +40 -0
- package/templates/agents/debugger/AGENT.md +64 -0
- package/templates/agents/decision-recorder/AGENT.md +41 -0
- package/templates/agents/designer-agent/AGENT.md +38 -0
- package/templates/agents/devops-engineer/AGENT.md +73 -0
- package/templates/agents/ecommerce-optimizer-agent/AGENT.md +36 -0
- package/templates/agents/education-curriculum/AGENT.md +36 -0
- package/templates/agents/email-marketer/AGENT.md +37 -0
- package/templates/agents/finance-analyst-agent/AGENT.md +36 -0
- package/templates/agents/fintech-compliance/AGENT.md +36 -0
- package/templates/agents/founder-mode-agent/AGENT.md +57 -0
- package/templates/agents/frontend-engineer/AGENT.md +97 -0
- package/templates/agents/gaming-balance-agent/AGENT.md +36 -0
- package/templates/agents/gc-agent/AGENT.md +57 -0
- package/templates/agents/growth-hacker/AGENT.md +37 -0
- package/templates/agents/healthcare-compliance-agent/AGENT.md +36 -0
- package/templates/agents/instagram-orchestrator/AGENT.md +40 -0
- package/templates/agents/launch-orchestrator/AGENT.md +61 -0
- package/templates/agents/legal-researcher-agent/AGENT.md +36 -0
- package/templates/agents/linkedin-orchestrator/AGENT.md +38 -0
- package/templates/agents/market-researcher/AGENT.md +45 -0
- package/templates/agents/performance-profiler/AGENT.md +65 -0
- package/templates/agents/product-manager-agent/AGENT.md +33 -0
- package/templates/agents/product-strategist-agent/AGENT.md +37 -0
- package/templates/agents/publishing-orchestrator/AGENT.md +46 -0
- package/templates/agents/qa-reviewer/AGENT.md +45 -0
- package/templates/agents/real-estate-agent/AGENT.md +36 -0
- package/templates/agents/refactor-planner/AGENT.md +62 -0
- package/templates/agents/research-orchestrator/AGENT.md +37 -0
- package/templates/agents/researcher/AGENT.md +76 -0
- package/templates/agents/security-auditor/AGENT.md +61 -0
- package/templates/agents/seo-aeo/AGENT.md +45 -0
- package/templates/agents/seo-backlinks/AGENT.md +43 -0
- package/templates/agents/seo-brief/AGENT.md +51 -0
- package/templates/agents/seo-competitor/AGENT.md +44 -0
- package/templates/agents/seo-content/AGENT.md +55 -0
- package/templates/agents/seo-drift/AGENT.md +43 -0
- package/templates/agents/seo-ecommerce/AGENT.md +44 -0
- package/templates/agents/seo-google-api/AGENT.md +48 -0
- package/templates/agents/seo-image/AGENT.md +47 -0
- package/templates/agents/seo-international/AGENT.md +43 -0
- package/templates/agents/seo-local/AGENT.md +43 -0
- package/templates/agents/seo-maps/AGENT.md +43 -0
- package/templates/agents/seo-programmatic/AGENT.md +50 -0
- package/templates/agents/seo-schema/AGENT.md +37 -0
- package/templates/agents/seo-semantic/AGENT.md +47 -0
- package/templates/agents/seo-spa/AGENT.md +44 -0
- package/templates/agents/seo-sxo/AGENT.md +43 -0
- package/templates/agents/seo-technical/AGENT.md +56 -0
- package/templates/agents/social-media-manager/AGENT.md +36 -0
- package/templates/agents/sound-designer/AGENT.md +39 -0
- package/templates/agents/stack-tester/AGENT.md +42 -0
- package/templates/agents/storyboard-orchestrator/AGENT.md +36 -0
- package/templates/agents/tiktok-orchestrator/AGENT.md +39 -0
- package/templates/agents/twitter-orchestrator/AGENT.md +38 -0
- package/templates/agents/ux-researcher-agent/AGENT.md +36 -0
- package/templates/agents/video-pipeline/AGENT.md +53 -0
- package/templates/agents/youtube-orchestrator/AGENT.md +40 -0
- package/templates/skills/accessibility-auditor/SKILL.md +129 -0
- package/templates/skills/aeo-specialist/SKILL.md +145 -0
- package/templates/skills/analytics-expert/SKILL.md +128 -0
- package/templates/skills/architect/SKILL.md +258 -0
- package/templates/skills/brand-identity-designer/SKILL.md +156 -0
- package/templates/skills/brand-kit-builder/SKILL.md +182 -0
- package/templates/skills/business-coach/SKILL.md +85 -0
- package/templates/skills/ceo-advisor/SKILL.md +156 -0
- package/templates/skills/cfo-advisor/SKILL.md +146 -0
- package/templates/skills/chaos-engineer/SKILL.md +107 -0
- package/templates/skills/character-designer/SKILL.md +212 -0
- package/templates/skills/character-designer/knowledge/character-anatomy.md +119 -0
- package/templates/skills/character-designer/knowledge/composition.md +94 -0
- package/templates/skills/character-designer/knowledge/consistency-anchors.md +113 -0
- package/templates/skills/character-designer/knowledge/lighting.md +120 -0
- package/templates/skills/chro-advisor/SKILL.md +132 -0
- package/templates/skills/ci-cd-builder/SKILL.md +189 -0
- package/templates/skills/ciso-advisor/SKILL.md +123 -0
- package/templates/skills/cmo-advisor/SKILL.md +192 -0
- package/templates/skills/code-reviewer/SKILL.md +204 -0
- package/templates/skills/color-palette-builder/SKILL.md +143 -0
- package/templates/skills/community-manager/SKILL.md +127 -0
- package/templates/skills/composer/SKILL.md +173 -0
- package/templates/skills/composer/knowledge/arrangement-principles.md +137 -0
- package/templates/skills/composer/knowledge/composition-principles.md +97 -0
- package/templates/skills/composer/knowledge/consistency-anchors.md +149 -0
- package/templates/skills/composer/knowledge/cultural-traditions.md +193 -0
- package/templates/skills/composer/knowledge/dynamics-build-drop.md +148 -0
- package/templates/skills/composer/knowledge/genres/afrobeats.md +73 -0
- package/templates/skills/composer/knowledge/genres/ambient.md +62 -0
- package/templates/skills/composer/knowledge/genres/azerbaijani-mugham.md +90 -0
- package/templates/skills/composer/knowledge/genres/azerbaijani-pop.md +104 -0
- package/templates/skills/composer/knowledge/genres/blues.md +62 -0
- package/templates/skills/composer/knowledge/genres/choral.md +78 -0
- package/templates/skills/composer/knowledge/genres/classical.md +72 -0
- package/templates/skills/composer/knowledge/genres/country.md +64 -0
- package/templates/skills/composer/knowledge/genres/drill.md +71 -0
- package/templates/skills/composer/knowledge/genres/edm.md +75 -0
- package/templates/skills/composer/knowledge/genres/electronic.md +62 -0
- package/templates/skills/composer/knowledge/genres/film-score.md +92 -0
- package/templates/skills/composer/knowledge/genres/folk.md +67 -0
- package/templates/skills/composer/knowledge/genres/hip-hop.md +64 -0
- package/templates/skills/composer/knowledge/genres/house.md +63 -0
- package/templates/skills/composer/knowledge/genres/indie-folk.md +63 -0
- package/templates/skills/composer/knowledge/genres/indie-rock.md +60 -0
- package/templates/skills/composer/knowledge/genres/jazz-fusion.md +60 -0
- package/templates/skills/composer/knowledge/genres/jazz.md +66 -0
- package/templates/skills/composer/knowledge/genres/k-pop.md +81 -0
- package/templates/skills/composer/knowledge/genres/latin.md +88 -0
- package/templates/skills/composer/knowledge/genres/lo-fi.md +64 -0
- package/templates/skills/composer/knowledge/genres/meykhana.md +95 -0
- package/templates/skills/composer/knowledge/genres/orchestral.md +69 -0
- package/templates/skills/composer/knowledge/genres/persian-classical.md +104 -0
- package/templates/skills/composer/knowledge/genres/pop.md +60 -0
- package/templates/skills/composer/knowledge/genres/reggae.md +65 -0
- package/templates/skills/composer/knowledge/genres/rnb.md +62 -0
- package/templates/skills/composer/knowledge/genres/rock.md +61 -0
- package/templates/skills/composer/knowledge/genres/soul.md +63 -0
- package/templates/skills/composer/knowledge/genres/symphonic-mugham.md +92 -0
- package/templates/skills/composer/knowledge/genres/techno.md +63 -0
- package/templates/skills/composer/knowledge/genres/trap.md +61 -0
- package/templates/skills/composer/knowledge/genres/turkish-arabesque.md +87 -0
- package/templates/skills/composer/knowledge/genres/world-music.md +84 -0
- package/templates/skills/composer/knowledge/harmony-basics.md +105 -0
- package/templates/skills/composer/knowledge/instrumentation-guide.md +145 -0
- package/templates/skills/composer/knowledge/instruments/808.md +59 -0
- package/templates/skills/composer/knowledge/instruments/acoustic-guitar.md +46 -0
- package/templates/skills/composer/knowledge/instruments/balaban.md +74 -0
- package/templates/skills/composer/knowledge/instruments/bass.md +50 -0
- package/templates/skills/composer/knowledge/instruments/brass-section.md +60 -0
- package/templates/skills/composer/knowledge/instruments/cello-solo.md +53 -0
- package/templates/skills/composer/knowledge/instruments/choir.md +67 -0
- package/templates/skills/composer/knowledge/instruments/drum-machine.md +49 -0
- package/templates/skills/composer/knowledge/instruments/drums.md +57 -0
- package/templates/skills/composer/knowledge/instruments/electric-guitar.md +57 -0
- package/templates/skills/composer/knowledge/instruments/flute.md +56 -0
- package/templates/skills/composer/knowledge/instruments/kamancha.md +66 -0
- package/templates/skills/composer/knowledge/instruments/nagara.md +68 -0
- package/templates/skills/composer/knowledge/instruments/oud.md +70 -0
- package/templates/skills/composer/knowledge/instruments/piano.md +42 -0
- package/templates/skills/composer/knowledge/instruments/saxophone.md +66 -0
- package/templates/skills/composer/knowledge/instruments/saz.md +75 -0
- package/templates/skills/composer/knowledge/instruments/strings-orchestra.md +68 -0
- package/templates/skills/composer/knowledge/instruments/synth-bass.md +55 -0
- package/templates/skills/composer/knowledge/instruments/synth-lead.md +70 -0
- package/templates/skills/composer/knowledge/instruments/synth-pad.md +61 -0
- package/templates/skills/composer/knowledge/instruments/tar.md +67 -0
- package/templates/skills/composer/knowledge/instruments/trap-hihat.md +50 -0
- package/templates/skills/composer/knowledge/instruments/trumpet.md +63 -0
- package/templates/skills/composer/knowledge/instruments/violin-solo.md +51 -0
- package/templates/skills/composer/knowledge/key-signature-mood.md +128 -0
- package/templates/skills/composer/knowledge/lyrics-by-language.md +79 -0
- package/templates/skills/composer/knowledge/lyrics-craft.md +89 -0
- package/templates/skills/composer/knowledge/melody-craft.md +126 -0
- package/templates/skills/composer/knowledge/moods/aggressive.md +98 -0
- package/templates/skills/composer/knowledge/moods/bittersweet.md +97 -0
- package/templates/skills/composer/knowledge/moods/dreamy.md +98 -0
- package/templates/skills/composer/knowledge/moods/energetic.md +101 -0
- package/templates/skills/composer/knowledge/moods/ethereal.md +99 -0
- package/templates/skills/composer/knowledge/moods/happy.md +93 -0
- package/templates/skills/composer/knowledge/moods/melancholic-hopeful.md +96 -0
- package/templates/skills/composer/knowledge/moods/melancholic.md +99 -0
- package/templates/skills/composer/knowledge/moods/mysterious.md +97 -0
- package/templates/skills/composer/knowledge/moods/nostalgic.md +96 -0
- package/templates/skills/composer/knowledge/moods/peaceful.md +99 -0
- package/templates/skills/composer/knowledge/moods/playful.md +95 -0
- package/templates/skills/composer/knowledge/moods/romantic.md +99 -0
- package/templates/skills/composer/knowledge/moods/tense.md +97 -0
- package/templates/skills/composer/knowledge/moods/triumphant.md +104 -0
- package/templates/skills/composer/knowledge/personas/aygun-kazimova.md +67 -0
- package/templates/skills/composer/knowledge/personas/billie-eilish.md +80 -0
- package/templates/skills/composer/knowledge/personas/bon-iver.md +70 -0
- package/templates/skills/composer/knowledge/personas/daft-punk.md +71 -0
- package/templates/skills/composer/knowledge/personas/hans-zimmer.md +71 -0
- package/templates/skills/composer/knowledge/personas/hildur-gudnadottir.md +72 -0
- package/templates/skills/composer/knowledge/personas/kanye-west.md +75 -0
- package/templates/skills/composer/knowledge/personas/max-martin.md +65 -0
- package/templates/skills/composer/knowledge/personas/neutral-composer.md +66 -0
- package/templates/skills/composer/knowledge/personas/pharrell.md +70 -0
- package/templates/skills/composer/knowledge/personas/rashid-behbudov.md +60 -0
- package/templates/skills/composer/knowledge/personas/sezen-aksu.md +68 -0
- package/templates/skills/composer/knowledge/personas/sufjan-stevens.md +71 -0
- package/templates/skills/composer/knowledge/personas/the-weeknd.md +78 -0
- package/templates/skills/composer/knowledge/production-styles/ambient-textural.md +70 -0
- package/templates/skills/composer/knowledge/production-styles/demo-rough.md +70 -0
- package/templates/skills/composer/knowledge/production-styles/hi-fi.md +69 -0
- package/templates/skills/composer/knowledge/production-styles/live-feel.md +74 -0
- package/templates/skills/composer/knowledge/production-styles/lo-fi.md +55 -0
- package/templates/skills/composer/knowledge/production-styles/maximalist.md +69 -0
- package/templates/skills/composer/knowledge/production-styles/minimal.md +70 -0
- package/templates/skills/composer/knowledge/production-styles/orchestral-cinematic.md +69 -0
- package/templates/skills/composer/knowledge/production-styles/polished-modern.md +56 -0
- package/templates/skills/composer/knowledge/production-styles/vintage-analog.md +67 -0
- package/templates/skills/composer/knowledge/song-structure.md +97 -0
- package/templates/skills/composer/knowledge/tempo-bpm-guide.md +141 -0
- package/templates/skills/composer/knowledge/time-signature.md +124 -0
- package/templates/skills/composer/knowledge/vocal-direction.md +118 -0
- package/templates/skills/composer/knowledge/vocal-styles/duet-male-female.md +71 -0
- package/templates/skills/composer/knowledge/vocal-styles/falsetto-male.md +49 -0
- package/templates/skills/composer/knowledge/vocal-styles/female-alto.md +48 -0
- package/templates/skills/composer/knowledge/vocal-styles/female-mezzo.md +47 -0
- package/templates/skills/composer/knowledge/vocal-styles/female-soprano.md +48 -0
- package/templates/skills/composer/knowledge/vocal-styles/male-baritone.md +44 -0
- package/templates/skills/composer/knowledge/vocal-styles/male-bass.md +45 -0
- package/templates/skills/composer/knowledge/vocal-styles/male-tenor.md +41 -0
- package/templates/skills/composer/knowledge/vocal-styles/mugham-style.md +67 -0
- package/templates/skills/composer/knowledge/vocal-styles/rap-flow.md +75 -0
- package/templates/skills/composer/knowledge/vocal-styles/spoken-word.md +52 -0
- package/templates/skills/composer/knowledge/vocal-styles/whisper.md +55 -0
- package/templates/skills/content-strategist/SKILL.md +106 -0
- package/templates/skills/conversion-optimizer/SKILL.md +98 -0
- package/templates/skills/coo-advisor/SKILL.md +92 -0
- package/templates/skills/copywriter-pro/SKILL.md +151 -0
- package/templates/skills/cro-advisor/SKILL.md +105 -0
- package/templates/skills/cross-platform-strategist/SKILL.md +99 -0
- package/templates/skills/cto-advisor/SKILL.md +166 -0
- package/templates/skills/cultural-translator/SKILL.md +96 -0
- package/templates/skills/decision-maker/SKILL.md +145 -0
- package/templates/skills/director/SKILL.md +236 -0
- package/templates/skills/director/knowledge/camera-movements.md +118 -0
- package/templates/skills/director/knowledge/cameras/cameras.json +234 -0
- package/templates/skills/director/knowledge/cameras/cameras.md +53 -0
- package/templates/skills/director/knowledge/cameras/recommendations.md +75 -0
- package/templates/skills/director/knowledge/cinematography.md +87 -0
- package/templates/skills/director/knowledge/composition.md +94 -0
- package/templates/skills/director/knowledge/lens-selection.md +82 -0
- package/templates/skills/director/knowledge/lenses/lenses.json +292 -0
- package/templates/skills/director/knowledge/lenses/lenses.md +87 -0
- package/templates/skills/director/knowledge/lenses/selection-guide.md +105 -0
- package/templates/skills/director/knowledge/lighting.md +120 -0
- package/templates/skills/director/knowledge/personas/_visual-style-index.md +144 -0
- package/templates/skills/director/knowledge/personas/adam-berg.md +30 -0
- package/templates/skills/director/knowledge/personas/agnes-varda.md +30 -0
- package/templates/skills/director/knowledge/personas/alfonso-cuaron.md +30 -0
- package/templates/skills/director/knowledge/personas/andrea-arnold.md +30 -0
- package/templates/skills/director/knowledge/personas/andrew-stanton.md +33 -0
- package/templates/skills/director/knowledge/personas/apichatpong-weerasethakul.md +30 -0
- package/templates/skills/director/knowledge/personas/ari-aster.md +33 -0
- package/templates/skills/director/knowledge/personas/armando-iannucci.md +30 -0
- package/templates/skills/director/knowledge/personas/asif-kapadia.md +30 -0
- package/templates/skills/director/knowledge/personas/barry-jenkins.md +30 -0
- package/templates/skills/director/knowledge/personas/bob-persichetti.md +33 -0
- package/templates/skills/director/knowledge/personas/bong-joon-ho.md +33 -0
- package/templates/skills/director/knowledge/personas/brad-bird.md +30 -0
- package/templates/skills/director/knowledge/personas/cary-joji-fukunaga.md +30 -0
- package/templates/skills/director/knowledge/personas/chloe-zhao.md +30 -0
- package/templates/skills/director/knowledge/personas/chris-cunningham.md +30 -0
- package/templates/skills/director/knowledge/personas/chris-sanders.md +33 -0
- package/templates/skills/director/knowledge/personas/christopher-mcquarrie.md +30 -0
- package/templates/skills/director/knowledge/personas/coen-brothers.md +30 -0
- package/templates/skills/director/knowledge/personas/dardenne-brothers.md +30 -0
- package/templates/skills/director/knowledge/personas/david-robert-mitchell.md +33 -0
- package/templates/skills/director/knowledge/personas/dean-deblois.md +33 -0
- package/templates/skills/director/knowledge/personas/edgar-wright.md +30 -0
- package/templates/skills/director/knowledge/personas/errol-morris.md +30 -0
- package/templates/skills/director/knowledge/personas/fincher.md +33 -0
- package/templates/skills/director/knowledge/personas/floria-sigismondi.md +30 -0
- package/templates/skills/director/knowledge/personas/frederick-wiseman.md +30 -0
- package/templates/skills/director/knowledge/personas/genndy-tartakovsky.md +33 -0
- package/templates/skills/director/knowledge/personas/george-miller.md +30 -0
- package/templates/skills/director/knowledge/personas/greta-gerwig.md +30 -0
- package/templates/skills/director/knowledge/personas/hayao-miyazaki.md +30 -0
- package/templates/skills/director/knowledge/personas/henry-selick.md +33 -0
- package/templates/skills/director/knowledge/personas/hirokazu-kore-eda.md +30 -0
- package/templates/skills/director/knowledge/personas/hou-hsiao-hsien.md +30 -0
- package/templates/skills/director/knowledge/personas/hype-williams.md +30 -0
- package/templates/skills/director/knowledge/personas/james-cameron.md +33 -0
- package/templates/skills/director/knowledge/personas/jeff-nichols.md +33 -0
- package/templates/skills/director/knowledge/personas/joaquim-dos-santos.md +33 -0
- package/templates/skills/director/knowledge/personas/john-woo.md +30 -0
- package/templates/skills/director/knowledge/personas/jon-favreau.md +33 -0
- package/templates/skills/director/knowledge/personas/jonas-akerlund.md +30 -0
- package/templates/skills/director/knowledge/personas/jonathan-glazer.md +30 -0
- package/templates/skills/director/knowledge/personas/jordan-peele.md +30 -0
- package/templates/skills/director/knowledge/personas/joseph-kosinski.md +33 -0
- package/templates/skills/director/knowledge/personas/kathryn-bigelow.md +30 -0
- package/templates/skills/director/knowledge/personas/kubrick.md +33 -0
- package/templates/skills/director/knowledge/personas/kurosawa.md +33 -0
- package/templates/skills/director/knowledge/personas/lance-acord.md +30 -0
- package/templates/skills/director/knowledge/personas/lanthimos.md +33 -0
- package/templates/skills/director/knowledge/personas/lee-unkrich.md +33 -0
- package/templates/skills/director/knowledge/personas/makoto-shinkai.md +33 -0
- package/templates/skills/director/knowledge/personas/mamoru-hosoda.md +33 -0
- package/templates/skills/director/knowledge/personas/mark-romanek.md +30 -0
- package/templates/skills/director/knowledge/personas/martin-scorsese.md +30 -0
- package/templates/skills/director/knowledge/personas/masaaki-yuasa.md +33 -0
- package/templates/skills/director/knowledge/personas/michael-haneke.md +30 -0
- package/templates/skills/director/knowledge/personas/michel-gondry.md +30 -0
- package/templates/skills/director/knowledge/personas/miguel-sapochnik.md +33 -0
- package/templates/skills/director/knowledge/personas/neutral-director.md +32 -0
- package/templates/skills/director/knowledge/personas/nick-park.md +33 -0
- package/templates/skills/director/knowledge/personas/nicolas-winding-refn.md +33 -0
- package/templates/skills/director/knowledge/personas/nolan.md +33 -0
- package/templates/skills/director/knowledge/personas/nuri-bilge-ceylan.md +33 -0
- package/templates/skills/director/knowledge/personas/park-chan-wook.md +33 -0
- package/templates/skills/director/knowledge/personas/paul-thomas-anderson.md +30 -0
- package/templates/skills/director/knowledge/personas/pawel-pawlikowski.md +33 -0
- package/templates/skills/director/knowledge/personas/pedro-almodovar.md +30 -0
- package/templates/skills/director/knowledge/personas/pendleton-ward.md +33 -0
- package/templates/skills/director/knowledge/personas/pete-docter.md +30 -0
- package/templates/skills/director/knowledge/personas/peter-jackson.md +33 -0
- package/templates/skills/director/knowledge/personas/phil-lord-chris-miller.md +33 -0
- package/templates/skills/director/knowledge/personas/phoebe-waller-bridge.md +30 -0
- package/templates/skills/director/knowledge/personas/pierre-coffin.md +33 -0
- package/templates/skills/director/knowledge/personas/quentin-tarantino.md +30 -0
- package/templates/skills/director/knowledge/personas/rebecca-sugar.md +33 -0
- package/templates/skills/director/knowledge/personas/ridley-scott.md +30 -0
- package/templates/skills/director/knowledge/personas/robert-eggers.md +33 -0
- package/templates/skills/director/knowledge/personas/robert-zemeckis.md +33 -0
- package/templates/skills/director/knowledge/personas/roy-andersson.md +33 -0
- package/templates/skills/director/knowledge/personas/satoshi-kon.md +30 -0
- package/templates/skills/director/knowledge/personas/sean-baker.md +30 -0
- package/templates/skills/director/knowledge/personas/sofia-coppola.md +30 -0
- package/templates/skills/director/knowledge/personas/spike-jonze.md +30 -0
- package/templates/skills/director/knowledge/personas/steven-spielberg.md +30 -0
- package/templates/skills/director/knowledge/personas/taika-waititi.md +30 -0
- package/templates/skills/director/knowledge/personas/terrence-malick.md +30 -0
- package/templates/skills/director/knowledge/personas/tim-burton.md +33 -0
- package/templates/skills/director/knowledge/personas/villeneuve.md +33 -0
- package/templates/skills/director/knowledge/personas/vince-gilligan.md +30 -0
- package/templates/skills/director/knowledge/personas/werner-herzog.md +30 -0
- package/templates/skills/director/knowledge/personas/wes-anderson.md +33 -0
- package/templates/skills/director/knowledge/personas/wong-kar-wai.md +33 -0
- package/templates/skills/director/knowledge/personas/zhang-yimou.md +30 -0
- package/templates/skills/doc-writer/SKILL.md +293 -0
- package/templates/skills/e-commerce-optimizer/SKILL.md +120 -0
- package/templates/skills/elevenlabs/SKILL.md +122 -0
- package/templates/skills/elevenlabs/knowledge/audio-tags.md +52 -0
- package/templates/skills/elevenlabs/knowledge/azerbaijani-voice.md +46 -0
- package/templates/skills/elevenlabs/knowledge/sound-effects.md +131 -0
- package/templates/skills/elevenlabs/knowledge/text-to-speech.md +52 -0
- package/templates/skills/elevenlabs/knowledge/voice-changer.md +39 -0
- package/templates/skills/elevenlabs/knowledge/voice-design.md +100 -0
- package/templates/skills/email-sequence-builder/SKILL.md +174 -0
- package/templates/skills/experiment-designer/SKILL.md +95 -0
- package/templates/skills/finance-analyst/SKILL.md +105 -0
- package/templates/skills/founder-mode/SKILL.md +185 -0
- package/templates/skills/gc-advisor/SKILL.md +146 -0
- package/templates/skills/growth-coach/SKILL.md +95 -0
- package/templates/skills/growth-strategist/SKILL.md +181 -0
- package/templates/skills/healthcare-compliance/SKILL.md +109 -0
- package/templates/skills/image-prompt-engineer/SKILL.md +522 -0
- package/templates/skills/image-prompt-engineer/knowledge/character-anatomy.md +378 -0
- package/templates/skills/image-prompt-engineer/knowledge/cinematography.md +111 -0
- package/templates/skills/image-prompt-engineer/knowledge/color-grading.md +172 -0
- package/templates/skills/image-prompt-engineer/knowledge/composition.md +157 -0
- package/templates/skills/image-prompt-engineer/knowledge/consistency-anchors.md +113 -0
- package/templates/skills/image-prompt-engineer/knowledge/general/aspect-ratios.md +185 -0
- package/templates/skills/image-prompt-engineer/knowledge/general/prompt-budget.md +167 -0
- package/templates/skills/image-prompt-engineer/knowledge/lens-selection.md +82 -0
- package/templates/skills/image-prompt-engineer/knowledge/lighting.md +174 -0
- package/templates/skills/image-prompt-engineer/knowledge/location-design.md +236 -0
- package/templates/skills/image-prompt-engineer/knowledge/models/flux-pro.md +87 -0
- package/templates/skills/image-prompt-engineer/knowledge/models/gpt-image-2.md +120 -0
- package/templates/skills/image-prompt-engineer/knowledge/models/ideogram-v3.md +101 -0
- package/templates/skills/image-prompt-engineer/knowledge/models/imagen-4.md +73 -0
- package/templates/skills/image-prompt-engineer/knowledge/models/midjourney-v7.md +85 -0
- package/templates/skills/image-prompt-engineer/knowledge/models/nano-banana.md +128 -0
- package/templates/skills/image-prompt-engineer/knowledge/models/recraft-v3.md +94 -0
- package/templates/skills/image-prompt-engineer/knowledge/models/sd-3.5.md +90 -0
- package/templates/skills/image-prompt-engineer/knowledge/multi-reference-workflows.md +332 -0
- package/templates/skills/image-prompt-engineer/knowledge/physical-realism.md +604 -0
- package/templates/skills/image-validator/SKILL.md +303 -0
- package/templates/skills/image-validator/knowledge/physical-realism-checks.md +704 -0
- package/templates/skills/image-validator/knowledge/prompt-consistency-checks.md +485 -0
- package/templates/skills/image-validator/knowledge/script-consistency-checks.md +279 -0
- package/templates/skills/image-validator/knowledge/test-learnings.md +1816 -0
- package/templates/skills/image-validator/knowledge/validation-protocol.md +245 -0
- package/templates/skills/inbox-triage/SKILL.md +121 -0
- package/templates/skills/incident-commander/SKILL.md +192 -0
- package/templates/skills/instagram-expert/SKILL.md +159 -0
- package/templates/skills/journal-keeper/SKILL.md +139 -0
- package/templates/skills/knowledge-base-builder/SKILL.md +148 -0
- package/templates/skills/kubernetes-operator/SKILL.md +185 -0
- package/templates/skills/landing-page-builder/SKILL.md +125 -0
- package/templates/skills/learning-keeper/SKILL.md +212 -0
- package/templates/skills/legal-researcher/SKILL.md +112 -0
- package/templates/skills/life-coach/SKILL.md +90 -0
- package/templates/skills/linkedin-expert/SKILL.md +176 -0
- package/templates/skills/location-designer/SKILL.md +227 -0
- package/templates/skills/location-designer/knowledge/color-grading.md +124 -0
- package/templates/skills/location-designer/knowledge/composition.md +94 -0
- package/templates/skills/location-designer/knowledge/lighting.md +120 -0
- package/templates/skills/location-designer/knowledge/location-design.md +236 -0
- package/templates/skills/logo-designer/SKILL.md +113 -0
- package/templates/skills/lyricist/SKILL.md +194 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/classical-forms/ghazal-q/311/231z/311/231l.md +154 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/classical-forms/m/303/274st/311/231zad.md +134 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/classical-forms/m/303/274s/311/231dd/311/231s.md +131 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/classical-forms/m/303/274x/311/231mm/311/231s.md +141 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/classical-forms/q/311/231sid/311/231.md +129 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/classical-forms/rubai.md +104 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/classical-forms/t/311/231rcib/311/231nd.md +151 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/classical-forms/t/311/231rkibb/311/231nd.md +141 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/folk-forms/bayat/304/261.md +198 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/folk-forms/divani.md +171 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/folk-forms/g/311/231rayl/304/261.md +164 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/folk-forms/m/303/274x/311/231mm/311/231s-a/305/237/304/261q.md +195 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/folk-forms/qo/305/237ma.md +171 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/folk-forms/ustadnam/311/231.md +183 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/meter/11-heca-qo/305/237ma.md +128 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/meter/14-heca-divani.md +118 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/meter/7-heca-bayat/304/261-mani.md +133 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/meter/8-heca-g/311/231rayl/304/261.md +128 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/meter/heca-v/311/231zni-overview.md +101 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/meter/modern-s/311/231rb/311/231st.md +166 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/meter//311/231ruz-v/311/231zni-overview.md +145 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/modern-forms/modern-s/311/231rb/311/231st-/305/237eir.md +213 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/modern-forms/pop-mahn/304/261-s/303/266zl/311/231ri.md +240 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/modern-forms/rap-hip-hop-azerbaijani.md +274 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/modern-forms/rock-mahn/304/261-s/303/266zl/311/231ri.md +261 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/anar-na/304/237/304/261lbaz.md +62 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/aq/305/237in-yenisey.md +92 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/a/305/237/304/261q-/311/231l/311/231sg/311/231r.md +84 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/b/311/231xtiyar-vahabzad/311/231.md +85 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/cahangir-cahangirov.md +58 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/f/303/274zuli.md +77 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/host-jamal-ali.md +59 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/host-orxan-zeynall/304/261.md +76 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/host-promete.md +59 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/host-qaraqan.md +62 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/meykhana-style.md +85 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/miri-yusif.md +67 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/modern-pop-lirik.md +85 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/m/303/274/305/237fiq.md +85 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/m/311/231mm/311/231d-araz.md +72 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/neutral-azerbaijani-lyricist.md +102 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/nizami-g/311/231nc/311/231vi.md +66 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/n/311/231simi.md +72 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/qism/311/231t.md +80 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/ramiz-r/303/266v/305/237/311/231n.md +79 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/r/311/231sul-rza.md +86 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/sabir.md +77 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/salam-sarvan.md +79 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/s/311/231m/311/231d-vur/304/237un.md +78 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/tofiq-quliyev.md +58 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/vahid-/311/231ziz.md +68 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/vaqif-bayatl/304/261-od/311/231r.md +60 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/vaqif-s/311/231m/311/231do/304/237lu.md +72 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas/x/311/231tai.md +69 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/personas//305/237/311/231hriyar-del-gerani.md +78 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/techniques/alliterasya.md +221 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/techniques/cinas.md +176 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/techniques/istiar/311/231.md +168 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/techniques/m/303/274raci/311/231t.md +223 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/techniques/t/311/231krir-radif.md +220 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/techniques/t/311/231/305/237beh-metafora.md +161 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/themes/ayr/304/261l/304/261q-h/311/231sr/311/231t.md +227 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/themes/ekzistensial-h/311/231yat.md +213 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/themes/e/305/237q-m/311/231h/311/231bb/311/231t.md +229 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/themes/mistik-irfani.md +197 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/themes/m/303/274asir-h/311/231yat.md +225 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/themes/t/311/231bi/311/231t-f/311/231sill/311/231r.md +200 -0
- package/templates/skills/lyricist/knowledge/azerbaijani/themes/v/311/231t/311/231n-az/311/231rbaycan.md +214 -0
- package/templates/skills/lyricist/knowledge/english/overview.md +104 -0
- package/templates/skills/lyricist/knowledge/english/personas/bob-dylan.md +59 -0
- package/templates/skills/lyricist/knowledge/english/personas/bruce-springsteen.md +62 -0
- package/templates/skills/lyricist/knowledge/english/personas/drake.md +60 -0
- package/templates/skills/lyricist/knowledge/english/personas/frank-ocean.md +62 -0
- package/templates/skills/lyricist/knowledge/english/personas/joni-mitchell.md +60 -0
- package/templates/skills/lyricist/knowledge/english/personas/kendrick-lamar.md +61 -0
- package/templates/skills/lyricist/knowledge/english/personas/leonard-cohen.md +61 -0
- package/templates/skills/lyricist/knowledge/english/personas/neutral-english-lyricist.md +50 -0
- package/templates/skills/lyricist/knowledge/english/personas/phoebe-bridgers.md +61 -0
- package/templates/skills/lyricist/knowledge/english/personas/taylor-swift.md +61 -0
- package/templates/skills/lyricist/knowledge/russian/overview.md +88 -0
- package/templates/skills/lyricist/knowledge/russian/personas/neutral-russian-lyricist.md +47 -0
- package/templates/skills/lyricist/knowledge/russian/personas/okudzhava.md +67 -0
- package/templates/skills/lyricist/knowledge/russian/personas/pushkin.md +65 -0
- package/templates/skills/lyricist/knowledge/russian/personas/viktor-tsoi.md +68 -0
- package/templates/skills/lyricist/knowledge/russian/personas/vysotsky.md +69 -0
- package/templates/skills/lyricist/knowledge/russian/personas/yesenin.md +67 -0
- package/templates/skills/lyricist/knowledge/russian/personas/zemfira.md +69 -0
- package/templates/skills/lyricist/knowledge/turkish/overview.md +89 -0
- package/templates/skills/lyricist/knowledge/turkish/personas/baris-manco.md +66 -0
- package/templates/skills/lyricist/knowledge/turkish/personas/modern-turkish-rap.md +98 -0
- package/templates/skills/lyricist/knowledge/turkish/personas/nazim-hikmet.md +69 -0
- package/templates/skills/lyricist/knowledge/turkish/personas/neutral-turkish-lyricist.md +48 -0
- package/templates/skills/lyricist/knowledge/turkish/personas/orhan-gencebay.md +67 -0
- package/templates/skills/lyricist/knowledge/turkish/personas/sezen-aksu-lyric.md +70 -0
- package/templates/skills/lyricist/knowledge/turkish/personas/tarkan.md +67 -0
- package/templates/skills/lyricist/knowledge/turkish/personas/yunus-emre.md +72 -0
- package/templates/skills/lyricist/knowledge/turkish/personas/zeki-muren.md +65 -0
- package/templates/skills/mcp-server-builder/SKILL.md +226 -0
- package/templates/skills/meeting-notes/SKILL.md +155 -0
- package/templates/skills/migration-architect/SKILL.md +147 -0
- package/templates/skills/multilingual-content/SKILL.md +149 -0
- package/templates/skills/multilingual-copywriter/SKILL.md +206 -0
- package/templates/skills/multilingual-copywriter/knowledge/languages/az.md +179 -0
- package/templates/skills/paid-ads-strategist/SKILL.md +107 -0
- package/templates/skills/process-mapper/SKILL.md +114 -0
- package/templates/skills/product-manager/SKILL.md +98 -0
- package/templates/skills/psychologist/SKILL.md +94 -0
- package/templates/skills/rag-architect/SKILL.md +153 -0
- package/templates/skills/real-estate-analyzer/SKILL.md +131 -0
- package/templates/skills/refactor/SKILL.md +195 -0
- package/templates/skills/screenwriter/SKILL.md +248 -0
- package/templates/skills/screenwriter/knowledge/_visual-style-index.md +76 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/_category.md +172 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/15s-pre-roll.md +137 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/30s-tv-spot.md +171 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/60s-brand-film.md +182 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/6s-bumper.md +110 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/90s-manifesto.md +184 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/comparison-ad.md +207 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/holiday-seasonal.md +223 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/influencer-script.md +191 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/product-demo.md +192 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/retargeting.md +205 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/testimonial.md +198 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/tutorial-ad.md +258 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/ugc-style.md +201 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/formats/unboxing.md +224 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/personas/bernbach.md +101 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/personas/clow.md +107 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/personas/modern-viral.md +137 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/personas/neutral-copywriter.md +146 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/personas/ogilvy.md +97 -0
- package/templates/skills/screenwriter/knowledge/categories/advertising/personas/wieden.md +118 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/_category.md +29 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/andrew-stanton.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/brad-bird.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/dave-callaham.md +30 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/hayao-miyazaki.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/henry-selick.md +30 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/makoto-shinkai.md +33 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/mamoru-hosoda.md +31 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/mamoru-oshii.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/michael-arndt.md +31 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/pete-docter.md +33 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/phil-lord-chris-miller.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/animation/personas/wes-anderson.md +35 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/_category.md +84 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/formats/essay-doc.md +172 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/formats/interview-driven.md +140 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/formats/investigative.md +187 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/formats/personal-doc.md +163 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/formats/verite.md +172 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/personas/asif-kapadia.md +150 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/personas/errol-morris-writer.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/personas/errol-morris.md +143 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/personas/herzog.md +148 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/personas/ken-burns.md +141 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/personas/louis-theroux.md +140 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/personas/neutral-documentarian.md +130 -0
- package/templates/skills/screenwriter/knowledge/categories/documentary/personas/werner-herzog-writer.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/film/_category.md +130 -0
- package/templates/skills/screenwriter/knowledge/categories/film/formats/feature-film.md +241 -0
- package/templates/skills/screenwriter/knowledge/categories/film/formats/short-film-1-5min.md +165 -0
- package/templates/skills/screenwriter/knowledge/categories/film/formats/short-film-5-15min.md +198 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/action.md +218 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/biographical.md +204 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/comedy.md +187 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/crime.md +228 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/drama.md +166 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/experimental.md +210 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/fantasy.md +213 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/horror.md +202 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/magical-realism.md +227 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/mystery.md +224 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/noir.md +237 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/romance.md +215 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/sci-fi.md +200 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/surreal.md +246 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/thriller.md +194 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/war.md +255 -0
- package/templates/skills/screenwriter/knowledge/categories/film/genres/western.md +234 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/alex-garland.md +31 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/bong-joon-ho.md +190 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/coens.md +184 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/coppola-sofia.md +159 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/farhadi.md +208 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/fincher.md +141 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/gerwig.md +148 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/hampton-fancher.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/james-cameron.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/jonze.md +172 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/lanthimos.md +192 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/miyazaki.md +164 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/neutral-screenwriter.md +163 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/nolan.md +103 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/nuri-bilge-ceylan.md +191 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/park-chan-wook.md +174 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/pta.md +180 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/scorsese.md +163 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/tarantino.md +150 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/villeneuve.md +129 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/walsh-boyens.md +32 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/wes-anderson.md +149 -0
- package/templates/skills/screenwriter/knowledge/categories/film/personas/yilmaz-guney.md +202 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/_category.md +71 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/formats/concept-mv.md +146 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/formats/hybrid-mv.md +136 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/formats/lyric-driven.md +169 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/formats/narrative-mv.md +131 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/formats/performance-mv.md +169 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/personas/hype-williams.md +131 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/personas/michel-gondry.md +113 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/personas/neutral-mv-director.md +124 -0
- package/templates/skills/screenwriter/knowledge/categories/music-video/personas/spike-jonze.md +117 -0
- package/templates/skills/screenwriter/knowledge/categories/series/_category.md +156 -0
- package/templates/skills/screenwriter/knowledge/categories/series/formats/bottle-episode.md +198 -0
- package/templates/skills/screenwriter/knowledge/categories/series/formats/cold-open.md +195 -0
- package/templates/skills/screenwriter/knowledge/categories/series/formats/flashback-episode.md +202 -0
- package/templates/skills/screenwriter/knowledge/categories/series/formats/limited-series-episode.md +196 -0
- package/templates/skills/screenwriter/knowledge/categories/series/formats/mid-season-episode.md +164 -0
- package/templates/skills/screenwriter/knowledge/categories/series/formats/mid-season-finale.md +151 -0
- package/templates/skills/screenwriter/knowledge/categories/series/formats/pilot.md +196 -0
- package/templates/skills/screenwriter/knowledge/categories/series/formats/season-finale.md +157 -0
- package/templates/skills/screenwriter/knowledge/categories/series/formats/series-finale.md +183 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/david-simon.md +131 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/gilligan.md +124 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/larry-david.md +140 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/lindelof.md +146 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/mike-white.md +172 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/neutral-showrunner.md +150 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/shonda.md +126 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/sorkin.md +169 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/tina-fey.md +151 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/waller-bridge.md +195 -0
- package/templates/skills/screenwriter/knowledge/categories/series/personas/weiner.md +163 -0
- package/templates/skills/screenwriter/knowledge/categories/series/sub-types/anthology.md +99 -0
- package/templates/skills/screenwriter/knowledge/categories/series/sub-types/documentary-series.md +163 -0
- package/templates/skills/screenwriter/knowledge/categories/series/sub-types/kids-animated.md +114 -0
- package/templates/skills/screenwriter/knowledge/categories/series/sub-types/prestige-drama.md +76 -0
- package/templates/skills/screenwriter/knowledge/categories/series/sub-types/procedural.md +95 -0
- package/templates/skills/screenwriter/knowledge/categories/series/sub-types/sitcom-multi-cam.md +100 -0
- package/templates/skills/screenwriter/knowledge/categories/series/sub-types/sitcom-single-cam.md +85 -0
- package/templates/skills/screenwriter/knowledge/categories/series/sub-types/soap.md +89 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/_category.md +103 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/before-after.md +134 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/educational-explainer.md +129 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/hook-resolve.md +123 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/mini-vlog.md +118 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/pov-narrative.md +124 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/reel-narrative.md +100 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/tiktok-skit.md +130 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/tiktok-storytime.md +110 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/tiktok-trend.md +126 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/voiceover-listicle.md +147 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/formats/youtube-shorts.md +142 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/personas/atmospheric-cinematic.md +55 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/personas/atmospheric-reel.md +46 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/personas/educational-style.md +111 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/personas/khaby-style.md +109 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/personas/mr-beast-style.md +112 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/personas/neutral-creator.md +123 -0
- package/templates/skills/screenwriter/knowledge/categories/short-form/personas/tiktok-storytime-native.md +118 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/_category.md +81 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/formats/commentary.md +159 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/formats/documentary-style.md +180 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/formats/interview-podcast.md +187 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/formats/personal-story.md +186 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/formats/review.md +176 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/formats/sketch-long.md +164 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/formats/tutorial.md +164 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/formats/video-essay.md +187 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/formats/vlog.md +152 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/personas/casey-neistat.md +128 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/personas/nerdwriter.md +116 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/personas/neutral-youtuber.md +138 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/personas/tom-scott.md +120 -0
- package/templates/skills/screenwriter/knowledge/categories/youtube-long/personas/wendover.md +120 -0
- package/templates/skills/screenwriter/knowledge/core/character-arcs.md +164 -0
- package/templates/skills/screenwriter/knowledge/core/dialogue-craft.md +139 -0
- package/templates/skills/screenwriter/knowledge/core/fountain-format.md +193 -0
- package/templates/skills/screenwriter/knowledge/core/general-storytelling.md +117 -0
- package/templates/skills/screenwriter/knowledge/core/pacing.md +143 -0
- package/templates/skills/screenwriter/knowledge/platforms/cinema-theatrical.md +156 -0
- package/templates/skills/screenwriter/knowledge/platforms/instagram-reel.md +145 -0
- package/templates/skills/screenwriter/knowledge/platforms/streaming-hbo-prestige.md +134 -0
- package/templates/skills/screenwriter/knowledge/platforms/streaming-netflix-style.md +118 -0
- package/templates/skills/screenwriter/knowledge/platforms/tiktok-vertical.md +166 -0
- package/templates/skills/screenwriter/knowledge/platforms/tv-broadcast.md +85 -0
- package/templates/skills/screenwriter/knowledge/platforms/web-banner.md +156 -0
- package/templates/skills/screenwriter/knowledge/platforms/youtube.md +137 -0
- package/templates/skills/security-auditor/SKILL.md +223 -0
- package/templates/skills/seo-optimizer/SKILL.md +130 -0
- package/templates/skills/showrunner/SKILL.md +348 -0
- package/templates/skills/showrunner/knowledge/pipeline.md +164 -0
- package/templates/skills/simplify/SKILL.md +160 -0
- package/templates/skills/social-strategist/SKILL.md +130 -0
- package/templates/skills/storyboard-builder/SKILL.md +367 -0
- package/templates/skills/storyboard-builder/knowledge/composition.md +94 -0
- package/templates/skills/storyboard-builder/knowledge/consistency-anchors.md +113 -0
- package/templates/skills/storyboard-builder/knowledge/continuity-rules.md +152 -0
- package/templates/skills/storyboard-builder/knowledge/temporal-consistency.md +115 -0
- package/templates/skills/suno-prompt-engineer/SKILL.md +330 -0
- package/templates/skills/suno-prompt-engineer/knowledge/aiva.md +93 -0
- package/templates/skills/suno-prompt-engineer/knowledge/mubert.md +104 -0
- package/templates/skills/suno-prompt-engineer/knowledge/prompt-templates-library.md +971 -0
- package/templates/skills/suno-prompt-engineer/knowledge/stable-audio.md +102 -0
- package/templates/skills/suno-prompt-engineer/knowledge/suno-v4.md +125 -0
- package/templates/skills/suno-prompt-engineer/knowledge/suno-v5.md +130 -0
- package/templates/skills/suno-prompt-engineer/knowledge/udio.md +103 -0
- package/templates/skills/suno-prompt-engineer/knowledge/validated-styles-database.md +333 -0
- package/templates/skills/test-writer/SKILL.md +303 -0
- package/templates/skills/tiktok-expert/SKILL.md +147 -0
- package/templates/skills/typography-system-designer/SKILL.md +170 -0
- package/templates/skills/ui-ux-pro-max/SKILL.md +150 -0
- package/templates/skills/ux-researcher/SKILL.md +104 -0
- package/templates/skills/verify/SKILL.md +203 -0
- package/templates/skills/video-prompt-engineer/SKILL.md +331 -0
- package/templates/skills/video-prompt-engineer/knowledge/audio-sync.md +124 -0
- package/templates/skills/video-prompt-engineer/knowledge/camera-movements.md +192 -0
- package/templates/skills/video-prompt-engineer/knowledge/continuity-rules.md +152 -0
- package/templates/skills/video-prompt-engineer/knowledge/duration-pacing.md +130 -0
- package/templates/skills/video-prompt-engineer/knowledge/models/hailuo.md +78 -0
- package/templates/skills/video-prompt-engineer/knowledge/models/kling-2.md +280 -0
- package/templates/skills/video-prompt-engineer/knowledge/models/luma.md +97 -0
- package/templates/skills/video-prompt-engineer/knowledge/models/pika-2.md +76 -0
- package/templates/skills/video-prompt-engineer/knowledge/models/runway-gen-4.md +102 -0
- package/templates/skills/video-prompt-engineer/knowledge/models/seedance-2.md +80 -0
- package/templates/skills/video-prompt-engineer/knowledge/models/sora.md +116 -0
- package/templates/skills/video-prompt-engineer/knowledge/models/veo-3.md +95 -0
- package/templates/skills/video-prompt-engineer/knowledge/motion-vs-static.md +229 -0
- package/templates/skills/video-prompt-engineer/knowledge/physical-realism.md +369 -0
- package/templates/skills/video-prompt-engineer/knowledge/physics-rules.md +147 -0
- package/templates/skills/video-prompt-engineer/knowledge/subject-motion.md +220 -0
- package/templates/skills/video-prompt-engineer/knowledge/temporal-consistency.md +215 -0
- package/templates/skills/youtube-expert/SKILL.md +196 -0
- package/templates/skills/youtube-thumbnail-designer/SKILL.md +631 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/color-strategies.md +180 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/ctr-formulas.md +215 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/host-reference-generation.md +193 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/icon-and-graphic-elements.md +201 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/mobile-legibility.md +189 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/professional-techniques.md +507 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/safe-zones.md +172 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/topic-enrichment-research.md +241 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/typography.md +194 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/variant-differentiation.md +262 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/world-class-design-baseline.md +333 -0
- package/templates/skills/youtube-thumbnail-designer/knowledge/youtube-analysis.md +289 -0
|
@@ -0,0 +1,485 @@
|
|
|
1
|
+
# Prompt → Image Consistency Checks — Image Validator
|
|
2
|
+
|
|
3
|
+
Bu fayl image-validator-in **Qat C** üçün istifadə etdiyi check-list-dir. Promptdə yazılan **hər instruction faktiki şəkildə icra olunubmu**?
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Əsas prinsip
|
|
8
|
+
|
|
9
|
+
Promptdə yazılan **hər cümlə instruction-dur**. Şəkil onu icra etməlidir. Əgər icra olunmayıbsa → bu image model failure (estetik məsələ deyil, fakt məsələsi).
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## Yoxlama metodologiyası
|
|
14
|
+
|
|
15
|
+
### 1. Promptu parça-parça oxu
|
|
16
|
+
|
|
17
|
+
Prompt mətnini cümlə-cümlə (və ya phrase-phrase) ayır. Hər birini **müstəqil instruction** kimi qəbul et.
|
|
18
|
+
|
|
19
|
+
**Misal prompt:**
|
|
20
|
+
> "Generate a photorealistic film still of an 8-year-old Azerbaijani girl with olive-tan skin, long dark wavy hair, and large olive-green eyes. She is sitting cross-legged on a kitchen floor at 7am morning light. Wearing a rose-pink linen dress, knee-length, slightly rumpled. A calico cat (grey-white-orange patches) curls beside her. Soft single key light from the camera-left window, neutral 5600K daylight, gentle shadows falling to camera-right. No lamps lit, no candles. Pixar 3D animation style, emotional truth, appeal-driven. Aspect 9:16 vertical."
|
|
21
|
+
|
|
22
|
+
**Instruction çıxarışı:**
|
|
23
|
+
|
|
24
|
+
| # | Instruction phrase |
|
|
25
|
+
|---|---|
|
|
26
|
+
| 1 | 8-year-old |
|
|
27
|
+
| 2 | Azerbaijani girl |
|
|
28
|
+
| 3 | olive-tan skin |
|
|
29
|
+
| 4 | long dark wavy hair |
|
|
30
|
+
| 5 | large olive-green eyes |
|
|
31
|
+
| 6 | sitting cross-legged |
|
|
32
|
+
| 7 | kitchen floor |
|
|
33
|
+
| 8 | 7am morning light |
|
|
34
|
+
| 9 | rose-pink linen dress |
|
|
35
|
+
| 10 | knee-length |
|
|
36
|
+
| 11 | slightly rumpled |
|
|
37
|
+
| 12 | calico cat |
|
|
38
|
+
| 13 | grey-white-orange patches |
|
|
39
|
+
| 14 | curls beside her |
|
|
40
|
+
| 15 | soft single key light |
|
|
41
|
+
| 16 | camera-left window |
|
|
42
|
+
| 17 | 5600K daylight |
|
|
43
|
+
| 18 | shadows to camera-right |
|
|
44
|
+
| 19 | no lamps lit |
|
|
45
|
+
| 20 | no candles |
|
|
46
|
+
| 21 | Pixar 3D animation style |
|
|
47
|
+
| 22 | emotional truth |
|
|
48
|
+
| 23 | appeal-driven |
|
|
49
|
+
| 24 | aspect 9:16 vertical |
|
|
50
|
+
|
|
51
|
+
### 2. Hər instruction üçün şəkili yoxla
|
|
52
|
+
|
|
53
|
+
Hər element üçün:
|
|
54
|
+
- ✅ — promptdə yazılan tam icra olunub
|
|
55
|
+
- ❌ — promptdə yazılan icra olunmayıb (yox, yanlış, fərqli)
|
|
56
|
+
- ⚠️ — instruction icra olunub, lakin əlavə şeylər də var (promptdə yox idi)
|
|
57
|
+
- N/A — instruction subyektiv/qiymətləndirilə bilməz (məs. "emotional truth")
|
|
58
|
+
|
|
59
|
+
### 3. Cədvələ yaz
|
|
60
|
+
|
|
61
|
+
```markdown
|
|
62
|
+
## Qat C — Prompt → image uyğunluğu
|
|
63
|
+
|
|
64
|
+
| # | Instruction | İcra | Verdikt | Qeyd |
|
|
65
|
+
|---|---|---|---|---|
|
|
66
|
+
| C1 | 8-year-old | Vizual yaş 7-9 | ✅ | — |
|
|
67
|
+
| C2 | Azerbaijani girl | Caucasian features OK | ✅ | — |
|
|
68
|
+
| C3 | olive-tan skin | Skin tone match | ✅ | — |
|
|
69
|
+
| C4 | long dark wavy hair | Long dark hair, wavy slight | ✅ | — |
|
|
70
|
+
| C5 | large olive-green eyes | Eyes olive-green, large | ✅ | — |
|
|
71
|
+
| C6 | sitting cross-legged | Cross-legged pose | ✅ | — |
|
|
72
|
+
| C7 | kitchen floor | Kitchen floor visible | ✅ | — |
|
|
73
|
+
| C8 | 7am morning light | Light source cool, low angle morning OK | ✅ | — |
|
|
74
|
+
| C9 | rose-pink linen dress | Dress pink linen | ✅ | — |
|
|
75
|
+
| C10 | knee-length | Length knee-level | ✅ | — |
|
|
76
|
+
| C11 | slightly rumpled | Smooth, no rumple visible | ⚠️ | Drape too perfect |
|
|
77
|
+
| C12 | calico cat | Cat present | ✅ | — |
|
|
78
|
+
| C13 | grey-white-orange patches | Mostly orange tabby, no grey/white | ❌ | Colour pattern wrong |
|
|
79
|
+
| C14 | curls beside her | Cat sitting, not curled | ⚠️ | Sitting upright |
|
|
80
|
+
| C15 | soft single key light | Single light source visible | ✅ | — |
|
|
81
|
+
| C16 | camera-left window | Window left | ✅ | — |
|
|
82
|
+
| C17 | 5600K daylight | Cool white light OK | ✅ | — |
|
|
83
|
+
| C18 | shadows to camera-right | Shadows fall right | ✅ | — |
|
|
84
|
+
| C19 | no lamps lit | One lamp on table — lit | ❌ | Lamp visibly on |
|
|
85
|
+
| C20 | no candles | No candles | ✅ | — |
|
|
86
|
+
| C21 | Pixar 3D style | Pixar render style | ✅ | — |
|
|
87
|
+
| C22 | emotional truth | N/A | N/A | Subjective |
|
|
88
|
+
| C23 | appeal-driven | N/A | N/A | Subjective |
|
|
89
|
+
| C24 | aspect 9:16 vertical | 9:16 | ✅ | — |
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
## Tipik prompt instruction kateqoriyaları
|
|
95
|
+
|
|
96
|
+
### Karakter
|
|
97
|
+
- Yaş, etniklik, dəri tonu, saç, göz
|
|
98
|
+
- Geyim (rəng, material, kəsim, uzunluq, state)
|
|
99
|
+
- Distinctive features (scar, glasses, jewelry, makeup)
|
|
100
|
+
- Action/poza (sitting, standing, running, holding)
|
|
101
|
+
- Expression (smiling, frowning, neutral, crying)
|
|
102
|
+
|
|
103
|
+
### Məkan
|
|
104
|
+
- Type (interior/exterior, room type)
|
|
105
|
+
- Time-of-day
|
|
106
|
+
- Weather
|
|
107
|
+
- Props (specific items mentioned)
|
|
108
|
+
- Materials (floor, wall, furniture)
|
|
109
|
+
|
|
110
|
+
### İşıq
|
|
111
|
+
- Source (window, lamp, sun, candle, fire)
|
|
112
|
+
- Direction (camera-left/right/up/down, frontal, backlit)
|
|
113
|
+
- Color temperature (3200K / 5600K / mixed)
|
|
114
|
+
- Intensity (soft, hard, dim, bright)
|
|
115
|
+
- Shadow direction (consequence of source)
|
|
116
|
+
|
|
117
|
+
### Kamera
|
|
118
|
+
- Lens (focal length implied — wide/medium/telephoto)
|
|
119
|
+
- Angle (eye-level, low, high, overhead)
|
|
120
|
+
- Distance (ELS / LS / MS / MCU / CU / ECU)
|
|
121
|
+
- Aspect (9:16 / 16:9 / 2.39:1 / 1:1)
|
|
122
|
+
- DOF (deep / shallow)
|
|
123
|
+
|
|
124
|
+
### Stil
|
|
125
|
+
- Visual style (photoreal / pixar-3d / anime / vintage-film / etc.)
|
|
126
|
+
- Render quality (high detail, painterly, sketch)
|
|
127
|
+
- Film stock (35mm, 16mm grain)
|
|
128
|
+
- Color grading (warm / cool / desaturated / vivid)
|
|
129
|
+
|
|
130
|
+
### Negative (NO instructions)
|
|
131
|
+
- "No candles lit" → şəkildə şam yox olmalıdır
|
|
132
|
+
- "No lamps on" → lampa söndürülmüş olmalıdır
|
|
133
|
+
- "No additional people" → tək karakter olmalıdır
|
|
134
|
+
- "No floating elements" → hər şey dayaq üzərində
|
|
135
|
+
|
|
136
|
+
### Aspect & technical
|
|
137
|
+
- Aspect ratio
|
|
138
|
+
- Resolution implied
|
|
139
|
+
- Frame composition (rule of thirds, centered, asymmetric)
|
|
140
|
+
|
|
141
|
+
---
|
|
142
|
+
|
|
143
|
+
## Tipik failure pattern-lər
|
|
144
|
+
|
|
145
|
+
### F1 — Negative instruction ignored
|
|
146
|
+
"No lamps lit" yazılıb, lakin model lampa yandırır. Bu **AI üçün ən tipik failure**-dir — negative instruction-ları zəif icra edir.
|
|
147
|
+
|
|
148
|
+
**Fix tövsiyəsi:** Negative-i aqressiv yenidən yaz: "ALL lamps in the scene are OFF — bulbs dark, no warm glow. Verify by checking each lamp object."
|
|
149
|
+
|
|
150
|
+
### F2 — Multi-colour pattern simplified
|
|
151
|
+
"Calico cat (grey-white-orange)" → model orange tabby çəkir. AI multi-colour pattern-ları **birinci colour-a basit edir**.
|
|
152
|
+
|
|
153
|
+
**Fix tövsiyəsi:** Colour distribution dəqiq yaz: "Cat with three colour patches: WHITE belly and chest (40%), GREY back and head (35%), ORANGE rear quarters and ears (25%). Distinct patches, not a tabby pattern."
|
|
154
|
+
|
|
155
|
+
### F3 — Light direction ignored
|
|
156
|
+
"Light from camera-left" → model işığı sağdan və ya yuxarıdan rendered edir. Camera-relative directions **AI üçün çətindir**.
|
|
157
|
+
|
|
158
|
+
**Fix tövsiyəsi:** Verify clause əlavə et: "Light from camera-LEFT. The LEFT side of subject's face is bright, RIGHT side in soft shadow. Verify by checking which cheekbone is highlighted."
|
|
159
|
+
|
|
160
|
+
### F4 — Material ignored
|
|
161
|
+
"Linen dress, slightly rumpled" → model silk-smooth dress çəkir. Texture mood subordinate olur.
|
|
162
|
+
|
|
163
|
+
**Fix tövsiyəsi:** Material aqressiv: "LINEN fabric — visible WEAVE texture, NATURAL rumples and creases at waist and elbows. NOT silk, NOT polyester, NOT smooth."
|
|
164
|
+
|
|
165
|
+
### F5 — Visual style drift
|
|
166
|
+
Pixar-3d layihədə photoreal şəkil çıxır (və ya əksinə).
|
|
167
|
+
|
|
168
|
+
**Fix tövsiyəsi:** Style aqressiv yenidən yaz: "Rendered in PIXAR 3D ANIMATION style — stylized characters with appeal-driven features, NOT photoreal. Reference: Toy Story, Up, Inside Out. NO realistic skin, NO photo-realistic textures."
|
|
169
|
+
|
|
170
|
+
### F6 — Number ignored
|
|
171
|
+
"5 fingers" yazılıb, lakin model 4 və ya 6 barmaq çəkir. AI counting-də zəifdir.
|
|
172
|
+
|
|
173
|
+
**Fix tövsiyəsi:** "Hand visible with exactly FIVE fingers — thumb, index, middle, ring, pinky. Verify by counting."
|
|
174
|
+
|
|
175
|
+
### F7 — Aspect ignored
|
|
176
|
+
9:16 yazılıb, lakin model 1:1 və ya 16:9 çıxarır. Model parametri override edib.
|
|
177
|
+
|
|
178
|
+
**Fix tövsiyəsi:** Aspect-i model parametri kimi qoy (API-də `aspect_ratio: "9:16"`) — yalnız prompt mətnində yazmaqla yetinmə.
|
|
179
|
+
|
|
180
|
+
### F8 — Time-of-day drift
|
|
181
|
+
"Midday 12:00" yazılıb, lakin golden hour shadows çıxır.
|
|
182
|
+
|
|
183
|
+
**Fix tövsiyəsi:** "Midday at 12:00 noon — sun directly OVERHEAD. Shadows are SHORT (30% of object height) and NEUTRAL white-yellow. NOT warm orange, NOT golden hour. Verify shadow length against object."
|
|
184
|
+
|
|
185
|
+
### F11 — Model intrinsic limitations (2-iteration threshold)
|
|
186
|
+
Bəzi failure pattern-lər **prompt failure deyil, model intrinsic limitation**-dur. 2 iterasiyada eyni ⚠️/❌ təkrar olunarsa, 3-cü cəhd əvəzinə alternative təklif edilir.
|
|
187
|
+
|
|
188
|
+
**Discovered limitations (per model):**
|
|
189
|
+
|
|
190
|
+
**GPT-Image-2:**
|
|
191
|
+
- **Strong diagonal rain bias** — 15°+ angle rendering zəifdir, model vertical-a yaxınlaşdırır. (Source: P-06 v1→v2)
|
|
192
|
+
- **Dark fabric wet/dry contrast in low-light** — black/navy fabric night scene-də wet sheen render etmir. Specular response zəif. (Source: P-06 v1→v2)
|
|
193
|
+
|
|
194
|
+
**Bu pattern-də necə davranılır:**
|
|
195
|
+
1. **Model limitation flag** qaldır
|
|
196
|
+
2. **Alternative model təklif et:**
|
|
197
|
+
- Strong diagonal rain → **Flux Kontext** və ya **Midjourney v7** (`--style raw` + storm reference)
|
|
198
|
+
- Dark fabric wet contrast → **Scene preconditioning**: fabric rəngi light dəyiş (beige, light grey, tan) və ya wet area-da bright light source yerləşdir
|
|
199
|
+
3. **İstifadəçi qərarına buraxılır** — accept, change model, change scene element
|
|
200
|
+
|
|
201
|
+
### F12 — Cinema reference as fix tool (universal pattern)
|
|
202
|
+
3+ test-də həlledici rol oynayan pattern — master knowledge-ə promote olunma kandidatı.
|
|
203
|
+
|
|
204
|
+
**Pattern:** Kompleks vizual situations üçün uyğun film/director reference promptə əlavə et. Model film aesthetic-i statistical olaraq güclü association saxlayır.
|
|
205
|
+
|
|
206
|
+
**Sübut olunmuş istifadə:**
|
|
207
|
+
- **Sofia Coppola "Lost in Translation"** → window Fresnel reflection (P-05 v2)
|
|
208
|
+
- **Roger Deakins "Blade Runner 2049" / "Sicario"** → wet street + neon reflection + warm orange (P-06 v1+v2)
|
|
209
|
+
- **Andrew Stanton "WALL-E"** → silent storytelling emotional truth (Reels test layihəsi)
|
|
210
|
+
|
|
211
|
+
**Necə tətbiq olunur:**
|
|
212
|
+
- Reference adı + film adı + (lazımdırsa) konkret elements ("Lost in Translation hotel window aesthetic" )
|
|
213
|
+
- "Like a film scene where..." compositional language
|
|
214
|
+
- Director's signature elements (Deakins → warm reflective surfaces; Coppola → intimate cinematography)
|
|
215
|
+
|
|
216
|
+
### F10 — Glass/mirror surface dual-layer bias
|
|
217
|
+
Şüşə və ya mirror səthində **iki layer** (transparency + reflection) eyni anda render edilməlidir, lakin model yalnız bir layer-ə fokuslanır (adətən transparency, reflection drop). Reflection element-lərini scene-ə spatial integration edir (məs. lamp → uzaq bina interyeri kimi).
|
|
218
|
+
|
|
219
|
+
**Tipik nümunələr:**
|
|
220
|
+
- Window night scene: city through glass + room reflected on glass → yalnız city rendered, room reflection lamp-ı city içində rendered (P-05 v1 bug)
|
|
221
|
+
- Mirror in lit room: room + person's reflection → yalnız room rendered, mirror surface treats as transparent
|
|
222
|
+
- Wet street puddle: ground + sky reflection → yalnız ground rendered, reflection missing
|
|
223
|
+
|
|
224
|
+
**Root cause:** AI training data-da glass/mirror surface-ləri ya **tamamilə transparent** ya da **tamamilə reflective** kimi statistic dominate edir. Hybrid Fresnel layering (eyni səthdə iki layer eyni anda) zəif association.
|
|
225
|
+
|
|
226
|
+
**Fix tövsiyəsi:**
|
|
227
|
+
1. **Spatial depth explicit positioning:** "Reflection layer AT THE GLASS PLANE depth, NOT at scene depth"
|
|
228
|
+
2. **Ghost overlay language:** "translucent ghost", "double-exposure", "X% opacity overlay"
|
|
229
|
+
3. **Cinema reference:** Film/director adı istifadə et (məs. "Sofia Coppola Lost in Translation aesthetic") — modelin film training-ini istifadə et
|
|
230
|
+
4. **Ultra-aggressive anti-default:** 3+ NOT-clauses ("NOT a streetlight, NOT a distant window, NOT an outdoor lamp")
|
|
231
|
+
5. **Position match:** Reflection-ın kadrda harada görünməsi (screen area, height level)
|
|
232
|
+
6. **Failure-conditional verification:** "If reflection blends into scene depth → FAILURE → regenerate"
|
|
233
|
+
|
|
234
|
+
**Discovered by:** P-05 iter 1 (2026-05-15).
|
|
235
|
+
|
|
236
|
+
### F9 — Dual/Multi-element rendering bias
|
|
237
|
+
Prompt-da multiple similar elements yazılıb (məs. iki banister sistemi, üç işıq mənbəyi, dörd dayaq sütunu), lakin model yalnız bir/iki render edir, qalanlarını drop edir.
|
|
238
|
+
|
|
239
|
+
**Tipik nümunələr:**
|
|
240
|
+
- Spiral staircase + outer banister + inner handrail → yalnız outer rendered olunur (P-03 v1 bug)
|
|
241
|
+
- Theatre with key + fill + back light → yalnız key və fill rendered olunur
|
|
242
|
+
- Bridge with handrails on both sides → yalnız bir tərəfdə handrail rendered olunur
|
|
243
|
+
|
|
244
|
+
**Root cause:** Statistical association — model "spiral staircase" + "banister" → bir banister sistemi olaraq öyrəndiyi üçün ikincini opsional kimi qəbul edir.
|
|
245
|
+
|
|
246
|
+
**Fix tövsiyəsi:**
|
|
247
|
+
1. **Numbered subsystem headers:** "TWO SEPARATE banister systems — both MUST be rendered" + "3A. Outer banister: ..." + "3B. Inner handrail: ..."
|
|
248
|
+
2. **Explicit attachment description** hər subsystem üçün ayrı
|
|
249
|
+
3. **"ALL MUST be rendered"** opening clause
|
|
250
|
+
4. **Per-element verification:** "- [ ] OUTER banister visible. - [ ] INNER handrail visible. Count brackets."
|
|
251
|
+
5. **Parantezdə yazma** — hər vacib element ayrı numbered cümlədə olsun (modelin parantez drop bias-ından qaçın)
|
|
252
|
+
6. **Safety/fail language:** "Without [element X], the prompt fails — this is non-negotiable"
|
|
253
|
+
|
|
254
|
+
**Confirmed by:** P-03 iteration 1 → 2 success.
|
|
255
|
+
|
|
256
|
+
### F14 — Cell generated in native sepia / B&W instead of full colour
|
|
257
|
+
Cell (final kadr şəkili) **native sepia və ya black-and-white** kimi generated olunub, lakin master qaydaya görə cell **full color**-da generated olunmalıdır (sepia/B&W post-production grading-dir, video editorda LUT-la tətbiq olunur).
|
|
258
|
+
|
|
259
|
+
**AI failure mode:** Skripta "sepia archive photograph" və ya "1920s black-and-white photo" yazılıbsa, prompt yazan **bunu generation specification** kimi qəbul edə bilər və promptda "sepia silver-gelatin", "monochrome", "B&W" yazır. Model də uyğun olaraq native sepia/B&W çıxarır.
|
|
260
|
+
|
|
261
|
+
**Niyə bu yanlışdır:**
|
|
262
|
+
1. Reusability pozulur — full color cell post-prod-da sepia/B&W kimi qrade oluna bilər; tərsi mümkün deyil
|
|
263
|
+
2. Character + location anchors full color-dur — cell native sepia olarsa eye colour, kostyum rəngi, skin Fitzpatrick tone silently drift edir
|
|
264
|
+
3. Color grading workflow pozulur — DaVinci/Premiere LUT chain full-color input gözləyir
|
|
265
|
+
|
|
266
|
+
**Detection during validation:**
|
|
267
|
+
1. Cell-i image viewer-də aç, histogram-a bax
|
|
268
|
+
2. R/G/B kanalları tək luminance band-a yığılıbmı? → ❌ native sepia/B&W
|
|
269
|
+
3. Eye colour, kostyum rəngi, skin tone **ölçülə bilirmi**? — yox → ❌
|
|
270
|
+
4. Skript "archive look" deyibsə və cell sepia çıxıbsa → ❌ (sepia post-da olmalıdır)
|
|
271
|
+
|
|
272
|
+
**Fix tövsiyəsi:**
|
|
273
|
+
Promptun COLOR bloku yenidən yaz:
|
|
274
|
+
```
|
|
275
|
+
COLOR: rendered in full colour using project master grade
|
|
276
|
+
(Kodak Vision3 5219 emulation, warm amber-ochre highlights,
|
|
277
|
+
~15% midtone desaturation, lifted blacks at IRE ~5).
|
|
278
|
+
NOT sepia. NOT black-and-white. NOT monochrome.
|
|
279
|
+
NOT silver-gelatin. Full chromatic information preserved.
|
|
280
|
+
```
|
|
281
|
+
|
|
282
|
+
**Exception:** Static single-pass deliverable timeline-a girməyəcəksə (poster, editorial card), native sepia generation icazəlidir.
|
|
283
|
+
|
|
284
|
+
**Pattern referansı:** `image-prompt-engineer/knowledge/color-grading.md` — "Cells in full colour" HARD RULE.
|
|
285
|
+
|
|
286
|
+
**Discovered:** 2026-05-21, 28-may documentary k.1-k.4 cell promptları native sepia silver-gelatin generation kimi yazılmışdı, full-color character anchors ilə uyğunsuzluq yaradırdı. Bütün cells yenidən yazıldı, sepia post-a köçürüldü.
|
|
287
|
+
|
|
288
|
+
### F13 — Location reference contains people (pipeline-role violation)
|
|
289
|
+
Bu xəta **prompt instruction-failure deyil**, **asset-role failure**-dir. Location ref-də heç bir insan figuru olmamalıdır — insanlar character ref-dən gəlir cell-generation stage-də. (Bax: `location-design.md` HARD RULE #0.)
|
|
290
|
+
|
|
291
|
+
**AI failure mode:** Modellər insanları default olaraq əlavə edir (training data foto-əksəriyyəti insan içərir). Hətta promptda explicit guard clause olmasa, model "atmosfer üçün bir kiçik figura" və ya "kompozisiya üçün dərinlikdə bir silhouette" yerləşdirir.
|
|
292
|
+
|
|
293
|
+
**Tipik nümunələr:**
|
|
294
|
+
- Boş küçə establishing — modelin əlavə etdiyi distant horse-cart driver silueti
|
|
295
|
+
- Boş teatr interyeri — model parterdə dirijor silueti və ya pərdə arxasında stagehand əlavə edir
|
|
296
|
+
- Boş otaq — modelin əlavə etdiyi kresloda "defocused figure" və ya hand-at-frame-edge
|
|
297
|
+
- Boş həyət — model həyətdə "child silhouette for atmosphere" əlavə edir
|
|
298
|
+
|
|
299
|
+
**Pozulma misalı:**
|
|
300
|
+
- L-01 v1 (2026-05-21, 28-may layihəsi): "boş Köhnə Bakı küçəsi" ref-i yazılıb, amma at-arabası + sürücü silueti distant-dərinlikdə əlavə olunub. Yenidən-yazıldı, at-arabası tamamilə silindi
|
|
301
|
+
- L-02 v1: "boş Tağıyev Teatrı" ref-ində iki figura silhouette saxlanılıb (stagehand pərdə arxasında, dirijor parterdə) — yenidən-yazıldı
|
|
302
|
+
- L-03A v1: "boş məktəb həyəti" yerinə 22-26 şagird + 2 müəllim qrup foto kimi yazılıb — fundamental asset-role səhvi, character ref ilə combine olunan boş həyət olmalı idi
|
|
303
|
+
|
|
304
|
+
**Detection during validation:**
|
|
305
|
+
1. Output şəkili açın, hər bölmədə (foreground, mid-ground, background, deep background, küncələr) **insan-formalı element** axtarın
|
|
306
|
+
2. Silueti, defokuslandırılmış üzü, kölgəni, əli, ayağı, çiyni saymayın "də" — hər biri ❌-dir
|
|
307
|
+
3. **Counting question:** "Bu məkanda neçə canlı şey var?" — Cavab >0 olarsa, location ref pozulub
|
|
308
|
+
|
|
309
|
+
**Fix tövsiyəsi:**
|
|
310
|
+
1. Promptun "NOTHING ELSE in the frame" clause-una explicit əlavə edin:
|
|
311
|
+
```
|
|
312
|
+
NO human figures, NO silhouettes, NO defocused people in background, NO body parts at frame edge,
|
|
313
|
+
NO operated vehicles (no horse-cart driver, no carriage with passengers), NO hands holding objects,
|
|
314
|
+
NO crowd shadows. This is a pure location/environment reference — people are composed in at
|
|
315
|
+
cell-generation stage from character anchor packs.
|
|
316
|
+
```
|
|
317
|
+
2. Stationary atmosfer obyektləri (boş kresloar, mebel, lit/unlit lampalar, statik infrastruktur) — saxlanılır
|
|
318
|
+
3. Operated vehicles → parked stationary boş variantla əvəz olunur
|
|
319
|
+
4. Hand-at-edge / silhouette → tamamilə silinir
|
|
320
|
+
|
|
321
|
+
**General qayda:** Hər location ref render olunduqdan sonra **canlı-element-axtarış** keçməlidir. Sıfır insan/silhouette/vehicle-with-driver = ✅; bir və ya çox = ❌, yenidən-generasiya stronger exclusion ilə.
|
|
322
|
+
|
|
323
|
+
### F15 — Prompt length under budget (char budget violation)
|
|
324
|
+
|
|
325
|
+
Promptun **char count-u praktik effektiv limit-i aşır**, və nəticədə model ya **silent quality drop** verir (early-token bias-dan sonra son instruction-lar ignor olunur), ya **explicit "prompt too long" error** atır (GPT-Image-2), ya **silently truncate** edir (Nano Banana web UI 2,000 char tavanı).
|
|
326
|
+
|
|
327
|
+
Bu xəta **prompt instruction-failure deyil**, **prompt-asset-physical-limit failure**-dir. Promptun məzmunu doğru olsa belə, model onu tam görmür.
|
|
328
|
+
|
|
329
|
+
**AI failure mode:** Model promptun ilk ~500-800 tokenini dominant emal edir, qalanını zəifləyir və ya tamamilə ignor edir. Verbose 8,000-9,000 char promptda kritik instruction-lar (refs identity lock, anti-grit clause, anti-synthetic clause, aspect ratio, lighting timeline) **sondadırsa**, model onları **görməyəcək** — bu da silent quality drop kimi göstərir.
|
|
330
|
+
|
|
331
|
+
**Verified char limits (web research, 2026-05-21):**
|
|
332
|
+
|
|
333
|
+
| Model | Technical ceiling | Praktik effektiv | Web UI cap |
|
|
334
|
+
|---|---|---|---|
|
|
335
|
+
| GPT-Image-2 | 32,000 char | ~3,000 char | dəyişir |
|
|
336
|
+
| Nano Banana 2 | 131K tokens API | ~8,000 char API | **2,000 char web** |
|
|
337
|
+
| Nano Banana Pro | 65K tokens API | ~8,000 char API | 2,000 char web |
|
|
338
|
+
| Midjourney v7 | 6,000 char | ~3,500 char | 6,000 char |
|
|
339
|
+
| Flux Pro | ~512 tokens optimal | ~2,000 char | dəyişir |
|
|
340
|
+
|
|
341
|
+
**Detection during validation:**
|
|
342
|
+
|
|
343
|
+
1. Validation prosesində **prompt faylının `wc -c` count-unu ölç**:
|
|
344
|
+
```bash
|
|
345
|
+
cat 05-image-prompts/cell-N.md | wc -c
|
|
346
|
+
```
|
|
347
|
+
2. Thresholds:
|
|
348
|
+
- **≤2,500 char:** ✅ optimal
|
|
349
|
+
- **2,500-3,000 char:** ⚠️ pass, lakin aggressive compression mümkündür
|
|
350
|
+
- **3,000-4,000 char:** ⚠️ quality drop riski, kompress et — flag as warning
|
|
351
|
+
- **>4,000 char:** ❌ aggressive cut LAZIMDIR
|
|
352
|
+
- **>8,000 char:** ❌ multiple model error riski, mütləq yenidən yaz
|
|
353
|
+
3. Əgər image-də **kritik instruction icra olunmayıb** (məs. anti-synthetic clause, identity lock, aspect ratio) **VƏ** prompt >3,000 char-dırsa → root cause F15 (length-driven instruction drop), bu instruction-larını ayrı F-checkpoint kimi yazmaq əvəzinə F15 altında qruplaşdır.
|
|
354
|
+
|
|
355
|
+
**Fix tövsiyəsi:**
|
|
356
|
+
|
|
357
|
+
Promptu yenidən yaz — `image-prompt-engineer/knowledge/general/prompt-budget.md` faylındakı kompresiya strategiyasını tətbiq et:
|
|
358
|
+
|
|
359
|
+
1. **CUT:**
|
|
360
|
+
- Verbose color hex palette → rəng adı kifayətdir
|
|
361
|
+
- Lengthy "NOTHING ELSE" lists → 1 cümlə
|
|
362
|
+
- Verbose KEY/FILL/BACK lighting breakdown → 2-3 cümlə
|
|
363
|
+
- Material palette section → subject description-da inline
|
|
364
|
+
- Repeated identity recap → bir dəfə
|
|
365
|
+
- Multi-line camera/grade block → 1 cümlə
|
|
366
|
+
2. **KEEP:**
|
|
367
|
+
- Identity + anchor instruction (1-2 cümlə)
|
|
368
|
+
- Camera + lens + DOF (1 cümlə)
|
|
369
|
+
- Primary action + lived moment (1-2 cümlə)
|
|
370
|
+
- Lighting source + temperature (1 cümlə)
|
|
371
|
+
- Period HARD RULE flags relevant to THIS kadr
|
|
372
|
+
- Anti-synthetic + aspect ratio
|
|
373
|
+
3. **Verify:** Yenidən yazdıqdan sonra `wc -c` ilə yoxla — ≤2,800 char hədəfdir.
|
|
374
|
+
|
|
375
|
+
**Concrete reduction misalı:** V1 9,168 char → V2 2,713 char (eyni kritik info saxlanır, verbose / repeated / unnecessary sections silinir). Detallı before/after: `image-prompt-engineer/knowledge/general/prompt-budget.md`.
|
|
376
|
+
|
|
377
|
+
**Validator output format:**
|
|
378
|
+
|
|
379
|
+
```markdown
|
|
380
|
+
| C-XX | Prompt char budget | wc -c = 4,720 char | ❌ | Praktik limit ~3,000 char aşılıb — F15. Kompress et: bax `prompt-budget.md`. |
|
|
381
|
+
```
|
|
382
|
+
|
|
383
|
+
**Discovered:** 2026-05-21, real production incident — 9,168 char prompt GPT-Image-2-də "prompt too long" error verdi, Nano Banana web UI-də silently truncate olundu (sondakı anti-synthetic clause kəsildi). Web research ilə model-spesifik limitlər təsdiq olundu.
|
|
384
|
+
|
|
385
|
+
**Pattern referansı:** `image-prompt-engineer/knowledge/general/prompt-budget.md` — universal compression strategy + V1→V2 misalı. Model-spesifik: `image-prompt-engineer/knowledge/models/gpt-image-2.md` + `image-prompt-engineer/knowledge/models/nano-banana.md` HARD RULE bölmələri.
|
|
386
|
+
|
|
387
|
+
### F-16 — Aspect ratio mismatch (project standard violation)
|
|
388
|
+
|
|
389
|
+
Promptun aspect ratio declaration-ı **layihənin `WORKFLOW.md` → `Aspect:` sahəsi ilə uyğun deyil**, və ya prompt-da heç bir aspect declaration **yoxdur** (model default-a düşür).
|
|
390
|
+
|
|
391
|
+
Bu xəta **prompt instruction-failure deyil**, **project-standard violation**-dir. Hər layihə intake-də (showrunner Addım 1B) **bir** aspect seçir, bütün cell-lər həmin aspect-i inherit edir. Drift = post-prod-da letterbox və ya re-generation tələbi.
|
|
392
|
+
|
|
393
|
+
**AI failure mode:**
|
|
394
|
+
1. Prompt-yazan skill aspect declaration-ı **unudur** → model default-a düşür (məs. GPT-Image-2 → 1024x1024, Midjourney → 1:1)
|
|
395
|
+
2. Prompt-yazan skill **yanlış aspect** yazır (məs. "cinematic" hiss edib 21:9 yazır, halbuki layihə 16:9 YouTube-dur)
|
|
396
|
+
3. Prompt-yazan skill aspect-i **prompt mətnində yazır, lakin API param-da yox** (bəzi modellər yalnız API param-ı oxuyur)
|
|
397
|
+
4. Per-cell drift — Cell 1 = 16:9, Cell 2 = 21:9, Cell 3 = 16:9 (kəsişməz, layihə birləşmir)
|
|
398
|
+
|
|
399
|
+
**Detection during validation:**
|
|
400
|
+
|
|
401
|
+
1. **WORKFLOW.md → Aspect: sahəsini oxu** — layihənin declared standard-ı nədir? (məs. `Aspect: 16:9`)
|
|
402
|
+
2. **Prompt faylını oxu** — sonunda `Aspect ratio: <X>.` cümləsi varmı?
|
|
403
|
+
- Yoxdur → ❌ F-16 (declaration missing)
|
|
404
|
+
- Var, lakin layihə standard-ı ilə **uyğun deyil** → ❌ F-16 (mismatch)
|
|
405
|
+
3. **API param yoxla** — prompt-da `--ar 16:9` (MJ) və ya `aspect_ratio: "16:9"` (Flux) varmı? Yoxdursa → ⚠️ F-16 (prompt-only declaration, model ignore edə bilər)
|
|
406
|
+
4. **Output şəkilin dimension-larını ölç** — actual aspect declared aspect-lə uyğundurmu? (məs. 1920x1080 = 16:9 ✅; 2560x1080 = 21:9 ❌ əgər layihə 16:9-dursa)
|
|
407
|
+
5. **Multi-cell consistency** — bütün cell prompt-larında eyni aspect deklarasiya edilirmi? Drift varsa → ❌
|
|
408
|
+
|
|
409
|
+
**Fix tövsiyəsi:**
|
|
410
|
+
|
|
411
|
+
1. **Aspect declaration əlavə et və ya düzəlt** — prompt sonunda:
|
|
412
|
+
```
|
|
413
|
+
Aspect ratio: 16:9 widescreen.
|
|
414
|
+
```
|
|
415
|
+
(Layihə standard-ına uyğun)
|
|
416
|
+
2. **API param-ı qoy** — model-spesifik syntax:
|
|
417
|
+
- Midjourney v7: `--ar 16:9 --v 7`
|
|
418
|
+
- Flux Pro / SD 3.5: `aspect_ratio: "16:9"`
|
|
419
|
+
- Imagen 4 / Ideogram v3: `aspect_ratio: "16:9"`
|
|
420
|
+
- GPT-Image-2: `size: "1792x1024"` (closest preset)
|
|
421
|
+
3. **Re-generation:** Şəkil artıq generated olubsa və yanlış aspect-dədirsə:
|
|
422
|
+
- **16:9 declared, 21:9 generated** → post-prod-da letterbox crop (asan)
|
|
423
|
+
- **16:9 declared, 9:16 generated** → re-generation lazımdır (vertical-dan horizontal yenidən qurmaq mümkün deyil)
|
|
424
|
+
- **Per-cell drift** → drift olan cell-ləri yenidən-yaz, bütün cell-lər layihə standard-ında
|
|
425
|
+
|
|
426
|
+
**Validator output format:**
|
|
427
|
+
|
|
428
|
+
```markdown
|
|
429
|
+
| C-XX | Aspect ratio declaration | Prompt sonu: "Aspect ratio: 21:9 cinemascope." — WORKFLOW.md Aspect: 16:9 | ❌ | F-16 mismatch. Layihə 16:9, prompt 21:9 yazıb. Replace: "Aspect ratio: 16:9 widescreen." + API param `--ar 16:9` / `aspect_ratio: "16:9"`. |
|
|
430
|
+
| C-XX | Aspect ratio declaration | Prompt-da aspect deklarasiya YOX | ❌ | F-16 missing. Əlavə et: "Aspect ratio: <project-aspect>." + API param. |
|
|
431
|
+
```
|
|
432
|
+
|
|
433
|
+
**Pattern referansı:** `image-prompt-engineer/knowledge/general/aspect-ratios.md` — universal decision guide + composition implications per aspect + model-spesifik syntax cədvəli.
|
|
434
|
+
|
|
435
|
+
**Discovered:** 2026-05-21, real production incident — documentary layihəsində 6+ kadr prompts 21:9 cinemascope yazıldı, əsl delivery 16:9 YouTube + community event idi. Hamısı yenidən-yazıldı. Root cause: prompt-yazan skill default-da "cinematic = 21:9" qəbul edirdi, delivery target yoxlamırdı.
|
|
436
|
+
|
|
437
|
+
---
|
|
438
|
+
|
|
439
|
+
## Misal — Cell 3 (Aytac qaçış)
|
|
440
|
+
|
|
441
|
+
**Prompt** (excerpt):
|
|
442
|
+
> "Photorealistic film still of a 28-year-old Azerbaijani woman running on a park path at dawn. Tied-back dark hair, sweat at temple, athletic top and leggings. Close-up 85mm, eye-level, shallow DOF, background blur soft. Pre-dawn cool blue ambient + warm horizon rim at cheekbone. Documentary realism, hand-held respired, no glamour, no retouching. Aspect 9:16."
|
|
443
|
+
|
|
444
|
+
**Yoxlama cədvəli:**
|
|
445
|
+
|
|
446
|
+
| # | Instruction | İcra | Verdikt |
|
|
447
|
+
|---|---|---|---|
|
|
448
|
+
| C1 | 28-year-old | Vizual yaş 25-30 | ✅ |
|
|
449
|
+
| C2 | Azerbaijani woman | Caucasian features OK | ✅ |
|
|
450
|
+
| C3 | Running on park path | Running pose, park visible | ✅ |
|
|
451
|
+
| C4 | Dawn | Sky cool blue → warm horizon | ✅ |
|
|
452
|
+
| C5 | Tied-back dark hair | Ponytail dark | ✅ |
|
|
453
|
+
| C6 | Sweat at temple | Sweat visible | ✅ |
|
|
454
|
+
| C7 | Athletic top + leggings | Athletic wear OK | ✅ |
|
|
455
|
+
| C8 | 85mm close-up | Close-up frame | ✅ |
|
|
456
|
+
| C9 | Eye-level | Eye-level OK | ✅ |
|
|
457
|
+
| C10 | Shallow DOF | Background blur soft | ✅ |
|
|
458
|
+
| C11 | Pre-dawn cool blue ambient | Cool blue ambient | ✅ |
|
|
459
|
+
| C12 | Warm horizon rim at cheekbone | Faint warm rim visible | ✅ |
|
|
460
|
+
| C13 | Documentary realism | Photoreal, no stylization | ✅ |
|
|
461
|
+
| C14 | No glamour | No fitness-model smile | ✅ |
|
|
462
|
+
| C15 | No retouching | Skin texture real, sweat real | ✅ |
|
|
463
|
+
| C16 | 9:16 aspect | 9:16 vertical | ✅ |
|
|
464
|
+
|
|
465
|
+
**Verdikt:** 16/16 ✅ — Qat C təsdiqlənir.
|
|
466
|
+
|
|
467
|
+
---
|
|
468
|
+
|
|
469
|
+
## Davranış qaydaları
|
|
470
|
+
|
|
471
|
+
### Promptə əməl olunmayan hər instruction ❌-dir
|
|
472
|
+
Estetik fikir deyil. "Linen rumple yox idi → ❌". Sənin işin fact-checking.
|
|
473
|
+
|
|
474
|
+
### Subyektiv termin (N/A)
|
|
475
|
+
"Emotional truth", "appeal-driven", "cinematic mood" və s. → N/A (qiymətləndirilə bilməz).
|
|
476
|
+
|
|
477
|
+
### Əlavə şey varsa ⚠️
|
|
478
|
+
Promptdə yazılmamış element şəkildə varsa (məs. promptdə "no jewelry" yox idi, lakin şəkildə qadın boyunbağı taxır) → ⚠️ (instruction violation deyil, lakin diqqət).
|
|
479
|
+
|
|
480
|
+
### Fix instructions konkret olsun
|
|
481
|
+
Hər ❌ üçün **prompt rewrite təklif et**. Ümumi "promptu yaxşılaşdır" yox, **dəqiq mətn təklif**.
|
|
482
|
+
|
|
483
|
+
---
|
|
484
|
+
|
|
485
|
+
*Versiya: 1.4 | Son yenilənmə: 2026-05-21 (F-16 əlavə olundu — Aspect ratio mismatch / project standard violation: real production incident, documentary 6+ kadr prompts 21:9 yazıldı, əsl delivery 16:9 idi. Sinxron: image-prompt-engineer/knowledge/general/aspect-ratios.md + image-prompt-engineer/SKILL.md HARD RULE + storyboard-builder/SKILL.md + director/SKILL.md + showrunner/SKILL.md Addım 1B. Əvvəlki: F15 əlavə olundu — Prompt length under budget: 9,168 char prompt GPT-Image-2-də "prompt too long" error verdi, Nano Banana web UI-də silently truncate olundu. Sinxron: image-prompt-engineer/knowledge/general/prompt-budget.md + models/gpt-image-2.md + models/nano-banana.md HARD RULE bölmələri. Əvvəlki: F14 — Cell generated in native sepia/B&W instead of full colour: 28-may documentary k.1-k.4 v1 cells native sepia silver-gelatin yazılmışdı, tamamı yenidən-yazıldı full color-a. Sinxron: color-grading.md "Cells in full colour" HARD RULE. F13 — Location reference contains people: asset-role failure. 28-may layihəsində L-01/L-02/L-03A v1-ləri insanlar daxil yazılmışdı, üçü də yenidən-yazıldı. Sinxron: location-design.md HARD RULE #0).*
|