المطالبات

مطالبات ذكاء اصطناعي منتقاة لحالات الاستخدام التجارية والإبداعية والتقنية.

مدقق تغطية الاختبارات: حوّل أي دالة إلى مجموعة pytest كاملة قبل مراجعة الكود
Claude Opus 5 (best for reasoning through non-obvious edge cases and generating well-structured test code); also works well with GPT-5.4 or Gemini 3 Pro for most languages, though Claude tends to catch more subtle edge cases in code-review-style tasks.أدوات المطورينYou're a backend developer at a mid-size e-commerce company. You just finished writing a discount-calculation function for the checkout flow, code review is in 20 minutes, and you haven't written a single test yet.

مدقق تغطية الاختبارات: حوّل أي دالة إلى مجموعة pytest كاملة قبل مراجعة الكود

برومبت منظّم يحوّل دالة وسياق استدعائها إلى اختبارات المسار السعيد، والحالات الحدية، وسيناريوهات الأخطاء، واختبارات التكامل.

testingdeveloper tools
مفكك رموز ملاحظات المدير: حوّل ملاحظات الأداء الغامضة إلى خطة عمل ملموسة
Works well with any strong reasoning model — Claude Opus 4.8, GPT-5.4, or Gemini 3 Pro. This task benefits from a model that generates multiple plausible interpretations rather than converging early on one guess — if a response feels too confident after only one pass, explicitly ask it to generate at least two alternative readings before continuing.المسار المهنيYou just left a performance review or 1:1 with feedback like 'be more strategic' or 'show more executive presence' — phrases that sound important but give you no idea what to actually change before the next review cycle.

مفكك رموز ملاحظات المدير: حوّل ملاحظات الأداء الغامضة إلى خطة عمل ملموسة

prompt يُولّد تفسيرات ملموسة متعددة لملاحظات غامضة مثل «كن أكثر استراتيجية»، يحدد الأرجح منها، ويبني خطة قابلة للقياس على 30-60-90 يوماً.

Careercommunication
أداة بناء مصفوفة القرار: حوّل قراراً متعدد الخيارات إلى توصية مرجّحة وقابلة للدفاع
Works well with any strong reasoning model — Claude Opus 4.8, GPT-5.4, or Gemini 3 Pro. The sensitivity-analysis step (identifying which reweighted criterion would flip the recommendation) requires holding multiple weighted scenarios in mind simultaneously, so avoid smaller or faster models for this task — ask the model to show its work step by step rather than just stating a final ranking.productivityYou're facing a decision with three or more viable options — a vendor selection, an infrastructure migration path, a hiring choice between finalists, a build-versus-buy call — and need to present a recommendation that will hold up when a skeptical stakeholder asks why you didn't pick a different option.

أداة بناء مصفوفة القرار: حوّل قراراً متعدد الخيارات إلى توصية مرجّحة وقابلة للدفاع

prompt منظّم لتحليل القرارات يُسجّل كل خيار مقابل معايير مرجّحة، ويُشير إلى التوصيات الهشة، ويتضمن أقوى حجة مضادة لنتيجته الخاصة.

productivitydecision-making
مفكك رموز عرض الأسهم: حوّل تعويض الأسهم المربك إلى موقف تفاوضي حقيقي
Works well with any strong reasoning model — Claude Opus 4.8, GPT-5.4, or Gemini 3 Pro all handle the vesting-schedule math and present-value comparisons reliably. This task is arithmetic-heavy (strike price, vesting cliffs, dilution estimates), so double-check the model's math on the actual numbers rather than trusting it blindly — ask it to show its work step by step rather than just stating a final comparison figure.المال والتفاوضYou've received a job offer from a private company that includes a mix of base salary and stock options or RSUs, and the recruiter's pitch emphasized the equity's potential upside without giving you a clear way to compare it against your current compensation or a competing cash-heavy offer.

مفكك رموز عرض الأسهم: حوّل تعويض الأسهم المربك إلى موقف تفاوضي حقيقي

Prompt لتحليل التعويضات يُنمذج سيناريوهات واقعية للهبوط والأساس والصعود لمنحة أسهم أو خيارات — بدلاً من الرقم المتفائل الواحد الذي تبدأ به معظم عروض العمل.

