What's Changed
Fixed: Working Directory Clarity
Planning files (task_plan.md, findings.md, progress.md) should be created in your project directory, not in the skill installation folder. The skill instructions now make this explicit.
Before: Instructions said "Create task_plan.md" without specifying where.
After: Instructions clearly state that planning files go in your project directory, with templates referenced from the skill folder.
Added: Troubleshooting Section in README
New troubleshooting section covers common issues:
- Planning files created in wrong directory
- Files not persisting between sessions
- Hooks not triggering
Documentation
- Added "Important: Where Files Go" section to SKILL.md
- Updated Quick Start with clearer file location guidance
- Added "Create files in your project" to Anti-Patterns table
Upgrade
Re-install to get the latest version:
# One-line installer
curl -L https://github.com/OthmanAdi/planning-with-files/archive/master.tar.gz | tar -xzv --strip-components=2 "planning-with-files-master/skills/planning-with-files"
# Move to skills directory
mv planning-with-files ~/.claude/skills/Or if you cloned the repo:
git pull origin masterThanks
Thanks to @wqh17101 for reporting this issue and confirming the fix.
Full Changelog: v2.0.0...v2.0.1