jpskill.com
💬 コミュニケーション コミュニティ

plan-directory

プロジェクト計画を構造化し、進捗管理しやすいように、PLAN.mdという索引ファイルと、目標や依存関係、チェックリストなどを含むタスクごとのMarkdownファイルを自動で作成・更新するSkill。

📜 元の英語説明(参考)

Create or update a structured plan directory with a master PLAN.md index and numbered task files (001-*.md). Each task file includes goal, dependencies, scope, checklist, tests, and completion criteria. Use when scaffolding a repeatable project plan in markdown, especially when the user wants a master index plus per-task files with checkboxes that are checked off as work completes.

🇯🇵 日本人クリエイター向け解説

一言でいうと

プロジェクト計画を構造化し、進捗管理しやすいように、PLAN.mdという索引ファイルと、目標や依存関係、チェックリストなどを含むタスクごとのMarkdownファイルを自動で作成・更新するSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o plan-directory.zip https://jpskill.com/download/18708.zip && unzip -o plan-directory.zip && rm plan-directory.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/18708.zip -OutFile "$d\plan-directory.zip"; Expand-Archive "$d\plan-directory.zip" -DestinationPath $d -Force; ri "$d\plan-directory.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して plan-directory.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → plan-directory フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Plan Directory Skill

この Skill の使用時

  • 構造化された段階的な計画が有効な、新しいプロジェクト、機能、または移行を構築する場合。
  • LLM またはエンジニアが、明示的で検証可能なチェックボックスを使用して実行できる、再現可能な計画を作成する場合。
  • 既存の計画ディレクトリを維持する場合: タスクの追加、進捗状況の更新、または完了した計画のアーカイブ。
  • ユーザーが「計画を作成する」、「計画を構築する」、「この機能を計画する」、または構造化されたタスク分解を意味する同様の意図を述べた場合。

アドホックな ToDo リスト、単一ファイルのメモ、またはユーザーが明示的に異なる形式を希望する場合は、この Skill を使用しないでください

LLM のインテーク (必須入力)

ファイルを書き込む前に、これらの入力を収集します。不足しているものがある場合は、ユーザーに明示的に尋ねてください。

入力 必須 説明
Plan title Yes 人間が読める名前 (例: "User Authentication Overhaul")
Plan slug Yes ハイフンで区切られたディレクトリ/ファイルのスラッグ (例: user-auth-overhaul)
Target location No ディレクトリパス。デフォルトは docs/plans/<slug>/ または plans/<slug>/
Task list Yes 短い名前とスコープを持つタスクのリスト
Locked decisions No 変更してはならない主要な制約または選択
Testing expectations No コマンド、サブセット、または手動 QA の要件

既存の計画を更新する場合は、変更する前に、まず現在の PLAN.md を読んでコンテキストを理解してください。

不変条件 (違反しないこと)

  1. PLAN.md はインデックスであり、コンテンツではありません。 目的、使用方法、ロックされた決定、およびチェックボックス付きのタスクインデックスのみが含まれています。詳細な手順は、個々のタスクファイルに記述されています。

  2. タスクファイルは 3 桁の番号を使用します。 形式: NNN-<slug>.md。ここで、NNN はゼロ埋めされ (001、002、...、999)、<slug> はハイフンで区切られた小文字です。

  3. すべてのタスクファイルには 6 つのセクションがあります。 Goal、Scope、Checklist、Tests、Completion Criteria、および Dependencies。すべて必須です (真に独立している場合は Dependencies に "None" を使用し、正当な理由がある場合にのみ Tests に "N/A" を使用します)。

  4. チェックボックスは唯一のステータスマーカーです。 "Status: Done" フィールド、絵文字インジケーター、または個別の進捗状況セクションを追加しないでください。完了したら - [x] をチェックし、保留中の場合は - [ ] のままにします。

  5. PLAN.md で完了を反映します。 タスクファイル内のすべてのチェックリスト項目がチェックされている場合は、PLAN.md で対応するタスクをチェックします。

  6. 既存のタスクの番号を振り直さないでください。 タスク番号が割り当てられ、作業が開始されると、それは永続的になります。新しいタスクは最後に追加します。

  7. タスクファイルを自己完結型に保ちます。 読者は、他のタスクファイルを読まずに、ファイルだけでタスクを理解できる必要があります。

  8. ブロッカーを明示的に追跡します。 タスクがブロックされている場合は、何がブロックしているかを説明し、ブロックしているタスクまたは issue へのリンクを追加する ## Blockers セクションを追加します。

