planning-with-files
永続的なMarkdownファイルで複雑なタスクを計画する
こちらからも入手できます: ZhanlinCui,OthmanAdi
AIアシスタントは、多くの手順を伴う長いタスクでは目標を見失いがちです。このスキルは、Markdownファイルを外部メモリとして使う実証済みのパターンを教えます。タスク計画を作成し、チェックボックスで進捗を追跡し、調査ノートをファイルに保存します。アシスタントは整理された状態を保ち、元の目標を見失いません。
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「planning-with-files」を使用しています。 Research machine learning frameworks and recommend the best one for our project
期待される結果:
- task_plan.mdを4つのフェーズで作成
- 調査結果用にnotes.mdを作成
- 現在フェーズ2: 情報源の検索と収集
- 主要な質問: パフォーマンス要件、チームの専門性、統合要件
- 各情報収集セッション後に計画を更新する
「planning-with-files」を使用しています。 Fix the login bug in the authentication module
期待される結果:
- task_plan.mdを5つのフェーズで作成
- 意思決定セクションに根本原因分析を記録
- Errors EncounteredにTypeErrorを記録
- validateToken functionで修正を特定
- 作業の進行に合わせてフェーズを完了にマーク
「planning-with-files」を使用しています。 Add a dark mode toggle to the settings page
期待される結果:
- task_plan.mdを5つのフェーズで作成
- notes.mdに設計上の判断を保存
- 変更対象ファイルを追跡: theme.ts, SettingsPage.tsx, useTheme.ts, App.tsx
- テーマ設定にCSSカスタムプロパティを使用
- localStorageに設定を保存
セキュリティ監査
安全Pure documentation skill containing only markdown files with workflow guidance. No executable code, scripts, network calls, or file system operations. The static analyzer misinterpreted markdown inline code formatting (backticks) as shell command execution patterns. All 68 findings are false positives.
リスク要因
⚙️ 外部コマンド (50)
🌐 ネットワークアクセス (2)
品質スコア
作れるもの
バグ修正を追跡する
複雑なデバッグをフェーズに分解する。根本原因の分析、行った判断、遭遇したエラーを追跡する。
研究プロジェクトを整理する
情報源、統合した発見、重要な質問を構造化されたMarkdownファイルに保存する。進めながら知識を構築する。
機能開発を管理する
明確な成果物でマルチフェーズの機能を計画する。長いコーディングセッション全体で判断を追跡し、コンテキストを維持する。
これらのプロンプトを試す
Use the Planning with Files skill. Create a task_plan.md file with phases, goal, key questions, decisions made, and errors encountered sections. Then create a notes.md file for intermediate findings.
Using Planning with Files, update task_plan.md by marking the current phase as complete with [x], adding any errors encountered, and updating the status section. Then read both files before continuing.
Apply Planning with Files methodology. Write new findings to notes.md with sources and synthesized insights. Update task_plan.md to reflect research progress.
Using Planning with Files, document the error in task_plan.md's Errors Encountered section with the resolution. Then continue from the updated plan.
ベストプラクティス
- 3つ以上の手順を含む複雑なタスクを開始する前に、必ずtask_plan.mdファイルを作成する
- 重要な判断の前にtask_plan.mdを読み、注意ウィンドウ内の目標を更新する
- 失敗を隠したりコンテキストを失ったりする代わりに、すべてのエラーと判断を計画ファイルに記録する
回避
- Markdownの計画ファイルを作成せずに、永続化のためにTodoWriteを使う
- 構造化された計画を作成する前にすぐ実行を始める
- 大きな内容をファイルに保存せず、すべての情報をコンテキストに詰め込む