What's Fixed
All three issues reported in #106 by @tony-stark-eth:
1. Session catchup not working after /clear
Added a new UserPromptSubmit hook across all 7 IDE variants. When task_plan.md exists in your project, the hook fires on every user message and injects a directive to read all three planning files before proceeding. This means after /clear, context compaction, or starting a new session, the agent automatically knows about your active plan.
2. Progress not updating consistently
The PostToolUse hook previously only mentioned task_plan.md. The agent was never reminded to update progress.md. Now the hook message leads with "Update progress.md with what you just did" and only fires when a plan is active.
3. Post-plan additions not tracked
When all phases were complete, the check-complete scripts just said "ALL PHASES COMPLETE" with no guidance. Now they say "If the user has additional work, add new phases to task_plan.md before starting." Added Critical Rule #7 (Continue After Completion) to the SKILL.md workflow.
Scope
- 7 IDE SKILL.md files updated (Claude Code, Cursor, Codex, Kilocode, OpenCode, Mastra Code, CodeBuddy)
- 16 check-complete scripts synced across all IDE folders
- 4 Copilot hook scripts updated
- New CHANGELOG entry, version bumped everywhere
Upgrade
If installed via plugin marketplace, the update should be automatic. For manual installations, pull the latest and re-copy to your skills folder.