ワークフロー

1. モードの決定: 作成または更新

  • 作成: 計画ディレクトリが存在しません。すべてをゼロから構築します。
  • 更新: PLAN.md はすでに存在します。それを読み、現在の状態を理解し、対象を絞った変更を加えます。

2. 入力の検証

  • 必要な入力がすべて存在することを確認します。
  • ユーザーがあいまいなタスクリストを提供した場合は、続行する前に明確化を求めます。
  • 更新の場合は、計画のスラッグと場所が既存の計画と一致することを確認します。

3. 計画ディレクトリの作成または更新

新しい計画の場合:

  1. ターゲットの場所にディレクトリを作成します。
  2. マスターインデックスを含む PLAN.md を書き込みます。
  3. 各タスクファイル (001-*.md002-*.md など) を書き込みます。

更新の場合:

  1. 既存の PLAN.md と関連するタスクファイルを読みます。
  2. 変更を適用します: 新しいタスクの追加、チェックリストの更新、完了した項目のチェック。
  3. PLAN.md インデックスがタスクファイルと同期していることを確認します。

4. PLAN.md (マスターインデックス) の入力

最小限に抑えます。以下のみを含めます。

  • 目的: 計画が存在する理由に関する 1〜3 個の箇条書き。
  • 使用方法: 計画を操作するための簡単な手順。
  • 決定 (ロック済み): 変更してはならない主要な制約。
  • タスクインデックス: タスクファイルにリンクするチェックボックスリスト。
  • 完了: 計画全体が完了したときの定義。

5. タスクファイルの入力

各タスクファイルには、以下を含める必要があります。

  • Goal: 結果を説明する単一の文。
  • Dependencies: 最初に完了する必要があるタスク番号のリスト、または "None"。
  • Scope: スコープ内 (およびオプションでスコープ外) の箇条書きリスト。
  • Checklist: チェックボックス付きの 3〜8 個の具体的で実行可能なステップ。
  • Tests: 特定のテストコマンド、ファイル、または手動 QA ステップ。
  • Completion Criteria: 完了の測定可能な定義。
  • Notes (オプション): 制約、参照、警告。
  • Blockers (オプション): 作業がブロックされている場合に追加されます。ブロックが解除されると削除されます。

6. 進捗状況の維持

作業が完了したら:

  1. タスクファイルの Checklist および Tests セクションの項目をチェックします。
  2. すべての項目がチェックされたら、Completion Criteria 項目をチェックします。
  3. PLAN.md のタスクインデックスで対応するタスクをチェックします。

タスクのサイズ設定ルール

  • タスクごとに 3〜8 個のチェックリスト項目を目標とします。 これにより、タスクは焦点を絞り、妥当なセッションで完了できます。
  • 10 項目を超える場合は分割します。 タスクが約 10 個のチェックリスト項目を超えて増えた場合は、サブタスクに分割します。
  • テストは明示的である必要があります。 実行可能なコマンドまたは特定のファイルパスを含めます。「動作することを確認する」のようなあいまいな項目は避けてください。
  • 完了基準は測定可能である必要があります。 ナラティブな説明ではなく、「X が真である」または「Y が合格する」を使用します。

更新ルール (既存の計画)

シナリオ ルール
タスクの追加 次の番号を付けて最後に追加します
タスクの削除 PLAN.md で "[REMOVED]" としてマークします。ユーザーが要求した場合にのみファイルを削除します
タスクの名前変更 タスクファイルと PLAN.md インデックスエントリの両方を更新します
タスクの並べ替え 番号を振り直さないでください。依存関係またはメモを使用して、順序の変更を示します
タスクの分割 新しいタスクファイルを作成します。元のタスクを "[SPLIT]" としてマークし、新しいタスクを指します

