Agent skill

planning-with-files-ar

نظام تخطيط الملفات بنمط Manus لتنظيم وتتبع تقدم المهام المعقدة. ينشئ ملفات task_plan.md و findings.md و progress.md. يُستخدم عند طلب التخطيط أو تحليل المهام أو تنظيم المشاريع أو تتبع التقدم أو الخطط متعددة الخطوات. يدعم الاستعادة التلقائية للجلسة بعد /clear. كلمات التشغيل: تخطيط المهام، إدارة المشاريع، خطة العمل، تحليل المهام، تنظيم المشروع، تتبع التقدم، خطة متعددة الخطوات، ساعدني في التخطيط، تحليل المشروع

OthmanAdigithub.com/OthmanAdiGitHub ↗
claude-codecodexcursorcopilotcan modify filesships scriptsMIT
Install
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.

Facts
Files in the skill folder: 12
SKILL.md size: 11 KB
Bundled scripts: yes
Version: 3.9.0
Allowed tools: ReadWriteEditBashGlobGrep
Path: skills/planning-with-files-ar/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 25,969 · +158 this week
Language: Shell
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# نظام تخطيط الملفات العمل بنمط 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}/`) | القوالب، ا

What's inside
Steps it walks through
  1. الخطوة الأولى: استعادة السياق (v2.2.0)
  2. مهم: موقع تخزين الملفات
  3. البدء السريع
  4. النمط الأساسي
  5. الغرض من الملفات
  6. القواعد الأساسية
  7. 1. أنشئ الخطة أولاً
  8. 2. قاعدة الخطوتين
  9. 3. اقرأ قبل القرار
  10. 4. حدّث بعد العمل
  11. 5. سجّل جميع الأخطاء
  12. 6. لا تكرر الفشل أبدًا
  13. 7. تابع بعد الاكتمال
  14. بروتوكول الفشل الثلاثي
Ships with 11 files
  • scripts/check-complete.ps1
  • scripts/check-complete.sh
  • scripts/init-session.ps1
  • scripts/init-session.sh
  • scripts/inject-plan.sh
  • scripts/ledger-summary.sh
  • scripts/resolve-plan-dir.sh
  • scripts/session-catchup.py
  • templates/findings.md
  • templates/progress.md
  • templates/task_plan.md
Commands it runs
Linux/macOS
More from planning-with-files
All skills →
About this skill
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.

Keep going