Feature Request: Meaningful plan file names
Open 💬 11 comments Opened Jan 27, 2026 by pavel-georgiev
Feature Request: Meaningful Plan File Names
Summary
Use descriptive kebab-case names for plan files instead of random adjective-verb-noun patterns.
Current Behavior
Plan files are saved with random names:
fuzzy-snuggling-fog.mdabundant-noodling-firefly.mdbubbly-launching-mango.md
Proposed Behavior
Name plans with a short kebab-case summary of the feature/task:
add-user-authentication.mdfix-cache-invalidation.mdrefactor-api-endpoints.md
Why This Matters
- Findability: When returning to a project, it's hard to find the relevant plan among dozens of randomly-named files
- Context: The filename itself provides context about what the plan covers
- Consistency: Aligns with how specs and other project documents are typically named
- History: Makes
~/.claude/plans/a useful reference of past work
This issue has 11 comments on GitHub. Read the full discussion on GitHub ↗