Prompt Guide.ar
# دليل الأوامر (Prompt Guide)
## المبدأ
قم بتوجيه OSpec باستخدام نوايا قصيرة، وليس بقوائم مراجعة داخلية طويلة.
يجب أن يتولى OSpec توسيع عمليات الفحص، والتهيئة (initialization)، وصيانة الوثائق، وقواعد التغيير داخلياً.
## الأوامر الموصى بها
في العمل المعتاد، يمكن شرح استخدام OSpec في 3 أجزاء:
1. تهيئة المشروع
2. إنشاء وتطوير تغيير واحد لمتطلب، أو تحديث وثائق، أو إصلاح خطأ
3. أرشفة التغيير المقبول بعد اكتمال النشر والتحقق
### 1. تهيئة المشروع
الأمر الموصى به:
<pre dir="rtl" lang="ar"><code>استخدم <span dir="ltr">OSpec</span> لتهيئة هذا المشروع.</code></pre>
صيغة مهارة Claude / Codex:
<pre dir="rtl" lang="ar"><code>استخدم <span dir="ltr">/ospec</span> لتهيئة هذا المشروع.</code></pre>
ما يعادله في واجهة سطر الأوامر (CLI):when to use it
Community prompt sourced from the open-source GitHub repo clawplays/ospec (MIT). A "Prompt Guide.ar" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
clawplays/ospec · MIT