← ClaudeAtlas

plan-directorylisted

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.
aiskillstore/marketplace · ★ 329 · Data & Documents · score 82
Install: claude install-skill aiskillstore/marketplace
# 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 c