テンプレート

PLAN.md


# <Plan Title> - Master Plan

## Purpose

- <Why this plan exists>
- <What it delivers when complete>

## How to Use

1. Work tasks in order unless

(原文はここで切り詰められています)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Plan Directory Skill

When to Use This Skill

  • Scaffolding a new project, feature, or migration that benefits from a structured, step-by-step plan.
  • Creating a repeatable plan that an LLM or engineer can execute with explicit, verifiable checkboxes.
  • Maintaining an existing plan directory: adding tasks, updating progress, or archiving completed plans.
  • When the user says "create a plan", "scaffold a plan", "plan this feature", or similar intent implying structured task breakdown.

Do not use this skill for ad-hoc todo lists, single-file notes, or when the user explicitly wants a different format.

LLM Intake (Required Inputs)

Before writing any files, gather these inputs. If any are missing, ask the user for them explicitly.

Input Required Description
Plan title Yes Human-readable name (e.g., "User Authentication Overhaul")
Plan slug Yes Hyphenated directory/file slug (e.g., user-auth-overhaul)
Target location No Directory path; defaults to docs/plans/<slug>/ or plans/<slug>/
Task list Yes List of tasks with short names and scopes
Locked decisions No Key constraints or choices that must not change
Testing expectations No Commands, subsets, or manual QA requirements

When updating an existing plan, read the current PLAN.md first to understand context before modifying.

Invariants (Do Not Violate)

  1. PLAN.md is the index, not the content. It contains only the purpose, usage instructions, locked decisions, and a task index with checkboxes. Detailed steps live in individual task files.

  2. Task files use 3-digit numbering. Format: NNN-<slug>.md where NNN is zero-padded (001, 002, ..., 999) and <slug> is hyphenated lowercase.

  3. Every task file has six sections. Goal, Scope, Checklist, Tests, Completion Criteria, and Dependencies. All are required (use "None" for Dependencies if truly independent, "N/A" for Tests only with justification).

  4. Checkboxes are the only status markers. Do not add "Status: Done" fields, emoji indicators, or separate progress sections. Check - [x] when complete, leave - [ ] when pending.

  5. Mirror completion in PLAN.md. When all checklist items in a task file are checked, check the corresponding task in PLAN.md.

  6. Do not renumber existing tasks. Once a task number is assigned and work has started, it is permanent. Append new tasks at the end.

  7. Keep task files self-contained. A reader should understand the task from the file alone without reading other task files.

  8. Track blockers explicitly. When a task is blocked, add a ## Blockers section describing what's blocking and link to the blocking task or issue.

Workflow

1. Determine Mode: Create or Update

  • Create: No plan directory exists. Scaffold everything from scratch.
  • Update: PLAN.md already exists. Read it, understand the current state, and make targeted modifications.

2. Validate Inputs

  • Confirm all required inputs are present.
  • If the user provides a vague task list, ask for clarification before proceeding.
  • For updates, verify the plan slug and location match the existing plan.

3. Create or Update the Plan Directory

For new plans:

  1. Create the directory at the target location.
  2. Write PLAN.md with the master index.
  3. Write each task file (001-*.md, 002-*.md, etc.).

For updates:

  1. Read the existing PLAN.md and relevant task files.
  2. Apply changes: add new tasks, update checklists, check completed items.
  3. Ensure PLAN.md index stays in sync with task files.

4. Fill PLAN.md (Master Index)

Keep it minimal. Include only:

  • Purpose: 1-3 bullets on why the plan exists.
  • How to use: Brief instructions for working the plan.
  • Decisions (locked): Key constraints that should not change.
  • Task Index: Checkbox list linking to task files.
  • Completion: Definition of when the entire plan is done.

5. Fill Task Files

