writing-plans
詳細な実装計画を作成する
Également disponible depuis: DMJGilbert,ZhanlinCui,CodingCossack,sickn33,obra,Cygnusfear,Cycleaddict,DYAI2025
包括的な実装計画を作成することは、コンテキストスイッチングを防止し、複雑なソフトウェア開発中にステップの見落としを防ぎます。このスキルは、適切なファイルパスとコマンドを含む、小さくテスト駆動のステップに、マルチステップのタスクを分解します。
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "writing-plans". Use writing-plans to create an implementation plan for adding user authentication to our API
Résultat attendu:
- 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
Utilisation de "writing-plans". Use writing-plans to plan a database migration for adding audit logs
Résultat attendu:
- 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
Audit de sécurité
SûrPure 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.
Facteurs de risque
🌐 Accès réseau (1)
Score de qualité
Ce que vous pouvez construire
フィーチャー実装の計画
新しいフィーチャーの仕様を、適切なファイルパスとテストコマンドを含む実行可能なTDDステップに分解する
チーム実装ガイドの作成
複雑なリファクタリングやアーキテクチャ変更の詳細な計画を、明確な引き継ぎポイントとともに生成する
開発ワークフローの構造化
要件を、サブエージェントやパラレルセッションで実行可能なステップバイステップ計画に変換する
Essayez ces prompts
[機能の説明] の実装計画を作成するには writing-plans スキルを使用してください。docs/plans/ に保存してください
[バグの説明] の修正を計画するには writing-plans を使用してください。最初に問題を再現するテストケースを含めてください
[コンポーネントの説明] のリファクタリングを計画するには writing-plans を使用してください。テストカバレッジとマイグレーションステップを含めてください
[サードパーティサービスの説明] の統合を計画するには writing-plans を使用してください。APIセットアップとエラー処理を含めてください
Bonnes pratiques
- 正確なタスク分解のために完全なコンテキストと要件を提供する
- 変更を分離するために専用の worktree を使用する
- 次のステップに進む前に生成されたテストコマンドを実行して各ステップを検証する
Éviter
- 専用の worktree なしで使用すると、コンテキストの混合が発生する可能性がある
- 最初のコンテキストフェーズをスキップすると計画の品質が低下する
- docs/plans/ に計画を保存しないと追跡と引き継ぎ機能が失われる