planning-with-files-ar
نظام تخطيط الملفات بنمط Manus لتنظيم وتتبع تقدم المهام المعقدة. ينشئ ملفات task_plan.md و findings.md و progress.md. يُستخدم عند طلب التخطيط أو تحليل المهام أو تنظيم المشاريع أو تتبع التقدم أو الخطط متعددة الخطوات. يدعم الاستعادة التلقائية للجلسة بعد /clear. كلمات التشغيل: تخطيط المهام، إدارة المشاريع، خطة العمل، تحليل المهام، تنظيم المشروع، تتبع التقدم، خطة متعددة الخطوات، ساعدني في التخطيط، تحليل المشروع
npx skills add OthmanAdi/planning-with-files --skill planning-with-files-ar --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# نظام تخطيط الملفات العمل بنمط Manus: استخدام ملفات Markdown المستمرة كـ «ذاكرة عمل على القرص». ## الخطوة الأولى: استعادة السياق (v2.2.0) **قبل فعل أي شيء**، تحقق من وجود ملفات التخطيط واقرأها: 1. إذا كان `task_plan.md` موجودًا، اقرأ فورًا `task_plan.md` و `progress.md` و `findings.md`. 2. ثم تحقق مما إذا كانت الجلسة السابقة تحتوي على سياق غير متزامن: ```bash # Linux/macOS SKILL_DIR="${CLAUDE_PLUGIN_ROOT:-$HOME/.claude/skills/planning-with-files-ar}" $(command -v python3 || command -v python) "${SKILL_DIR}/scripts/session-catchup.py" "$(pwd)" ``` ```powershell # Windows PowerShell & (Get-Command python -ErrorAction SilentlyContinue).Source "$env:USERPROFILE\.claude\skills\planning-with-files-ar\scripts\session-catchup.py" (Get-Location) ``` إذا أظهر تقرير الاستعادة وجود سياق غير متزامن: 1. نفذ `git diff --stat` لرؤية تغييرات الكود الفعلية 2. اقرأ ملفات التخطيط الحالية 3. حدّث ملفات التخطيط بناءً على تقرير الاستعادة و git diff 4. ثم تابع المهمة ## مهم: موقع تخزين الملفات - **القوالب** موجودة في `${CLAUDE_PLUGIN_ROOT}/templates/` - **ملفات التخطيط الخاصة بك** توضع في **دليل مشروعك** | الموقع | المحتوى المخزن | |------|---------| | دليل المهارة (`${CLAUDE_PLUGIN_ROOT}/`) | القوالب، ا
- الخطوة الأولى: استعادة السياق (v2.2.0)
- مهم: موقع تخزين الملفات
- البدء السريع
- النمط الأساسي
- الغرض من الملفات
- القواعد الأساسية
- 1. أنشئ الخطة أولاً
- 2. قاعدة الخطوتين
- 3. اقرأ قبل القرار
- 4. حدّث بعد العمل
- 5. سجّل جميع الأخطاء
- 6. لا تكرر الفشل أبدًا
- 7. تابع بعد الاكتمال
- بروتوكول الفشل الثلاثي
Linux/macOS
What does the planning-with-files-ar skill do?
نظام تخطيط الملفات بنمط Manus لتنظيم وتتبع تقدم المهام المعقدة. ينشئ ملفات task_plan.md و findings.md و progress.md. يُستخدم عند طلب التخطيط أو تحليل المهام أو تنظيم المشاريع أو تتبع التقدم أو الخطط متعددة الخطوات. يدعم الاستعادة التلقائية للجلسة بعد /clear. كلمات التشغيل: تخطيط المهام، إدارة المشاريع، خطة العمل، تحليل المهام، تنظيم المشروع، تتبع التقدم، خطة متعددة الخطوات، ساعدني في التخطيط، تحليل المشروع
How do I install it?
Run `npx skills add OthmanAdi/planning-with-files --skill planning-with-files-ar --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From OthmanAdi/planning-with-files, a repository with 25,969 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