Each task file must include:

  • Goal: Single sentence describing the outcome.
  • Dependencies: List of task numbers that must complete first, or "None".
  • Scope: Bulleted list of what's in scope (and optionally out of scope).
  • Checklist: 3-8 concrete, actionable steps with checkboxes.
  • Tests: Specific test commands, files, or manual QA steps.
  • Completion Criteria: Measurable definitions of done.
  • Notes (optional): Constraints, references, warnings.
  • Blockers (optional): Added when work is blocked; removed when unblocked.

6. Maintain Progress

As work completes:

  1. Check items in the task file's Checklist and Tests sections.
  2. When all items are checked, check the Completion Criteria items.
  3. Check the corresponding task in PLAN.md's Task Index.

Task Sizing Rules

  • Target 3-8 checklist items per task. This keeps tasks focused and completable in a reasonable session.
  • Split if exceeding 10 items. If a task grows beyond ~10 checklist items, break it into subtasks.
  • Tests must be explicit. Include runnable commands or specific file paths. Avoid vague "test that it works" items.
  • Completion criteria must be measurable. Use "X is true" or "Y passes" rather than narrative descriptions.

Update Rules (Existing Plans)

Scenario Rule
Adding tasks Append at the end with the next number
Removing tasks Mark as "[REMOVED]" in PLAN.md; delete file only if user requests
Renaming tasks Update both the task file and PLAN.md index entry
Reordering tasks Do not renumber; use dependencies or notes to indicate order changes
Splitting tasks Create new task files; mark original as "[SPLIT]" pointing to new tasks

Templates

PLAN.md

# <Plan Title> - Master Plan

## Purpose

- <Why this plan exists>
- <What it delivers when complete>

## How to Use

1. Work tasks in order unless dependencies indicate otherwise.
2. Check items in task files as they are completed.
3. This file is the index only; details live in task files.

## Decisions (Locked)

- <Key constraint or choice that should not change>
- <Another locked decision>

## Task Index

- [ ] 001 - <Task Name> (`001-<slug>.md`)
- [ ] 002 - <Task Name> (`002-<slug>.md`)
- [ ] 003 - <Task Name> (`003-<slug>.md`)

## Completion

- [ ] All tasks in the index are checked.
- [ ] All tests listed in task files pass.
- [ ] <Any additional project-specific completion criteria>

Task File (NNN-<slug>.md)

# NNN - <Task Name>

## Goal

<Single sentence describing the outcome of this task.>

## Dependencies

- Requires: 001, 002 (or "None" if independent)
- Blocks: 004, 005 (tasks waiting on this one)

## Scope

**In scope:**
- <What this task covers>
- <Another in-scope item>

**Out of scope:**
- <What this task explicitly does not cover>

## Checklist

- [ ] <Concrete implementation step with verifiable outcome>
- [ ] <Another concrete step>
- [ ] <Another concrete step>

## Tests

- [ ] Run `<test command>` and verify all pass
- [ ] Manual QA: <specific verification step>

## Completion Criteria

- [ ] <Measurable definition of done>
- [ ] <Another measurable definition>

## Notes

- <Optional: constraints, references, links, or warnings>

Blocked Task (when work cannot proceed)

When a task is blocked, add a ## Blockers section immediately after Dependencies:

## Blockers

- **Blocked by:** External API not yet available (ETA: 2024-02-15)
- **Blocked by:** Waiting on 003 to complete first
- **Action needed:** Contact platform team for API access

Remove the Blockers section when the task is unblocked.

Quality Checklist (LLM Preflight)

