What problem does it solve? After a context reset (like /clear), an AI assistant loses track of where work on the Nodefony framework left off, and hand-written status documents go stale between sessions. This Skill restores the real state of work by reading GitHub milestones and tickets rather than stale notes, prepares module context at session start, and closes sessions with retrospectives, ticket closure, and a resumption memory. ## Core Features & Use Cases - RESUME mode: Rebuilds the true project state after a context reset by cross-checking the last session memory against git commits and a generated GitHub board snapshot (.ai/BOARD.md), then names the single next ticket from the current milestone. - START mode: Bootstraps a module's working context (CLAUDE.md/MEMORY.md, git status, dist freshness, exported symbols) in under 40 lines of output. - END / CONSOLIDATE modes: Closes a session by updating the RETEX digest, closing solved GitHub tickets with reports, regenerating the board snapshot and pinned dashboard issue, and writing a resumption memory. - Migration audit: Compares MIGRATION_STATUS.md against the actual code, phase by phase, with scripted counting instead of manual tallies. - Use Case: After losing context mid-migration, say "reprends" and the Skill verifies GitHub reachability, refreshes the ticket snapshot, detects that the saved state file is stale relative to recent commits, and tells you the exact next ticket in the current milestone. ## Quick Start Say "reprends" to resume where the last Nodefony session left off, or invoke the skill with a module name like "http" to prepare that module's working context.