# os-tk-reanchoring > Mandatory re-anchoring checklist before every ticket/task. - Author: legout - Repository: legout/os-tk-pi - Version: 20260126202244 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/legout/os-tk-pi - Web: https://mule.run/skillshub/@@legout/os-tk-pi~os-tk-reanchoring:20260126202244 --- --- name: os-tk-reanchoring description: Mandatory re-anchoring checklist before every ticket/task. --- # Re-anchoring (Mandatory) Re-anchor **before every ticket** and after any context compaction. Re-read AGENTS + progress on every new session to load new context from the last run. ## Inputs - `ticket-id` or `alias` (e.g. `nw-5c46` or `os-tk-0001-add-oauth-login.2`) ## Resolve skill dir (for scripts) ```bash SKILL_DIR=".pi/skills/os-tk-reanchoring" if [[ ! -d "$SKILL_DIR" ]]; then SKILL_DIR="pi/skills/os-tk-reanchoring"; fi ``` ## Resolve ticket id - `TICKET_ID="$(bash "$SKILL_DIR/scripts/resolve-ticket-id.sh" "$INPUT")"` ## Re-anchor checklist (run all) - `bash "$SKILL_DIR/scripts/reanchor-checklist.sh" "$TICKET_ID"` Note: If dev-notes are enabled in `.os-tk/config.json`, the checklist must read: - `.os-tk/dev-notes/INDEX.md` (if present) - `.os-tk/dev-notes/.md` (if present) ## Worktree verification - `bash "$SKILL_DIR/scripts/worktree-verify.sh"` If any step fails, STOP and fix before proceeding.