Before delivering a plan, verify:

  • [ ] All required inputs were gathered or reasonable defaults applied.
  • [ ] PLAN.md is short and contains only the index, not detailed steps.
  • [ ] Task filenames match the pattern NNN-<slug>.md with 3-digit padding.
  • [ ] Every task file has all six required sections (Goal, Dependencies, Scope, Checklist, Tests, Completion Criteria).
  • [ ] Dependencies are explicitly stated (even if "None").
  • [ ] Checklist items are concrete and verifiable, not vague.
  • [ ] Tests section contains runnable commands or specific QA steps.
  • [ ] Completion criteria are measurable, not narrative.
  • [ ] PLAN.md Task Index matches the task files exactly.
  • [ ] No task exceeds ~10 checklist items (split if needed).
  • [ ] Dependency graph has no cycles (task A can't depend on B if B depends on A).
  • [ ] Parallel-executable tasks are identified where applicable.

Parallel Task Execution

Some tasks can run concurrently if they have no dependencies on each other. Indicate this in PLAN.md using a parallel block notation:

## Task Index

- [ ] 001 - Database setup (`001-db-setup.md`)
- [ ] 002 - Frontend scaffolding (`002-frontend-scaffold.md`) [parallel: 001]
- [ ] 003 - API design (`003-api-design.md`) [parallel: 001, 002]
- [ ] 004 - Integration (`004-integration.md`) [after: 001, 002, 003]

The [parallel: NNN] tag means "can run at the same time as task NNN". The [after: NNN] tag means "must wait for NNN to complete".

When working a plan:

  • Start all tasks marked parallel that have no unmet dependencies.
  • Track progress on parallel tasks independently.
  • Only start [after: ...] tasks when all listed dependencies are checked.

Examples

Example 1 - Creating a New Plan

User prompt:

"Create a plan for adding user authentication to my app. Use JWT tokens, store users in PostgreSQL, and include password reset flow."

Expected behavior:

  1. Ask for any missing inputs (e.g., preferred directory, additional tasks).
  2. Create docs/plans/user-auth/ (or user-specified location).
  3. Write PLAN.md with the task index.
  4. Write task files like:
    • 001-user-model.md - Create User model and migrations
    • 002-jwt-setup.md - Configure JWT authentication
    • 003-login-endpoint.md - Implement login/logout endpoints
    • 004-password-reset.md - Implement password reset flow
    • 005-integration-tests.md - Write integration tests

Output structure:

docs/plans/user-auth/
  PLAN.md
  001-user-model.md
  002-jwt-setup.md
  003-login-endpoint.md
  004-password-reset.md
  005-integration-tests.md

Example 2 - Updating an Existing Plan

User prompt:

"Add a new task to the user-auth plan for implementing OAuth with Google."

Expected behavior:

  1. Read the existing PLAN.md to understand current state.
  2. Determine the next task number (e.g., 006).
  3. Create 006-google-oauth.md with the standard sections.
  4. Append the new task to PLAN.md's Task Index.
  5. Do not modify existing task files unless explicitly requested.

Example 3 - Marking Progress

User prompt:

"I've completed the JWT setup task in the user-auth plan."

Expected behavior:

  1. Read 002-jwt-setup.md.
  2. Check all checklist items, tests, and completion criteria as done.
  3. Update PLAN.md to check the 002 - JWT Setup entry.
  4. Confirm the update to the user.

Example 4 - Complete Task File (Reference)

Here's a fully filled-out task file for reference:

# 003 - Login Endpoint

## Goal

Implement JWT-based login and logout endpoints that authenticate users and
return tokens.

## Dependencies

- Requires: 001, 002
- Blocks: 004, 005

## Scope

**In scope:**
- POST /api/auth/login endpoint accepting email/password
- POST /api/auth/logout endpoint invalidating tokens
- Token refresh endpoint
- Rate limiting on login attempts

**Out of scope:**
- OAuth/social login (separate task 006)
- Password reset flow (task 004)
- User registration (task 001 handles this)

## Checklist

- [ ] Create LoginSerializer with email and password fields
- [ ] Implement login view returning access and refresh tokens
- [ ] Implement logout view that blacklists the refresh token
- [ ] Add rate limiting: max 5 failed attempts per 15 minutes
- [ ] Return appropriate error codes (401 for bad credentials, 429 for rate limit)
- [ ] Log authentication attempts with user ID and IP (no passwords)

## Tests

- [ ] Run `pytest apps/auth/tests/test_login.py -v` - all pass
- [ ] Run `pytest apps/auth/tests/test_logout.py -v` - all pass
- [ ] Manual QA: Verify login with valid credentials returns token
- [ ] Manual QA: Verify 5 failed attempts triggers rate limit

## Completion Criteria

- [ ] Login endpoint returns valid JWT on correct credentials
- [ ] Logout endpoint invalidates the refresh token
- [ ] Rate limiting activates after 5 failed attempts
- [ ] All automated tests pass
- [ ] No security warnings from `bandit` scan

## Notes

- Use `djangorestframework-simplejwt` for token handling
- Token expiry: access = 15 min, refresh = 7 days
- See RFC 6749 for OAuth2 token response format reference

Anti-Patterns to Avoid

  • Putting task details in PLAN.md. The master plan is an index only.
  • Using arbitrary numbering. Always use 3-digit zero-padded numbers.
  • Vague checklist items. "Set up database" is bad; "Create users table with email, password_hash, created_at columns" is good.
  • Missing tests. Every task should have at least one test or explicit "N/A - no automated tests applicable" with justification.
  • Renumbering tasks mid-project. This breaks references and history.
  • Narrative completion criteria. "The feature works well" is bad; "Users can log in and receive a valid JWT token" is good.
  • Ignoring dependencies. Always specify what tasks depend on each other to prevent wasted work on blocked tasks.
  • Overly large tasks. Tasks with 15+ checklist items are hard to track; split them into focused subtasks.

Plan Lifecycle

When a Plan Completes

When all tasks are checked:

  1. Verify the PLAN.md Completion section is fully checked.

  2. Add a ## Completed section at the top of PLAN.md with the date:

    ## Completed
    
    **Date:** 2024-02-15
    **Duration:** 3 weeks
    **Notes:** All tasks completed successfully. OAuth added as follow-up plan.
  3. Optionally move the plan directory to docs/plans/archive/<slug>/ or add an [ARCHIVED] prefix to the directory name.

Plan Retrospective (Optional)

For significant plans, add a RETROSPECTIVE.md in the plan directory:

# <Plan Title> - Retrospective

## What Went Well
- <Positive outcomes and practices>

## What Could Be Improved
- <Issues encountered and lessons learned>

## Follow-up Actions
- <New tasks or plans spawned from this work>

Git Integration Best Practices

  • Commit plans early. Commit the initial PLAN.md and task files before starting work so the plan is version-controlled.
  • Commit progress atomically. When checking off items, commit the file changes together with any code changes they represent.
  • Use meaningful commit messages. Reference the task number: Complete 003-login-endpoint: implement JWT login/logout
  • Don't commit partial checkbox states. Either the item is done or it isn't. Commit when work is complete, not in-progress.
  • Branch per task (optional). For larger plans, consider a branch per task: plan/user-auth/003-login-endpoint.

Spawning Sub-Plans

When a task is too complex to fit in a single task file (even after splitting), spawn a nested sub-plan:

  1. In the parent task file, add a note:

    ## Notes
    - **Sub-plan:** See `../user-auth-oauth/PLAN.md` for detailed OAuth implementation
  2. Create the sub-plan in a sibling directory:

    docs/plans/
      user-auth/
        PLAN.md
        003-oauth-integration.md  # References sub-plan
      user-auth-oauth/            # Sub-plan for complex OAuth work
        PLAN.md
        001-google-oauth.md
        002-github-oauth.md
  3. Link the sub-plan completion to the parent task:

    • The parent task's completion criteria should include: - [ ] Sub-plan user-auth-oauth is fully complete
  4. When the sub-plan completes:

    • Archive the sub-plan as normal.
    • Check off the parent task that spawned it.

This keeps individual task files focused while allowing complex work to be properly structured.

Compatibility Notes

This skill is designed to work with both Claude Code and OpenAI Codex. The plan directory format is agent-agnostic markdown that any LLM can read, update, and execute.

For Codex users:

  • Install via skill-installer with --repo DiversioTeam/agent-skills-marketplace --path plugins/plan-directory/skills/plan-directory.
  • Use $skill plan-directory to invoke.

For Claude Code users:

  • Install via /plugin install plan-directory@diversiotech.
  • Use /plan-directory:plan to invoke.