obsidian-plan-wiki
إنشاء ويكي خطط Obsidian
تتطلب المشاريع المعقدة توثيقًا منظمًا يبقى سهل التصفح كلما توسعت. توفر هذه المهارة قوالب وتدفقات عمل لإنشاء ويكي Markdown متوافق مع Obsidian مع الكشف التدريجي وتتبع المهام ودمج الأبحاث.
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“obsidian-plan-wiki”。 Create a new plan wiki for a mobile app project with 3 phases. Tech stack is React Native and Firebase.
预期结果:
- Created plan structure: mobile-app/
- Created README.md with project overview and links
- Created CLAUDE.md with progressive disclosure rules
- Created phases/01-design.md with initial task breakdown
- Created changelog.md with initial entry
正在使用“obsidian-plan-wiki”。 Add a new testing phase to my existing plan. Include tasks for unit tests, integration tests, and end-to-end tests.
预期结果:
- Created phases/04-testing.md with phase overview
- Created tasks/4.1-unit-tests.md with test specification
- Created tasks/4.2-integration-tests.md with test specification
- Updated README.md task index with new phase
- Added changelog entry for new phase
正在使用“obsidian-plan-wiki”。 Research the best approach for user authentication using the Delphi pattern.
预期结果:
- Launched 3 oracle agents with different search angles
- Synthesized results into research/authentication-delphi.md
- Created tasks/2.4-authentication.md linked to research
- Added changelog entry for research completion
安全审计
安全Pure documentation skill containing only markdown templates and workflow guides. No executable code, no network calls, no filesystem access beyond normal AI behavior, no environment variable access, and no command execution capabilities. All 108 static findings are false positives caused by the static analyzer misinterpreting markdown syntax (backticks for code formatting, wiki-links for Obsidian links, version strings as cryptographic terms).
风险因素
⚡ 包含脚本
🌐 网络访问 (1)
📁 文件系统访问
🔑 环境变量
⚙️ 外部命令
质量评分
你能构建什么
إدارة المشاريع البرمجية
تنظيم المشاريع البرمجية متعددة المراحل مع تفصيل المهام وملاحظات البحث ونظرات عامة على المراحل في صيغة Markdown سهلة التصفح.
هيكلة أنظمة التوثيق
إنشاء ويكي توثيق بالكشف التدريجي يتوسع مع نمو المشاريع وتطورها بمرور الوقت.
تخطيط خرائط طريق المنتجات
بناء خرائط طريق مع تتبع المهام وسجل التغييرات ودمج الأبحاث للتواصل مع أصحاب المصلحة.
试试这些提示
Create a new plan wiki for [project name] with [number] phases. Tech stack is [technologies]. Goal is [one sentence goal].
Add a new phase to the existing plan. Include [number] tasks for [phase description]. Create phase file and individual task files.
Research [topic] using the Delphi pattern. Create research file in research/ directory with findings and link from relevant task.
Complete task [[path/to/task]] by marking it as done, adding result link, and updating the changelog with proper format.
最佳实践
- حمّل الملفات اللازمة للمهمة الحالية فقط - لا تحمّل الخطة كاملة إلى السياق
- حدّث سجل التغييرات فورًا عند إجراء التغييرات - لا تجمع التغييرات دفعة واحدة
- استخدم أسماء ملفات بحث وصفية وحدّد أن البحث قد طُبّق باستخدام تعليقات Obsidian
避免
- تحميل الخطة كاملة إلى السياق دفعة واحدة بدلًا من الكشف التدريجي
- حذف العمل المؤجّل بدلًا من الحفاظ عليه في deferred.md
- إنشاء ملفات كبيرة جدًا بدلًا من تقسيمها إلى ملفات مهام مركزة