CareerNegotiation
إنجيل اتساق بناء العوالم: حوّل ملاحظات القصة المتناثرة إلى وثيقة كانون منظمة
Works best with strong long-context reasoning models — Claude Opus 4.8 or Gemini 3 Pro handle cross-referencing dozens of scattered notes reliably without losing track of earlier details. GPT-5.4 works well too but for very large note dumps (50+ pages), split the input into two passes (characters/timeline, then locations/rules) rather than one giant prompt to avoid it missing contradictions buried deep in the context.creativeYou are 8 months into drafting a fantasy novel — or a game's narrative bible — across chapter drafts, a Discord brainstorming log with beta readers, sticky notes, and a half-finished spreadsheet of character ages. You are about to start the next book or the next act and need one reliable reference before you keep writing, but you no longer remember every detail you established months ago.

إنجيل اتساق بناء العوالم: حوّل ملاحظات القصة المتناثرة إلى وثيقة كانون منظمة

Prompt بأسلوب محرر الاستمرارية يقرأ أشهراً من ملاحظات القصة أو اللعبة غير المنظمة وينتج وثيقة كانون منظمة — مع الإشارة صراحةً إلى التناقضات بدلاً من التغاضي عنها.

fiction-writingworldbuilding
مُقيم مخاطر ترقية التبعيات: تحويل قائمة بالحزم القديمة إلى خطة ترقية مصنفة مرتبة
Works best with strong reasoning models — Claude Opus 4.8, GPT-5.4, or Gemini 3 Pro handle the multi-factor risk ranking (security priority vs. breaking-change severity vs. team capacity) reliably. Weaker models tend to rank everything as "medium risk" instead of actually differentiating, so it's worth checking that the output gives genuinely different reasoning per package rather than a templated response.أدوات المطورينYour `npm outdated` output lists 34 packages behind, most flagged for major-version gaps. Your tech lead wants a prioritized upgrade plan before tomorrow's sprint planning, and you don't have time to read every changelog yourself.

مُقيم مخاطر ترقية التبعيات: تحويل قائمة بالحزم القديمة إلى خطة ترقية مصنفة مرتبة

موجّه يحول قائمة التبعيات القديمة الخاصة بك إلى خططة ترقية مصنفة حسب المخاطر — حيث يفصل التغييرات الجوهرية الموثقة عن التخمينات المدروسة، ويراعي قدرة السبرنت الفعلية لفريقك.

prompt-engineeringdeveloper tools
ممحِّل الرسائل عبر الثقافات: أعد كتابة أي رسالة لتعرف معايير التواصل الثقافي المحددة
Works well with any frontier model (Claude Opus 4.8, GPT-5.4, Gemini 3 Pro). Needs strong cultural-pragmatics knowledge to avoid flattening nuance into stereotype, so smaller or older models tend to produce generic, less reliable rewrites.الكتابة والتواصلYou're a US-based product manager about to email a factory partner in Japan about a quality issue that will delay shipment by three weeks. Your instinct is to write it the way you'd write to a US vendor: direct, blunt about the problem, demanding a revised timeline by Friday.

ممحِّل الرسائل عبر الثقافات: أعد كتابة أي رسالة لتعرف معايير التواصل الثقافي المحددة

توجيه يعيد كتابة رسالة مسودة لتتطابق مع معايير ثقافة محددة فيما يتعلق بالمباشرة، والتسلسل الهرمي، وكيفية إيصال الأخبار السيئة — دون تخفيف المضمون الفعلي الذي تحتاج إلى توصيله.

prompt-engineeringworkplace communication
محلل استراتيجية التسعير: طابق نموذج تسعيرك مع هيكل تكلفتك الحقيقي
Works well with any current-generation reasoning model — GPT-5.4, Claude Sonnet 5, and Gemini 3 Pro all handle the multi-factor tradeoff reasoning (cost structure vs. competitor pricing vs. buyer psychology) accurately. Weaker models tend to default to "match the competitor median" instead of actually reasoning from the cost structure provided, so it is worth sanity-checking that the output explicitly references your cost structure, not just your competitors.الشركات الناشئة والأعمالA solo founder is two weeks from launching a B2B project-management SaaS tool for construction firms. Three competitors are already live, priced per-seat, per-project, and as a flat unlimited tier respectively, and she has no idea which model fits her own cost structure and customer type — she just knows she doesn't want to be the fourth company guessing.

محلل استراتيجية التسعير: طابق نموذج تسعيرك مع هيكل تكلفتك الحقيقي

موجه منظم يوصي بنموذج تسعير بناءً على محركات تكلفتك الفعلية وسيكولوجية المشتري، لا مجرد نسخ ما يتقاضاه المنافسون، مع نقطة سعر جاهزة للقرار واعتراض واحد ستحتاج للرد عليه.

