What problem does it solve? Long IDE chat sessions with an AI assistant become noisy: tool calls, inline narration, and intermediate text bury the messages actually addressed to the user, and open questions get silently dropped. This Skill enforces a strict per-turn communication protocol so the user can navigate a long chat without scrolling and never loses track of open items. ## Core Features & Use Cases - Numbered message blocks: Every assistant turn ends with a ## 📨 К тебе #N block containing a routing intro (context, open debts, diff, calibration) and a next-best-action closer, with session-wide monotonic numbering that survives context compaction. - Session debts tracking: A session_debts.md file mirrors all open questions and commitments, synchronized every turn via Diff lines, so nothing agreed upon is lost. - One question per post: The single most blocking question is placed in the За тобой line of the closer, preventing stacked questions from going unanswered. - Use Case: During a multi-hour refactoring session in an IDE chat, the user can jump directly to each numbered block, see exactly what decision is on them, and resume after compaction by reading the debts file. ## Quick Start Load the stc skill and ask the assistant to track this session with numbered message blocks and a session_debts.md file.