writing-plans
建立詳細的實作計畫
متاح أيضًا من: Cycleaddict,ZhanlinCui,CodingCossack,sickn33,obra,DMJGilbert,Cygnusfear,DYAI2025
撰寫全面的實作計畫可防止情境切換,並確保在複雜的軟體開發過程中不會遺漏任何步驟。此技能將多步驟任務分解為可測試的小型步驟,並提供精確的檔案路徑和指令。
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "writing-plans". 使用 writing-plans 來為我們的 API 建立使用者認證功能的實作計畫
النتيجة المتوقعة:
- Plan saved to docs/plans/2026-01-07-user-authentication.md
- Implementation Plan Structure:
- • Goal and architecture overview
- • Task 1: Set up user model and migration
- • Task 2: Write failing test for user registration
- • Task 3: Implement minimal registration logic
- • Task 4: Add authentication middleware
- • Task 5: Write tests for login flow
- • Each task includes exact file paths and pytest commands
استخدام "writing-plans". 使用 writing-plans 來規劃新增稽核日誌的資料庫遷移
النتيجة المتوقعة:
- Plan saved to docs/plans/2026-01-07-audit-logs.md
- Each Task Includes:
- • Exact file paths for migrations and models
- • Step 1: Create failing test for audit record
- • Step 2: Run test to verify it fails
- • Step 3: Write minimal model implementation
- • Step 4: Run test to verify it passes
- • Step 5: Commit with descriptive message
التدقيق الأمني
آمنPure documentation skill containing only markdown templates. No executable code, no file system access, no network calls, no command execution. Static findings are false positives triggered by markdown syntax and common English words misidentified as security patterns.
عوامل الخطر
🌐 الوصول إلى الشبكة (1)
درجة الجودة
ماذا يمكنك بناءه
規劃功能實作
將新功能規格分解為可行動的 TDD 步驟,包含精確的檔案路徑和測試指令
建立團隊實作指南
為複雜的重構或架構變更產生詳細計畫,包含清晰的交接點
建構開發工作流程
將需求轉化為可由子代理或平行工作階段執行的逐步計畫
جرّب هذه الموجهات
使用 writing-plans 技能來為 [描述您的功能] 建立實作計畫。保存至 docs/plans/
使用 writing-plans 來規劃修正 [描述錯誤]。包含可重現問題的測試案例
使用 writing-plans 來規劃 [描述元件] 的重構。包含測試覆蓋和遷移步驟
使用 writing-plans 來規劃 [描述第三方服務] 的整合。包含 API 設定和錯誤處理
أفضل الممارسات
- 提供完整的上下文和需求以進行準確的任務分解
- 對計劃的工作使用專用工作樹以隔離變更
- 遵循產生的測試指令來驗證每個步驟後再繼續
تجنب
- 在沒有專用工作樹的情況下使用可能導致上下文混合
- 跳過初始上下文階段會降低計畫品質
- 不將計畫保存至 docs/plans 會失去追蹤和交接能力