prompt-engineeringstartups
جسر المفاهيم: تعلّم أي فكرة تقنية عبر مجال تتقنه تماماً
Works well with any current-generation reasoning model — GPT-5.4, Claude Sonnet 5, and Gemini 3 Pro all handle multi-step analogical mapping accurately. Weaker or older models tend to stop at a single anchor analogy and skip the mapping table or the "where it breaks" section unless explicitly prompted to continue through the full structure.learningA product manager with eight years running retail store operations is joining a database architecture review next week and needs to actually understand how sharding works — not just nod along — because she's grown up in grocery logistics, not distributed systems, and generic explainer articles keep losing her at the third paragraph.

جسر المفاهيم: تعلّم أي فكرة تقنية عبر مجال تتقنه تماماً

موجه منظم يربط كل آلية وظيفية من مفهوم غير مألوف بمكافئها المباشر في مجال تعرفه بعمق، مع قائمة صريحة بالأماكن التي ينهار فيها التشبيه.

prompt-engineeringlearning
أداة توليد نسخ إعلانية متعددة: حوّل ملخص منتج واحد إلى خمسة إعلانات جاهزة مع فرضيات اختبار A/B مدمجة
Works well with GPT-5.4 and Claude Sonnet 5 — both handle platform-specific character constraints and distinct psychological framing reliably. Gemini 3 Pro produces strong copy but occasionally runs over stated character limits, so budget a quick manual trim pass if you use it.marketingYou're the performance marketing manager at a 15-person direct-to-consumer skincare startup. Your CEO wants a paid campaign live on Meta and Google Search by tomorrow morning for a new $42 vitamin C serum, with a $5,000 weekly test budget approved. Marketing is a two-person team, nobody has bandwidth tonight to brainstorm five genuinely distinct ad angles from scratch, and the launch date isn't moving.

أداة توليد نسخ إعلانية متعددة: حوّل ملخص منتج واحد إلى خمسة إعلانات جاهزة مع فرضيات اختبار A/B مدمجة

برومبت منظم يأخذ ملخص منتج واحد ويعيد خمس نسخ إعلانية مختلفة فعلياً بزوايا نفسية متمايزة، كل واحدة مقترنة بفرضية اختبار A/B قابلة للقياس بدلاً من مجرد خمس نسخ من نفس الفكرة.

prompt-engineeringadvertising
أداة بناء صيغ Excel: حوّل حساباً موصوفاً بلغة بسيطة إلى صيغة عاملة
Works well with any current-generation model — GPT-5.4, Claude Sonnet 5, and Gemini 3 Pro all handle spreadsheet formula logic and edge-case reasoning accurately. Smaller or older models occasionally suggest deprecated functions (like legacy array-entry CSE formulas) or mix Excel and Google Sheets syntax, so it's worth double-checking the output against the tool you specified.تحليل البياناتYou're a sales operations analyst at a mid-size SaaS company, working in a Google Sheets pipeline tracker with roughly 3,000 rows. Finance needs the weighted average discount percentage across all deals marked "Closed Won" in Q3, weighted by deal value, and a few rows have a blank discount field because a rep forgot to fill it in. The number is due in the quarterly business review deck in two hours, and you need a formula that handles the blanks correctly instead of silently including them as zero and skewing the average down.

أداة بناء صيغ Excel: حوّل حساباً موصوفاً بلغة بسيطة إلى صيغة عاملة

برومبت منظم يأخذ حساباً موصوفاً بلغة عادية ويعيد صيغة جاهزة للنسخ واللصق في Excel أو Google Sheets، مع شرح خطوة بخطوة لكيفية عملها وما قد يعطلها.

prompt-engineeringdata analysis
أداة بناء إجابات المقابلة بنمط STAR: حوّل تاريخك المهني إلى إجابات سلوكية تُحدث تأثيراً
Claude Opus 5 (also works well with GPT-5.4 and Gemini 3 Pro)المسار المهنيYou have a final-round interview in three days for a senior product manager role, and you know behavioral questions are coming, but your work history spans five different projects and you're not sure which stories map to which likely questions — or where your prep has gaps.

أداة بناء إجابات المقابلة بنمط STAR: حوّل تاريخك المهني إلى إجابات سلوكية تُحدث تأثيراً

موجّه بثلاث مراحل يتنبأ بالأسئلة السلوكية المحتملة لوظيفة ما، يربطها بتاريخك المهني الفعلي، ويكتب إجابات بنمط STAR — مع الإشارة إلى الثغرات حيث لا تملك بعد قصة قوية.

prompt-engineeringCareer