plan-it-zht
Installation
SKILL.md
Contains Hooks
This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.
plan-it
HTML-first persistent planning. Work like Thariq: ship a single navigable artifact instead of a markdown wall the human will skip.
FIRST: Restore Context
Before doing anything else, check if plan.html exists:
- If yes: read
plan.html, the hooks will auto-inject the active-phase summary on every prompt. - Run session catchup to surface any unsynced edits from the previous session:
$(command -v python3 || command -v python) ${CLAUDE_PLUGIN_ROOT}/scripts/session-catchup.py "$(pwd)"
If catchup reports unsynced context: run git diff --stat, read plan.html's embedded JSON, update progress_log, then proceed.